-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No longer able to set Powerwall to self_consumption mode #136
Comments
I'm new to teslaPy and not fluent in python. I've had no luck getting a simple script to toggle between the two states. I was able to change the minimum reserve, so it may be I'm hitting a similar issue to HeraldCoupe. Can someone share a simple code sample that changes the state as a starting point. Thanks |
Got this working: ` import teslapy but bizarrely it'll only set the mode if I also set the backup reserve. Remove that line and stop working. |
Thank you Rob0101. From my limited testing it seems that in addition, the backup reserve also needs to be different to that currently set otherwise it doesn't change modes. |
Interesting experiences guys, I've not been setting mode since last winter (switching to autonomous to get the faster charge rate over the cheap electricity supply period that I am tricking the Powerwall into charging from the grid by changing the reserve percentage). I always set both reserve percentage and mode so maybe I would not notice this issue. I wonder if this is another aspect of the Tesla API randomly deprecating the
Note I'm using @rob0101 in your example you use a mix of
Maybe that is significant? Of course it could all change tomorrow. Hope this could be of use to either of you. |
Commit 50bdbfb removed the depricated powerwall API. Please use the energy site API. |
I've updated to the new teslapy code and my revised script (below) is working.
|
I am no longer able to set the Powerwall to 'self_consumption' mode. I'm still able to set it to 'autonomous' mode.
I'm guessing something has changed at Tesla's end.
Anyone got any ideas?
The text was updated successfully, but these errors were encountered: