#Lifetime energy output sometimes has a few errant 0 readings

1 messages · Page 1 of 1 (latest)

steady brook
#

This seems to be a bit of a classic problem. The lifetime energy output statistic will have errant 0 readings and it really throws off the graph, which will interpret the next reading as having produced your entire lifetime energy up to that point in that hour.

I found some discussion from 2021 about it https://github.com/home-assistant/core/issues/59285. I could repeatedly try the SQL query to fix it, like they suggest, but I was hoping since then people have come up with some easier and more thorough fix.

clever urchin
#

you could maybe template it too in a way where it shows unavailable when its 0

steady brook
#

Helpers aren't retroactive, though, right?

ashen heath
#

It's an issue with whatever integration you're using

#

You can use an utility meter helper to catch the resets, it's not affected by it

#

But no it is not retroactive. Nothing is

steady brook
#

They're not resets, to be clear, the counter doesn't resume from 0, it resumes from its last legitimate value

ashen heath
#

Well it is treated as a reset

#

If you really want to fix it stop the 0 readings

#

But the utility meter should stop the big spikes

steady brook
#

So opening an issue with the integration I'm using would be sensible?