-
Notifications
You must be signed in to change notification settings - Fork 3
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
investigate/incorporate as possible new Tesla Fleet API #7
Comments
I subscribe to Tessie which has an API that can be used as a drop-in replacement for the Tesla Fleet API. They just got the energy endpoints activated. I am not a very proficient Groovy programmer, but I was thinking of trying to fork this code to see if I can add a user-selectable option to use Tessie instead of going direct to the Tesla API. The easy part would be substituting "https://api.tessie.com" for "https://api.tesla.com" and including the user's Tessie API key as the bearer token in any requests. Where I'm likely to get in over my head is if the response formats are different and require different parsing. If I can get it to work would you be interested in a PR to incorporate that into your app? |
Absolutely! It would be great to have this option - particularly knowing the current Tesla API option may be going away soon. I can help if you have questions or run into issues. Hopefully looking over the Hubitat Tesla vehicle Connect app can provide some hints. |
No description provided.
The text was updated successfully, but these errors were encountered: