What's Changed
- Bug Fix - Logic added in #169 does not iterate through all PW3 strings. This adds logic to handle multiple PW3 string sets. Reported in #172 by @heynorm
- Simple vitals endpoint for external integration by @erikgieseler in #174
- Fix logic for multiple PW3 battery blocks by @jasonacox in #175
- Proxy t73 (10 May 2025) - Add
/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
}New Contributors
- @erikgieseler made their first contribution in #174
Full Changelog: v0.12.11...v0.12.12