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…
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…
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…
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…
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…
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…
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?
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…
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)…
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:…
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…
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…
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 =…
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…