EnOcean Link  1.14.0.0
Middleware to Connect EnOcean easily to other Projects
eoEEP_A512xx.h File Reference
#include "eoA5EEProfile.h"
Include dependency graph for eoEEP_A512xx.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  eoEEP_A512xx
 The class to handle EEP a512 Automated meter reading (AMR) profiles. More...
 

Enumerations

enum  DATA_TYPE_METER_READING { CUMULATIVE = 0x00, CURRENT = 0x01 }
 Data type enums for A5-12-xx profiles. More...
 
enum  BATTERY_LEVEL { BATTERY_LEVEL_100_75 = 0x00, BATTERY_LEVEL_75_50 = 0x01, BATTERY_LEVEL_50_25 = 0x02, BATTERY_LEVEL_25_0 = 0x03 }
 Battery enums for A5-12-xx profiles. More...
 
enum  SENSOR_POSITION_ENUM { POSITION_NOT_POSSESSED = 0x00, POSITION_POSSESSED = 0x01 }
 Sensor position enums for A5-12-05 profiles. More...
 
enum  SENSOR_POSITION_INDEX_ENUM {
  POSITION_LOCATION_0 = 0x00, POSITION_LOCATION_1 = 0x01, POSITION_LOCATION_2 = 0x02, POSITION_LOCATION_3 = 0x03,
  POSITION_LOCATION_4 = 0x04, POSITION_LOCATION_5 = 0x05, POSITION_LOCATION_6 = 0x06, POSITION_LOCATION_7 = 0x07,
  POSITION_LOCATION_8 = 0x08, POSITION_LOCATION_9 = 0x09
}
 Sensor position index enums for A5-12-05 profiles. More...
 

Enumeration Type Documentation

◆ BATTERY_LEVEL

Battery enums for A5-12-xx profiles.

Enumerator
BATTERY_LEVEL_100_75 

Battery level 100-75% 0

BATTERY_LEVEL_75_50 

Battery level 75-50% 1

BATTERY_LEVEL_50_25 

Battery level 50-25% 2

BATTERY_LEVEL_25_0 

Battery level 25-0% 3

◆ DATA_TYPE_METER_READING

Data type enums for A5-12-xx profiles.

Enumerator
CUMULATIVE 

1 or kWh or m^3 0

CURRENT 

1/s or W or liter/s 1

◆ SENSOR_POSITION_ENUM

Sensor position enums for A5-12-05 profiles.

Enumerator
POSITION_NOT_POSSESSED 

Not possessed 0

POSITION_POSSESSED 

Possessed 1

◆ SENSOR_POSITION_INDEX_ENUM

Sensor position index enums for A5-12-05 profiles.

Enumerator
POSITION_LOCATION_0 

Location 0 0

POSITION_LOCATION_1 

Location 1 1

POSITION_LOCATION_2 

Location 2 2

POSITION_LOCATION_3 

Location 3 3

POSITION_LOCATION_4 

Location 4 4

POSITION_LOCATION_5 

Location 5 5

POSITION_LOCATION_6 

Location 6 6

POSITION_LOCATION_7 

Location 7 7

POSITION_LOCATION_8 

Location 8 8

POSITION_LOCATION_9 

Location 9 9