-
Notifications
You must be signed in to change notification settings - Fork 0
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
Google Account #1
Comments
It's on my list, though the current implementation is still working for me, since they grandfathered in existing applications. If you program, we're happy to accept PRs. |
Unfortunately i don't program, would have been happy to contribute. i would love to use the old implementation but i cannot acces nest developer account anymore... |
Understood. If you didn't switch to the google account and close your nest account, this code would work, I think. I've looked at the requirements for implementing the new API, but it seems problematic. For one, you may be required to have a google assistant device for it to work. Also, it's not clear we can truly control the thermostat using the API. If anyone thinks I'm wrong or has some better insight, feel free to speak up! What would you use this microservice for? |
i wanted to use it so i can publish the current room temperature to a MQTT topic. i am currently controlling the NEST using https://github.com/chrisjshull/homebridge-nest#readme wich works with the new goohle oauth |
More info here: Their move to kill the Nest API broke a lot of companies' integrations. My Logitech Harmony Remote doesn't control the thermostat anymore. |
Hello,
Any chance of making this project working with the new GoogleAuth required for nest?
"googleAuth": {
"issueToken": "https://accounts.google.com/o/oauth2/iframerpc?action=issueToken...",
"cookies": "OCAK=TOMPYI3cCPAt...",
"apiKey": "AIzaS..."
},
The text was updated successfully, but these errors were encountered: