Skip to content
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

[Docs] Update Tesla Refresh Token Generator list #879

Open
baylanger opened this issue Mar 4, 2024 · 5 comments
Open

[Docs] Update Tesla Refresh Token Generator list #879

baylanger opened this issue Mar 4, 2024 · 5 comments

Comments

@baylanger
Copy link

baylanger commented Mar 4, 2024

Quickly documenting some findings related to this topic.

Tesla Tokens for Android is dead, currently not available on Google Play.
Tesla v3 API Tokens link in info.md is dead. With some keywords tried to search for an updated link, couldn't find.

Github has the following recent/active projects:
TeslaApiTokenGenerator
. Python script
. first/last commit 6m
. runs local

fetch-tesla-token
. server written in node.js
. last commit 4m, 5y old
. runs local
. do we need another add-on ;)

Over the Web
tesla-info.com
. good for dummies
. URL sent to web service, use at own risk

@Zappo-II
Copy link

Mentioned first python script works good enough for me https://github.com/sebmatton/TeslaApiTokenGenerator
THX...

@maruel
Copy link
Contributor

maruel commented Mar 14, 2024

I was thinking about updating the prompt to link to https://chromewebstore.google.com/detail/access-token-generator-fo/kokkedfblmfbngojkeaepekpidghjgag. It would only work on desktop but for desktop users that's be nicer to click through. As a matter of fact the mobile apps references should be converted to links to their corresponding store.

@madsdyd
Copy link

madsdyd commented Mar 18, 2024

Like @Zappo-II it would appear the first linked python script works for me.

However, the first time I updated the info in the dialog box, I actually made a copy-paste error, and the Tesla integration still claimed to succeed. However, it did not. Is there a chance that the config process does not catch an error (might be higher that I made a mistake.).

@llamafilm
Copy link
Collaborator

I like the approach of TeslaApiTokenGenerator. Has anyone tried using a token from there with the Fleet API Proxy? I'm guessing it won't work because it needs your Client ID to be part of the request.
Maybe I should remove the OAuth flow from the addon and improve this copy/paste method instead.

@llamafilm
Copy link
Collaborator

llamafilm commented Mar 24, 2024

None of these apps work with Fleet API, although they could be modified quite easily.
This one does support both the old and the new API: Tesla Auth app on macOS and iOS. They've done something clever to intercept the HTTP request and grab the code even if your callback URL doesn't really work.

I haven't found one for Android.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants