nest-api

Non-HTTP[S] OAuth redirect for Nest API

给你一囗甜甜゛ 提交于 2019-12-06 03:42:31
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 app. To do that, I need to be able to redirect to an arbitrary URI. I tried to send this feedback to Nest directly, but they don't seem to have a support contact or bug reporting available. Am I missing some other authentication approach for this type of use? It's a similar problem on iOS. Thanks! Nest can only assure in the normal browser world

Firebase error code 9999 “blocked”

丶灬走出姿态 提交于 2019-12-05 18:46:45
All of a sudden, we are getting an error authenticating with Nest and Firebase. The error code is 9999, and the message is "blocked". The source code has not changed on the app side, so it seems like something has changed on the server side. I see a similar issue here , however they are getting a message of "too many requests", instead of "blocked". Can anyone help us resolve this issue? Thanks. This error occurs when you have too many concurrent open connections to Nest using the same access token. This is a different issue to "too many requests" issue which, as indicated, is to protect the

Nest API iOS Errors

不打扰是莪最后的温柔 提交于 2019-12-04 05:24:45
I'm using the Nest Developer https://developer.nest.com/ API to create an iOS app. Does anyone know how to link the Firebase framework into my app? I keep getting linking errors: Undefined symbols for architecture i386: "_OBJC_CLASS_$_FTransactionResult", referenced from: objc-class-ref in NestThermostatManager.o "_OBJC_CLASS_$_Firebase", referenced from: objc-class-ref in NestThermostatManager.o objc-class-ref in NestStructureManager.o ld: symbol(s) not found for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation) Have you checked the ' Link

How to use Firebase client to connect to Nest API using multiple client connections (Node.JS client library)?

旧街凉风 提交于 2019-12-02 06:34:24
问题 I'm building a central module that needs to handle multiple users, subscribing them to data changes on their nests. From what I've been searching, the Node.JS library won't allow me to do multiple firebase connections to the Google Nest API. Is there any workaround without using REST or REST with streaming? 回答1: You can solve this in the Firebase realtime client libraries by creating a new Firebase.Context for each user. This is an undocumented second parameter to the Firebase constructor

Acquiring and changing basic data on the Nest thermostat

半世苍凉 提交于 2019-11-29 04:26:33
I've been having trouble acquiring and changing some of the basic data available from the Nest thermostat. Using a command line, how can I get or change individual settings or values on my thermostat? jfudgeelder This is a compilation from several users explaining how to retrieve or change some basic information with some of my own experiences added in. Wherever I use <VALUE> , replace that with the applicable information in your setup. If you're using Windows, you'll need something like git-scm . The following a part of the authentication process. You'll need to have a client already made on