-
|
I've just discovered this project and am still working to understand things. The readme suggests that only a limited subset of commands are supported versus what tesla-control offers. Is this still true, or is there parity between the available commands (eg: seat heat, climate, or media controls)? My goal is to have an http API that can send BLE commands to my vehicle, essentially wrapping |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
I think you can use this project for you needs. Currently not all commands are available. But it is very easy to add missing commands. So either make a PR or create a new issue describing which commands are needed. I have recently added the possibility to fetch vehicle information (ex. SOC) via the the proxy via BLE. |
Beta Was this translation helpful? Give feedback.
I think you can use this project for you needs. Currently not all commands are available. But it is very easy to add missing commands. So either make a PR or create a new issue describing which commands are needed.
I have recently added the possibility to fetch vehicle information (ex. SOC) via the the proxy via BLE.