-
Trying to help @KipK troubleshoot a display bug in the new GUI. HA displays the lifetime usage correctly in sensor._total_usage, but the new GUI sometimes does not. How does HA pull the lifetime kWh from the unit itself? RAPI, or a specific HTTP API endpoint? |
Beta Was this translation helpful? Give feedback.
Answered by
firstof9
Mar 8, 2023
Replies: 2 comments
-
The config and status endpoints initially, then websocket for updates. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
fhteagle
-
Okay issue was found and fixed in the OpenEVSE Wifi firmware after all. Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The config and status endpoints initially, then websocket for updates.