Skip to content

v0.14.9 - TEDAPI Voltage Calculation Fix

Choose a tag to compare

@jasonacox jasonacox released this 24 Jan 05:57
· 242 commits to main since this release
48a3b36

What's Changed

  • v0.14.9 - TEDAPI Voltage Calculation Fix by @jasonacox in #256
  • Fix compute_LL_voltage() function to handle None voltage values in grid down scenarios - Fix for jasonacox/Powerwall-Dashboard#683
    • Added None value handling in three-phase voltage calculations to prevent TypeError exceptions
    • Converts None voltage parameters to 0 before 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

Full Changelog: v0.14.8...v0.14.9