mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-31 22:21:52 +00:00
Kamstrup parsing working
This commit is contained in:
45
Code/Arduino/HanReader/src/Kamstrup.h
Normal file
45
Code/Arduino/HanReader/src/Kamstrup.h
Normal file
@@ -0,0 +1,45 @@
|
||||
// Kamstrup.h
|
||||
|
||||
#ifndef _KAMSTRUP_h
|
||||
#define _KAMSTRUP_h
|
||||
|
||||
|
||||
enum class Kamstrup
|
||||
{
|
||||
List1 = 0x19
|
||||
};
|
||||
|
||||
enum class Kamstrup_List1
|
||||
{
|
||||
Kamstrup_List1_Time,
|
||||
Kamstrup_List1_ListID,
|
||||
Kamstrup_List1_ListVersionIdentifier,
|
||||
Kamstrup_List1_MeterID_OBIS,
|
||||
Kamstrup_List1_MeterID,
|
||||
Kamstrup_List1_MeterType_OBIS,
|
||||
Kamstrup_List1_MeterType,
|
||||
Kamstrup_List1_ActivePowerPos_OBIS,
|
||||
Kamstrup_List1_ActivePowerPos,
|
||||
Kamstrup_List1_ActivePowerNeg_OBIS,
|
||||
Kamstrup_List1_ActivePowerNeg,
|
||||
Kamstrup_List1_ReactivePowerPos_OBIS,
|
||||
Kamstrup_List1_ReactivePowerPos,
|
||||
Kamstrup_List1_ReactivePowerNeg_OBIS,
|
||||
Kamstrup_List1_ReactivePowerNeg,
|
||||
Kamstrup_List1_CurrentL1_OBIS,
|
||||
Kamstrup_List1_CurrentL1,
|
||||
Kamstrup_List1_CurrentL2_OBIS,
|
||||
Kamstrup_List1_CurrentL2,
|
||||
Kamstrup_List1_CurrentL3_OBIS,
|
||||
Kamstrup_List1_CurrentL3,
|
||||
Kamstrup_List1_VoltageL1_OBIS,
|
||||
Kamstrup_List1_VoltageL1,
|
||||
Kamstrup_List1_VoltageL2_OBIS,
|
||||
Kamstrup_List1_VoltageL2,
|
||||
Kamstrup_List1_VoltageL3_OBIS,
|
||||
Kamstrup_List1_VoltageL3
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user