What's Changed
- Add CLI tool support and fix Powerwall 3 power output reporting by @jasonacox in #255
- Add standalone
pypowerwallcommand-line tool - installed automatically with pip- Added
entry_pointstosetup.pyto create console script - Refactored
__main__.pyto use amain()function as entry point - Users can now run
pypowerwallcommand directly instead ofpython -m pypowerwall - Maintains backward compatibility - both methods work identically
- Available commands:
pypowerwall scan,pypowerwall setup,pypowerwall fleetapi,pypowerwall get,pypowerwall set,pypowerwall version
- Added
- Fix Powerwall 3 power output (PINV_Pout) in vitals for TEDAPI mode
- Corrected signal source from
PCH_AcRealPowerABtoPCH_BatteryPowerfor accurate per battery power reporting
- Corrected signal source from
Full Changelog: v0.14.7...v0.14.8