node-red-contrib-nest icon indicating copy to clipboard operation
node-red-contrib-nest copied to clipboard

does not work after NEST API killed by Google

Open jbreda007 opened this issue 6 years ago • 10 comments

Forced to migrate to google and now it doesn't work anymore

jbreda007 avatar Sep 14 '19 06:09 jbreda007

New accounts also no longer support this API. You now need google auth to acces nest.

pgScorpio avatar Apr 27 '20 10:04 pgScorpio

Google have released device access so could possibly start to look at using this API. I'll have to take some time to read though but open to accept PR?

https://developers.google.com/nest/device-access

benjamindoe avatar Oct 09 '20 15:10 benjamindoe

Has anyone had chance to look at this with Googles updated access?

gdr2404 avatar Nov 29 '20 20:11 gdr2404

Hmm, is it possible to use websocket nodes to get this working?

877dev avatar Feb 02 '21 18:02 877dev

After last months mail from google started looking into this... Anyone got a nice simple solution/replacement for this?

MrHappy avatar May 14 '23 10:05 MrHappy

There should be possibility for getting this node working again. At https://github.com/chrisjshull/homebridge-nest/ is an implementation for Homebridge using Google Auth with issueToken and cookie values which works. So that code might be used for this node for getting things flying again. @hjespers do you agree?

dehsgr avatar Nov 23 '23 17:11 dehsgr

Would be great to get this working again. I'm trying to control two nest thermostats from node red and was hoping to use this until I realised it still uses the nest account. I have https://github.com/chrisjshull/homebridge-nest/ working so might try and integrate indirectly using a homebridge automation.

petersturrock avatar Nov 30 '23 22:11 petersturrock

Using this automation https://github.com/NorthernMan54/node-red-contrib-homebridge-automation you can control a nest thermostat via homebridge.

petersturrock avatar Nov 30 '23 23:11 petersturrock

I am not actively working on this code anymore for several reasons including that my new house does not have a NEST. If anyone wants to fork the code and add an alternative API that would be good for the community.

hjespers avatar Dec 01 '23 00:12 hjespers

@petersturrock thank you so much for this hint! I just moved over to that solution.

dehsgr avatar Dec 07 '23 17:12 dehsgr