Nest thermostat SDK, using iOS sample code from Nest as reference.
Setting the temperature is outlined in the sample code. Setting the away status to away or home (string value saed to firebase is not).
From a previous question Change Away…
From past few days the nest protect devices created using nest simulator tool are not responding properly. All of the nest protect are having same name Entryway and the battery status field is not updating in the Json response of Rest streaming .…
I understand this isn't a typically appropriate question for Stack Exchange but the Nest customer service has basically no information whatsoever on developer support, and the Works with Nest support contact form recommends using Stack Exchange…
I'm working on an iOS app in Swift that uses the Nest Thermostat iOS SDK here. I started by building off of the Obj-C demo app (found with the iOS SDK). Once I was confident that I could do what I needed, I created a new Swift project and moved the…
Has anyone encountered a problem with Oauth2 authorization that started in the past few hours?
When performing an authorization flow, the initial POST call 'https://home.nest.com/login/oauth2/....' returns with the following error on the Works with…
I'm using the Nest API provided along with the Android sample app to write a plugin for IoTivity. The problem is that, when trying to issue commands from an Android device using the API, some of the them are successfully executed and some are not,…
My Nest Protect has the ability to automatically turn on the pathlight when it senses motion. This is a useful feature and somewhere it is actually being recorded when it turns on, because I can see the history in my Nest App for iOS.
I'm wondering…
Can I programmatically set a new current temperature using the Nest API?
Say, I build my own raspberry or Arduino based temperature sensor. Can that measure the current room temperature, and then set that as the current house temperature on Nest?…
I'm integrating with the Nest API and I'd like to know to whom an access_token belongs. I don't need an email or name or anything identifying the account holder, I just need a unique account identifier.
Is there something like…
Regarding the use of the Nest API with firebase client.
In order to keep firebase connections to a minimum (due to limit restrictions), is there any way allowing me to receive a Nest unique identifier (account correlation) for an account after the…
I'm building a central module that needs to handle multiple users, subscribing them to data changes on their nests.
From what I've been searching, the Node.JS library won't allow me to do multiple firebase connections to the Google Nest API.
Is…
Im working on an ios home automation app that uses Nest API and Firebase. I started getting this error after changing up the FirebaseManager subscription init method by basically commenting out dispatch_once block (I wanted to see if I could run it…
I'm trying to figure out how to connect my NestDK app to the nest API.
After Login in with my user and password, I am getting a "Use this Pincode to connect with Nest. XXXXXX". What am I supposed to do with this ?
I expected the access_token request…
Can I add other developers to my Nest account? I would like each member of my team to have their own Nest user account but share the same client and test devices.