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
32 stars 8 forks source link

Add a feature to generate the needed keys and send them to vehicle #24

Closed wimaha closed 4 months ago

wimaha commented 4 months ago

After starting the proxy you can browse to http://IP:8080/dashboard. Here you can generate the needed keys and send them to the car.

To try this version, you can find it on Docker at: The version is under the dev tag on Docker: image: wimaha/tesla-ble-http-proxy:dev

dglaude commented 4 months ago

Maybe you want to save somewhere (rather than delete) the alternative manual way to create the keys and make the trust. It could be the same way you planned to explain docker install and manual install. There could be a main short installation, and a separate page linked with the alternative. So most people will follow the simple steps, but information is not lost in the repo history.

But sure I would have love that feature rather than to fight like I had to with the compilation and execution of https://github.com/teslamotors/vehicle-command. ;-)

wimaha commented 4 months ago

Yeah, nice idea. I have added the manually guide again. https://github.com/wimaha/TeslaBleHttpProxy/pull/25