-
Notifications
You must be signed in to change notification settings - Fork 638
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Energy measurement reset on a schedule / from MQTT #770
Comments
MQTT reset would be a Great PLUS. As i use ony mqtt in my home automation system. Thank you ! |
"@xoseperez xoseperez removed this from the 1.13.5 milestone 10 days ago" Is this modification cancelled ? |
Hi! |
Hi, |
I'd like to vote for this feature as well. And to add that it should also be possible to do this via the RESTapi (PUT api/energy value=0.0) |
RE: above, both MQTT (through a .../set topic) and HTTP API should already work with dev builds |
Can you elaborate on how to reset the energy counter through the HTTP API? |
See the |
Did this feature break in more recent versions? |
See #2530 and Releases page in this repo for .bin if you meant nightly release date, MQTT actually causes a crash |
Coming from issue #671 I think in order to complete this functionality would be to implement an auto reset.
I'm thinking of a real world situation where the kWh would be recorded every month, so a reset at the 1st of any month would make sense.
An elegant way to do this would be to tie into the already existing scheduling engine, however I haven't gone into the code there so I'm not sure how hard that would be.
Another feature would be to reset via a MQTT command. I'm thinking of having the reset time/day coordinated from a central point for several devices.
The text was updated successfully, but these errors were encountered: