Skip to content

Commit

Permalink
note on ble connection limit
Browse files Browse the repository at this point in the history
  • Loading branch information
lotharbach committed Jan 13, 2024
1 parent 586dd2c commit f9f13d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ It also adds a new `-mode ble` switch to the tesla-http-proxy, and then forwards
> [!CAUTION]
> ble mode does not require the client to provide a valid auth token to send commands. Anybody with network access to the proxy could send commands.
> [!NOTE]
> I believe the car is very limited on how many BLE devices can be connected simultaneously. With multiple phone keys or keyfobs near the vehicle, the proxy might have trouble to also establish a BLE connection and commands time out.
This is barely working right now. Use it at your own risk and have a debugger ready. I welcome Pull Requests.

You need to generate a keypair and register it to the vehicle, which is possible via BLE and the tesla-command tool like this:
Expand Down

0 comments on commit f9f13d4

Please sign in to comment.