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
2
votes
1 answer

Nest Thermostat Away Status changes back to home

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…
JSA986
  • 5,870
  • 9
  • 45
  • 91
2
votes
0 answers

Can not receive battery status and Name of Nest protect

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 .…
Prallav X
  • 31
  • 2
2
votes
1 answer

Application approval submission failing with "We're sorry. Something went wrong. Please try again later. The backend responded with an error"

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…
2
votes
1 answer

Authentication Delay with Nest SDK in Swift iOS App

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…
Devin Brown
  • 1,112
  • 10
  • 17
2
votes
1 answer

Authorization fails with - "An error occured while fetching client info"

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…
2
votes
0 answers

Nest API - Unexpected behaviour when issuing commands from several devices

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,…
2
votes
1 answer

Nest Protect - Pathlight History

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…
2
votes
2 answers

How to set current temperature using Nest

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?…
Saurabh Kumar
  • 2,329
  • 6
  • 32
  • 52
2
votes
1 answer

Nest API - How to uniquely identify an account

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…
Tiago Alves
  • 1,301
  • 2
  • 18
  • 30
2
votes
0 answers

How can I receive an account id during the OAuth process? (Nest Api Oauth)

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…
Miguel Sousa
  • 210
  • 2
  • 10
2
votes
1 answer

How to use Firebase client to connect to Nest API using multiple client connections (Node.JS client library)?

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…
Miguel Sousa
  • 210
  • 2
  • 10
2
votes
1 answer

Error: firebase code = 9999 Too many requests

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…
2
votes
2 answers

android-NestDK stuck with pincode

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…
Patrice
  • 1,404
  • 1
  • 14
  • 27
2
votes
1 answer

Adding developers to Nest account

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.
Charlie J
  • 136
  • 1
  • 5
2
votes
2 answers

How to use Nest API version 1.1

Is there a secret to updating a client to use the new API version (1.1 announced today)? My requests (REST) are still returning the version 1 results.
Dianoga
  • 329
  • 1
  • 7