nkgilley / python-ecobee-api

Python API for controlling Ecobee Thermostats
MIT License
44 stars 40 forks source link

Changes to Ecobee API #55

Closed FuzzyMistborn closed 3 years ago

FuzzyMistborn commented 3 years ago

Was looking something up and noticed this post that there will be changes to the API come November 1.

https://www.ecobee.com/home/developer/api/documentation/v1/auth/developer-migration-summary.shtml

FuzzyMistborn commented 3 years ago

Changes are now December 1st per an email I just received.

pfletch101 commented 3 years ago

It looks as if the major changes (as far as pyecobee is concerned) have to do with a major increase in length (and more allowed characters) in the access and refresh tokens. As long as pyecobee is storing them as standard Python strings and not making any assumptions about their content, there should be no problem, other than some possible slowing of the handshaking process. I have asked for admission to the Early Access Program, and will report back.