-
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
Request: Energy usage _from date_ #784
Comments
Staged for release. Closing. |
After extensive testing, it seems that it's possible for the Energy usage counter on the status page to roll-over (reset to 0) without the date/time of last reset updating. I'm not entirely sure what the limit it, when it last rolled over, or even how many times it rolled over since the date (this is my hot water tank so might burn 7kWh/day. I'll test on more recent firmware and create a new ticket if necessary. Unrelated, but I'm thrilled by how stable the firmware is - it's last reset is October 2018, it's been stable without any intervention since then :) |
Just to clarify, timestamp should be from last report (after ~N readings, depending on the setting. webui only loads it once, it is never dynamically updated). Status page shows the latest reading, so values there are the most up-to-date. What is interesting is that specific limit per HLW library is 232 since |
Request: Report date and time when energy consumption was last reset (eg "Energy #0 [40kwh]
HLW8012 @ GPIO(5,14,13), since 20180411-1052")
Having a count of energy consumed is extremely useful, especially now #671 gives us the ability to reset it. However not knowing the time period this applies to makes the data less useful (the difference between that 40kwh being used over the last day, week or month is massive).
Having the unit record when the usage was manually reset would be great; even better if it could notice first boot as well (energy gets reset after firmware update).
Greatest of thanks :)
The text was updated successfully, but these errors were encountered: