Questions tagged [nest-api]

The Nest API allows real time observation and control of Nest devices in the home.

The Nest API allows real time observation and control of Nest devices such as the Nest thermostat, Nest Protect and Nest Cam in the home.

311 questions
4
votes
3 answers

Nest API - How long do Per Access Token rate limitations last

Got hit with a Too Many Requests error whilst using an access token every 10 seconds. On re-reading the docs I realise this is a no-no ("To avoid errors we recommend you make requests at a rate of once per minute or less"). Anyone know how long I'll…
thesimm
  • 774
  • 3
  • 12
3
votes
0 answers

Nest-api camera issues

I have created product in developer console and have attached camera to my profile, but when I am trying to get camera info through api by the request: https://developer-api.nest.com/devices/cameras?auth=auth_token Its just empty object. How can…
alter_f4
  • 81
  • 2
3
votes
3 answers

Access to live stream from Nest Cam

I'm the developer on a comprehensive Apple TV app for the Nest called Feather (featherapp.co). One issue that I've run into is that users are expecting to be able to view the live feed of their cameras. Has anyone determined any way of accessing…
Claude
  • 41
  • 2
  • 5
3
votes
0 answers

nest multiplex API : "connection" vs "group connection"?

Having read through the Nest Multiplex API guide here: https://developers.nest.com/documentation/cloud/multiplex-overview There are several mentions of something called a "multiplex group connection". Verbatim, from the doc: Each multiplex…
3
votes
1 answer

Is it possible to query Nest API rate limits?

I've just noticed that it's very easy to hit request rate limit. Is it possible to get info about current rate limit ? Also, when we receive rate limit error, is there any event / listener to be notified when we can send requests again ? How can I…
Oleksandr
  • 3,761
  • 8
  • 50
  • 80
3
votes
2 answers

Unable to set target temperature to Nest Thermostat from Android SDK

I am writing an Android application to control a Nest thermostat. I was able to connect to it just fine and I can read the correct target temperature (turning the nob on the thermostat updates my TextView). However, when I try to write the target…
AdamMc331
  • 16,492
  • 10
  • 71
  • 133
3
votes
2 answers

Set Nest target humidity via API

I can't find anything in the documentation about setting the target humidity of a Nest thermostat. I absolutely have to be able to set the humidity remotely. Has anyone successfully been able to do that?
chrislondon
  • 12,487
  • 5
  • 26
  • 65
3
votes
1 answer

Trouble with new fields in Nest API data model?

com mates- I notice that Nest recently (late May 2015) added hvac_state and wheres to the API data model. I do not, however, see these new fields in the JSON output when querying my device. Was there a roll-out date for these new fields or something…
Nick
  • 31
  • 1
3
votes
1 answer

Why doesn't the Nest Developer Tool Structure ID match the Structure ID returned via a get request?

In the Nest Developer Tool (Chrome), I have Structure ID a while in the actual returned JSON blob I get a different Structure ID b.
Enigma
  • 1,247
  • 3
  • 20
  • 51
3
votes
1 answer

Setting a target temperature throwing an error in Nest thermostat

Setting target temperature throwing an error like below. I am using php curl to set the temperature. Any help is appreciated. object(stdClass)#72 (2) { ["cmd"]=> string(12) "REINIT_STATE" ["pod"]=> string(5)…
Naresh Reddy
  • 179
  • 1
  • 7
3
votes
1 answer

Nest Thermostat Using cylon.js

Retrieving thermostat ambient Temperature using cylon.js throwing errors I replaced ACCESS_TOKEN with my Access_token and also device id Code: var Cylon = require('cylon'); Cylon.robot({ connections: { nest: { adaptor: 'nest', accessToken:…
Naresh Reddy
  • 179
  • 1
  • 7
3
votes
1 answer

Does anyone have the Nest API ETA feature working?

I am trying to write a simple JavaScript based website that can read and write ETA values to my Nest. I am using the code below. I think I have been able to set the ETA, but I don't see any indication that anything changed. The thermostat does not…
3
votes
1 answer

Firebase error code 9999 "blocked"

All of a sudden, we are getting an error authenticating with Nest and Firebase. The error code is 9999, and the message is "blocked". The source code has not changed on the app side, so it seems like something has changed on the server side. I see…
kwahn
  • 2,118
  • 2
  • 21
  • 17
3
votes
1 answer

Nest Rest API Connection Refused

I am trying to set my home to away mode using the REST method. I am trying it with cURL, but I keep getting a "Connection refused after a redirect". My Code: $ch =…
cconoly
  • 61
  • 6
3
votes
1 answer

Unable to read/write values to Nest Firebase with newest Firebase Framework

I have been trying to integrate nest into my iOS application, following all the instructions regarding user authentication and then making calls to the nest API. I used Nest's iOS example app as a reference: https://github.com/nestlabs/iOS-NestDK I…
T S
  • 83
  • 5
1
2
3
20 21