What's Changed
- v0.14.9 - TEDAPI Voltage Calculation Fix by @jasonacox in #256
- Fix
compute_LL_voltage()function to handleNonevoltage values in grid down scenarios - Fix for jasonacox/Powerwall-Dashboard#683- Added
Nonevalue handling in three-phase voltage calculations to preventTypeErrorexceptions - Converts
Nonevoltage parameters to0before performing arithmetic operations - Prevents crashes when grid is down and voltage readings are unavailable
- Added comprehensive unit tests to verify None handling behavior for all scenarios: grid down (all None), mixed None/valid values, and numeric-only values
- Added
Full Changelog: v0.14.8...v0.14.9