You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SPH4600
Here is an error I found in the log where it claims that 2 sensors have the wrong state class (total_increasing) where I guess total should be right.
Entity sensor.npcs123_load_consumption_energy_ac_today_calculated has state class total_increasing, but its state is negative. Triggered by state -2.8 with last_updated set to 2024-09-03T18:54:59.999999+00:00.
Entity sensor.npcs123_load_consumption_energy_pv_today_calculated from integration grott has state class total_increasing, but its state is negative. Triggered by state -0.1 with last_updated set to 2024-09-04T07:29:49.743083+00:00.
The text was updated successfully, but these errors were encountered:
typxxi
changed the title
BUG: Entity sensor.npcsbkp041_load_consumption_energy_ac_today_calculated has state class total_increasing & same for ac_today_calculated
BUG: SPH4600 Entity sensor.npcs123_load_consumption_energy_ac_today_calculated has state class total_increasing & same for ac_today_calculated
Sep 4, 2024
I'm a bit confused by how those values are showing as negative.
For example the AC one is the sum of the energy consumed from the grid and the amount charged into the battery, both of which cannot have negative values (at least on my system).
The exact calculation is: "Import from Grid Energy - Today" - "Battery AC Charge Energy - Today"
All energy consumed from the grid should be greater than (or equal to) the AC charge energy put into the battery.
I'd be interested to see the value of those other 2 sensors at the same time.
and the second one is way off for whatever reason - 429 million kWh load per day?
BUT: if I check the graph values over the day I can see the value is decreasing
for example 3rd of september in the evening is lower /429.496.690,7) than
in the morning 429.496.726,8
Hope that it helps a bit but so far the "error message" might be right.
not really convinced cause you had shown a different graph while my first sensor is alternating from negative to positive and what not, which fits to the description in the log
SPH4600
Here is an error I found in the log where it claims that 2 sensors have the wrong state class (total_increasing) where I guess total should be right.
Entity sensor.npcs123_load_consumption_energy_ac_today_calculated has state class total_increasing, but its state is negative. Triggered by state -2.8 with last_updated set to 2024-09-03T18:54:59.999999+00:00.
Entity sensor.npcs123_load_consumption_energy_pv_today_calculated from integration grott has state class total_increasing, but its state is negative. Triggered by state -0.1 with last_updated set to 2024-09-04T07:29:49.743083+00:00.
The text was updated successfully, but these errors were encountered: