Skip to content

Commit

Permalink
Merge pull request #587 from jasonacox/v4.6.2b
Browse files Browse the repository at this point in the history
v4.6.2 - Normalize Alerts
  • Loading branch information
jasonacox authored Feb 18, 2025
2 parents f973f10 + aaf2b3f commit 7eaa8e0
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# RELEASE NOTES

## v4.6.2 - Normalize Alerts

Updates to pyPowerwall v0.12.7 which includes:
* Improvements to grid status connected by @Nexarian in https://github.com/jasonacox/pypowerwall/pull/139
* Fix an issue in TEDAPI where the grid status is not accurately reported in certain edge cases. Now, only the "SystemConnectedToGrid" alert will appear if it is present in alerts API. This update also eliminates the risk of duplicate and redundant (e.g. "SystemGridConnected") alerts.
* Updated aggregates call to include site current (METER_X) and external PV inverter data in solar (METER_Y) by @jasonacox in https://github.com/jasonacox/pypowerwall/pull/142. Reported in Issue #140 by @felberch.
* Alerts in extract_grid_status can be None. This fix addresses this edge case. Fix by @Nexarian in https://github.com/jasonacox/pypowerwall/pull/145
Dashboard updates:
* 580 Use F_Voltage field for string voltage by @davemckelvie in https://github.com/jasonacox/Powerwall-Dashboard/pull/581

## v4.6.1 - pyPowerwall Updates

Updates to using pypowerwall v0.12.4 t68 which includes:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.6.1
4.6.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.12.4t68
image: jasonacox/pypowerwall:0.12.7t68
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.6.1"
VERSION="4.6.2"
CURRENT="Unknown"
COMPOSE_ENV_FILE="compose.env"
INFLUXDB_ENV_FILE="influxdb.env"
Expand Down

0 comments on commit 7eaa8e0

Please sign in to comment.