Correcting a hick-up in gas consumption

I am monitoring my usage through a smart meter. This reports the electricity, but also the gas used.

This works very good, but somehow it registered that I used a whopping 22.720m3 in 1 hour. Luckily the energy-company has registered a much more reasonable usage :slight_smile:

The question now is: can I somehow correct this measure? I do know (roughly) how much it was, but how would I do change this?

If you go to ‘Developer tools’ and then to the ‘Statistics’ view you should be able to find your sensor in the list, assuming it has a valid state_class and unique_id. On the right hand side of that table there should be an icon and clicking on it will give you the ability to adjust it. Clicking on ‘Outliers’ may help you find the anomoly easier.

Edit: You will need to have ‘Advanced mode’ set in your profile settings.

1 Like

That worked flawlessly! Also the outlier-feature is very usefull for this. I was already looking in the database-file itself, but I’m always hestitant to alter a value in the database directly as it can very easily mess things up.

Glad you got it resolved without having to chance messing with the db.