Skip to content

Commit

Permalink
Update to latest pypowerwall
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonacox committed Jul 7, 2024
1 parent f3fc4cb commit c3e80e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# RELEASE NOTES

## v4.4.5 - Setup Help
## v4.4.5 - PW3 Updates

* Powerwall 3 Setup Help - If local setup is selected, it will work with the Powerwall 3 but will produce errors in pypowerwall and not have the complete data. This updates `setup.sh` so ensure Powerwall 3 setups use `full` TEDAPI mode for local access. Raised by @pavandave in https://github.com/jasonacox/Powerwall-Dashboard/issues/492.
* Add check in `setup.sh` script to ensure user has permission to write to the current directory. Raised in https://github.com/jasonacox/Powerwall-Dashboard/discussions/494.
* Update to latest pypowerwall, updates TEDAPI to provide correct Powerwall firmware version. Discovered by @geptto in https://github.com/jasonacox/pypowerwall/issues/97. This function has been integrated into pypowerwall existing APIs and proxy features.

## v4.4.4 - Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion powerwall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
- influxdb.env

pypowerwall:
image: jasonacox/pypowerwall:0.10.6t63
image: jasonacox/pypowerwall:0.10.8t63
container_name: pypowerwall
hostname: pypowerwall
restart: unless-stopped
Expand Down

0 comments on commit c3e80e7

Please sign in to comment.