Releases: jasonacox/Powerwall-Dashboard
Releases · jasonacox/Powerwall-Dashboard
v4.3.1 - Control APIs
What's Changed
- v4.3.1 - Add Control APIs by @jasonacox in #474
- Upgrade to pyPowerwall v0.8.4 proxy t55
- Fix /pod API to add time_remaining_hours and backup_reserve_percent for cloud mode.
- Dashboard: Removed Powerwall temperature panel in default dashboard (data is no longer available with latest Firmware)
- Added GET
/control/mode
and/control/reserve
APIs to retrieve operating mode and back reserve settings - Added POST
/control/mode
and/control/reserve
APIs to set operating mode and back reserve settings. Requires running setup and setting PW_CONTROL_SECRET for pypowerwall inpypowerwall.env
. Use with caution.
# Setup cloud mode for pypowerwall container
docker exec -it pypowerwall python3 -m pypowerwall setup -email=example@example.com
MODE=self_consumption
RESERVE=20
PW_CONTROL_SECRET=mySecretKey
# Set Mode
curl -X POST -d "value=$MODE&token=$PW_CONTROL_SECRET" http://localhost:8675/control/mode
# Set Reserve
curl -X POST -d "value=$RESERVE&token=$PW_CONTROL_SECRET" http://localhost:8675/control/reserve
# Read Settings
curl http://localhost:8675/control/mode
curl http://localhost:8675/control/reserve
Full Changelog: v4.3.0...v4.3.1
v4.3.0
What's Changed
- v4.3.0 by @jasonacox in #462
- Upgrade to pyPowerwall proxy v0.8.1 - Major refactoring of code in jasonacox/pypowerwall#77 and jasonacox/pypowerwall#78 and addition of new Alerts.
- Disable
GF_PATHS_PROVISIONING
fromgrafana.env
base to speed up Grafana startup by @BuongiornoTexas in #461 - fix backup restore command by @s-crypt in #470
Full Changelog: v4.2.1...v4.3.0
v4.2.1 - Docker V2 Fix
What's Changed
- Fixed
upgrade.sh
to supportdocker-compose
(V2) command as discussed in #459. - Updated
setup.sh
to check for Docker Compose V2. - Update README.md by @youzer-name in #460
Full Changelog: v4.2.0...v4.2.1
v4.2.0 - Remove Docker V1
What's Changed
- Remove support for Docker V1 since it is obsolete. Upgrade progress will alert V1 users to upgrade to V2 before proceeding. Updates by @BJReplay in #454.
Full Changelog: v4.1.3...v4.2.0
v4.1.3 - Alerts & Strings
What's Changed
- Updated to using pyPowerwall to v0.7.12 which brings some Alerts and String data back for systems with Firmware 23.44.0+. New library uses
/api/solar_powerwall
instead of now depreciated/api/devices/vitals
by @DerickJohnson in jasonacox/pypowerwall#75 and by @jasonacox in jasonacox/pypowerwall#76 via #452
Full Changelog: v4.1.2...v4.1.3
v4.1.2 - Cache 404 Responses
What's Changed
- Cache 404 Responses #449 by @jasonacox in #450
- Updated pyPowerwall to v0.7.11 to add cache and extended TTL for 404 responses from Powerwall as identified in issue #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.
Full Changelog: v4.1.1...v4.1.2
v4.1.1 - Grafana Plugin Updates
What's Changed
v4.1.1 - Revert Change
- Problems identified with older
docker-compose
versions. Revering upgrade.sh changes but pushing new plugin list ingrafana.env.sample
for new installations.
v4.1.0 - Grafana Plugin Updates
- Update plugin list for Grafana, removing unneeded plugins (e.g.
flux datasource
) and adding logic to upgrade script to prune oldgrafana.env
settings by @BuongiornoTexas in #442 #433
Full Changelog: v4.0.5...v4.1.1
v4.0.5 - Dashboard Updates
What's Changed
- Updated timezone variable in
dashboard.json
to tz:text to ensure the Time Zone string is output as-is. This will make upgrading Grafana easier later on and future-proof the variables by @s-crypt in #439. - Removed $tz from any queries that do not have a GROUP BY statement by @s-crypt in #439.
- Updated pyPowerwall Proxy t42 - Adds Power Flow Animation style (set PW_STYLE="solar") for Solar-Only display. Removes the Powerwall image and related text to display a Grid + Solar + Home power flow animation.
Full Changelog: v4.0.4...v4.0.5
v4.0.4 - Cloud Grid Status
- Updated to pyPowerwall v0.7.9 - Bug fix to render correct grid status for Solar-Only systems on
cloud mode
(see #437)
Full Changelog: v4.0.3...v4.0.4
v4.0.3 - Cloud Mode Fixes
What's Changed
- Solar-Only Systems - Fix pypowerwall bug by @jasonacox in #438
- Fix enumeration of energy sites during
cloud mode
setup to handle incomplete sites with Unknown names or types by @dcgibbons in jasonacox/pypowerwall#72 - Includes pyPowerwall Proxy t41 Updates - Bug fixes for Solar-Only systems using
cloud mode
(see #437).
Full Changelog: v4.0.2...v4.0.3