Skip to content

Meter data unreliable after firmware update #478

@moedi21

Description

@moedi21

Describe the bug

Recently, my inverter (Home Hub 3 phase, SE8K-RWB48BFN4) has been upgraded to firmware 4.19.36. Since then, the readings of the imported/exported energy counter in the connected backup interface (SE-RGMTR-1D-240C-A) are missing for most part of the day. Also, the energy counters are partly downcounting.
After the update, I saw also a jump in the values, from about 290 kWh to 1311 kWh.

From the log, repeated frequently:
2023-11-27 06:57:54.380 WARNING (MainThread) [homeassistant.components.utility_meter.sensor] Total Import received an invalid new state from sensor.solaredgemodbus_m1_imported_kwh : unknown

Additional issue in the log:
2023-11-27 11:37:01.506 WARNING (MainThread) [homeassistant.components.sensor.recorder] Entity sensor.solaredgemodbus_m1_exported_kwh from integration solaredge_modbus_multi has state class total_increasing, but its state is not strictly increasing. Triggered by state 1311.289 (1311.289) with last_updated set to 2023-11-27T10:22:17.346956+00:00. Please create a bug report at https://github.com/WillCodeForCats/solaredge-modbus-multi/issues

Expected behavior

Expected: Energy counters should be available without interruption, and also strictly upcounting

Screenshots

image
image

Diagnostic File

config_entry-solaredge_modbus_multi-6e741e04c7c2d26d5b83e1f2129d8572.json (1).txt

Debug logs

No response

Home Assistant Version

2023.11.3

solaredge-modbus-multi Version

2.4.6

Installation Type

HAOS

Read the Instructions

Additional Context

I have tried in parallel to read the data with pure Python and the 'solaredge_modbus' package available in pip. There I get continous readings, but also partly downcounting:

{'import_energy_active': 1017522}
{'import_energy_active': 1017526}
{'import_energy_active': 1017531}
{'import_energy_active': 1017531}
{'import_energy_active': 1017531}
{'import_energy_active': 1017454}
{'import_energy_active': 1017457}
{'import_energy_active': 1017462}
{'import_energy_active': 1017462}
{'import_energy_active': 1017470}
{'import_energy_active': 1017470}
{'import_energy_active': 1017457}
{'import_energy_active': 1017465}
{'import_energy_active': 1017473}

Metadata

Metadata

Labels

hardwareIssue related to hardware

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions