jasonacox / Powerwall-Dashboard

Grafana Monitoring Dashboard for Tesla Solar and Powerwall Systems
MIT License
296 stars 63 forks source link

Solar-Only Systems - Fix pypowerwall bug #438

Closed jasonacox closed 7 months ago

jasonacox commented 7 months ago

This addresses a bug where a None response to pw.version() call will cause the proxy to throw an exception and not deliver any of the core metrics. Additionally the power flow animation required a valid version number to render the page.

Updates pypowerwall container to jasonacox/pypowerwall:0.7.8t41

Re: #437