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

Unable to set temperature on Nest rest API

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…
beirtipol
  • 823
  • 5
  • 21
1
vote
0 answers

Nest API - APIError: blocked - Using Python Package

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…
Ryan Martin
  • 1,613
  • 3
  • 24
  • 36
1
vote
1 answer

auto-away state under 'structure' deprecated?

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…
Wes
  • 11
  • 2
1
vote
0 answers

Use 2 different framework versions in one project

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…
mike-dutka
  • 254
  • 1
  • 11
1
vote
1 answer

Can the nest cam api calls be made using python?

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 ?
1
vote
2 answers

Given a deep-link to a live-feed stream, how can I display this livestream within my app in iOS?

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.....".
TNguyen
  • 1,041
  • 9
  • 24
1
vote
1 answer

Can't figure out how to get write access to work

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…
Chris
  • 1,101
  • 8
  • 13
1
vote
1 answer

Publishing alarm event to Nest cloud

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…
bnerd
  • 13
  • 2
1
vote
1 answer

Unable to fetch data from nest using python-firebase

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.
Invisible
  • 11
  • 2
1
vote
1 answer

Cloud Service authenticating multiple accounts to Nest API

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,…
Carsten
  • 460
  • 5
  • 15
1
vote
2 answers

Failing to get structures from Nest with Retrofit on Android

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…
VitalyR
  • 185
  • 1
  • 3
  • 11
1
vote
1 answer

Nest API, what are STRING1 and STRING2 for

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
Pat Marx
  • 319
  • 2
  • 12
1
vote
0 answers

How do nest products use weave to talk with each other?

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…
yutseho
  • 1,639
  • 1
  • 15
  • 27
1
vote
1 answer

Home/Away Assist and the Nest API

Today, Nest announced Home/Away Assist. Will this be exposed in the Nest API to allow Works With Nest products to support this feature?
Richard Ev
  • 52,939
  • 59
  • 191
  • 278
1
vote
1 answer

Nest auth: An error occured. Connecting to xx is currently unavailable

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…
vixez
  • 846
  • 9
  • 25