Skip to content

Commit 102d1e5

Browse files
committed
Update release notes for v4.8.7 and bump pypowerwall image to v0.14.4
1 parent 1d5968c commit 102d1e5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

RELEASE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# RELEASE NOTES
22

3-
## v4.8.7 - Powerwall Degradation
3+
## v4.8.7 - PW3 Expansion Pack Fix
44

5+
* Update pypowerwall to v0.14.4 - See updates: https://github.com/jasonacox/pypowerwall/releases/tag/v0.14.4 with Powerwall 3 expansion pack energy data fixes and battery degradation metrics.
6+
* Fix expansion pack energy data by processing all BMS components in TEDAPI responses - improves data accuracy for systems with PW3 expansion packs by @rlerdorf in https://github.com/jasonacox/pypowerwall/pull/239
57
* Add Powerwall battery degradation (capacity loss) tracking and visualization to dashboard.
68
* Enhanced timezone validation in `setup.sh` with improved POSIX TZ string detection to reject invalid inputs like single digits.
79
* Add timezone browsing feature with filtering support for easier timezone selection during setup.

powerwall.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ services:
2828
start_period: 60s
2929

3030
pypowerwall:
31-
image: jasonacox/pypowerwall:0.14.1t81
31+
image: jasonacox/pypowerwall:0.14.4t85
3232
container_name: pypowerwall
3333
hostname: pypowerwall
3434
restart: unless-stopped

0 commit comments

Comments
 (0)