My developers permissions are set to:
Away - read/write v2
Energy - read v2
ETA - read v1
Postal code - read v2
Structure - read/write v1
Thermostat read/write v6
I can get the temperature easily:
$ curl -s -L -X GET…
I'm using the Nest API to poll the current temperature and related temperature data from two of my Nests (simultaneously).
I was initially polling this data every minute but started getting an error:
nest.nest.APIError: blocked
I don't get the…
I read in Nest's Release Notes "What's New?", in an article titled "New things for fall - October 2016", there is a change to the API structure, the away states will now be either "home" or "away", adding "('auto-away' is deprecated)". It's November…
Is it even possible to use 2 versions of same framework in my XCode project?
I need Firebase.framework pre google version (to connect to NEST API) as well as new one (used for analytics now).
I've tried to create an intermediate…
My task is to integrate the Nest Cam with a python code. When nest Cam detects a motion , it should then take a picture and send it to my python code for further processing. How this task can be achieved ?
I'm currently working with the NEST Camera and was wondering how I could display the live feed within my app. They give me an app deep link but I'm not quite sure what to do with it. It's format is "nestmobile://cameras/agioerjgoiar.....".
I'm talking to Nest Cloud API using Nodejs using firebase node module. I'm using accessToken that I got from https://api.home.nest.com/oauth2/access_token, and this seems to work. My Nest user account got prompted to "accept" this request, which I…
I'm researching Nest integration for a product we've built, and I'm wondering if my desired use-case is supported.
Our device is a simple sensor that has 2 states: "ok" and "problem". Ideally, we'd like to publish updates to this state (i.e. write…
I tried to get data from nest using python-firebase module but I unable to fetch. I follow the answer given in post What is the link between .firebaseio.com and home.nest.com I have valid nest token.
I have a cloud service that is built on NodeJs.
I want to tie in the Nest-API but I dont understand how I can manage multiple access_tokens with Firebase to receive realtime events for multiple people using my service.
Example, User A authenticates,…
I am trying to request Nest structures via Nest API, using Retrofit 1.9 on Android.
Could not be simpler: obtaining auth token works fine, then I issue HTTP GET request with Authorization header = "Bearer TOKEN". The query works via Postman and APC…
On several of the fields in the nest api docs, I see examples with "STRING1" and "STRING2" in the URL which are described as "do not change", do I need to include those in requests, or what are those for?
Example
https://nest.com/press/nest-introduces-nest-weave-creating-most-comprehensive-developer-platform-for-the-home/
Nest Weave – Developed by Nest and previously used in only Nest products, this communication protocol lets devices talk directly to each…
My app has been running fine for several months, but since yesterday when me or someone else tries to log into the app using the webview it gives an error:
An error occured. Connecting to appname is currently unavailable.
Please contact me for…