tdorssers / TeslaPy

A Python module to use the Tesla Motors Owner API
MIT License
374 stars 83 forks source link

Unlock charge port #106

Closed doubledrat closed 2 years ago

doubledrat commented 2 years ago

I have an app which can send a command to unlock the charge port on my tesla, but can't seem to do it with teslapy. Am I missing something, or is there perhaps a new command available that is not currently available in teslapy?

tdorssers commented 2 years ago

'CHARGE_PORT_DOOR_OPEN' should unlock the charge port when its locked.

doubledrat commented 2 years ago

thanks :)