summaryrefslogtreecommitdiff
path: root/comlynx.py
diff options
context:
space:
mode:
Diffstat (limited to 'comlynx.py')
-rw-r--r--comlynx.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/comlynx.py b/comlynx.py
index eb9b360..d708ed3 100644
--- a/comlynx.py
+++ b/comlynx.py
@@ -329,6 +329,10 @@ class Parameters:
RawInstantEnergyProduction2 = [0x01, 0x01, 0x02]
RawInstantEnergyProduction3 = [0x01, 0x01, 0x03]
RawInstantEnergyProduction4 = [0x01, 0x01, 0x04]
+ TotalEnergyProduction1 = [0x01, 0x02, 0x01]
+ TotalEnergyProduction2 = [0x01, 0x02, 0x02]
+ TotalEnergyProduction3 = [0x01, 0x02, 0x03]
+ TotalEnergyProduction4 = [0x01, 0x02, 0x04]
# Smoothed measured values
SmoothedInstantEnergyProduction = [0x02, 0x01, 0xd]
GridVoltage = [0x02, 0x14, 0xd]