-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tesla Owner API doesn't allow sending vehicle commands anymore #4
Comments
Tested option 1:
This works, but the Fleet API has VERY low rate limits: https://developer.tesla.com/docs/fleet-api#membership-levels |
Tested option 2:
This works using the command line SDK. Next step is to integrate the commands in the homecontrol app instead of calling the Owner API to send vehicle commands. |
interesting feature request teslamotors/vehicle-command#52 as this would allow operation via BLE only (no need to use the REST API to get vehicle_data) |
I wanted to make sure you knew about https://github.com/wimaha/TeslaBleHttpProxy as an HTTP way to do BLE control. Right now I try to make evcc work for me, but since I have an HomeWizard P1 reader, I might have all the hardware needed to switch to your project. |
See https://developer.tesla.com/docs/fleet-api#2023-10-24-vehicle-data-update-on-firmware-versions-2023-38
Tesla now requires end-to-end authentication to send vehicle commands.
Possible solutions:
tesla-http-proxy
from https://github.com/teslamotors/vehicle-command to send commandsThe text was updated successfully, but these errors were encountered: