You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A fix has been made to TeslaPy to address the API change but it was a breaking change for some of the battery functions for set-reserve.py. This has been updated.
# Pull latest TeslaPy - use latest until TeslaPy releases a new PyPI package
pip install -e git+https://github.com/tdorssers/TeslaPy.git#egg=teslapy
# Pull latest set-reserve.py
wget https://raw.githubusercontent.com/jasonacox/pypowerwall/main/tools/set-reserve.py
The tools
set-reserve.py
andset-mode.py
started producing a 410 Client Error message:It appears that Tesla changed their API. These tools use TeslaPy and the issue was identified here: tdorssers/TeslaPy#145
Thanks to John Banks for raising this issue.
The text was updated successfully, but these errors were encountered: