homebridge-nest icon indicating copy to clipboard operation
homebridge-nest copied to clipboard

Feature Request: Support for Nest Temperature sensors

Open alexandrupaulpopa opened this issue 7 years ago • 5 comments

https://nest.com/ca/thermostats/nest-temperature-sensor/overview/

alexandrupaulpopa avatar Apr 18 '18 21:04 alexandrupaulpopa

So far I don't see APIs available for these on developer.nest.com, but will be eager to get support for it once it arrives. Unlike Ecobee the sensors seem to work well, but the current Nest functionality seems pretty limited. Can't even average over multiple sensors. And no occupancy detection. The latter being something that could easily be fixed with HomeBridge integration.

djrobx avatar May 09 '18 23:05 djrobx

The temperature is great. If I set them all next to each other next to the thermostat, everything reads the same temp. I had Netatmo prior and could never get them to be the same even with their advanced settings to adjust the up/down.

ErikMHummel avatar May 14 '18 14:05 ErikMHummel

Don't forget to contact Nest for ask this features in API : https://nest.com/support/contact-us/ :-)

CLARENNE-Q avatar Oct 02 '18 23:10 CLARENNE-Q

Here's a quick node app I made to get the temp and create an endpoint that homebridge-http-temperature can use.

https://github.com/francisschmaltz/nest-remote-sensor

francisschmaltz avatar Oct 10 '18 18:10 francisschmaltz

There isn’t an API, but there is an endpoint you can hit for JSON data if you are logged in via home.nest.com. The authentication is pretty simple as well.

Areson avatar Mar 31 '19 19:03 Areson