Skip to content

v0.14.8 - CLI Tool and PW3 Fix

Choose a tag to compare

@jasonacox jasonacox released this 18 Jan 17:27
· 221 commits to main since this release
8b846ed

What's Changed

  • Add CLI tool support and fix Powerwall 3 power output reporting by @jasonacox in #255
  • Add standalone pypowerwall command-line tool - installed automatically with pip
    • Added entry_points to setup.py to create console script
    • Refactored __main__.py to use a main() function as entry point
    • Users can now run pypowerwall command directly instead of python -m pypowerwall
    • Maintains backward compatibility - both methods work identically
    • Available commands: pypowerwall scan, pypowerwall setup, pypowerwall fleetapi, pypowerwall get, pypowerwall set, pypowerwall version
  • Fix Powerwall 3 power output (PINV_Pout) in vitals for TEDAPI mode
    • Corrected signal source from PCH_AcRealPowerAB to PCH_BatteryPower for accurate per battery power reporting

Full Changelog: v0.14.7...v0.14.8