Skip to the content.

RELEASE NOTES

v4.3.2 - Solar Only Fix

v4.3.1 - Control APIs

# 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

v4.3.0 - pyPowerwall 0.8.2

v4.2.1 - Docker V2 Fix

v4.2.0 - Remove Docker V1

v4.1.3 - Alerts & Strings

v4.1.2 - Cache 404 Responses

v4.1.1 - Revert Change

v4.1.0 - Grafana Plugin Updates

v4.0.5 - Dashboard Updates

v4.0.4 - Cloud Grid Status

v4.0.3 - Cloud Mode Fixes

v4.0.2 - Dashboard Update

v4.0.1 - Powerwall Voltages

v4.0.0 - Cloud Mode Support

v3.0.8 - Critical Bug Fix

v3.0.7 - InfluxDB Environment Variables

v3.0.6 - Powerflow Animation Update

v3.0.5 - Bug Fix for MacOS

v3.0.3 - Setup Profiles Updates

1 - Local Access (Powerwall 1, 2, or + using extended data from Tesla Gateway on LAN) - Default
2 - Tesla Cloud (Solar-only, Powerwall 1, 2, +, or 3 using data from Tesla Cloud)

v3.0.2 - Docker-Compose Fixes

v3.0.1 - Fix for Docker-Compose V1

v3.0.0 - Integrate Solar Only Support

v2.10.0 - Docker Compose and Container Updates

v2.9.12 - Weather411 and pyPowerwall Updates

v2.9.11 - Updated Default Dashboard

v2.9.10 - Updated Default Dashboard

v2.9.9 - Tools, Solar Only Support and Dashboard Updates

Instructions / Cleanup and Misc Tool Updates

Solar Only Support

Powerwall-Dashboard Usage Micro Service

Migrate Dashboard Panels

v2.9.8 - Tool Updates and Bug Fixes

v2.9.7 - Backup Script Quickfix

v2.9.6 - Add Git Attributes

v2.9.5 - Repo Cleanup

v2.9.4 - pyPowerwall Proxy t26

v2.9.3 - Adjustable kWh Cost

v2.9.2 - Additional Powerwall Support

v2.9.1 - Minimize Grafana Plugins

v2.9.0 - Pinned Versions

v2.8.11 - Animation Auto-Scale

v2.8.10 - Revert Animation Auto-Scale

v2.8.9 - Animation Auto-Scale

v2.8.8 - pyPowerwall Cache-Control

v2.8.7 - Preserve Peaks in Graphs

v2.8.6 - Weather Updates

v2.8.5 - Verify Tool for Setup

./verify.sh # optional: -no-color

image

v2.8.4 - Custom Docker Compose Support

v2.8.3 - New Dashboard Meters

v2.8.2 - Bug Fix Grid Voltage Data Migration

Note: For anyone that already upgraded to 2.8.0 or later, there is an option to fix the untagged data by running the Fix Month Tags Tool. Thanks to @mcbirse for spotting this issue, submitting the fix and the great fixmonthtags tool!

v2.8.1 - Backup Reserve

v2.8.0 - Grid Voltage Upgrade

v2.7.1 - Powerwall Alert Data and Panel

v2.7.0 - PyPowerwall t24 and Ecowitt Weather Support

v2.6.7 - History Tools and Powerwall Firmware Version

v2.6.6 - History Import Tool & Windows 11 Compatibility

v2.6.5 - Upgrade pyPowerwall Proxy t18

v2.6.4 - Upgrade Fix

v2.6.3 - Dashboard Updates

v2.6.2 - Current State Panel “No Data” Fix (No Archive)

v2.6.1 - Month and Year Tag Fix (No Archive)

v2.6.0 - Grafana v9.1.2 Upgrade

v2.5.2 - Bug Fix

v2.5.1 - Bug Fix

v2.5.0 - Weather Data

v2.4.5 - pyPowerwall v0.6.0

v2.4.4 - Dashboard Updates

v2.4.3 - Upgrade Fixes

v2.3.0 - Bug Fixes

v2.2.0 - Power Flow Animation

image

v2.0.0 - Frequency and Voltage Graphs

v1.0.0 - Initial Release