nfarina / homebridge-tesla

Tesla plugin for homebridge: https://github.com/nfarina/homebridge
154 stars 38 forks source link

refreshToken vs authToken #80

Closed raphaeldavid closed 2 years ago

raphaeldavid commented 2 years ago

If it helps, I had a token problem. In my advanced configuration, the token appears under authToken instead of refreshToken

        "refreshToken": "",  <<<--- put your refreshToken there
        "authToken": "",
        "username": "",
        "password": ""
nfarina commented 2 years ago

Yeah, I updated the README to direct people to this new property but existing users might find it confusing...maybe I should add a note about that.

nfarina commented 2 years ago

Updated README!