teslamotors / fleet-telemetry

Apache License 2.0
625 stars 66 forks source link

Sending commands via the Telemetry API? #176

Closed tapwork closed 3 weeks ago

tapwork commented 3 weeks ago

Since the Fleet API has become practically unusable due to rate limits, I am wondering if the Telemetry API can also be used for commands, such as "api/1/vehicles/(vin)/command/charge_start"? Or is it only for reading data?

rileymd88 commented 3 weeks ago

Telemetry is only for receiving data. If you need to run a lot of commands you can try sending them through Bluetooth instead of over the internet as there you have no rate limits. The Bluetooth integration is a part of the vehicle-command package.

On Sat, Jun 8, 2024 at 17:25 Christian Menschel @.***> wrote:

Since the Fleet API has become practically unusable due to rate limits, I am wondering if the Telemetry API can also be used for commands, such as "api/1/vehicles/(vin)/command/charge_start"? Or is it only for reading data?

— Reply to this email directly, view it on GitHub https://github.com/teslamotors/fleet-telemetry/issues/176, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABRFLPX25QG4BY5YUDL2TJDZGMO63AVCNFSM6AAAAABJACGL5GVHI2DSMVQWIX3LMV43ASLTON2WKOZSGM2DCNZQGI3TONA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

tapwork commented 3 weeks ago

Thanks for clarifying. BLE is not an option for us.