What's Changed
- v4.6.2 - Normalize Alerts by @jasonacox in #587
Updates to pyPowerwall v0.12.7 which includes:
- Improvements to grid status connected by @Nexarian in jasonacox/pypowerwall#139
- Fix an issue in TEDAPI where the grid status is not accurately reported in certain edge cases. Now, only the "SystemConnectedToGrid" alert will appear if it is present in alerts API. This update also eliminates the risk of duplicate and redundant (e.g. "SystemGridConnected") alerts.
- Updated aggregates call to include site current (METER_X) and external PV inverter data in solar (METER_Y) by @jasonacox in jasonacox/pypowerwall#142. Reported in Issue #140 by @felberch.
- Alerts in extract_grid_status can be None. This fix addresses this edge case. Fix by @Nexarian in jasonacox/pypowerwall#145
Dashboard updates:
- 580 Use F_Voltage field for string voltage by @davemckelvie in #581
New Contributors
- @davemckelvie made their first contribution in #581
Full Changelog: v4.6.1...v4.6.2