pypowerwall Update
- Update pypowerwall Docker image to
0.15.12t93(proxy t93).- Introduces two-token headless setup flow for Cloud Mode — users on SSH/headless servers now provide both a refresh token and an access token (from
python -m pypowerwall authtoken) during initial setup. - Fixes Tesla History
403errors from cold refresh without code-exchange access token (see #780). - See pypowerwall PR #327 for details.
- Introduces two-token headless setup flow for Cloud Mode — users on SSH/headless servers now provide both a refresh token and an access token (from
Tesla History Update
- Bump
tesla-historycontainer to0.1.8(picks up pypowerwall 0.15.12 automatically via unpinnedpip install pypowerwall). - Update
powerwall.extend.yml.sampleimage tag to0.1.8.
Documentation
- setup.sh, README.md, tools/tesla-history/README.md: Updated SSH/headless instructions to reference both the refresh token and access token required by the new two-token flow.
To upgrade: Run ./upgrade.sh in your Powerwall-Dashboard directory.