Security Questions - BLE API #1318
Unanswered
alastair1616
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Basically, the BLE API wraps Teslas control CLI Tesla Control CLI README
To wrap it all up: If you repair your car with the latest BLE API Version, the worst thing that can happen is, that someone can change your car's charging current and start/stop charging. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just had a couple of questions related to security for the BLE API. Firstly, just want to say really appreciate the very fast workaround for the Tesla API limits.
Due to the required proximity to the car, I have had to deploy the BLE API on a separate device to my main server, and because of this I am conscious that unlike my server the Raspberry Pi I have is not encrypted at rest, and is accessible over the local network. In relation to this I wanted to understand the following.
I'm just considering whether I should be encrypting at least the docker volumes on the device, and implementing some firewall rules around access to the HTTP API.
Really appreciate the help, and all your effort on this.
Beta Was this translation helpful? Give feedback.
All reactions