From ac8f9cb58ae0176ec4740c28b0d9eecf2c1f806b Mon Sep 17 00:00:00 2001 From: Yves Fischer Date: Mon, 13 Aug 2018 23:45:31 +0200 Subject: define 'Total Energy Production' ULX parameter --- comlynx.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'comlynx.py') 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] -- cgit v1.2.1