Tesla Fleet Api Bezahlmodell #17501
-
Hi, Tesla hat jetzt ja ein Bezahlmodell für die Tesla Fleet Api veröffentlicht. https://developer.tesla.com/de_DE Für Privatkunde bekommt man monatlich einen Discount von 10$. |
Beta Was this translation helpful? Give feedback.
Replies: 9 comments 77 replies
-
Problem sehe ich eher auch ohne TWC3, wenn man einfach nur den Ladestand alle paar Minuten abfrägt. Weiß nun nicht ob das jetzt ein "Streaming Signal" oder "Data" ist. Bei Data hätte man also 5000 Requests pro Monat frei? Hört sich auf jeden Fall so an als müsste ich Tesla Mate und die HA Integration deaktivieren. Eine Frage wäre auch ab wann denn der eine Euro pro Paket berechnet wird? Wenn ich die erlaubte Anzahl der Requests erreiche? Oder schon mit dem ersten Request? Also stehen 1 Euro auf dem Kontingent schon für den ersten Wake Up Call or erst beim 50.ten Call? Wäre es schon der erste Call, dann würde man sehr schnell schon die ersten 4 Euro von den erlaubten 10 Euros angebrochen haben. Artikel dazu: https://insideevs.com/news/743076/tesla-api-cost-dev-apps/ P.S.: Dein Link ist kaputt: https://developer.tesla.com/de_DE |
Beta Was this translation helpful? Give feedback.
-
Also TeslaLogger wird ab Jan 3€ pro month von jedem Subscriber bekommen. Ob das wirklich ausreichend ist oder gar zuviel wird man sehen. Es wäre super wenn man für EVCC rechtzeitig sicherstellt, dass man Daten weiterhin abfragen kann. Ich habe kein Problem damit, wenn dies bedeuten würde, dass der Tesla-Anteil dann eben eine (zusätzliche) Subscription benötigt. |
Beta Was this translation helpful? Give feedback.
-
@andig - should we be worried? |
Beta Was this translation helpful? Give feedback.
-
Please post recommended configuration for evcc to reduce API calls to a minimum. |
Beta Was this translation helpful? Give feedback.
-
Tronity is offering 30% subscription discount using WINTER24 discount code. |
Beta Was this translation helpful? Give feedback.
-
We just added the option to easily use your own Tesla Developer Account with evcc though a new This way it's possible to create your own Tesla Developer Application and use the $10/mo free credit. For this to work you need to create the Reading vehicle data and waking up works. We still have to evaluate what we do with commands (primarily for Tesla Wall Connector), but this should also be possible. How to try this:
The Tesla Developer portal has an application usage diagram where you can see the number of api calls that have been made. I guess we still have potential to optimize the way we talk to the API. Please try if this works for your and give feedback. |
Beta Was this translation helpful? Give feedback.
-
ersteresAm 27.12.2024 um 17:44 schrieb bicaluv ***@***.***>:
Ok, verstanden, ClientId ist via Teslamate erzeugt.
Was, neben der neuen ClientId, ist in der evcc.yaml dann noch einzutragen? Neue Access und Refresh Token von https://app.myteslamate.com/fleet oder die bisherigen, die ich für evcc angelegt habe?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
bei mir sind es bis jetzt 83 Aufrufe seit 20.12. Habe aber auch erst einmal geladen.Wie oft/schnell aktualisiert wird, kann ich allerdings auch nicht sagen.Am 28.12.2024 um 15:55 schrieb bicaluv ***@***.***>:
So, Test durchgeführt: Tokens und Client ID via Teslamate erzeug und in die evcc.yaml eingetragen. Funktioniert super!
Verbrauch an Requests/Signals für einen kurzen Ladevorgang in "now": 0
Wisst ihr wie häufig bzw. schnell die Verbräuche auf der Seite https://developer.tesla.com/de_DE/dashboard aktualisiert werden?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
📣 PSA: Persönlicher Tesla Entwickleraccount erforderlich In einem der kommenden Nighlies werden wir die Verwendung von mit tesla.evcc.io erzeugten Token einstellen. Alle Tesla-Nutzer müssen sich im Rahmen dieser Umstellung neue Tesla-Token erzeugen. Hier die neue Anleitung, die nach dem Release in der Dokumentation erscheinen wird. Deutsch
Englisch
🔋 Die Integration der Tesla Powerwall ist von dieser Umstellung nicht betroffen. Mehr Details gibts wie Immer im Code #17982 |
Beta Was this translation helpful? Give feedback.
We just added the option to easily use your own Tesla Developer Account with evcc though a new
clientId
field in the Tesla template. #17821This way it's possible to create your own Tesla Developer Application and use the $10/mo free credit.
For this to work you need to create the
access_token
andrefresh_token
using your developer application. Teslamate has built a free online service that lets you do exactly that.Right now we don't see a huge need to recreate this, since Teslamate has already implemented it in a general purpose way.
Reading vehicle data and waking up works. We still have to evaluate what we do with commands (primarily for Tesla Wall Connector), but this should also b…