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?
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…
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…
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?
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…
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?
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,…
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…
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
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.…
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…