-
-
Notifications
You must be signed in to change notification settings - Fork 167
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
House Total Energy get reset #319
Comments
Could it be that your ESP is constantly restarting or that it often loses the connection? |
Thanks for the quick feedback. ESP's wifi signal seems strong, just a few meters from the AP and no walls but I don't know if it reboots itself once in a while. I don't think it constantly reboots though. So if this to be expected when the connection to the HA is not rock solid or the esp looses power, that's ok. On the other hand, the house daily energy seems to work nicely and does not get reset. Only the house total power gets reset. |
There hasn't been any activity on this issue recently, so we clean up some of the older and inactive issues. |
have you found a solution? I get total energy reset every home assistant reboot. Turbo annoying |
It is a default behavior that the total entity always resets after reboot, there is a PR open to make it a persistent value. Just haven't had the time to test it myself yet. ./Klaas |
I think I solved it by using HA utility meter. Will see how convenient is that |
Many thanks for your work.
I have a small issue and thought I should report it. The House Total Energy sensor gets back to zero every few minutes.
I can set it again to sync it with my home's meter but it resets by itself every few minutes. I am using an esp32 (nodemcu 30 pin) board with the following specification
Define the GPIO pins
pulse_pin: GPIO23
status_led: GPIO18
led_pin_red: GPIO02
led_pin_green: GPIO19
The text was updated successfully, but these errors were encountered: