Skip to content

Releases: jasonacox/Powerwall-Dashboard

v4.3.1 - Control APIs

08 May 05:45
acc241e
Compare
Choose a tag to compare

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 in pypowerwall.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

28 Apr 19:29
5c72177
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.1...v4.3.0

v4.2.1 - Docker V2 Fix

06 Apr 03:21
76d7012
Compare
Choose a tag to compare

What's Changed

  • Fixed upgrade.sh to support docker-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

23 Mar 05:54
Compare
Choose a tag to compare

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

19 Mar 04:43
26ff9c3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.2...v4.1.3

v4.1.2 - Cache 404 Responses

17 Mar 04:16
3e78cbb
Compare
Choose a tag to compare

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

10 Mar 17:27
Compare
Choose a tag to compare

What's Changed

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.

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 old grafana.env settings by @BuongiornoTexas in #442 #433

Full Changelog: v4.0.5...v4.1.1

v4.0.5 - Dashboard Updates

10 Mar 07:29
4c752dc
Compare
Choose a tag to compare

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

03 Mar 19:48
Compare
Choose a tag to compare
  • 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

26 Feb 04:54
a128719
Compare
Choose a tag to compare

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