Skip to content

Commit

Permalink
Upgrade to pyPowerwall v0.8.5 to fix bug with Solar Only systems
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonacox committed May 15, 2024
1 parent acc241e commit 003811d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# RELEASE NOTES

## v4.3.2 - Solar Only Fix

* Upgrade to pyPowerwall v0.8.5 proxy t56
* Fix bug with setup for certain Solar Only systems where clod mode process fails due to missing `site_name`. Identified by @hulkster in https://github.com/jasonacox/Powerwall-Dashboard/discussions/475

## v4.3.1 - Control APIs

* Upgrade to pyPowerwall v0.8.4 proxy t55
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.3.1
4.3.2
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.8.4t55
image: jasonacox/pypowerwall:0.8.5t56
container_name: pypowerwall
hostname: pypowerwall
restart: unless-stopped
Expand Down
2 changes: 1 addition & 1 deletion upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
set -e

# Set Globals
VERSION="4.3.1"
VERSION="4.3.2"
CURRENT="Unknown"
COMPOSE_ENV_FILE="compose.env"
INFLUXDB_ENV_FILE="influxdb.env"
Expand Down

0 comments on commit 003811d

Please sign in to comment.