jrester / tesla_powerwall

Python API for Tesla Powerwall
MIT License
73 stars 24 forks source link

Feature request: add ability to set backup percentage #52

Closed greyghoster closed 1 year ago

greyghoster commented 1 year ago

I have been dealing with to peak usage periods, morning and night and want to programmatically control the backup percentage to release more power during the peak period. Can that function be added?

jrester commented 1 year ago

Hey @greyghoster, I would be happy to add such a feature. This was already discussed in #20, but the result of the investigation was that you need to switch to installer mode, which to my knowledge requires physically activating a switch and therefore does not make sense for any automation. If this is no longer required/there is a simple solution, I would be happy to implement this feature.

There is currently a discussion going on here, to workaround this issue.

jrester commented 1 year ago

Closing this because of inactivity