Guy Shaviv
Guy Shaviv
Indeed. According to the fleet API docs, the old REST api for sending commands will be deprecated end of the month and cease to work and starting Jan 24 sending...
Here is the link to the notification the old command API is phased out. https://developer.tesla.com/docs/fleet-api#announcements-amp-api-changelog
Yep, the new endpoint is signed_command but I don't see any docs how to create the routable_message it needs. Only way I see is to try reverse engineer their go...
Yep. The new way to send commands is to sign them with your private key so the car can verify them with your public key. All vehicles will require this...
I saw in the proxy repository someone from Tesla wrote they are working on publishing docs for this. Hopefully will be available soon
Tesla added a doc explaining how messages are encoded to the proxy repo, maybe now we can implement this in the package: https://github.com/teslamotors/vehicle-command/commit/d7a3e30f4f631b36760c61bc980157ea6de6d2bd
@Urkman Sorry, haven't had time to try it. Kinda busy and overwhelmed with other stuff at the moment.
Vehicle commands are still not supported. Has any change been attempted to support the signed command?
@jonasman exactly. The old way of sending commands no longer works. Only signed commands work.