Skip to content

Commit

Permalink
Merge pull request #487 from jasonacox/v4.4.3
Browse files Browse the repository at this point in the history
Update to Latest pyPowerwall
  • Loading branch information
jasonacox authored Jun 15, 2024
2 parents b87a987 + 172fdff commit c2ad9ae
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# RELEASE NOTES

## v4.4.3 - Minor Fixes

* Update to pypowerwall 0.10.5:

* Fix for TEDAPI "full" (e.g. Powerwall 3) mode, including `grid_status` bug resulting in false reports of grid status, `level()` bug where data gap resulted in 0% state of charge and `alerts()` where data gap from tedapi resulted in a `null` alert.
* Add TEDAPI API call locking to limit load caused by concurrent polling.
* Proxy - Add battery full_pack and remaining energy data to `/pod` API call for all cases.

## v4.4.2 - Powerwall 3 Local Support

* Update to pypowerwall v0.10.4 to add support for Powerwall 3 using local Gateway only.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.4.2
4.4.3
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.4t61
image: jasonacox/pypowerwall:0.10.5t62
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.4.2"
VERSION="4.4.3"
CURRENT="Unknown"
COMPOSE_ENV_FILE="compose.env"
INFLUXDB_ENV_FILE="influxdb.env"
Expand Down

0 comments on commit c2ad9ae

Please sign in to comment.