Powerwall Dashboard Versions Save

Grafana Monitoring Dashboard for Tesla Solar and Powerwall Systems

v4.3.1

1 week ago

What's Changed

  • v4.3.1 - Add Control APIs by @jasonacox in https://github.com/jasonacox/Powerwall-Dashboard/pull/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 protected]

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: https://github.com/jasonacox/Powerwall-Dashboard/compare/v4.3.0...v4.3.1

v4.3.0

2 weeks ago

What's Changed

Full Changelog: https://github.com/jasonacox/Powerwall-Dashboard/compare/v4.2.1...v4.3.0

v4.2.1

1 month ago

What's Changed

Full Changelog: https://github.com/jasonacox/Powerwall-Dashboard/compare/v4.2.0...v4.2.1

v4.2.0

1 month ago

What's Changed

Full Changelog: https://github.com/jasonacox/Powerwall-Dashboard/compare/v4.1.3...v4.2.0

v4.1.3

1 month ago

What's Changed

Full Changelog: https://github.com/jasonacox/Powerwall-Dashboard/compare/v4.1.2...v4.1.3

v4.1.2

2 months ago

What's Changed

  • Cache 404 Responses #449 by @jasonacox in https://github.com/jasonacox/Powerwall-Dashboard/pull/450
  • 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.

Full Changelog: https://github.com/jasonacox/Powerwall-Dashboard/compare/v4.1.1...v4.1.2

v4.1.1

2 months ago

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: https://github.com/jasonacox/Powerwall-Dashboard/compare/v4.0.5...v4.1.1

v4.0.5

2 months ago

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: https://github.com/jasonacox/Powerwall-Dashboard/compare/v4.0.4...v4.0.5

v4.0.4

2 months ago

Full Changelog: https://github.com/jasonacox/Powerwall-Dashboard/compare/v4.0.3...v4.0.4

v4.0.3

2 months ago

What's Changed

Full Changelog: https://github.com/jasonacox/Powerwall-Dashboard/compare/v4.0.2...v4.0.3