-
Notifications
You must be signed in to change notification settings - Fork 84
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
Move to Fleet API and Tesla Vehicle Command SDK #150
Comments
This is a critial issue, i am getting already the following erro: However the deprication is set for next year TeslaPy stopped working for me :/ |
Hi, this may be seen as a blatant self-advertising, as it is: So far it works for me including the whole registration process.
For producing the signed commands I am currently using the tesla-command command line tool, written in Go by Tesla, which can also be compiled for Raspberry Pi. In the past I used TeslaPy, which worked great! |
Thanks!!
From: Fabianhu ***@***.***>
Sent: Sunday, December 17, 2023 1:01 PM
To: tdorssers/TeslaPy ***@***.***>
Cc: Subscribed ***@***.***>
Subject: Re: [tdorssers/TeslaPy] Move to Fleet API and Tesla Vehicle Command SDK (Issue #150)
Hi, this may be seen as a blatant self-advertising, as it is:
I just published my Python implementation of the new Tesla API here:
tesla-api<https://github.com/fabianhu/tesla_api>
So far it works for me including the whole registration process. If someone wants to hop in, you are invited. As the structure is much simpler as TeslaPy, a pull request does not work so far.
For producing the signed commands I am using the tesla-command in written in go by tesla, which can also be compiled for Raspberry Pi.
A python native implementation can be done, when the documentation from Tesla is published.
In the past I used TeslaPy, which worked great!
If someone feels offended by this post, please let me know, I will delete/edit it asap.
@tdorssers<https://github.com/tdorssers>
—
Reply to this email directly, view it on GitHub<#150 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/APN6O44TUC6JR6UH4ZYT363YJ4XMTAVCNFSM6AAAAAA7HRJW26VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNJZGIZTOMZSGM>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.******@***.***>>
|
@tdorssers is this something you're (planning to be) working on? If so, any help needed? I've made a Domoticz plugin around this library (which works really well I must say) so curious to know if and how to update when implementing the new Tesla API. |
I just did the work for TWCManager. In short these were the required steps:
I'm not sure step 6 is needed for TeslaPy, maybe it already uses the VIN. |
As announced by Tesla, the Owner API will stop working "starting 2024". TeslaPy will need to move to using the Fleet API (for pre-2021 cars) and Tesla Vehicle Command SDK (for post-2021 cars).
The text was updated successfully, but these errors were encountered: