Reset daily energy value

While working with Home Assistant Glow, there was error and I saw huge spikes in my data. I believe I’ve fixed it, but need to reset my daily energy value . I’m able to reset my total energy value, but not my daily value.

You have a few options:

  • Modify each individual incorrect datapoint to 0 in developer-tools/statistics “Adjust sum” (may be tedious)
  • Erase the entire statistics history of that sensor in developer-tools/statistics
  • Open up sqlite addon and make manual SQL queries to do whatever you want (advanced usage)

Thank you, in this case removing the outliners manually was possible. For future reference, how do you delete the entire history for a statistics. I can only see the option from the developer-tools/statistics to delete selected statistics

That’s it, just select your entity and hit that button, it will clear all statistics history.

1 Like