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
1
vote
1 answer

Is there a limit to the amount of connections you can make to the Nest api?

I'm currently looking into a cloud to cloud integration with Nest. We have a requirement to permanently connect 100K+ users to the Nest api. We will likely be using a Node app and the Firebase library to do this. Is there a limit to the volume of…
James Hay
  • 12,580
  • 8
  • 44
  • 67
1
vote
1 answer

NestDK cannot initial & update SmokeCOAlarm object

I try the same method of initial&update using in Thermostat object to SmokeCOAlarm object but not work. Does anyone know how to initial&update SmokeCOAlarm object? or Nest hasn't opened for access SmokeCOAlarm object?! Following is my code: public…
YH_WU
  • 73
  • 11
1
vote
0 answers

Firebase.auth & Nest API

I'm trying to connect my HMTL5 app in Visual Studio 2015 with my Nest. Error: 0x800a139e - JavaScript runtime error: Firebase.auth failed: First argument must be a valid credential (a string). function getNestdata() { var accessToken =…
Jonas
  • 67
  • 1
  • 9
1
vote
1 answer

Can you get a static image from the Nest Camera?

I've been able to connect to the Nest API and correctly get information about my Camera, however, there seems to be no way to get a static image from the camera. My user account does not have a subscription. I'm not looking for past data as I know…
Raymond Camden
  • 10,661
  • 3
  • 34
  • 68
1
vote
0 answers

Firebase Websocket Exception : error while creating secure socket

During firebase authentication using "Firebase.authWithCustomToken()" it is giving following error " WebSocket: ws_9 - had an error: com.firebase.tubesock.WebSocketException: error while creating secure socket to …
1
vote
0 answers

How can I subscribe to a Nest camera for live events?

I've seen the following snippet in the Nest documentation implying that this is possible: "Your products can read and write sections of the JSON document, and can also subscribe to changes in sections of the document. This subscription capability…
Nim Nahum
  • 11
  • 2
1
vote
2 answers

Android-NestDK An error occured : An eror occured while fetching client info

I am trying to run the sample code android-NestDK but I have the error: An error occured : An eror occured while fetching client info I think that the problem is to insert the NestClientID and the NestClientSecret but I can' find where I can get…
1
vote
1 answer

Unable to access Camera + Images on NEST API

I've registered an app on the developers portal, but I'm unable to access the "Camera + images". I've read on the documentation and seems like you need to have Nest Aware subscription, which I have (trial) and I plan to continue to use it after the…
mtt
  • 1,697
  • 1
  • 15
  • 20
1
vote
1 answer

How to set the Nest Thermostat temperature with firebase?

I'm using Firebase with the Nest API in Swift, but when I try to use setValue on a key in the Firebase structure, it tells me that it is read-only. I'm using the access token authorization, so I really don't know how to set thermostat temperatures.…
Alexis Dumas
  • 1,299
  • 11
  • 30
1
vote
1 answer

Obtaining a Nest Access Token for sample

I'm just exploring the Nest Developers APIs, so thought I'd start with running the nestlabs/nest-twitter sample. I've hit a couple of problems already! One is building the source, and the other is obtaining the Nest access token. I'll address the…
Chris
  • 13
  • 3
1
vote
1 answer

Differences between Nest website and Firebase API

My program is using the Firebase API and successfully getting data and changes back. If you compare the data returned from the Firebase API and the nest website (Rest API) it looks like the Firebase data is rounded to the nearest integer (temps) or…
Andrew Pearson
  • 317
  • 2
  • 12
1
vote
1 answer

Nest API & distribution of application

I would like to create an application that uses Nest-API to monitor Nest Thermostat and publish it on Google Play Store. I am not sure whether I can include the Product Secret in the application? If not, then how the authentication process should…
KarolBe
  • 356
  • 2
  • 10
1
vote
0 answers

Why are curl request to Nest cloud taking up to 40 seconds?

I have a c client which is using libcurl to send curl request to Nest backend and I need to specify a timeout. What is an ideal value? I currently have 30 seconds which worked for a while but about 2 weeks ago my code broke down. I tested with 60…
Nirav
  • 53
  • 6
1
vote
1 answer

Sign out Option in Nest API?

I am developing a iOS application using nest apis, I am able to sign in to my nest account by presenting the nest web view and able to get all the smoke and thermostats associated with that account. When I'm signing in with different account, I'm…
Ravi kumar J
  • 160
  • 8
1
vote
0 answers

onComplete never called

The Nest Firebase implementation appears to work differently than the demo Firebase database. In particular, using the JVM-client my completion listener is never called. I found some sample code for this where the functionality works…
mlohbihler
  • 717
  • 1
  • 7
  • 15