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

Can one set the humidity level on a thermostat with the new Device Access Console?

I'm looking at the Thermostat/device traits available and the humidity trait appears to be read-only. Is there any way to set the humidity level via the API?
José
  • 9
  • 3
-1
votes
1 answer

Missing where_id in structures//wheres

For one of the homes my app is connecting to using the Nest REST API, the where location assigned to one of the cameras is not listed in the wheres list. I’m not 100% sure but I believe the where location in question, ‘Front Yard’, is a built-in…
khp
  • 51
  • 6
-1
votes
1 answer

Wires not labeled or color coded

My carpenter disconnected the thermostat while renovating finished space in my detached garage. I had an old Honeywell T87f. The wires (3) are all attached by the plastic insulation that is around them. Of course they're all the same color. No…
-1
votes
1 answer

Nest client getting user quota

Is there any option getting user quota programmatically for client? I just searched the API REFERENCE page and the doc but there is no reference to that? How can my company track the user quota per client?
esso
  • 40
  • 1
  • 10
-1
votes
1 answer

NEST API - IOS Code Example

Can anyone divulge the absolute steps and technology to make Nest API calls from an IOS app .to be honest I am new to this arena and i am stuck in many angles . I am new to programming and IOS ..any help will be greatly appreciated. I dont need…
-1
votes
1 answer

Does the Nest Developer Program allow clients to be open source?

The title of this question says it all: I'm interested in writing a Nest client, but I'd like to make it open source. Is this permitted under the Nest developer agreement?
Richard Ev
  • 52,939
  • 59
  • 191
  • 278
-2
votes
0 answers

Google Nest Cam API rrror unauthorized

I try to use API Nest for Nest Outdoor Cam, but I get a error. I use this code PHP: $url = "https://developer-api.nest.com/devices/cameras/".$deviceid."/is_online"; $curl = curl_init(); curl_setopt($curl, CURLOPT_URL, $url); curl_setopt($curl,…
-2
votes
2 answers

Permissions for Camera+Images / Product data

I've requested to "Verify company" over a month ago so that I can get permissions on my developer account to access my own camera data. Apparently verification is still pending because I still can't add this permission to my developer account. Is…
-2
votes
2 answers

Can you override (write) the nest ambient_temperature?

The permission write is there but the description says read. I want to set the temperature IN my upstair room from wireless arduino board with temp sensor and override the nest ambiant downstairs temp? Nest reference api url
Mikey
  • 1
  • 1
-2
votes
1 answer

Downloading iOS Nest Sample Project

Following the link for the sample iOS project, I am unable to download the project files to run under XCode. Please advise what the procedure is to access the sample code. Saving the links to Downloads folder does not download the actual files.…
-3
votes
1 answer

How to listen for changes in values of nest device parameters in c# console application?

I am working on a c# code where whenever there is any change in parameters of nest device, a message must be put on the command line. For eg : If the humidity of thermostat changes from 50 to 67. a message must be written on to the console saying…
Tanmoy
  • 55
  • 1
  • 9
1 2 3
20
21