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
11 stars 0 forks source link

Use with more than 1 tesla #4

Closed bill340 closed 2 weeks ago

bill340 commented 2 weeks ago

How can I use it with more than one Tesla in regards to the private.pem file? Do I just run the commands to get a new authentication for the second Tesla? But that generates a completely new private.pem file then. What to do with it?

wimaha commented 2 weeks ago

You can use the same private.pem for multiple vehicle.

You just habe to repeat the last step from the commands: tesla-control -vin YOUR_VIN -ble add-key-request public.pem owner cloud_key

bill340 commented 2 weeks ago

The problem is, if I do this, I get the following error: Error: failed to find a BLE device: can't init hci: no devices available: (hci0: can't down device: device or resource busy)

Any idea? Is it already busy by your Proxy? What could I do?

bill340 commented 2 weeks ago

Did a docker-compose down That solved the problem.