alandtse / tesla

Tesla custom integration for Home Assistant. This requires a refresh token be generated by third-party apps to login.
Apache License 2.0
600 stars 99 forks source link

Individual Powerwall Stats #681

Open droolingtaz opened 1 year ago

droolingtaz commented 1 year ago

When looking at the local Web GUI of the Tesla gateway in installer mode you can see the following for each powerwall: Powerwall State Charge Level AC Voltage AC Power

unlike the data provided in the Tesla App and the End User Web GUI. In those interfaces you see a combined value which represents both powerwalls. The problem I ran into that this would resolve is one of my two powerwalls was in an error state and has not been functional for over a year and there is no indication of that in the Tesla App. I finally got logged in via the installer GUI and saw the failure in there.

alandtse commented 1 year ago

I assume you're asking to expose those features here. I'll mark this as an enhancement request and someone can choose to submit a PR.

droolingtaz commented 1 year ago

I ran across this project that is a powerwall poller and some of what it collects is status of each individual powerwall. Maybe this could be utilized on the backend?

https://github.com/jasonacox/pypowerwall

purcell-lab commented 1 year ago

This data is only available via the localAPI, so should be raised as a feature request here: https://www.home-assistant.io/integrations/powerwall/, which accesses the localAPI.

This Tesla custom integration only accesses the data available via the cloudAPI.