What's Changed
- Fix for Multiple PW3 Strings by @jasonacox in #626
- Update pypowerwall to v0.12.12 - See updates: https://github.com/jasonacox/pypowerwall/releases/tag/v0.12.12
- Bug Fix - Logic added in jasonacox/pypowerwall#169 does not iterate through all PW3 strings. This adds logic to handle multiple PW3 string sets. Reported in jasonacox/pypowerwall#172 by @heynorm
- pyPowerwall Proxy t73 (10 May 2025) - Add
http://localhost:8675/jsonroute to return basic metrics:
{
"grid": -3,
"home": 917.5,
"solar": 5930,
"battery": -5030,
"soe": 61.391932759907306,
"grid_status": 1,
"reserve": 20,
"time_remaining_hours": 17.03651226158038
}Full Changelog: v4.7.0...v4.7.1