Closed ErwinP closed 8 months ago
I do not have access to an ESINV inverter, so the yaml was written without any testing (likely I just copied it from the INV yaml).
From the spec one can see that register 33079 "Active Power" is a S32 value.
You might want to change
name: Active Power
device_class: power
state_class: measurement
unit_of_measurement: W
register_type: read
address: 33079
value_type: U_DWORD
to an S_DWORD
(docs here). Negative values with the high bits set might produce high values if casted to uint.
Hi,
I have an Solis RHI-5K-48ES-5G, and I'm using a wifi stick flashed with the latest firmware (as discussed here), and I'm having these strange values for "Active Power": .
I can try to templatize this to remove these peaks, but was wondering if anyone else has seen this as well?
Thanks, Erwin