I am having trouble getting access tokena for Nest.
I have the nest-api working on my node.js app, but I am having trouble getting access tokens.
It doesn't matter if I connect from different clients, devices or even accounts.
I used to have php…
I'm trying to develop a native OS X app that uses the Nest API. Unfortunately, their client registration only accepts "https://" URIs for the redirect-URL. Since there's no server involved in this (other than Nest's server), I need to redirect to my…
I'm prototyping a web-app to continuously monitor my nest for updates using the Firebase library, and I would like to discuss methods for doing it. Nest has examples of mobile apps and web apps that use user-side javascript for nest-developers, but…
I am trying to read basic information about thermostats using the methods in the thermostat control example (https://developer.nest.com/documentation/control), but when I connect to firebase I only see the structure object (which only contains name,…
I've been trying to work with my Nest thermostat so I can work it into home automation run by my Arduino-based projects. So far, I've completely failed to get anything done. I would greatly appreciate input or redirection to other resources.
I…
I could not find any information on how to set the target temperature or set Away mode. Has anyone successfully gotten it to work?
https://developer-api.nest.com/devices.json?auth=asdasdasd
^ Provides the information but how do we modify the…
I'm looking hard into developing a client for a control system, but I'm fairly sure that the authorization process on the client requires a web-view/browser interaction where the user can authorize their devices, etc. My particular UIs may not have…
Where is the object that references the @body payload stored?
If your user controller has a post function.
@Post() @HttpCode(HttpStatus.CREATED) create(@Body() user: IUserBase):
Promise { return this.usersService.create(user); }
Where is the…
I'm having a problem sending an authorization token with Bearer to NEST API via python requests:
curl https://developer-api.nest.com -H "Authorization: Bearer c.123"
-H "Content-Type: application/json"
works fine, however:
nest_url =…
According to the nest API docs:
"To cancel an eta, send estimated_arrival_window_begin = 0. Check that you're sending an integer (0) in this call, not a string ("0"), or the call will fail."
See…
Is it possible to access data about the occupancy sensor on the nest Protect and Thermostat? Ie last recorded occupancy event?
I've had a look on the API-reference but I've had no luck:
https://developers.nest.com/documentation/api-reference/
I noticed today my Nest thermostat showed a yellow leaf-like symbol during a rush hour. Is there a way to do a similar call on a Thermostat object like getHasLeaf() to determine if this is currently showing or not?
I'm trying to build a Home Automation Project for my Masters and using the Nest thermostat as part of the project. I'm trying to write an android app to change the target temperature of the thermostat. My thermostat is set to cool. From the original…