v0.6.3 - Powerwall 3 Detection
What's Changed
- Add alert PVS_a036_PvArcLockout by @JordanBelford in #33
- Create tessolarcharge.py by @venturanc in #36
- Fix typos and spelling errors by @mcbirse in #40
- Add alert definitions per #42 by @jasonacox in #43
- Added two PVAC Alerts by @niabassey in #46
- Added firmware 23.28.1 to README.md by @niabassey in #48
- Exit proxy gracefully with SIGTERM by @rcasta74 in #49
- v0.6.2b - Proxy Grafana Support for Dark Mode by @jasonacox in #52
- Update README.md by @niabassey in #53
- v0.6.3 Powerwall 3 Detection by @jasonacox in #55 - Added scan detection for new Powerwall 3 systems. API discovery is still underway so pypowerwall currently does not support Powerwall 3s. See jasonacox/Powerwall-Dashboard#387
$ python3 -m pypowerwall scan
pyPowerwall Network Scanner [0.6.3]
Scan local network for Tesla Powerwall Gateways
Your network appears to be: 10.0.1.0/24
Enter Network or press enter to use 10.0.1.0/24:
Running Scan...
Host: 10.0.1.2 ... OPEN - Not a Powerwall
Host: 10.0.1.5 ... OPEN - Found Powerwall 3 [Currently Unsupported]
Host: 10.0.1.8 ... OPEN - Not a Powerwall
Host: 10.0.1.9 ... OPEN - Found Powerwall 3 [Currently Unsupported]
Done
Discovered 2 Powerwall Gateway
10.0.1.5 [Powerwall-3] Firmware Currently Unsupported - See https://tinyurl.com/pw3support
10.0.1.9 [Powerwall-3] Firmware Currently Unsupported - See https://tinyurl.com/pw3support
New Contributors
- @JordanBelford made their first contribution in #33
- @venturanc made their first contribution in #36
- @jasonacox made their first contribution in #43
- @niabassey made their first contribution in #46
- @rcasta74 made their first contribution in #49
Full Changelog: v0.6.2...v0.6.3