Page 1 of 1

Power meter counter reset

Posted: Friday 23 August 2019 10:45
by DaanT
Hi,

I was looking at my power consumption and saw a very high usage. Seems like the counter got reset and therefor gave me a very high usage.
Is there any way to correct this jump?

Kind regards
Daan

Re: Power meter counter reset

Posted: Friday 23 August 2019 12:18
by FireWizard
Hi,

Point with your mouse to the value, you want to remove and press the "Shift" + "Left Mouse Key".

That should do the trick.

Regards

Re: Power meter counter reset

Posted: Friday 23 August 2019 12:35
by DaanT
Thank you FireWizard.

Kind regards
DaanT

Re: Power meter counter reset

Posted: Thursday 26 September 2019 19:24
by arnaudarduino
I have that to, but when klik on it ,ask me to remove. But is not going away.
Somthing with rights or so?

Re: Power meter counter reset

Posted: Monday 23 March 2020 15:03
by woodbury1379
arnaudarduino wrote: Thursday 26 September 2019 19:24 I have that to, but when klik on it ,ask me to remove McDVOICE
. But is not going away.
Somthing with rights or so?
I think so there is something with rights

Re: Power meter counter reset

Posted: Tuesday 16 March 2021 7:40
by maxim009
Hello, I have same problem - so high consumption after counter reset. I've tried SHIFT+"left/right click", and a lot of another combinations and no action. I've clicked on value row and also in graph and nothing happend. Where should I click? Some special setting? (I think I'm the only one administrator of my Domoticz :-) ). Thanks in advance for some hint.

Re: Power meter counter reset

Posted: Tuesday 16 March 2021 13:57
by erem
you can edit the database directly using sqlite3, or if you are on *nix, use sqlitebrowser.
the table containing the offending entry is multimeter_calender.
- stop domoticz
- reset the value to whatever you want
start domoticz

Re: Power meter counter reset

Posted: Tuesday 16 March 2021 14:35
by waltervl
maxim009 wrote: Tuesday 16 March 2021 7:40 Hello, I have same problem - so high consumption after counter reset. I've tried SHIFT+"left/right click", and a lot of another combinations and no action. I've clicked on value row and also in graph and nothing happend. Where should I click? Some special setting? (I think I'm the only one administrator of my Domoticz :-) ). Thanks in advance for some hint.
That delete function with Shift-left click is only working in the graphs on device log page and not in the device report page. Your screenshot shows the report page..... https://www.domoticz.com/wiki/Managing_ ... Device_Log
So if you want to remove a really old value, older than 1 year, you have to remove it from the database manually.

Re: Power meter counter reset

Posted: Tuesday 16 March 2021 21:15
by maxim009
waltervl wrote: Tuesday 16 March 2021 14:35 That delete function with Shift-left click is only working in the graphs on device log page and not in the device report page. Your screenshot shows the report page..... https://www.domoticz.com/wiki/Managing_ ... Device_Log
So if you want to remove a really old value, older than 1 year, you have to remove it from the database manually.
.. thank you @waltervl - yes, that's it - I was on report page.

erem wrote: Tuesday 16 March 2021 13:57 you can edit the database directly using sqlite3, or if you are on *nix, use sqlitebrowser.
the table containing the offending entry is multimeter_calender.
- stop domoticz
- reset the value to whatever you want
start domoticz
.. thank you @erem - I've edited database directly by sqlitebrowser.