Accumulated consumption history showing wrong values

I noticed sometime shortly before New Years 2025 that the new release started getting the accumulated energy consumption history wrong. Until then, it would correctly show the history with aggregated values per hour or so.

After then, the aggregation seems to have gone haywire and seemingly random for values older than a week or so.

Are other people experiencing this? Nothing was changed in my configuration, except updating the software. Multiple releases since then hasn’t had any effect on this problem. I don’t see any setting where the aggregation can be adjusted, if that is where the problem lies. Where would I go to check and correct this if so?

Thank you,

Bjorn

You’re probably running into this issue. There’s nothing wrong with your stored data, but echarts is doing an agressive downsampling of datapoints due to excessive amounts of update in the recent history, and then it removes too many statistics datapoints, which are more sparsely populated.

If you change your history window to show only the old data (like Apr 17 - Apr 25), you should see the full statistics resolution I imagine.