wimaha / TeslaBleHttpProxy

TeslaBleHttpProxy is a program written in Go that receives HTTP requests and forwards them via Bluetooth to a Tesla vehicle. The program can, for example, be easily used together with evcc.
Apache License 2.0
31 stars 7 forks source link

Add charge_port_door_open #36

Closed protree closed 3 months ago

protree commented 3 months ago

Hello, thank you for your great work! Is it possible to add the function „charge_port_door_open“? This function should not only open the charge port but also unlocks a charging cable connected to it to plug it out then. Would be really nice to have a smart button next to my tesla that unlocks the charging cable through my home automation system (iobroker) -> http request to TeslaBleHttpProxy!

wimaha commented 3 months ago

Hi @protree,

it is easy to add this command to the proxy. Maybe you want to file a PR?

protree commented 3 months ago

I don't know Go but I will take a look at it ;)

protree commented 3 months ago

Done :)

https://github.com/wimaha/TeslaBleHttpProxy/pull/41

wimaha commented 3 months ago

Done :-)