Ich bin etwas verzweifelt, ich kann seit heute Morgen den SoC meines Teslas MS nicht mehr auslesen.
Ich erhalte die Fehlermeldung:
File "/usr/lib/python2.7/urllib2.py", line 558, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 444: CUSTOM
pi@raspberrypi:~/dev/teslatar$ HTTP Error 444
Wenn ich absichtlich ein falsches Password angebe erhalte ich den Fehler:
File "/usr/lib/python2.7/urllib2.py", line 558, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 401: Unauthorized
was ja zu erwarten war.
Also was läuft da falsch?
API für Tesla bringt Fehler: HTTP Error 444: CUSTOM
-
- Beiträge: 3781
- Registriert: Di Feb 25, 2020 9:23 am
- Has thanked: 4 times
- Been thanked: 25 times
Re: API für Tesla bringt Fehler: HTTP Error 444: CUSTOM
So wie es aussieht, hat Tesla die Anmeldung auf OAuth2 umgestellt. Nach derzeitigem Stand funktioniert damit keine Software mehr, die die inoffizielle API verwendet.
Bleibt also im Moment nur abwarten, bis es einen offiziellen (oder wieder inoffiziellen) Weg gibt, die API anzuzapfen. Wir bleiben auf jeden Fall dran, schon aus eigenem Interesse.
Bleibt also im Moment nur abwarten, bis es einen offiziellen (oder wieder inoffiziellen) Weg gibt, die API anzuzapfen. Wir bleiben auf jeden Fall dran, schon aus eigenem Interesse.
Re: API für Tesla bringt Fehler: HTTP Error 444: CUSTOM
Hey, I'm the dude that documented the API.
They shut down the main authentication API endpoint in favor of auth.telsa.com. I'm working on updated docs. If you have an old token that's still valid, you can use that for now. Otherwise, you'll need to wait until I figure it all out (it's not that hard, just some new APIs to call) and can get a new token.
Edit: New docs are up: https://tesla-api.timdorr.com/api-basics/authentication