jasonacox / pypowerwall

Python API for Tesla Powerwall and Solar Power Data
MIT License
120 stars 21 forks source link

Use solar_powerwall for string data #76

Closed jasonacox closed 3 months ago

jasonacox commented 3 months ago

Adds logic to pull string data from /api/solar_powerwall API if vitals data is not available.

This applies to Firmware > 23.44 and owners of Powerwall+ systems (integrated inverters). The API seems to only return the string attached tot he first Powerwall+ system. This will be changed out if we discover a way to get all strings.

niabassey commented 3 months ago

It's fantastic to have per string inverter data back! And finally a complete list of PVS_a0 and PVAC_a0 Alerts.

Testing it now, and seems to be working well.

jasonacox commented 3 months ago

Thanks for the update @niabassey !