Skip to content

Releases: jasonacox/Powerwall-Dashboard

v4.4.2 - Powerwall 3 Local Support

11 Jun 07:07
Compare
Choose a tag to compare

What's Changed

  • Add Powerwall 3 Local Support by @jasonacox in #483
  • Update to pypowerwall v0.10.4 to add support for Powerwall 3 using local Gateway only.
  • Setup script adjusted to provide Powerwall 3 local mode setup option.

Full Changelog: v4.4.1...v4.4.2

v4.4.1 - FleetAPI Hotfix

09 Jun 04:41
9f2f055
Compare
Choose a tag to compare

What's Changed

  • FleetAPI Hotfix by @jasonacox in #482
  • Update to pypowerwall v0.10.2 to fix FleetAPI setup bug as raised in jasonacox/pypowerwall#98.
  • Update setup.sh to add optional command line switch -f for standalone FleetAPI mode setup.

Full Changelog: v4.4.0...v4.4.1

v4.4.0 - FleetAPI and TEDAPI

08 Jun 19:10
Compare
Choose a tag to compare

What's Changed

  • v4.4.0 - Vitals and FleetAPI by @jasonacox in #479

  • Add TEDAPI Support for Extended Device Metrics (the return of most of /vitals) - This requires connecting to Powerwall WiFi directly or setting up a network route on the Dashboard host to allow it to reach the GW address (192.168.91.1).

  • Add support for Tesla's official API, FleetAPI. This requires additional registration and configuration. Instructions are part of setup process or on the project page.

  • Run upgrade.sh and then run setup.sh to choose these new options.

  • Upgrade to pyPowerwall v0.10.1 proxy t59 - Release addresses some issues, including fixing Solar Only grid_status issues as reported by @lsgc123 in #478

  • Fix setup.sh for docker group permission bug identified by @hulkster in #476

  • Addresses several open issues and discussions:

Full Changelog: v4.3.2...v4.4.0

v4.3.2 - Solar Only Fix

15 May 15:05
Compare
Choose a tag to compare

What's Changed

  • Upgrade to pyPowerwall v0.8.5 proxy t56
  • Fix bug with setup for certain Solar Only systems where clod mode process fails due to missing site_name. Identified by @hulkster in #475

Full Changelog: v4.3.1...v4.3.2

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