I'm stuck and hopefully someone who has gone through this can help me. I've gone through the sample iOS application provided by Nest. I have registered as a developer and have a nest client ID and nest client secret. I have downloaded the sample…
I am working with firebase to get data from the nest api. I had a working test setup where I was able to receive data, and set values. Now I am working in python to get a little server running that automatic updates my database. I had data a few…
I used the auth(token, new Firebase.AuthListener()) function of firebase to authentication and access data,
and I found that it sometimes spend long time(more than 5 minutes) to finished authentication.
But this situation does not happened few month…
I have noticed that the date and time fields being returned to me from the Nest API are not matching the format that the API documentation lists.
For my thermostat, I am getting the following for last_connection:
"last_connection":…
I'm trying to understand exactly how the PIN-based auth on the Nest API is working.
Currently I have plans to connect a embedded platform (such as mbed) to the Nest API to use the Nest data to control some other home automation, but since the device…
Hi I am controlling nest thermostat by Firebase SDK. We have big problem with Too many requests exception. I saw a few threads about that but without solution for that problem. So I would like to ask if someone managed to solve that problem?
I have managed to create an iOS app that successfully authenticated the user and connects to the Nest structures and device settings. Using the access token, the app connects automatically to the Nest server each time the app is launched.
However, I…
I'm trying to mimic the Nest's data/communication using firebaseio.com but by default the security rules are simply:
What are Nest's security rules so I can test authentication.
I have been looking through the nest docs and the only doc that I see around required fields is for the ETA model seen here:
https://developer.nest.com/documentation/eta-reference
Does anyone know if there is a page for the thermostats, structures…
How do you translate curl -d "65" to a java httpput entry? I need to do the curl commands here in this link to java using java apache http library.
Acquiring and changing basic data on the Nest thermostat
Here is the curl command:
curl -v -L -X PUT…
I am using the url at the developer-api.nest.com site, and my request is re-directed to the firebase-apiserver01...01.dapi.production.nest.com
I get the correct structured data back, using this dos command:
curl -v -k -L -X GET…
I've come across this error with Firebase saying too many requests. I've read the nest api saying that they have limited the number of requests to avoid battery drainage on the device. But on the official nest android app you can switch on/off…
Is there a way we can turn on/off a nest learning thermostat from firebase or rest?
Firebase is more preferred option on android/java as it is mentioned in the API documentation. but Nest themselves have not clearly mentioned how we can switch…
Is there a way I could retrieve the the Json Object that has the complete Nest Device List and their attributes?
I'm using firebase as suggested on the API documentation and I can listen to temperature changes made on the thermostat. The reason I…