You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# RELEASE NOTES
2
2
3
+
## v0.15.4 - CLI Enhancements and Safety Guards
4
+
5
+
* Feat: `pypowerwall tedapi` CLI now accepts `-host HOST`, `-gw_pwd GW_PWD`, `-v1r`, `-password PASSWORD`, `-rsa_key_path RSA_KEY_PATH`, and `-wifi_host WIFI_HOST` flags, enabling full PW3 wired LAN (v1r) access directly from the command line
6
+
* Feat: `go_off_grid()` now requires `confirm=True` to prevent accidental islanding — calling without the flag logs an error and returns `None`
7
+
* Fix: Unsupported-method error logs in `go_off_grid()` and `reconnect_grid()` now include the backend class name for easier diagnosis
8
+
* Add: Unit tests for `go_off_grid()` confirm guard and CLI v1r argument forwarding/password derivation
9
+
* Release prep:
10
+
* Bump library version to `0.15.4`
11
+
* Update proxy pinned dependency to `pypowerwall==0.15.4`
12
+
3
13
## v0.15.3 - PW3 No-Solar None Handling
4
14
5
15
* Update scanner to use cidr by @Nexarian in https://github.com/jasonacox/pypowerwall/pull/266
0 commit comments