Hi this feels like an obvious question but I can’t see the answer
I have an entity whose value is configured as total_increasing - it’s the counter for the yield from my solar panels that counts up continuously and in theory doesn’t reset so it could span several days, if it wasn’t for the fact the whole solar system powers off when weather is bad or it’s dark. It could turn of on the evening, or at any time the weather makes generation too low to keep the system powered on
That means my entity resets to zero randomly.
I want to graph total yield every day, month, etc and I thought total_increasing would mean that when graphed the 0 resets would be taken into account. However I see the counter climb then reset to zero, climb then reset
What am I doing wrong?
Didn’t post as WTH as I think this is my fault!
Chris