Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Troublesome Own Usage (Eigen Verbruik)and Export/Bought (Exporteren/Gekocht) reporting #29

Open
fkemps opened this issue Jan 18, 2024 · 12 comments

Comments

@fkemps
Copy link

fkemps commented Jan 18, 2024

Hello SE geeks,

I'm having trouble reporting my Own Usage (Eigen Verbruik) and Export/Bought (Exporteren/Gekocht) on the SE Monitoring platform. Using the Solaredge_meter with MQTT connected to SE5000H via modbus RS485-1 (termination on).

The solar panel, home, and export power seem to work well, both online monitoring platform and SolarEdge App are showing the correct kW values and green/orange arrows during the day.
I can't get the reporting working correctly (blue/green and blue/red bars) because the Exporteren and Gekocht values are incorrect for unknow reason.

IMG_5122

Questions

  1. Is the modbus communication working as expected?
  2. DEBUG information looks different compared to what I've found online. Why the "Frame advanced, resetting header!!" message.
  3. What are the necessary MQTT fields and value dimensions?
  4. Am I correct that latest pymodbus version supported is 2.5.3? (with latest 3.6.3 solardedge_meterproxy didn't start)

Communication between solaredge_meterproxy and SE5000H is via Elfin EW11A, 9600_8,_N,_1 as shown.

Jan 19 00:15:38 hab systemd[1]: Started SolarEdge Meter daemon simulating meter device.
Jan 19 00:15:39 hab python3[21371]: 2024-01-19 00:15:39 DEBUG: [1234, 0, 5, 5, 5, 5, 0, 0, 0, 15, 1, 10000, 10000, 10000, 64536, 64536, 64536, 1500, 120, 0, 0, 20000, 0]
Jan 19 00:15:39 hab python3[21371]: 2024-01-19 00:15:39 DEBUG: setValues[3] 1601:23
Jan 19 00:15:39 hab python3[21371]: 2024-01-19 00:15:39 DEBUG: [0, 2, 4, 0, 0, 5]
Jan 19 00:15:39 hab python3[21371]: 2024-01-19 00:15:39 DEBUG: setValues[3] 1651:6
Jan 19 00:15:39 hab python3[21371]: 2024-01-19 00:15:39 DEBUG: [4614, 15, 0, 0, 0, 0, 202, 31, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
Jan 19 00:15:39 hab python3[21371]: 2024-01-19 00:15:39 DEBUG: setValues[3] 1701:23
Jan 19 00:15:39 hab python3[21371]: 2024-01-19 00:15:39 INFO: Created <Thread(t_update_2, initial)>: meter1 mqtt {'client': <paho.mqtt.client.Client object at 0x760f3058>, 'host': '192.168.254.13', 'port': 1883, 'keepalive': 60, 'meterValuesTopic': 'energy/meter', 'willTopic': 'energy/will', 'willMsg': 'MeterProxy Disconnected'}
Jan 19 00:15:39 hab python3[21371]: 2024-01-19 00:15:39 INFO: Connected to MQTT: 192.168.254.13:1883/energy/meter
Jan 19 00:15:40 hab python3[21371]: 2024-01-19 00:15:40 DEBUG: MQTT message received: {
Jan 19 00:15:40 hab python3[21371]: "import_energy_active": 0.372,
Jan 19 00:15:40 hab python3[21371]: "l1_power_active": 16.000,
Jan 19 00:15:40 hab python3[21371]: "l2_power_active": 198.000,
Jan 19 00:15:40 hab python3[21371]: "l3_power_active": 158.000,
Jan 19 00:15:40 hab python3[21371]: "voltage_ln": 235.7,
Jan 19 00:15:40 hab python3[21371]: "l1n_voltage": 235.7,
Jan 19 00:15:40 hab python3[21371]: "l2n_voltage": 235,
Jan 19 00:15:40 hab python3[21371]: "l3n_voltage": 233.5,
Jan 19 00:15:40 hab python3[21371]: "frequency": 50,
Jan 19 00:15:40 hab python3[21371]: "l1_energy_active": 0.016,
Jan 19 00:15:40 hab python3[21371]: "l2_energy_active": 0.198,
Jan 19 00:15:40 hab python3[21371]: "l3_energy_active": 0.158,
Jan 19 00:15:40 hab python3[21371]: "l1_import_energy_active": 0.016,
Jan 19 00:15:40 hab python3[21371]: "l2_import_energy_active": 0.198,
Jan 19 00:15:40 hab python3[21371]: "l3_import_energy_active": 0.158,
Jan 19 00:15:40 hab python3[21371]: "export_energy_active": 0,
Jan 19 00:15:40 hab python3[21371]: "l1_export_energy_active": 0,
Jan 19 00:15:40 hab python3[21371]: "l2_export_energy_active": 0,
Jan 19 00:15:40 hab python3[21371]: "l3_export_energy_active": 0,
Jan 19 00:15:40 hab python3[21371]: "l1_current": 0.06788290,
Jan 19 00:15:40 hab python3[21371]: "l2_current": 0.84255319,
Jan 19 00:15:40 hab python3[21371]: "l3_current": 0.67665953
Jan 19 00:15:40 hab python3[21371]: }
Jan 19 00:15:40 hab python3[21371]: 2024-01-19 00:15:40 DEBUG: [0, 0, 30409, 16062, 0, 0, 30409, 16062, 0, 0, 0, 16768, 0, 17222, 0, 17182, 45875, 17259, 45875, 17259, 0, 17259, 32768, 17257, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16968]
Jan 19 00:15:40 hab python3[21371]: 2024-01-19 00:15:40 INFO: Starting <Thread(t_update_2, started 1965028416)>
Jan 19 00:15:40 hab python3[21371]: 2024-01-19 00:15:40 DEBUG: setValues[3] 1001:34
Jan 19 00:15:40 hab python3[21371]: 2024-01-19 00:15:40 DEBUG: [4719, 15491, 49283, 15946, 51905, 15905, 4719, 15491, 49283, 15946, 51905, 15905, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1585, 15755, 45457, 16215, 14735, 16173, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
Jan 19 00:15:40 hab python3[21371]: 2024-01-19 00:15:40 DEBUG: setValues[3] 1101:82
Jan 19 00:15:42 hab python3[21371]: 2024-01-19 00:15:42 DEBUG: Started thread to serve client at ('192.168.254.109', 9999)
Jan 19 00:15:42 hab python3[21371]: 2024-01-19 00:15:42 DEBUG: Client Connected [192.168.254.109:9999]
Jan 19 00:15:42 hab python3[21371]: 2024-01-19 00:15:42 DEBUG: Handling data: 0x2 0x3 0x0 0x1 0x0 0x1 0xd5 0xf9
Jan 19 00:15:42 hab python3[21371]: 2024-01-19 00:15:42 DEBUG: Getting Frame - 0x3 0x0 0x1 0x0 0x1
Jan 19 00:15:42 hab python3[21371]: 2024-01-19 00:15:42 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:42 hab python3[21371]: 2024-01-19 00:15:42 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:42 hab python3[21371]: 2024-01-19 00:15:42 DEBUG: validate: fc-[3] address-2: count-1
Jan 19 00:15:42 hab python3[21371]: 2024-01-19 00:15:42 DEBUG: getValues fc-[3] address-2: count-1
Jan 19 00:15:42 hab python3[21371]: 2024-01-19 00:15:42 DEBUG: send: [ReadHoldingRegistersResponse (1)]- b'0203020000fc44'
Jan 19 00:15:42 hab python3[21371]: 2024-01-19 00:15:42 DEBUG: Handling data: 0x2 0x3 0x3 0xf2 0x0 0x6 0x64 0x4c
Jan 19 00:15:42 hab python3[21371]: 2024-01-19 00:15:42 DEBUG: Getting Frame - 0x3 0x3 0xf2 0x0 0x6
Jan 19 00:15:42 hab python3[21371]: 2024-01-19 00:15:42 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:42 hab python3[21371]: 2024-01-19 00:15:42 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:42 hab python3[21371]: 2024-01-19 00:15:42 DEBUG: validate: fc-[3] address-1011: count-6
Jan 19 00:15:42 hab python3[21371]: 2024-01-19 00:15:42 DEBUG: getValues fc-[3] address-1011: count-6
Jan 19 00:15:42 hab python3[21371]: 2024-01-19 00:15:42 DEBUG: send: [ReadHoldingRegistersResponse (6)]- b'02030c00004180000043460000431ed4a2'
Jan 19 00:15:42 hab python3[21371]: 2024-01-19 00:15:42 DEBUG: Handling data: 0x2 0x3 0x6 0x40 0x0 0x17 0x4 0xab
Jan 19 00:15:42 hab python3[21371]: 2024-01-19 00:15:42 DEBUG: Getting Frame - 0x3 0x6 0x40 0x0 0x17
Jan 19 00:15:42 hab python3[21371]: 2024-01-19 00:15:42 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:42 hab python3[21371]: 2024-01-19 00:15:42 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:42 hab python3[21371]: 2024-01-19 00:15:42 DEBUG: validate: fc-[3] address-1601: count-23
Jan 19 00:15:42 hab python3[21371]: 2024-01-19 00:15:42 DEBUG: getValues fc-[3] address-1601: count-23
Jan 19 00:15:42 hab python3[21371]: 2024-01-19 00:15:42 DEBUG: send: [ReadHoldingRegistersResponse (23)]- b'02032e04d200000005000500050005000000000000000f0001271027102710fc18fc18fc1805dc0078000000004e2000007700'
Jan 19 00:15:43 hab python3[21371]: 2024-01-19 00:15:43 DEBUG: Handling data: 0x2 0x3 0x3 0xf2 0x0 0x6 0x64 0x4c
Jan 19 00:15:43 hab python3[21371]: 2024-01-19 00:15:43 DEBUG: Getting Frame - 0x3 0x3 0xf2 0x0 0x6
Jan 19 00:15:43 hab python3[21371]: 2024-01-19 00:15:43 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:43 hab python3[21371]: 2024-01-19 00:15:43 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:43 hab python3[21371]: 2024-01-19 00:15:43 DEBUG: validate: fc-[3] address-1011: count-6
Jan 19 00:15:43 hab python3[21371]: 2024-01-19 00:15:43 DEBUG: getValues fc-[3] address-1011: count-6
Jan 19 00:15:43 hab python3[21371]: 2024-01-19 00:15:43 DEBUG: send: [ReadHoldingRegistersResponse (6)]- b'02030c00004180000043460000431ed4a2'
Jan 19 00:15:43 hab python3[21371]: 2024-01-19 00:15:43 DEBUG: Handling data: 0x2 0x3 0x6 0xa4 0x0 0x17 0x44 0x9c
Jan 19 00:15:43 hab python3[21371]: 2024-01-19 00:15:43 DEBUG: Getting Frame - 0x3 0x6 0xa4 0x0 0x17
Jan 19 00:15:43 hab python3[21371]: 2024-01-19 00:15:43 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:43 hab python3[21371]: 2024-01-19 00:15:43 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:43 hab python3[21371]: 2024-01-19 00:15:43 DEBUG: validate: fc-[3] address-1701: count-23
Jan 19 00:15:43 hab python3[21371]: 2024-01-19 00:15:43 DEBUG: getValues fc-[3] address-1701: count-23
Jan 19 00:15:43 hab python3[21371]: 2024-01-19 00:15:43 DEBUG: send: [ReadHoldingRegistersResponse (23)]- b'02032e1206000f000000000000000000ca001f00000000000000000000000000000000000000000000000000000000000092cd'
Jan 19 00:15:43 hab python3[21371]: 2024-01-19 00:15:43 DEBUG: Handling data: 0x2 0x3 0x3 0xf2 0x0 0x6 0x64 0x4c
Jan 19 00:15:43 hab python3[21371]: 2024-01-19 00:15:43 DEBUG: Getting Frame - 0x3 0x3 0xf2 0x0 0x6
Jan 19 00:15:43 hab python3[21371]: 2024-01-19 00:15:43 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:43 hab python3[21371]: 2024-01-19 00:15:43 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:43 hab python3[21371]: 2024-01-19 00:15:43 DEBUG: validate: fc-[3] address-1011: count-6
Jan 19 00:15:43 hab python3[21371]: 2024-01-19 00:15:43 DEBUG: getValues fc-[3] address-1011: count-6
Jan 19 00:15:43 hab python3[21371]: 2024-01-19 00:15:43 DEBUG: send: [ReadHoldingRegistersResponse (6)]- b'02030c00004180000043460000431ed4a2'
Jan 19 00:15:43 hab python3[21371]: 2024-01-19 00:15:43 DEBUG: Handling data: 0x2 0x3 0x6 0xc8 0x0 0x2 0x45 0x4e
Jan 19 00:15:43 hab python3[21371]: 2024-01-19 00:15:43 DEBUG: Getting Frame - 0x3 0x6 0xc8 0x0 0x2
Jan 19 00:15:43 hab python3[21371]: 2024-01-19 00:15:43 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:43 hab python3[21371]: 2024-01-19 00:15:43 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:43 hab python3[21371]: 2024-01-19 00:15:43 DEBUG: validate: fc-[3] address-1737: count-2
Jan 19 00:15:43 hab python3[21371]: 2024-01-19 00:15:43 DEBUG: getValues fc-[3] address-1737: count-2
Jan 19 00:15:43 hab python3[21371]: 2024-01-19 00:15:43 DEBUG: send: [ReadHoldingRegistersResponse (2)]- b'02030400000000c933'
Jan 19 00:15:43 hab python3[21371]: 2024-01-19 00:15:43 DEBUG: Handling data: 0x2 0x3 0x3 0xf2 0x0 0x6 0x64 0x4c
Jan 19 00:15:43 hab python3[21371]: 2024-01-19 00:15:43 DEBUG: Getting Frame - 0x3 0x3 0xf2 0x0 0x6
Jan 19 00:15:43 hab python3[21371]: 2024-01-19 00:15:43 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:43 hab python3[21371]: 2024-01-19 00:15:43 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:43 hab python3[21371]: 2024-01-19 00:15:43 DEBUG: validate: fc-[3] address-1011: count-6
Jan 19 00:15:43 hab python3[21371]: 2024-01-19 00:15:43 DEBUG: getValues fc-[3] address-1011: count-6
Jan 19 00:15:43 hab python3[21371]: 2024-01-19 00:15:43 DEBUG: send: [ReadHoldingRegistersResponse (6)]- b'02030c00004180000043460000431ed4a2'
Jan 19 00:15:43 hab python3[21371]: 2024-01-19 00:15:43 DEBUG: Handling data: 0x2 0x3 0x6 0x40 0x0 0x17 0x4 0xab
Jan 19 00:15:43 hab python3[21371]: 2024-01-19 00:15:43 DEBUG: Getting Frame - 0x3 0x6 0x40 0x0 0x17
Jan 19 00:15:43 hab python3[21371]: 2024-01-19 00:15:43 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:43 hab python3[21371]: 2024-01-19 00:15:43 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:43 hab python3[21371]: 2024-01-19 00:15:43 DEBUG: validate: fc-[3] address-1601: count-23
Jan 19 00:15:43 hab python3[21371]: 2024-01-19 00:15:43 DEBUG: getValues fc-[3] address-1601: count-23
Jan 19 00:15:43 hab python3[21371]: 2024-01-19 00:15:43 DEBUG: send: [ReadHoldingRegistersResponse (23)]- b'02032e04d200000005000500050005000000000000000f0001271027102710fc18fc18fc1805dc0078000000004e2000007700'
Jan 19 00:15:44 hab python3[21371]: 2024-01-19 00:15:44 DEBUG: Handling data: 0x2 0x3 0x3 0xf2 0x0 0x6 0x64 0x4c
Jan 19 00:15:44 hab python3[21371]: 2024-01-19 00:15:44 DEBUG: Getting Frame - 0x3 0x3 0xf2 0x0 0x6
Jan 19 00:15:44 hab python3[21371]: 2024-01-19 00:15:44 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:44 hab python3[21371]: 2024-01-19 00:15:44 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:44 hab python3[21371]: 2024-01-19 00:15:44 DEBUG: validate: fc-[3] address-1011: count-6
Jan 19 00:15:44 hab python3[21371]: 2024-01-19 00:15:44 DEBUG: getValues fc-[3] address-1011: count-6
Jan 19 00:15:44 hab python3[21371]: 2024-01-19 00:15:44 DEBUG: send: [ReadHoldingRegistersResponse (6)]- b'02030c00004180000043460000431ed4a2'
Jan 19 00:15:44 hab python3[21371]: 2024-01-19 00:15:44 DEBUG: Handling data: 0x2 0x3 0x6 0x72 0x0 0x6 0x65 0x68
Jan 19 00:15:44 hab python3[21371]: 2024-01-19 00:15:44 DEBUG: Getting Frame - 0x3 0x6 0x72 0x0 0x6
Jan 19 00:15:44 hab python3[21371]: 2024-01-19 00:15:44 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:44 hab python3[21371]: 2024-01-19 00:15:44 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:44 hab python3[21371]: 2024-01-19 00:15:44 DEBUG: validate: fc-[3] address-1651: count-6
Jan 19 00:15:44 hab python3[21371]: 2024-01-19 00:15:44 DEBUG: getValues fc-[3] address-1651: count-6
Jan 19 00:15:44 hab python3[21371]: 2024-01-19 00:15:44 DEBUG: send: [ReadHoldingRegistersResponse (6)]- b'02030c0000000200040000000000054cd2'
Jan 19 00:15:44 hab python3[21371]: 2024-01-19 00:15:44 DEBUG: Handling data: 0x2 0x3 0x3 0xf2 0x0 0x6 0x64 0x4c
Jan 19 00:15:44 hab python3[21371]: 2024-01-19 00:15:44 DEBUG: Getting Frame - 0x3 0x3 0xf2 0x0 0x6
Jan 19 00:15:44 hab python3[21371]: 2024-01-19 00:15:44 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:44 hab python3[21371]: 2024-01-19 00:15:44 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:44 hab python3[21371]: 2024-01-19 00:15:44 DEBUG: validate: fc-[3] address-1011: count-6
Jan 19 00:15:44 hab python3[21371]: 2024-01-19 00:15:44 DEBUG: getValues fc-[3] address-1011: count-6
Jan 19 00:15:44 hab python3[21371]: 2024-01-19 00:15:44 DEBUG: send: [ReadHoldingRegistersResponse (6)]- b'02030c00004180000043460000431ed4a2'
Jan 19 00:15:44 hab python3[21371]: 2024-01-19 00:15:44 DEBUG: Handling data: 0x2 0x3 0x3 0xf2 0x0 0x6 0x64 0x4c
Jan 19 00:15:44 hab python3[21371]: 2024-01-19 00:15:44 DEBUG: Getting Frame - 0x3 0x3 0xf2 0x0 0x6
Jan 19 00:15:44 hab python3[21371]: 2024-01-19 00:15:44 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:44 hab python3[21371]: 2024-01-19 00:15:44 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:44 hab python3[21371]: 2024-01-19 00:15:44 DEBUG: validate: fc-[3] address-1011: count-6
Jan 19 00:15:44 hab python3[21371]: 2024-01-19 00:15:44 DEBUG: getValues fc-[3] address-1011: count-6
Jan 19 00:15:44 hab python3[21371]: 2024-01-19 00:15:44 DEBUG: send: [ReadHoldingRegistersResponse (6)]- b'02030c00004180000043460000431ed4a2'
Jan 19 00:15:44 hab python3[21371]: 2024-01-19 00:15:44 DEBUG: Handling data: 0x2 0x3 0x3 0xf2 0x0 0x6 0x64 0x4c
Jan 19 00:15:44 hab python3[21371]: 2024-01-19 00:15:44 DEBUG: Getting Frame - 0x3 0x3 0xf2 0x0 0x6
Jan 19 00:15:44 hab python3[21371]: 2024-01-19 00:15:44 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:44 hab python3[21371]: 2024-01-19 00:15:44 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:44 hab python3[21371]: 2024-01-19 00:15:44 DEBUG: validate: fc-[3] address-1011: count-6
Jan 19 00:15:44 hab python3[21371]: 2024-01-19 00:15:44 DEBUG: getValues fc-[3] address-1011: count-6
Jan 19 00:15:44 hab python3[21371]: 2024-01-19 00:15:44 DEBUG: send: [ReadHoldingRegistersResponse (6)]- b'02030c00004180000043460000431ed4a2'
Jan 19 00:15:44 hab python3[21371]: 2024-01-19 00:15:44 DEBUG: Handling data: 0x2 0x3 0x6 0xa4 0x0 0x17 0x44 0x9c
Jan 19 00:15:44 hab python3[21371]: 2024-01-19 00:15:44 DEBUG: Getting Frame - 0x3 0x6 0xa4 0x0 0x17
Jan 19 00:15:44 hab python3[21371]: 2024-01-19 00:15:44 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:44 hab python3[21371]: 2024-01-19 00:15:44 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:44 hab python3[21371]: 2024-01-19 00:15:44 DEBUG: validate: fc-[3] address-1701: count-23
Jan 19 00:15:44 hab python3[21371]: 2024-01-19 00:15:44 DEBUG: getValues fc-[3] address-1701: count-23
Jan 19 00:15:44 hab python3[21371]: 2024-01-19 00:15:44 DEBUG: send: [ReadHoldingRegistersResponse (23)]- b'02032e1206000f000000000000000000ca001f00000000000000000000000000000000000000000000000000000000000092cd'
Jan 19 00:15:45 hab python3[21371]: 2024-01-19 00:15:45 DEBUG: Handling data: 0x2 0x3 0x3 0xf2 0x0 0x6 0x64 0x4c
Jan 19 00:15:45 hab python3[21371]: 2024-01-19 00:15:45 DEBUG: Getting Frame - 0x3 0x3 0xf2 0x0 0x6
Jan 19 00:15:45 hab python3[21371]: 2024-01-19 00:15:45 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:45 hab python3[21371]: 2024-01-19 00:15:45 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:45 hab python3[21371]: 2024-01-19 00:15:45 DEBUG: validate: fc-[3] address-1011: count-6
Jan 19 00:15:45 hab python3[21371]: 2024-01-19 00:15:45 DEBUG: getValues fc-[3] address-1011: count-6
Jan 19 00:15:45 hab python3[21371]: 2024-01-19 00:15:45 DEBUG: send: [ReadHoldingRegistersResponse (6)]- b'02030c00004180000043460000431ed4a2'
Jan 19 00:15:45 hab python3[21371]: 2024-01-19 00:15:45 DEBUG: Handling data: 0x2 0x3 0x3 0xe8 0x0 0x22 0x45 0x90
Jan 19 00:15:45 hab python3[21371]: 2024-01-19 00:15:45 DEBUG: Getting Frame - 0x3 0x3 0xe8 0x0 0x22
Jan 19 00:15:45 hab python3[21371]: 2024-01-19 00:15:45 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:45 hab python3[21371]: 2024-01-19 00:15:45 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:45 hab python3[21371]: 2024-01-19 00:15:45 DEBUG: validate: fc-[3] address-1001: count-34
Jan 19 00:15:45 hab python3[21371]: 2024-01-19 00:15:45 DEBUG: getValues fc-[3] address-1001: count-34
Jan 19 00:15:45 hab python3[21371]: 2024-01-19 00:15:45 DEBUG: send: [ReadHoldingRegistersResponse (34)]- b'0203440000000076c93ebe0000000076c93ebe0000000000004180000043460000431eb333436bb333436b0000436b8000436900000000000000000000000000000000000042487aff'
Jan 19 00:15:45 hab python3[21371]: 2024-01-19 00:15:45 DEBUG: Handling data: 0x2 0x3 0x3 0xf2 0x0 0x6 0x64 0x4c
Jan 19 00:15:45 hab python3[21371]: 2024-01-19 00:15:45 DEBUG: Getting Frame - 0x3 0x3 0xf2 0x0 0x6
Jan 19 00:15:45 hab python3[21371]: 2024-01-19 00:15:45 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:45 hab python3[21371]: 2024-01-19 00:15:45 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:45 hab python3[21371]: 2024-01-19 00:15:45 DEBUG: validate: fc-[3] address-1011: count-6
Jan 19 00:15:45 hab python3[21371]: 2024-01-19 00:15:45 DEBUG: getValues fc-[3] address-1011: count-6
Jan 19 00:15:45 hab python3[21371]: 2024-01-19 00:15:45 DEBUG: send: [ReadHoldingRegistersResponse (6)]- b'02030c00004180000043460000431ed4a2'
Jan 19 00:15:45 hab python3[21371]: 2024-01-19 00:15:45 DEBUG: Handling data: 0x2 0x3 0x8 0x4f 0x0 0x1 0xb7 0x8e
Jan 19 00:15:45 hab python3[21371]: 2024-01-19 00:15:45 DEBUG: Getting Frame - 0x3 0x8 0x4f 0x0 0x1
Jan 19 00:15:45 hab python3[21371]: 2024-01-19 00:15:45 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:45 hab python3[21371]: 2024-01-19 00:15:45 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:45 hab python3[21371]: 2024-01-19 00:15:45 DEBUG: validate: fc-[3] address-2128: count-1
Jan 19 00:15:45 hab python3[21371]: 2024-01-19 00:15:45 DEBUG: getValues fc-[3] address-2128: count-1
Jan 19 00:15:45 hab python3[21371]: 2024-01-19 00:15:45 DEBUG: send: [ReadHoldingRegistersResponse (1)]- b'0203020000fc44'
Jan 19 00:15:45 hab python3[21371]: 2024-01-19 00:15:45 DEBUG: MQTT message received: {
Jan 19 00:15:45 hab python3[21371]: "import_energy_active": 0.372,
Jan 19 00:15:45 hab python3[21371]: "l1_power_active": 16.000,
Jan 19 00:15:45 hab python3[21371]: "l2_power_active": 198.000,
Jan 19 00:15:45 hab python3[21371]: "l3_power_active": 158.000,
Jan 19 00:15:45 hab python3[21371]: "voltage_ln": 235.7,
Jan 19 00:15:45 hab python3[21371]: "l1n_voltage": 235.7,
Jan 19 00:15:45 hab python3[21371]: "l2n_voltage": 235,
Jan 19 00:15:45 hab python3[21371]: "l3n_voltage": 233.5,
Jan 19 00:15:45 hab python3[21371]: "frequency": 50,
Jan 19 00:15:45 hab python3[21371]: "l1_energy_active": 0.016,
Jan 19 00:15:45 hab python3[21371]: "l2_energy_active": 0.198,
Jan 19 00:15:45 hab python3[21371]: "l3_energy_active": 0.158,
Jan 19 00:15:45 hab python3[21371]: "l1_import_energy_active": 0.016,
Jan 19 00:15:45 hab python3[21371]: "l2_import_energy_active": 0.198,
Jan 19 00:15:45 hab python3[21371]: "l3_import_energy_active": 0.158,
Jan 19 00:15:45 hab python3[21371]: "export_energy_active": 0,
Jan 19 00:15:45 hab python3[21371]: "l1_export_energy_active": 0,
Jan 19 00:15:45 hab python3[21371]: "l2_export_energy_active": 0,
Jan 19 00:15:45 hab python3[21371]: "l3_export_energy_active": 0,
Jan 19 00:15:45 hab python3[21371]: "l1_current": 0.06788290,
Jan 19 00:15:45 hab python3[21371]: "l2_current": 0.84255319,
Jan 19 00:15:45 hab python3[21371]: "l3_current": 0.67665953
Jan 19 00:15:45 hab python3[21371]: }
Jan 19 00:15:45 hab python3[21371]: 2024-01-19 00:15:45 DEBUG: Handling data: 0x2 0x3 0x3 0xf2 0x0 0x6 0x64 0x4c
Jan 19 00:15:45 hab python3[21371]: 2024-01-19 00:15:45 DEBUG: Getting Frame - 0x3 0x3 0xf2 0x0 0x6
Jan 19 00:15:45 hab python3[21371]: 2024-01-19 00:15:45 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:45 hab python3[21371]: 2024-01-19 00:15:45 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:45 hab python3[21371]: 2024-01-19 00:15:45 DEBUG: validate: fc-[3] address-1011: count-6
Jan 19 00:15:45 hab python3[21371]: 2024-01-19 00:15:45 DEBUG: getValues fc-[3] address-1011: count-6
Jan 19 00:15:45 hab python3[21371]: 2024-01-19 00:15:45 DEBUG: send: [ReadHoldingRegistersResponse (6)]- b'02030c00004180000043460000431ed4a2'
Jan 19 00:15:45 hab python3[21371]: 2024-01-19 00:15:45 DEBUG: [0, 0, 30409, 16062, 0, 0, 30409, 16062, 0, 0, 0, 16768, 0, 17222, 0, 17182, 45875, 17259, 45875, 17259, 0, 17259, 32768, 17257, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16968]
Jan 19 00:15:45 hab python3[21371]: 2024-01-19 00:15:45 DEBUG: setValues[3] 1001:34
Jan 19 00:15:45 hab python3[21371]: 2024-01-19 00:15:45 DEBUG: [4719, 15491, 49283, 15946, 51905, 15905, 4719, 15491, 49283, 15946, 51905, 15905, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1585, 15755, 45457, 16215, 14735, 16173, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
Jan 19 00:15:45 hab python3[21371]: 2024-01-19 00:15:45 DEBUG: setValues[3] 1101:82
Jan 19 00:15:45 hab python3[21371]: 2024-01-19 00:15:45 DEBUG: Handling data: 0x2 0x3 0x4 0x4c 0x0 0x52 0x4 0xe3
Jan 19 00:15:45 hab python3[21371]: 2024-01-19 00:15:45 DEBUG: Getting Frame - 0x3 0x4 0x4c 0x0 0x52
Jan 19 00:15:45 hab python3[21371]: 2024-01-19 00:15:45 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:45 hab python3[21371]: 2024-01-19 00:15:45 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:45 hab python3[21371]: 2024-01-19 00:15:45 DEBUG: validate: fc-[3] address-1101: count-82
Jan 19 00:15:45 hab python3[21371]: 2024-01-19 00:15:45 DEBUG: getValues fc-[3] address-1101: count-82
Jan 19 00:15:45 hab python3[21371]: 2024-01-19 00:15:45 DEBUG: send: [ReadHoldingRegistersResponse (82)]- b'0203a4126f3c83c0833e4acac13e21126f3c83c0833e4acac13e210000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006313d8bb1913f57398f3f2d000000000000000000000000000000000000000000000000000000007f33'
Jan 19 00:15:46 hab python3[21371]: 2024-01-19 00:15:46 DEBUG: Handling data: 0x2 0x3 0x3 0xf2 0x0 0x6 0x64 0x4c
Jan 19 00:15:46 hab python3[21371]: 2024-01-19 00:15:46 DEBUG: Getting Frame - 0x3 0x3 0xf2 0x0 0x6
Jan 19 00:15:46 hab python3[21371]: 2024-01-19 00:15:46 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:46 hab python3[21371]: 2024-01-19 00:15:46 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:46 hab python3[21371]: 2024-01-19 00:15:46 DEBUG: validate: fc-[3] address-1011: count-6
Jan 19 00:15:46 hab python3[21371]: 2024-01-19 00:15:46 DEBUG: getValues fc-[3] address-1011: count-6
Jan 19 00:15:46 hab python3[21371]: 2024-01-19 00:15:46 DEBUG: send: [ReadHoldingRegistersResponse (6)]- b'02030c00004180000043460000431ed4a2'
Jan 19 00:15:46 hab python3[21371]: 2024-01-19 00:15:46 DEBUG: Handling data: 0x2 0x3 0x3 0xf2 0x0 0x6 0x64 0x4c
Jan 19 00:15:46 hab python3[21371]: 2024-01-19 00:15:46 DEBUG: Getting Frame - 0x3 0x3 0xf2 0x0 0x6
Jan 19 00:15:46 hab python3[21371]: 2024-01-19 00:15:46 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:46 hab python3[21371]: 2024-01-19 00:15:46 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:46 hab python3[21371]: 2024-01-19 00:15:46 DEBUG: validate: fc-[3] address-1011: count-6
Jan 19 00:15:46 hab python3[21371]: 2024-01-19 00:15:46 DEBUG: getValues fc-[3] address-1011: count-6
Jan 19 00:15:46 hab python3[21371]: 2024-01-19 00:15:46 DEBUG: send: [ReadHoldingRegistersResponse (6)]- b'02030c00004180000043460000431ed4a2'
Jan 19 00:15:46 hab python3[21371]: 2024-01-19 00:15:46 DEBUG: Handling data: 0x2 0x3 0x3 0xf2 0x0 0x6 0x64 0x4c
Jan 19 00:15:46 hab python3[21371]: 2024-01-19 00:15:46 DEBUG: Getting Frame - 0x3 0x3 0xf2 0x0 0x6
Jan 19 00:15:46 hab python3[21371]: 2024-01-19 00:15:46 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:46 hab python3[21371]: 2024-01-19 00:15:46 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:46 hab python3[21371]: 2024-01-19 00:15:46 DEBUG: validate: fc-[3] address-1011: count-6
Jan 19 00:15:46 hab python3[21371]: 2024-01-19 00:15:46 DEBUG: getValues fc-[3] address-1011: count-6
Jan 19 00:15:46 hab python3[21371]: 2024-01-19 00:15:46 DEBUG: send: [ReadHoldingRegistersResponse (6)]- b'02030c00004180000043460000431ed4a2'
Jan 19 00:15:46 hab python3[21371]: 2024-01-19 00:15:46 DEBUG: Handling data: 0x2 0x3 0x3 0xf2 0x0 0x6 0x64 0x4c
Jan 19 00:15:46 hab python3[21371]: 2024-01-19 00:15:46 DEBUG: Getting Frame - 0x3 0x3 0xf2 0x0 0x6
Jan 19 00:15:46 hab python3[21371]: 2024-01-19 00:15:46 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:46 hab python3[21371]: 2024-01-19 00:15:46 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:46 hab python3[21371]: 2024-01-19 00:15:46 DEBUG: validate: fc-[3] address-1011: count-6
Jan 19 00:15:46 hab python3[21371]: 2024-01-19 00:15:46 DEBUG: getValues fc-[3] address-1011: count-6
Jan 19 00:15:46 hab python3[21371]: 2024-01-19 00:15:46 DEBUG: send: [ReadHoldingRegistersResponse (6)]- b'02030c00004180000043460000431ed4a2'
Jan 19 00:15:46 hab python3[21371]: 2024-01-19 00:15:46 DEBUG: Handling data: 0x2 0x3 0x3 0xf2 0x0 0x6 0x64 0x4c
Jan 19 00:15:46 hab python3[21371]: 2024-01-19 00:15:46 DEBUG: Getting Frame - 0x3 0x3 0xf2 0x0 0x6
Jan 19 00:15:46 hab python3[21371]: 2024-01-19 00:15:46 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:46 hab python3[21371]: 2024-01-19 00:15:46 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:46 hab python3[21371]: 2024-01-19 00:15:46 DEBUG: validate: fc-[3] address-1011: count-6
Jan 19 00:15:46 hab python3[21371]: 2024-01-19 00:15:46 DEBUG: getValues fc-[3] address-1011: count-6
Jan 19 00:15:46 hab python3[21371]: 2024-01-19 00:15:46 DEBUG: send: [ReadHoldingRegistersResponse (6)]- b'02030c00004180000043460000431ed4a2'
Jan 19 00:15:47 hab python3[21371]: 2024-01-19 00:15:47 DEBUG: Handling data: 0x2 0x3 0x3 0xf2 0x0 0x6 0x64 0x4c
Jan 19 00:15:47 hab python3[21371]: 2024-01-19 00:15:47 DEBUG: Getting Frame - 0x3 0x3 0xf2 0x0 0x6
Jan 19 00:15:47 hab python3[21371]: 2024-01-19 00:15:47 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:47 hab python3[21371]: 2024-01-19 00:15:47 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:47 hab python3[21371]: 2024-01-19 00:15:47 DEBUG: validate: fc-[3] address-1011: count-6
Jan 19 00:15:47 hab python3[21371]: 2024-01-19 00:15:47 DEBUG: getValues fc-[3] address-1011: count-6
Jan 19 00:15:47 hab python3[21371]: 2024-01-19 00:15:47 DEBUG: send: [ReadHoldingRegistersResponse (6)]- b'02030c00004180000043460000431ed4a2'
Jan 19 00:15:47 hab python3[21371]: 2024-01-19 00:15:47 DEBUG: Handling data: 0x2 0x3 0x3 0xf2 0x0 0x6 0x64 0x4c
Jan 19 00:15:47 hab python3[21371]: 2024-01-19 00:15:47 DEBUG: Getting Frame - 0x3 0x3 0xf2 0x0 0x6
Jan 19 00:15:47 hab python3[21371]: 2024-01-19 00:15:47 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:47 hab python3[21371]: 2024-01-19 00:15:47 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:47 hab python3[21371]: 2024-01-19 00:15:47 DEBUG: validate: fc-[3] address-1011: count-6
Jan 19 00:15:47 hab python3[21371]: 2024-01-19 00:15:47 DEBUG: getValues fc-[3] address-1011: count-6
Jan 19 00:15:47 hab python3[21371]: 2024-01-19 00:15:47 DEBUG: send: [ReadHoldingRegistersResponse (6)]- b'02030c00004180000043460000431ed4a2'
Jan 19 00:15:47 hab python3[21371]: 2024-01-19 00:15:47 DEBUG: Handling data: 0x2 0x3 0x3 0xf2 0x0 0x6 0x64 0x4c
Jan 19 00:15:47 hab python3[21371]: 2024-01-19 00:15:47 DEBUG: Getting Frame - 0x3 0x3 0xf2 0x0 0x6
Jan 19 00:15:47 hab python3[21371]: 2024-01-19 00:15:47 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:47 hab python3[21371]: 2024-01-19 00:15:47 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:47 hab python3[21371]: 2024-01-19 00:15:47 DEBUG: validate: fc-[3] address-1011: count-6
Jan 19 00:15:47 hab python3[21371]: 2024-01-19 00:15:47 DEBUG: getValues fc-[3] address-1011: count-6
Jan 19 00:15:47 hab python3[21371]: 2024-01-19 00:15:47 DEBUG: send: [ReadHoldingRegistersResponse (6)]- b'02030c00004180000043460000431ed4a2'
Jan 19 00:15:47 hab python3[21371]: 2024-01-19 00:15:47 DEBUG: Handling data: 0x2 0x3 0x3 0xf2 0x0 0x6 0x64 0x4c
Jan 19 00:15:47 hab python3[21371]: 2024-01-19 00:15:47 DEBUG: Getting Frame - 0x3 0x3 0xf2 0x0 0x6
Jan 19 00:15:47 hab python3[21371]: 2024-01-19 00:15:47 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:47 hab python3[21371]: 2024-01-19 00:15:47 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:47 hab python3[21371]: 2024-01-19 00:15:47 DEBUG: validate: fc-[3] address-1011: count-6
Jan 19 00:15:47 hab python3[21371]: 2024-01-19 00:15:47 DEBUG: getValues fc-[3] address-1011: count-6
Jan 19 00:15:47 hab python3[21371]: 2024-01-19 00:15:47 DEBUG: send: [ReadHoldingRegistersResponse (6)]- b'02030c00004180000043460000431ed4a2'
Jan 19 00:15:47 hab python3[21371]: 2024-01-19 00:15:47 DEBUG: Handling data: 0x2 0x3 0x3 0xf2 0x0 0x6 0x64 0x4c
Jan 19 00:15:47 hab python3[21371]: 2024-01-19 00:15:47 DEBUG: Getting Frame - 0x3 0x3 0xf2 0x0 0x6
Jan 19 00:15:47 hab python3[21371]: 2024-01-19 00:15:47 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:47 hab python3[21371]: 2024-01-19 00:15:47 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:47 hab python3[21371]: 2024-01-19 00:15:47 DEBUG: validate: fc-[3] address-1011: count-6
Jan 19 00:15:47 hab python3[21371]: 2024-01-19 00:15:47 DEBUG: getValues fc-[3] address-1011: count-6
Jan 19 00:15:47 hab python3[21371]: 2024-01-19 00:15:47 DEBUG: send: [ReadHoldingRegistersResponse (6)]- b'02030c00004180000043460000431ed4a2'
Jan 19 00:15:47 hab python3[21371]: 2024-01-19 00:15:47 DEBUG: Handling data: 0x2 0x3 0x3 0xf2 0x0 0x6 0x64 0x4c
Jan 19 00:15:47 hab python3[21371]: 2024-01-19 00:15:47 DEBUG: Getting Frame - 0x3 0x3 0xf2 0x0 0x6
Jan 19 00:15:47 hab python3[21371]: 2024-01-19 00:15:47 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:47 hab python3[21371]: 2024-01-19 00:15:47 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:47 hab python3[21371]: 2024-01-19 00:15:47 DEBUG: validate: fc-[3] address-1011: count-6
Jan 19 00:15:47 hab python3[21371]: 2024-01-19 00:15:47 DEBUG: getValues fc-[3] address-1011: count-6
Jan 19 00:15:47 hab python3[21371]: 2024-01-19 00:15:47 DEBUG: send: [ReadHoldingRegistersResponse (6)]- b'02030c00004180000043460000431ed4a2'
Jan 19 00:15:47 hab python3[21371]: 2024-01-19 00:15:47 DEBUG: Handling data: 0x2 0x3 0x3 0xf2 0x0 0x6 0x64 0x4c
Jan 19 00:15:47 hab python3[21371]: 2024-01-19 00:15:47 DEBUG: Getting Frame - 0x3 0x3 0xf2 0x0 0x6
Jan 19 00:15:47 hab python3[21371]: 2024-01-19 00:15:47 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:47 hab python3[21371]: 2024-01-19 00:15:47 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:47 hab python3[21371]: 2024-01-19 00:15:47 DEBUG: validate: fc-[3] address-1011: count-6
Jan 19 00:15:47 hab python3[21371]: 2024-01-19 00:15:47 DEBUG: getValues fc-[3] address-1011: count-6
Jan 19 00:15:47 hab python3[21371]: 2024-01-19 00:15:47 DEBUG: send: [ReadHoldingRegistersResponse (6)]- b'02030c00004180000043460000431ed4a2'
Jan 19 00:15:48 hab python3[21371]: 2024-01-19 00:15:48 DEBUG: Handling data: 0x2 0x3 0x3 0xf2 0x0 0x6 0x64 0x4c
Jan 19 00:15:48 hab python3[21371]: 2024-01-19 00:15:48 DEBUG: Getting Frame - 0x3 0x3 0xf2 0x0 0x6
Jan 19 00:15:48 hab python3[21371]: 2024-01-19 00:15:48 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:48 hab python3[21371]: 2024-01-19 00:15:48 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:48 hab python3[21371]: 2024-01-19 00:15:48 DEBUG: validate: fc-[3] address-1011: count-6
Jan 19 00:15:48 hab python3[21371]: 2024-01-19 00:15:48 DEBUG: getValues fc-[3] address-1011: count-6
Jan 19 00:15:48 hab python3[21371]: 2024-01-19 00:15:48 DEBUG: send: [ReadHoldingRegistersResponse (6)]- b'02030c00004180000043460000431ed4a2'
Jan 19 00:15:48 hab python3[21371]: 2024-01-19 00:15:48 DEBUG: Handling data: 0x2 0x3 0x3 0xf2 0x0 0x6 0x64 0x4c
Jan 19 00:15:48 hab python3[21371]: 2024-01-19 00:15:48 DEBUG: Getting Frame - 0x3 0x3 0xf2 0x0 0x6
Jan 19 00:15:48 hab python3[21371]: 2024-01-19 00:15:48 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:48 hab python3[21371]: 2024-01-19 00:15:48 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:48 hab python3[21371]: 2024-01-19 00:15:48 DEBUG: validate: fc-[3] address-1011: count-6
Jan 19 00:15:48 hab python3[21371]: 2024-01-19 00:15:48 DEBUG: getValues fc-[3] address-1011: count-6
Jan 19 00:15:48 hab python3[21371]: 2024-01-19 00:15:48 DEBUG: send: [ReadHoldingRegistersResponse (6)]- b'02030c00004180000043460000431ed4a2'
Jan 19 00:15:48 hab python3[21371]: 2024-01-19 00:15:48 DEBUG: Handling data: 0x2 0x3 0x3 0xf2 0x0 0x6 0x64 0x4c
Jan 19 00:15:48 hab python3[21371]: 2024-01-19 00:15:48 DEBUG: Getting Frame - 0x3 0x3 0xf2 0x0 0x6
Jan 19 00:15:48 hab python3[21371]: 2024-01-19 00:15:48 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:48 hab python3[21371]: 2024-01-19 00:15:48 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:48 hab python3[21371]: 2024-01-19 00:15:48 DEBUG: validate: fc-[3] address-1011: count-6
Jan 19 00:15:48 hab python3[21371]: 2024-01-19 00:15:48 DEBUG: getValues fc-[3] address-1011: count-6
Jan 19 00:15:48 hab python3[21371]: 2024-01-19 00:15:48 DEBUG: send: [ReadHoldingRegistersResponse (6)]- b'02030c00004180000043460000431ed4a2'
Jan 19 00:15:48 hab python3[21371]: 2024-01-19 00:15:48 DEBUG: Handling data: 0x2 0x3 0x3 0xf2 0x0 0x6 0x64 0x4c
Jan 19 00:15:48 hab python3[21371]: 2024-01-19 00:15:48 DEBUG: Getting Frame - 0x3 0x3 0xf2 0x0 0x6
Jan 19 00:15:48 hab python3[21371]: 2024-01-19 00:15:48 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:48 hab python3[21371]: 2024-01-19 00:15:48 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:48 hab python3[21371]: 2024-01-19 00:15:48 DEBUG: validate: fc-[3] address-1011: count-6
Jan 19 00:15:48 hab python3[21371]: 2024-01-19 00:15:48 DEBUG: getValues fc-[3] address-1011: count-6
Jan 19 00:15:48 hab python3[21371]: 2024-01-19 00:15:48 DEBUG: send: [ReadHoldingRegistersResponse (6)]- b'02030c00004180000043460000431ed4a2'
Jan 19 00:15:48 hab python3[21371]: 2024-01-19 00:15:48 DEBUG: Handling data: 0x2 0x3 0x3 0xf2 0x0 0x6 0x64 0x4c
Jan 19 00:15:48 hab python3[21371]: 2024-01-19 00:15:48 DEBUG: Getting Frame - 0x3 0x3 0xf2 0x0 0x6
Jan 19 00:15:48 hab python3[21371]: 2024-01-19 00:15:48 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:48 hab python3[21371]: 2024-01-19 00:15:48 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:48 hab python3[21371]: 2024-01-19 00:15:48 DEBUG: validate: fc-[3] address-1011: count-6
Jan 19 00:15:48 hab python3[21371]: 2024-01-19 00:15:48 DEBUG: getValues fc-[3] address-1011: count-6
Jan 19 00:15:48 hab python3[21371]: 2024-01-19 00:15:48 DEBUG: send: [ReadHoldingRegistersResponse (6)]- b'02030c00004180000043460000431ed4a2'
Jan 19 00:15:48 hab python3[21371]: 2024-01-19 00:15:48 DEBUG: Handling data: 0x2 0x3 0x3 0xf2 0x0 0x6 0x64 0x4c
Jan 19 00:15:48 hab python3[21371]: 2024-01-19 00:15:48 DEBUG: Getting Frame - 0x3 0x3 0xf2 0x0 0x6
Jan 19 00:15:48 hab python3[21371]: 2024-01-19 00:15:48 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:48 hab python3[21371]: 2024-01-19 00:15:48 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:48 hab python3[21371]: 2024-01-19 00:15:48 DEBUG: validate: fc-[3] address-1011: count-6
Jan 19 00:15:48 hab python3[21371]: 2024-01-19 00:15:48 DEBUG: getValues fc-[3] address-1011: count-6
Jan 19 00:15:48 hab python3[21371]: 2024-01-19 00:15:48 DEBUG: send: [ReadHoldingRegistersResponse (6)]- b'02030c00004180000043460000431ed4a2'
Jan 19 00:15:48 hab python3[21371]: 2024-01-19 00:15:48 DEBUG: Handling data: 0x2 0x3 0x3 0xf2 0x0 0x6 0x64 0x4c
Jan 19 00:15:48 hab python3[21371]: 2024-01-19 00:15:48 DEBUG: Getting Frame - 0x3 0x3 0xf2 0x0 0x6
Jan 19 00:15:48 hab python3[21371]: 2024-01-19 00:15:48 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:48 hab python3[21371]: 2024-01-19 00:15:48 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:48 hab python3[21371]: 2024-01-19 00:15:48 DEBUG: validate: fc-[3] address-1011: count-6
Jan 19 00:15:48 hab python3[21371]: 2024-01-19 00:15:48 DEBUG: getValues fc-[3] address-1011: count-6
Jan 19 00:15:48 hab python3[21371]: 2024-01-19 00:15:48 DEBUG: send: [ReadHoldingRegistersResponse (6)]- b'02030c00004180000043460000431ed4a2'
Jan 19 00:15:49 hab python3[21371]: 2024-01-19 00:15:49 DEBUG: Handling data: 0x2 0x3 0x3 0xf2 0x0 0x6 0x64 0x4c
Jan 19 00:15:49 hab python3[21371]: 2024-01-19 00:15:49 DEBUG: Getting Frame - 0x3 0x3 0xf2 0x0 0x6
Jan 19 00:15:49 hab python3[21371]: 2024-01-19 00:15:49 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:49 hab python3[21371]: 2024-01-19 00:15:49 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:49 hab python3[21371]: 2024-01-19 00:15:49 DEBUG: validate: fc-[3] address-1011: count-6
Jan 19 00:15:49 hab python3[21371]: 2024-01-19 00:15:49 DEBUG: getValues fc-[3] address-1011: count-6
Jan 19 00:15:49 hab python3[21371]: 2024-01-19 00:15:49 DEBUG: send: [ReadHoldingRegistersResponse (6)]- b'02030c00004180000043460000431ed4a2'
Jan 19 00:15:49 hab python3[21371]: 2024-01-19 00:15:49 DEBUG: Handling data: 0x2 0x3 0x3 0xf2 0x0 0x6 0x64 0x4c
Jan 19 00:15:49 hab python3[21371]: 2024-01-19 00:15:49 DEBUG: Getting Frame - 0x3 0x3 0xf2 0x0 0x6
Jan 19 00:15:49 hab python3[21371]: 2024-01-19 00:15:49 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:49 hab python3[21371]: 2024-01-19 00:15:49 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:49 hab python3[21371]: 2024-01-19 00:15:49 DEBUG: validate: fc-[3] address-1011: count-6
Jan 19 00:15:49 hab python3[21371]: 2024-01-19 00:15:49 DEBUG: getValues fc-[3] address-1011: count-6
Jan 19 00:15:49 hab python3[21371]: 2024-01-19 00:15:49 DEBUG: send: [ReadHoldingRegistersResponse (6)]- b'02030c00004180000043460000431ed4a2'
Jan 19 00:15:49 hab python3[21371]: 2024-01-19 00:15:49 DEBUG: Handling data: 0x2 0x3 0x3 0xf2 0x0 0x6 0x64 0x4c
Jan 19 00:15:49 hab python3[21371]: 2024-01-19 00:15:49 DEBUG: Getting Frame - 0x3 0x3 0xf2 0x0 0x6
Jan 19 00:15:49 hab python3[21371]: 2024-01-19 00:15:49 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:49 hab python3[21371]: 2024-01-19 00:15:49 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:49 hab python3[21371]: 2024-01-19 00:15:49 DEBUG: validate: fc-[3] address-1011: count-6
Jan 19 00:15:49 hab python3[21371]: 2024-01-19 00:15:49 DEBUG: getValues fc-[3] address-1011: count-6
Jan 19 00:15:49 hab python3[21371]: 2024-01-19 00:15:49 DEBUG: send: [ReadHoldingRegistersResponse (6)]- b'02030c00004180000043460000431ed4a2'
Jan 19 00:15:49 hab python3[21371]: 2024-01-19 00:15:49 DEBUG: Handling data: 0x2 0x3 0x3 0xf2 0x0 0x6 0x64 0x4c
Jan 19 00:15:49 hab python3[21371]: 2024-01-19 00:15:49 DEBUG: Getting Frame - 0x3 0x3 0xf2 0x0 0x6
Jan 19 00:15:49 hab python3[21371]: 2024-01-19 00:15:49 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:49 hab python3[21371]: 2024-01-19 00:15:49 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:49 hab python3[21371]: 2024-01-19 00:15:49 DEBUG: validate: fc-[3] address-1011: count-6
Jan 19 00:15:49 hab python3[21371]: 2024-01-19 00:15:49 DEBUG: getValues fc-[3] address-1011: count-6
Jan 19 00:15:49 hab python3[21371]: 2024-01-19 00:15:49 DEBUG: send: [ReadHoldingRegistersResponse (6)]- b'02030c00004180000043460000431ed4a2'
Jan 19 00:15:49 hab python3[21371]: 2024-01-19 00:15:49 DEBUG: Handling data: 0x2 0x3 0x3 0xf2 0x0 0x6 0x64 0x4c
Jan 19 00:15:49 hab python3[21371]: 2024-01-19 00:15:49 DEBUG: Getting Frame - 0x3 0x3 0xf2 0x0 0x6
Jan 19 00:15:49 hab python3[21371]: 2024-01-19 00:15:49 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:49 hab python3[21371]: 2024-01-19 00:15:49 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:49 hab python3[21371]: 2024-01-19 00:15:49 DEBUG: validate: fc-[3] address-1011: count-6
Jan 19 00:15:49 hab python3[21371]: 2024-01-19 00:15:49 DEBUG: getValues fc-[3] address-1011: count-6
Jan 19 00:15:49 hab python3[21371]: 2024-01-19 00:15:49 DEBUG: send: [ReadHoldingRegistersResponse (6)]- b'02030c00004180000043460000431ed4a2'
Jan 19 00:15:49 hab python3[21371]: 2024-01-19 00:15:49 DEBUG: Handling data: 0x2 0x3 0x3 0xf2 0x0 0x6 0x64 0x4c
Jan 19 00:15:49 hab python3[21371]: 2024-01-19 00:15:49 DEBUG: Getting Frame - 0x3 0x3 0xf2 0x0 0x6
Jan 19 00:15:49 hab python3[21371]: 2024-01-19 00:15:49 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:49 hab python3[21371]: 2024-01-19 00:15:49 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:49 hab python3[21371]: 2024-01-19 00:15:49 DEBUG: validate: fc-[3] address-1011: count-6
Jan 19 00:15:49 hab python3[21371]: 2024-01-19 00:15:49 DEBUG: getValues fc-[3] address-1011: count-6
Jan 19 00:15:49 hab python3[21371]: 2024-01-19 00:15:49 DEBUG: send: [ReadHoldingRegistersResponse (6)]- b'02030c00004180000043460000431ed4a2'
Jan 19 00:15:50 hab python3[21371]: 2024-01-19 00:15:50 DEBUG: Handling data: 0x2 0x3 0x3 0xf2 0x0 0x6 0x64 0x4c
Jan 19 00:15:50 hab python3[21371]: 2024-01-19 00:15:50 DEBUG: Getting Frame - 0x3 0x3 0xf2 0x0 0x6
Jan 19 00:15:50 hab python3[21371]: 2024-01-19 00:15:50 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:50 hab python3[21371]: 2024-01-19 00:15:50 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:50 hab python3[21371]: 2024-01-19 00:15:50 DEBUG: validate: fc-[3] address-1011: count-6
Jan 19 00:15:50 hab python3[21371]: 2024-01-19 00:15:50 DEBUG: getValues fc-[3] address-1011: count-6
Jan 19 00:15:50 hab python3[21371]: 2024-01-19 00:15:50 DEBUG: send: [ReadHoldingRegistersResponse (6)]- b'02030c00004180000043460000431ed4a2'
Jan 19 00:15:50 hab python3[21371]: 2024-01-19 00:15:50 DEBUG: Handling data: 0x2 0x3 0x3 0xf2 0x0 0x6 0x64 0x4c
Jan 19 00:15:50 hab python3[21371]: 2024-01-19 00:15:50 DEBUG: Getting Frame - 0x3 0x3 0xf2 0x0 0x6
Jan 19 00:15:50 hab python3[21371]: 2024-01-19 00:15:50 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:50 hab python3[21371]: 2024-01-19 00:15:50 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:50 hab python3[21371]: 2024-01-19 00:15:50 DEBUG: validate: fc-[3] address-1011: count-6
Jan 19 00:15:50 hab python3[21371]: 2024-01-19 00:15:50 DEBUG: getValues fc-[3] address-1011: count-6
Jan 19 00:15:50 hab python3[21371]: 2024-01-19 00:15:50 DEBUG: send: [ReadHoldingRegistersResponse (6)]- b'02030c00004180000043460000431ed4a2'
Jan 19 00:15:50 hab python3[21371]: 2024-01-19 00:15:50 DEBUG: Handling data: 0x2 0x3 0x3 0xf2 0x0 0x6 0x64 0x4c
Jan 19 00:15:50 hab python3[21371]: 2024-01-19 00:15:50 DEBUG: Getting Frame - 0x3 0x3 0xf2 0x0 0x6
Jan 19 00:15:50 hab python3[21371]: 2024-01-19 00:15:50 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:50 hab python3[21371]: 2024-01-19 00:15:50 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:50 hab python3[21371]: 2024-01-19 00:15:50 DEBUG: validate: fc-[3] address-1011: count-6
Jan 19 00:15:50 hab python3[21371]: 2024-01-19 00:15:50 DEBUG: getValues fc-[3] address-1011: count-6
Jan 19 00:15:50 hab python3[21371]: 2024-01-19 00:15:50 DEBUG: send: [ReadHoldingRegistersResponse (6)]- b'02030c00004180000043460000431ed4a2'
Jan 19 00:15:50 hab python3[21371]: 2024-01-19 00:15:50 DEBUG: Handling data: 0x2 0x3 0x3 0xf2 0x0 0x6 0x64 0x4c
Jan 19 00:15:50 hab python3[21371]: 2024-01-19 00:15:50 DEBUG: Getting Frame - 0x3 0x3 0xf2 0x0 0x6
Jan 19 00:15:50 hab python3[21371]: 2024-01-19 00:15:50 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:50 hab python3[21371]: 2024-01-19 00:15:50 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:50 hab python3[21371]: 2024-01-19 00:15:50 DEBUG: validate: fc-[3] address-1011: count-6
Jan 19 00:15:50 hab python3[21371]: 2024-01-19 00:15:50 DEBUG: getValues fc-[3] address-1011: count-6
Jan 19 00:15:50 hab python3[21371]: 2024-01-19 00:15:50 DEBUG: send: [ReadHoldingRegistersResponse (6)]- b'02030c00004180000043460000431ed4a2'
Jan 19 00:15:50 hab python3[21371]: 2024-01-19 00:15:50 DEBUG: MQTT message received: {
Jan 19 00:15:50 hab python3[21371]: "import_energy_active": 0.369,
Jan 19 00:15:50 hab python3[21371]: "l1_power_active": 16.000,
Jan 19 00:15:50 hab python3[21371]: "l2_power_active": 199.000,
Jan 19 00:15:50 hab python3[21371]: "l3_power_active": 154.000,
Jan 19 00:15:50 hab python3[21371]: "voltage_ln": 235.8,
Jan 19 00:15:50 hab python3[21371]: "l1n_voltage": 235.8,
Jan 19 00:15:50 hab python3[21371]: "l2n_voltage": 235.2,
Jan 19 00:15:50 hab python3[21371]: "l3n_voltage": 233.7,
Jan 19 00:15:50 hab python3[21371]: "frequency": 50,
Jan 19 00:15:50 hab python3[21371]: "l1_energy_active": 0.016,
Jan 19 00:15:50 hab python3[21371]: "l2_energy_active": 0.199,
Jan 19 00:15:50 hab python3[21371]: "l3_energy_active": 0.154,
Jan 19 00:15:50 hab python3[21371]: "l1_import_energy_active": 0.016,
Jan 19 00:15:50 hab python3[21371]: "l2_import_energy_active": 0.199,
Jan 19 00:15:50 hab python3[21371]: "l3_import_energy_active": 0.154,
Jan 19 00:15:50 hab python3[21371]: "export_energy_active": 0,
Jan 19 00:15:50 hab python3[21371]: "l1_export_energy_active": 0,
Jan 19 00:15:50 hab python3[21371]: "l2_export_energy_active": 0,
Jan 19 00:15:50 hab python3[21371]: "l3_export_energy_active": 0,
Jan 19 00:15:50 hab python3[21371]: "l1_current": 0.06785411,
Jan 19 00:15:50 hab python3[21371]: "l2_current": 0.84608844,
Jan 19 00:15:50 hab python3[21371]: "l3_current": 0.65896448
Jan 19 00:15:50 hab python3[21371]: }
Jan 19 00:15:50 hab python3[21371]: 2024-01-19 00:15:50 DEBUG: Handling data: 0x2 0x3 0x3 0xf2 0x0 0x6 0x64 0x4c
Jan 19 00:15:50 hab python3[21371]: 2024-01-19 00:15:50 DEBUG: Getting Frame - 0x3 0x3 0xf2 0x0 0x6
Jan 19 00:15:50 hab python3[21371]: 2024-01-19 00:15:50 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:50 hab python3[21371]: 2024-01-19 00:15:50 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:50 hab python3[21371]: 2024-01-19 00:15:50 DEBUG: validate: fc-[3] address-1011: count-6
Jan 19 00:15:50 hab python3[21371]: 2024-01-19 00:15:50 DEBUG: getValues fc-[3] address-1011: count-6
Jan 19 00:15:50 hab python3[21371]: 2024-01-19 00:15:50 DEBUG: send: [ReadHoldingRegistersResponse (6)]- b'02030c00004180000043460000431ed4a2'
Jan 19 00:15:50 hab python3[21371]: 2024-01-19 00:15:50 DEBUG: [0, 0, 60817, 16060, 0, 0, 60817, 16060, 0, 0, 0, 16768, 0, 17223, 0, 17178, 52429, 17259, 52429, 17259, 13107, 17259, 45875, 17257, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16968]
Jan 19 00:15:50 hab python3[21371]: 2024-01-19 00:15:50 DEBUG: setValues[3] 1001:34
Jan 19 00:15:50 hab python3[21371]: 2024-01-19 00:15:50 DEBUG: [4719, 15491, 50856, 15947, 45613, 15901, 4719, 15491, 50856, 15947, 45613, 15901, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 63256, 15754, 39233, 16216, 45541, 16168, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
Jan 19 00:15:50 hab python3[21371]: 2024-01-19 00:15:50 DEBUG: setValues[3] 1101:82
Jan 19 00:15:50 hab python3[21371]: 2024-01-19 00:15:50 DEBUG: Handling data: 0x2 0x3 0x3 0xf2 0x0 0x6 0x64 0x4c
Jan 19 00:15:50 hab python3[21371]: 2024-01-19 00:15:50 DEBUG: Getting Frame - 0x3 0x3 0xf2 0x0 0x6
Jan 19 00:15:50 hab python3[21371]: 2024-01-19 00:15:50 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:50 hab python3[21371]: 2024-01-19 00:15:50 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:50 hab python3[21371]: 2024-01-19 00:15:50 DEBUG: validate: fc-[3] address-1011: count-6
Jan 19 00:15:50 hab python3[21371]: 2024-01-19 00:15:50 DEBUG: getValues fc-[3] address-1011: count-6
Jan 19 00:15:50 hab python3[21371]: 2024-01-19 00:15:50 DEBUG: send: [ReadHoldingRegistersResponse (6)]- b'02030c00004180000043470000431ae8a1'
Jan 19 00:15:51 hab python3[21371]: 2024-01-19 00:15:51 DEBUG: Handling data: 0x2 0x3 0x3 0xf2 0x0 0x6 0x64 0x4c
Jan 19 00:15:51 hab python3[21371]: 2024-01-19 00:15:51 DEBUG: Getting Frame - 0x3 0x3 0xf2 0x0 0x6
Jan 19 00:15:51 hab python3[21371]: 2024-01-19 00:15:51 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:51 hab python3[21371]: 2024-01-19 00:15:51 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:51 hab python3[21371]: 2024-01-19 00:15:51 DEBUG: validate: fc-[3] address-1011: count-6
Jan 19 00:15:51 hab python3[21371]: 2024-01-19 00:15:51 DEBUG: getValues fc-[3] address-1011: count-6
Jan 19 00:15:51 hab python3[21371]: 2024-01-19 00:15:51 DEBUG: send: [ReadHoldingRegistersResponse (6)]- b'02030c00004180000043470000431ae8a1'
Jan 19 00:15:51 hab python3[21371]: 2024-01-19 00:15:51 DEBUG: Handling data: 0x2 0x3 0x3 0xf2 0x0 0x6 0x64 0x4c
Jan 19 00:15:51 hab python3[21371]: 2024-01-19 00:15:51 DEBUG: Getting Frame - 0x3 0x3 0xf2 0x0 0x6
Jan 19 00:15:51 hab python3[21371]: 2024-01-19 00:15:51 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:51 hab python3[21371]: 2024-01-19 00:15:51 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:51 hab python3[21371]: 2024-01-19 00:15:51 DEBUG: validate: fc-[3] address-1011: count-6
Jan 19 00:15:51 hab python3[21371]: 2024-01-19 00:15:51 DEBUG: getValues fc-[3] address-1011: count-6
Jan 19 00:15:51 hab python3[21371]: 2024-01-19 00:15:51 DEBUG: send: [ReadHoldingRegistersResponse (6)]- b'02030c00004180000043470000431ae8a1'
Jan 19 00:15:51 hab python3[21371]: 2024-01-19 00:15:51 DEBUG: Handling data: 0x2 0x3 0x3 0xf2 0x0 0x6 0x64 0x4c
Jan 19 00:15:51 hab python3[21371]: 2024-01-19 00:15:51 DEBUG: Getting Frame - 0x3 0x3 0xf2 0x0 0x6
Jan 19 00:15:51 hab python3[21371]: 2024-01-19 00:15:51 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:51 hab python3[21371]: 2024-01-19 00:15:51 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:51 hab python3[21371]: 2024-01-19 00:15:51 DEBUG: validate: fc-[3] address-1011: count-6
Jan 19 00:15:51 hab python3[21371]: 2024-01-19 00:15:51 DEBUG: getValues fc-[3] address-1011: count-6
Jan 19 00:15:51 hab python3[21371]: 2024-01-19 00:15:51 DEBUG: send: [ReadHoldingRegistersResponse (6)]- b'02030c00004180000043470000431ae8a1'
Jan 19 00:15:51 hab python3[21371]: 2024-01-19 00:15:51 DEBUG: Handling data: 0x2 0x3 0x3 0xf2 0x0 0x6 0x64 0x4c
Jan 19 00:15:51 hab python3[21371]: 2024-01-19 00:15:51 DEBUG: Getting Frame - 0x3 0x3 0xf2 0x0 0x6
Jan 19 00:15:51 hab python3[21371]: 2024-01-19 00:15:51 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:51 hab python3[21371]: 2024-01-19 00:15:51 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:51 hab python3[21371]: 2024-01-19 00:15:51 DEBUG: validate: fc-[3] address-1011: count-6
Jan 19 00:15:51 hab python3[21371]: 2024-01-19 00:15:51 DEBUG: getValues fc-[3] address-1011: count-6
Jan 19 00:15:51 hab python3[21371]: 2024-01-19 00:15:51 DEBUG: send: [ReadHoldingRegistersResponse (6)]- b'02030c00004180000043470000431ae8a1'
Jan 19 00:15:51 hab python3[21371]: 2024-01-19 00:15:51 DEBUG: Handling data: 0x2 0x3 0x6 0xa4 0x0 0x17 0x44 0x9c
Jan 19 00:15:51 hab python3[21371]: 2024-01-19 00:15:51 DEBUG: Getting Frame - 0x3 0x6 0xa4 0x0 0x17
Jan 19 00:15:51 hab python3[21371]: 2024-01-19 00:15:51 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:51 hab python3[21371]: 2024-01-19 00:15:51 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:51 hab python3[21371]: 2024-01-19 00:15:51 DEBUG: validate: fc-[3] address-1701: count-23
Jan 19 00:15:51 hab python3[21371]: 2024-01-19 00:15:51 DEBUG: getValues fc-[3] address-1701: count-23
Jan 19 00:15:51 hab python3[21371]: 2024-01-19 00:15:51 DEBUG: send: [ReadHoldingRegistersResponse (23)]- b'02032e1206000f000000000000000000ca001f00000000000000000000000000000000000000000000000000000000000092cd'
Jan 19 00:15:51 hab python3[21371]: 2024-01-19 00:15:51 DEBUG: Handling data: 0x2 0x3 0x3 0xf2 0x0 0x6 0x64 0x4c
Jan 19 00:15:51 hab python3[21371]: 2024-01-19 00:15:51 DEBUG: Getting Frame - 0x3 0x3 0xf2 0x0 0x6
Jan 19 00:15:51 hab python3[21371]: 2024-01-19 00:15:51 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:51 hab python3[21371]: 2024-01-19 00:15:51 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:51 hab python3[21371]: 2024-01-19 00:15:51 DEBUG: validate: fc-[3] address-1011: count-6
Jan 19 00:15:51 hab python3[21371]: 2024-01-19 00:15:51 DEBUG: getValues fc-[3] address-1011: count-6
Jan 19 00:15:51 hab python3[21371]: 2024-01-19 00:15:51 DEBUG: send: [ReadHoldingRegistersResponse (6)]- b'02030c00004180000043470000431ae8a1'
Jan 19 00:15:52 hab python3[21371]: 2024-01-19 00:15:52 DEBUG: Handling data: 0x2 0x3 0x3 0xe8 0x0 0x22 0x45 0x90
Jan 19 00:15:52 hab python3[21371]: 2024-01-19 00:15:52 DEBUG: Getting Frame - 0x3 0x3 0xe8 0x0 0x22
Jan 19 00:15:52 hab python3[21371]: 2024-01-19 00:15:52 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:52 hab python3[21371]: 2024-01-19 00:15:52 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:52 hab python3[21371]: 2024-01-19 00:15:52 DEBUG: validate: fc-[3] address-1001: count-34
Jan 19 00:15:52 hab python3[21371]: 2024-01-19 00:15:52 DEBUG: getValues fc-[3] address-1001: count-34
Jan 19 00:15:52 hab python3[21371]: 2024-01-19 00:15:52 DEBUG: send: [ReadHoldingRegistersResponse (34)]- b'02034400000000ed913ebc00000000ed913ebc0000000000004180000043470000431acccd436bcccd436b3333436bb333436900000000000000000000000000000000000042487137'
Jan 19 00:15:52 hab python3[21371]: 2024-01-19 00:15:52 DEBUG: Handling data: 0x2 0x3 0x3 0xf2 0x0 0x6 0x64 0x4c
Jan 19 00:15:52 hab python3[21371]: 2024-01-19 00:15:52 DEBUG: Getting Frame - 0x3 0x3 0xf2 0x0 0x6
Jan 19 00:15:52 hab python3[21371]: 2024-01-19 00:15:52 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:52 hab python3[21371]: 2024-01-19 00:15:52 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:52 hab python3[21371]: 2024-01-19 00:15:52 DEBUG: validate: fc-[3] address-1011: count-6
Jan 19 00:15:52 hab python3[21371]: 2024-01-19 00:15:52 DEBUG: getValues fc-[3] address-1011: count-6
Jan 19 00:15:52 hab python3[21371]: 2024-01-19 00:15:52 DEBUG: send: [ReadHoldingRegistersResponse (6)]- b'02030c00004180000043470000431ae8a1'
Jan 19 00:15:52 hab python3[21371]: 2024-01-19 00:15:52 DEBUG: Handling data: 0x2 0x3 0x8 0x4f 0x0 0x1 0xb7 0x8e
Jan 19 00:15:52 hab python3[21371]: 2024-01-19 00:15:52 DEBUG: Getting Frame - 0x3 0x8 0x4f 0x0 0x1
Jan 19 00:15:52 hab python3[21371]: 2024-01-19 00:15:52 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:52 hab python3[21371]: 2024-01-19 00:15:52 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:52 hab python3[21371]: 2024-01-19 00:15:52 DEBUG: validate: fc-[3] address-2128: count-1
Jan 19 00:15:52 hab python3[21371]: 2024-01-19 00:15:52 DEBUG: getValues fc-[3] address-2128: count-1
Jan 19 00:15:52 hab python3[21371]: 2024-01-19 00:15:52 DEBUG: send: [ReadHoldingRegistersResponse (1)]- b'0203020000fc44'
Jan 19 00:15:52 hab python3[21371]: 2024-01-19 00:15:52 DEBUG: Handling data: 0x2 0x3 0x3 0xf2 0x0 0x6 0x64 0x4c
Jan 19 00:15:52 hab python3[21371]: 2024-01-19 00:15:52 DEBUG: Getting Frame - 0x3 0x3 0xf2 0x0 0x6
Jan 19 00:15:52 hab python3[21371]: 2024-01-19 00:15:52 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:52 hab python3[21371]: 2024-01-19 00:15:52 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:52 hab python3[21371]: 2024-01-19 00:15:52 DEBUG: validate: fc-[3] address-1011: count-6
Jan 19 00:15:52 hab python3[21371]: 2024-01-19 00:15:52 DEBUG: getValues fc-[3] address-1011: count-6
Jan 19 00:15:52 hab python3[21371]: 2024-01-19 00:15:52 DEBUG: send: [ReadHoldingRegistersResponse (6)]- b'02030c00004180000043470000431ae8a1'
Jan 19 00:15:52 hab python3[21371]: 2024-01-19 00:15:52 DEBUG: Handling data: 0x2 0x3 0x4 0x4c 0x0 0x52 0x4 0xe3
Jan 19 00:15:52 hab python3[21371]: 2024-01-19 00:15:52 DEBUG: Getting Frame - 0x3 0x4 0x4c 0x0 0x52
Jan 19 00:15:52 hab python3[21371]: 2024-01-19 00:15:52 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:52 hab python3[21371]: 2024-01-19 00:15:52 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:52 hab python3[21371]: 2024-01-19 00:15:52 DEBUG: validate: fc-[3] address-1101: count-82
Jan 19 00:15:52 hab python3[21371]: 2024-01-19 00:15:52 DEBUG: getValues fc-[3] address-1101: count-82
Jan 19 00:15:52 hab python3[21371]: 2024-01-19 00:15:52 DEBUG: send: [ReadHoldingRegistersResponse (82)]- b'0203a4126f3c83c6a83e4bb22d3e1d126f3c83c6a83e4bb22d3e1d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f7183d8a99413f58b1e53f2800000000000000000000000000000000000000000000000000000000f991'
Jan 19 00:15:52 hab python3[21371]: 2024-01-19 00:15:52 DEBUG: Handling data: 0x2 0x3 0x3 0xf2 0x0 0x6 0x64 0x4c
Jan 19 00:15:52 hab python3[21371]: 2024-01-19 00:15:52 DEBUG: Getting Frame - 0x3 0x3 0xf2 0x0 0x6
Jan 19 00:15:52 hab python3[21371]: 2024-01-19 00:15:52 DEBUG: Factory Request[ReadHoldingRegistersRequest: 3]
Jan 19 00:15:52 hab python3[21371]: 2024-01-19 00:15:52 DEBUG: Frame advanced, resetting header!!
Jan 19 00:15:52 hab python3[21371]: 2024-01-19 00:15:52 DEBUG: validate: fc-[3] address-1011: count-6
Jan 19 00:15:52 hab python3[21371]: 2024-01-19 00:15:52 DEBUG: getValues fc-[3] address-1011: count-6
Jan 19 00:15:52 hab python3[21371]: 2024-01-19 00:15:52 DEBUG: send: [ReadHoldingRegistersResponse (6)]- b'02030c00004180000043470000431ae8a1'

My environment and configuration details can be found in the drawing

SolarEdge-Monitoring

Thanks in advance for any guidance to get this last step working........in preparation for adding a SE battery to the environment.

@nmakel
Copy link
Owner

nmakel commented Feb 12, 2024

The debug output looks fine. As you see the meter is correctly registered and reporting values in the SolarEdge app.

What are the necessary MQTT fields and value dimensions? You'll need to ask @marcelrv as you're using his P1 scripts.

Am I correct that latest pymodbus version supported is 2.5.3? (with latest 3.6.3 solardedge_meterproxy didn't start) Grab the latest github version, which should support newer pymodbus versions.

The screenshot you posted shows correct self-consumption, or am I misinterpreting it?

@marcelrv
Copy link
Contributor

Sorry I'm on holidays this week..
Can take a look next week...
But the screenshot indeed looks like it has the right consumption and delivery to the net

@fkemps
Copy link
Author

fkemps commented Feb 12, 2024

Hello nmakel,

Upgraded to pymodbus 3.6.3 but solaredge_meterproxy did not start anymore with following error.

Feb 12 21:39:55 hab python3[21214]: Traceback (most recent call last):
Feb 12 21:39:55 hab python3[21214]:   File "/etc/openhab/github/solaredge_meterproxy/semp-tcp.py", line 160, in <module>
Feb 12 21:39:55 hab python3[21214]: 2024-02-12 21:39:55 INFO: Connected to MQTT: 192.168.254.13:1883/energy/meter
Feb 12 21:39:55 hab python3[21214]:     block_1601 = BinaryPayloadBuilder(byteorder=Endian.Big, wordorder=Endian.Little)
Feb 12 21:39:55 hab python3[21214]:   File "/usr/lib/python3.9/enum.py", line 405, in __getattr__
Feb 12 21:39:55 hab python3[21214]:     raise AttributeError(name) from None
Feb 12 21:39:55 hab python3[21214]: AttributeError: Big

Solved it by updating semp-tcp.py and replacing Big to BIG and Little to LITTLE e.g.block_1601 = BinaryPayloadBuilder(byteorder=Endian.Big, wordorder=Endian.Little) by block_1601 = BinaryPayloadBuilder(byteorder=Endian.BIG, wordorder=Endian.LITTLE).

I suggest updating your code as I've seen a couple of posts where ppl reported solaredge_meterproxy failed to start with the same error.

I'm not using marcelrv's mqttP1.py device but the default mqtt device and feed it from OpenHAB via a rule in which I publish values to MQTT.
I've been busy for a month now but can't get it stable on Solaredge Monitoring and values incorrect.

  • There are gaps during the day in the monitoring, the reported EigenVerbruik is way to high.
  • The live PV-production, Consumption and Export values are correct.
  • Looks like the SE modbus is having intermittent issues as OpenHab loses connectivity 1 or 2 times a day for a few seconds (unreachable).

The SE monitoring behavior changes with the values I publish on MQTT.
That's why I'm very curious about what needs to be published on MQTT and in what values.

This is what I have currently

Consuming from net only.

{
"l1_power_active": 16.000,
"l2_power_active": 220.00,
"l3_power_active": 242.000,
"voltage_ln": 236.8,
"l1n_voltage": 236.8,
"l2n_voltage": 236.5,
"l3n_voltage": 235.1,
"frequency": 50,
"l1_energy_active": 0.016,
"l2_energy_active": 0.22,
"l3_energy_active": 0.242,
"l1_import_energy_active": 0.016,
"l2_import_energy_active": 0.22,
"l3_import_energy_active": 0.242,
"l1_export_energy_active": 0,
"l2_export_energy_active": 0,
"l3_export_energy_active": 0,
"export_energy_active": 0,
"l1_current": 0.06756757,
"l2_current": 0.93023256,
"l3_current": 1.02934921
}

Consuming and delivering to net.

{
"energy_active": 1.083,
"l1_power_active": -194.000,
"l2_power_active": 265.000,
"l3_power_active": 1012.000,
"voltage_ln": 237.1,
"l1n_voltage": 237.1,
"l2n_voltage": 236.5,
"l3n_voltage": 234.3,
"frequency": 50,
"l1_energy_active": -0.194,
"l2_energy_active": 0.265,
"l3_energy_active": 1.012,
"l1_import_energy_active": 0,
"l2_import_energy_active": 0.265,
"l3_import_energy_active": 1.012,
"l1_export_energy_active": 0.194,
"l2_export_energy_active": 0,
"l3_export_energy_active": 0,
"export_energy_active": 0,
"l1_current": -0.81822016,
"l2_current": 1.12050740,
"l3_current": 4.31924883
}

SE-vandaar

SE-vermogen

SE-Energie

@nmakel
Copy link
Owner

nmakel commented Feb 13, 2024

I think the problem lies in your *_energy_* values. These are cumulative, not instantaneous. You should be feeding kWh and not W into them.

Here is an example data set from a single phase system connected to a three-phase utility, using a SDM630 kWh meter:

{
    'l1_voltage': 237.73455810546875,
    'l2_voltage': 237.90313720703125,
    'l3_voltage': 236.62315368652344,
    'l1_current': 0.9704264998435974,
    'l2_current': 1.1172029972076416,
    'l3_current': 1.05608332157135,
    'l1_power_active': 118.17377471923828,
    'l2_power_active': 53.25270462036133,
    'l3_power_active': 58.313140869140625,
    'l1_power_apparent': 230.70391845703125,
    'l2_power_apparent': 265.7861022949219,
    'l3_power_apparent': 249.89376831054688,
    'l1_power_reactive': -198.13951110839844,
    'l2_power_reactive': -260.3966369628906,
    'l3_power_reactive': -242.99481201171875,
    'l1_power_factor': 0.5122312903404236,
    'l2_power_factor': 0.20035924017429352,
    'l3_power_factor': 0.2333517074584961,
    'l1_phase_angle': -59.19178771972656,
    'l2_phase_angle': -78.44780731201172,
    'l3_phase_angle': -76.51114654541016,
    'voltage_ln': 237.4202880859375,
    'current_ln': 1.0479042530059814,
    'total_line_current': 3.144514560699463,
    'total_power_active': 231.32945251464844,
    'total_power_apparent': 739.7161865234375,
    'total_power_reactive': -702.6143188476562,
    'total_power_factor': 0.3127272427082062,
    'total_phase_angle': -71.7816162109375,
    'frequency': 49.92549133300781,
    'import_energy_active': 5797.40283203125,
    'export_energy_active': 5632.2275390625,
    'import_energy_reactive': 2.4019999504089355,
    'export_energy_reactive': 11099.5068359375,
    'total_energy_apparent': 15933.888671875,
    'total_current': 56672.921875,
    'total_import_demand_power_active': 315.1787109375,
    'maximum_import_demand_power_apparent': 3761.124755859375,
    'import_demand_power_active': 0.0,
    'maximum_import_demand_power_active': 0.0,
    'export_demand_power_active': 0.0,
    'maximum_export_demand_power_active': 0.0,
    'total_demand_power_apparent': 774.6001586914062,
    'maximum_demand_power_apparent': 3849.246337890625,
    'neutral_demand_current': 0.27261316776275635,
    'maximum_neutral_demand_current': 11.004886627197266,
    'l12_voltage': 411.8796691894531,
    'l23_voltage': 410.880859375,
    'l31_voltage': 410.7441101074219,
    'voltage_ll': 411.168212890625,
    'neutral_current': 0.1270132064819336,
    'l1n_voltage_thd': 2.6970396041870117,
    'l2n_voltage_thd': 2.6505331993103027,
    'l3n_voltage_thd': 2.3453309535980225,
    'l1_current_thd': 43.37419891357422,
    'l2_current_thd': 34.6869010925293,
    'l3_current_thd': 22.72454833984375,
    'voltage_ln_thd': 2.5643012523651123,
    'current_thd': 33.59521484375,
    'total_pf': -71.93041229248047,
    'l1_demand_current': 1.003432273864746,
    'l2_demand_current': 1.0749841928482056,
    'l3_demand_current': 1.2879137992858887,
    'maximum_l1_demand_current': 12.498915672302246,
    'maximum_l2_demand_current': 6.935347080230713,
    'maximum_l3_demand_current': 6.183877944946289,
    'l12_voltage_thd': 0.0,
    'l23_voltage_thd': 0.0,
    'l31_voltage_thd': 0.0,
    'voltage_ll_thd': 0.0,
    'total_energy_active': 11429.630859375,
    'total_energy_reactive': 11101.908203125,
    'l1_import_energy_active': 2063.18896484375,
    'l2_import_energy_active': 2089.662841796875,
    'l3_import_energy_active': 1644.5509033203125,
    'l1_export_energy_active': 5632.2275390625,
    'l2_export_energy_active': 0.0,
    'l3_export_energy_active': 0.0,
    'l1_energy_active': 7695.4169921875,
    'l2_energy_active': 2089.662841796875,
    'l3_energy_active': 1644.5509033203125,
    'l1_import_energy_reactive': 0.8269999623298645,
    'l2_import_energy_reactive': 0.9099999666213989,
    'l3_import_energy_reactive': 0.6649999618530273,
    'l1_export_energy_reactive': 2722.0,
    'l2_export_energy_reactive': 4846.35693359375,
    'l3_export_energy_reactive': 3531.14990234375,
    'l1_energy_reactive': 2722.826904296875,
    'l2_energy_reactive': 4847.2666015625,
    'l3_energy_reactive': 3531.81494140625
}

@fkemps
Copy link
Author

fkemps commented Feb 14, 2024

Thanks for sharing the SDM630 value details. It gives me something to chew on.

The upgrade of pymodbus v2.5.x to v3.6.x made a huge difference in monitoring stability on the SE monitoring portal.
There are no more gaps during the day, which happened randomly and frequently. This resulted in the high-energy reported peaks (40kWh and higher) as shown in the screenshot.

This looks promising going forward.
Today not much PV production and values look much better. Will optimize MQTT shared fields in the next few days and share the result.

SE-noGaps-withSliders

@fkemps
Copy link
Author

fkemps commented Feb 21, 2024

With regards to the energy would it mean that the following calculation should be performed while reporting every 10 seconds?

(W x hrs)/1000 so 500W becomes (500W x 0,00277778h)/1000=0,0138889kWh ?

@marcelrv
Copy link
Contributor

marcelrv commented Feb 21, 2024

no, you need report your meter value. ('meterstand') in energy
If you have dual tarif, you will need to sum the value of the day and night meters.

Currently I have similar calulation like you shown to find the phase meter values, as the Dutch P1 meter does not provide the meter value per phase, but gives the power and I wanted to know on which phase I'm consuming the most (so my home battery can be connected there).
In that case I do something like: Ph1 kWh = last Ph1 value kWh + ph1 W * (second since last value) / 3600 for each phase.

NB. As SolarEdge is not necessary handling the initial value of the meters very well (see one of my issues earlier in this repo) I changed my script to start at 0 from when I started measuring. So I always substract the a fixed inital meter value from the meterstand. Otherwise you see an enormous first / initial value. That is disturbing your year totals.

@fkemps
Copy link
Author

fkemps commented Feb 21, 2024

Thanks Marcel,
Understood to change the energy values to sum of Tarif1 + Tarif2, those are available.

Trying to understand when you're starting with value 0, know why you do it though. Seen these high energy spikes disturbing my year reporting :-(
I'm pushing the values to MQTT from an OpenHab rules, so I guess it would be on (re)starting OpenHab.

This is btw what my Landis Gyr E360 meter spits out on P1.

1-3:0.2.8(50)
0-0:1.0.0(231xxx3840W)
0-0:96.1.1(4530303532303xxx35383039343139)
1-0:1.8.1(007777.144*kWh)  <== this would be needed for energy reporting
1-0:1.8.2(005576.970*kWh)  <== this would be needed for energy reporting
1-0:2.8.1(004030.973*kWh)  <== this would be needed for energy reporting
1-0:2.8.2(009081.937*kWh)  <== this would be needed for energy reporting
0-0:96.14.0(0002)
1-0:1.7.0(00.393*kW)
1-0:2.7.0(00.000*kW)
0-0:96.7.21(00008)
0-0:96.7.9(00003)
1-0:99.97.0(2)(0-0:96.7.19)(000101000000W)(0000000399*s)(210609060051S)(0000000443*s)
1-0:32.32.0(00024)
1-0:52.32.0(00018)
1-0:72.32.0(00020)
1-0:32.36.0(00001)
1-0:52.36.0(00000)
1-0:72.36.0(00001)
0-0:96.13.0()
1-0:32.7.0(230.5*V)
1-0:52.7.0(231.3*V)
1-0:72.7.0(232.7*V)
1-0:31.7.0(001*A)
1-0:51.7.0(001*A)
1-0:71.7.0(000*A)
1-0:21.7.0(00.195*kW)
1-0:41.7.0(00.232*kW)
1-0:61.7.0(00.000*kW)
1-0:22.7.0(00.000*kW)
1-0:42.7.0(00.000*kW)
1-0:62.7.0(00.034*kW)
!8869
/XMX5LGF0010xxxx4858094

@marcelrv
Copy link
Contributor

marcelrv commented Feb 21, 2024

Yes, indeed those are the ones I use.

Yes... I also have my first year with a huge spike of 30 MWh ;-) in a single day ( and rest of the year unreadable as the table automatically adjusts to the high value...). I called with SolarEdge support if they could remove it, but the said the couldn't

So this year I when I needed to replace my Solaredge inverter, I made indeed the offset to not have the same problem again.

It is truly a fixed value to offset, as SE expects the number to grow over time. So in your case, as you already have the spike, no need to change it anymore (unless you still need to do the summing of the Day+Night meters)

@fkemps
Copy link
Author

fkemps commented Feb 22, 2024

Big thank you nmakel and marcelrv,
After the suggested engery-related updates the "Verbruik" and "Productie" widgets seem to work well.

SE-monitoring-energy

Added the per phase energy consumption to get consumption insights as well.

May I ask you about your experience with the battery (Solar Edge 10kW?)
Okay to do this per DM (and in Dutch).

PS. In January I asked SE to remove my incorrect monitoring values as well. Nope, the Dutch response was that they couldn't do it........

@marcelrv
Copy link
Contributor

I have no experience with battery... Yet.
I have this week received my battery, ( not SE), but have to see if there is any chance to die it in the SolarEdge monitoring.

But you can reach out, no problem. (You can dm in in openhab forum, or send email)

@Maikel-K
Copy link

Uploading battery data to Solaredge would be nice!

Got my 90 kWh pack up and running with Victron and would like to tie it into Solaredge too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants