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

Nest Sample iOS (iOS-NestDK) Application

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

Getting data from nest api not working anymore

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…
Roy du Crocq
  • 51
  • 1
  • 8
0
votes
0 answers

Nest authentication unstable

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…
WangKuo
  • 13
  • 4
0
votes
1 answer

Time Data From Nest API In Correct Format?

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":…
Graham
  • 38
  • 4
0
votes
1 answer

Nest PIN auth with no GUI

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…
René Josefsen
  • 143
  • 2
  • 11
0
votes
3 answers

NEST - FIREBASE API - Too many requests exception

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?
user1442611
  • 21
  • 1
  • 4
0
votes
1 answer

Nest API Login/Logout using Firebase in iOS

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

Nest's firebase security rules

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.
Enigma
  • 1,247
  • 3
  • 20
  • 51
0
votes
1 answer

Developing with a Nest Thermostat without full connection

Is it possible to develop and test on the nest device that is not connected to any heat or air conditioning instead of the Nest Developer Tool?
Alex
  • 17
  • 2
  • 7
0
votes
1 answer

Nest API: Has anyone found on required fields

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

Android Http put in REST similar to curl -d

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…
Moe
  • 185
  • 1
  • 8
0
votes
1 answer

FireBase, NEST. I can GET, but cannot PATCH using curl. Why am I getting a 400 error?

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

Too many requests FirebaseError

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…
Mr.Noob
  • 1,005
  • 3
  • 24
  • 58
0
votes
2 answers

Turn on/off nest from remote android application

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…
Mr.Noob
  • 1,005
  • 3
  • 24
  • 58
0
votes
1 answer

How to retrieve Json object from the Nest API using android

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…
Mr.Noob
  • 1,005
  • 3
  • 24
  • 58