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

Tesla Authentication Changed (January 2021) - Does TWCManager Support? #27

Open
ChutneyMary opened this issue Feb 8, 2021 · 2 comments

Comments

@ChutneyMary
Copy link

ChutneyMary commented Feb 8, 2021

Hi. I'm about to embark on setting up TWCManager. I have an unrelated Node-Red flow that interogates the Tesla API. I see that Tesla has recently (late January 2021), changed the authentication routine that broke a couple of Node-Red modules.

https://tesla-api.timdorr.com/api-basics/authentication

Will TWCManager be updated to manage the new authentication routine? I assume with a broken authenication routine, the ability to start and stop charging will be lost in TWCManager? Will charge rate control still be available?

@deece
Copy link

deece commented Feb 8, 2021

I just got bitten by this and had the car draw 16kW during what would have been peak time, if I was on a time-of-use plan.

These are the relevant commits in TeslaJS that fixed it for NodeRed:
mseminatore/TeslaJS@e95e896
mseminatore/TeslaJS@e8ff2d5
mseminatore/TeslaJS@027795f

For now, I'm working around it in Node-Red, which already controls a few other things for me, like disabling sentry mode if the car is in the garage, and the maximum charge level (less for daily charge, more if I'm not home)

@ChutneyMary
Copy link
Author

There is also this fork of TWCManager that has incorporated the new authentication (excluding Multi-Factor Auth) -

https://github.com/ngardiner/TWCManager

ngardiner#157

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

2 participants