zabuldon / teslajsonpy

Apache License 2.0
56 stars 62 forks source link

Support for Tesla HTTP Proxy #452

Closed llamafilm closed 7 months ago

llamafilm commented 7 months ago

Since Tesla has deprecated the Owner API, I believe the easiest path to keep using this library (and the Home Assistant integration that depends on it) is to use Tesla's HTTP Proxy. I've built a Home Assistant add-on that does exactly this, plus it handles the initial authorization flow which is somewhat complicated. Since it's completely self-hosted, it does not require trusting any third party with your credentials. And we can still benefit from the new public key security model.

I haven't yet had time to test with this library, but I believe it only requires 3 changes:

Add-on is here: https://github.com/llamafilm/tesla-http-proxy-addon

purcell-lab commented 7 months ago

Great work!

alandtse commented 7 months ago

We'll welcome the PR when it's provided.

alandtse commented 7 months ago

closed by #454