-
Notifications
You must be signed in to change notification settings - Fork 18
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
Support swap-in api replacement based on vehicle-command proxy like Tessi #125
Comments
https://github.com/teslamotors/vehicle-command comes with a Proxy that allows you to do this- I assume that's what Tessie is using. One difference is that it uses VINs instead of vehicle IDs. Not sure what applies for Tessie? |
They use VIN's as well. |
@manuelmrmorgado PR is totally untested as I don't currently have a tesla proxy running. Could you give it a try against Tessie? Would still need to add the Tessie token to the requests. If you want to share a token/ vehicle credentials feel free to contact [email protected]. Doing this as poc for https://evcc.io. |
Hi @andig do you need tesla tokens or Tessie tokens? |
In this case Tessie or any other Tesla proxy. |
Hi, as the unofficial Tesla API commands are being deprecated, is there any chance to create a code based on Tessie API. They as a company are allowed to use the official Tesla API and provide for their costumers an API of their one, which is quite good as it doesn’t wake up the car to check status and uses the last one known. It only wakes for commands. Please check https://developer.tessie.com
thanks!
Refs evcc-io/evcc#11846
The text was updated successfully, but these errors were encountered: