Skip to content

Commit

Permalink
Merge pull request #450 from jasonacox/v4.1.2
Browse files Browse the repository at this point in the history
Cache 404 Responses #449
  • Loading branch information
jasonacox authored Mar 17, 2024
2 parents 7198277 + 0bcc831 commit 3e78cbb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# RELEASE NOTES

## v4.1.2 - Cache 404 Responses

* Updated pyPowerwall to v0.7.11 to add cache and extended TTL for 404 responses from Powerwall as identified in issue jasonacox/Powerwall-Dashboard#449 by @jgleigh. This will help reduce load on Powerwall gateway that may be causing rate limiting for some users (Firmware 23.44.0+).
* Updated logic to disable vitals API calls for Firmware 23.44.0+
* Added rate limit detection (429) and cooldown mode to allow Powerwall gateway time to recover.

## v4.1.1 - Revert Change

* Problems identified with older `docker-compose` versions. Revering upgrade.sh changes but pushing new plugin list in `grafana.env.sample` for new installations.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.1.1
4.1.2
2 changes: 1 addition & 1 deletion powerwall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
- influxdb.env

pypowerwall:
image: jasonacox/pypowerwall:0.7.9t42
image: jasonacox/pypowerwall:0.7.11t42
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.1.1"
VERSION="4.1.2"
CURRENT="Unknown"
COMPOSE_ENV_FILE="compose.env"
INFLUXDB_ENV_FILE="influxdb.env"
Expand Down

0 comments on commit 3e78cbb

Please sign in to comment.