What's Changed
- v0.15.4 - CLI Enhancements and Safety Guards by @jasonacox in #279
- Feat:
pypowerwall tedapiCLI now accepts-host HOST,-gw_pwd GW_PWD,-v1r,-password PASSWORD,-rsa_key_path RSA_KEY_PATH, and-wifi_host WIFI_HOSTflags, enabling full PW3 wired LAN (v1r) access directly from the command line - Feat:
go_off_grid()now requiresconfirm=Trueto prevent accidental islanding — calling without the flag logs an error and returnsNone - Fix: Unsupported-method error logs in
go_off_grid()andreconnect_grid()now include the backend class name for easier diagnosis - Add: Unit tests for
go_off_grid()confirm guard and CLI v1r argument forwarding/password derivation - Release prep:
- Bump library version to
0.15.4 - Update proxy pinned dependency to
pypowerwall==0.15.4
- Bump library version to
Full Changelog: v0.15.3...v0.15.4