Skip to content

Commit 9fa36ba

Browse files
authored
Merge pull request #579 from jasonacox/v4.6.1
v4.6.1 - pyPowerwall Updates
2 parents f53ed57 + 5cfd5b3 commit 9fa36ba

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

RELEASE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# RELEASE NOTES
22

3+
## v4.6.1 - pyPowerwall Updates
4+
5+
Updates to using pypowerwall v0.12.4 t68 which includes:
6+
* v0.12.4: Address bug iin TEDAPI logic on some systems where Neurio CTS data was not getting processed. Discovery by @anderep in https://github.com/jasonacox/Powerwall-Dashboard/discussions/578#discussioncomment-12033087 - Issue https://github.com/jasonacox/pypowerwall/issues/136 and PR https://github.com/jasonacox/pypowerwall/pull/137. Also adds /csv/v2 API support by @jasonacox in https://github.com/jasonacox/pypowerwall/pull/134
7+
* v0.12.3: Proxy vFix TEDAPI URL from constant GW_IP to constructor selectable host gw_ip by @Nexarian in https://github.com/jasonacox/pypowerwall/pull/129 - The hard-coded 192.168.91.1 for the TEDAPI internal endpoint doesn't work if you're using NAT. This change enables support for this use-case. See https://gist.github.com/jasonacox/91479957d0605248d7eadb919585616c?permalink_comment_id=5373785#gistcomment-5373785 for NAP implementation example.
8+
* v0.12.2: Fix bug in cache expiration timeout code that was not honoring pwcacheexpire setting. Raised by @erikgieseler in https://github.com/jasonacox/pypowerwall/issues/122 - PW_CACHE_EXPIRE=0 not possible? (Proxy) - Fix by @jasonacox in https://github.com/jasonacox/pypowerwall/pull/123. Adds WARNING log in proxy for settings below 5s. Changes TEDAPI config default timeout from 300s to 5s and links to pwcacheexpire setting.
9+
* v0.12.1: Large-scale refactor of Powerwall scan function by @Nexarian in https://github.com/jasonacox/pypowerwall/pull/117
10+
311
## v4.6.0 - Powerwall Temps
412

513
* Updates to pypowerwall proxy v0.12.0 t66 (https://github.com/jasonacox/pypowerwall/pull/114) which supports a new TEDAPI call to gather vitals that includes Powerwall Temps.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.6.0
1+
4.6.1

powerwall.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
- influxdb.env
1919

2020
pypowerwall:
21-
image: jasonacox/pypowerwall:0.12.0t66
21+
image: jasonacox/pypowerwall:0.12.4t68
2222
container_name: pypowerwall
2323
hostname: pypowerwall
2424
restart: unless-stopped

upgrade.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
set -e
77

88
# Set Globals
9-
VERSION="4.6.0"
9+
VERSION="4.6.1"
1010
CURRENT="Unknown"
1111
COMPOSE_ENV_FILE="compose.env"
1212
INFLUXDB_ENV_FILE="influxdb.env"

0 commit comments

Comments
 (0)