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…
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…
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 =…
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…
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
…
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…
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…
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…
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.…
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…
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…
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…
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…
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…
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…