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
2
votes
1 answer

Can I decouple the Thermostat UI and temperature control functions?

I have a house with three floors plus a finished basement. There are three A/C units and two furnaces. The thermostat units are placed in locations chosen by the installer that are not the rooms we use most. Moving the thermostats would be very…
1
vote
0 answers

500 Internal Error: Google Device Access API

I am making the following request to generate an image url from a NEST Camera device (documentation i'm following) curl -X POST 'https://smartdevicemanagement.googleapis.com/v1/enterprises/{PROJECTID}/devices/{DEVICEID}:executeCommand' -H…
1
vote
1 answer

How to download `CameraClipPreview` from previewUrl

I have set up pub/sub event subscriptions and I am now getting event messages into my GCP Console. My nest doorbell comes with a preview URL when certain events are triggered, here is the payload: { "eventId" :…
Anthony
  • 929
  • 7
  • 21
1
vote
2 answers

Nest Camera No longer Triggering

I have recently integrated my Nest cams with Home Assistant. A Nest Hello door bell and the Nest Cam in the Google Home Hub Max. Everything worked great at first, I had the live stream coming through from both cams. I also had some automations setup…
1
vote
1 answer

Is there any way access Nest devices with a Google Workspace (G Suite) account?

I am trying to use the Device Access Console sandbox using a Google Workspace (G Suite) account. When I try to retrieve permissions for a Nest device I run into an error stating I need to be added as a member to the Google Home account associated…
1
vote
0 answers

Getting "Can't find devices to link to [projectname]" when getting auth_code from Google NEST, any way to emulate a device?

Getting "Can't find devices to link to [projectname]" when getting auth_code from Google NEST, any way to emulate a device? It sounds like there use to be but now that NEST migrated to Google I can't find any emulators that are current and use a…
1
vote
1 answer

Can one set the humidity trait on a thermostat with the new Device Access Console?

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? I have looked in the google Device Access documentation, and all I can find is a read-only…
José
  • 9
  • 3
1
vote
1 answer

Nest api connectivity issue

I've tried all of the steps in the instructions, but always get an error at #5 when it is supposed to redirect to google.com. https://developers.google.com/nest/device-access/authorize#link_your_account The error: Authorization Error Error 400:…
fanofsteel
  • 19
  • 1
1
vote
1 answer

How to I get just the temperature from the new google SDM for nest thermostat

Using : Get https://smartdevicemanagement.googleapis.com/v1/enterprises/project-id/devices/device-id/ It returns all the info below. i just want the temperature. I am using postnam with: Content-Type and Authorization. { "name":…
1
vote
1 answer

Nest Camera API

Anyone tried creating a third party app for Nest for migrated accounts to Google? Looks like they aren't releasing the API anymore for migrated accounts and was discontinued. I'm currently working on a security app that involves the Nest cameras…
JM Tubiera
  • 11
  • 2
1
vote
1 answer

Precision of temperature values when using python-nest

I am trying to set up something to plot the data from my new nest learning thermostat (rev 3). I found the nest-python api package forked and enhanced by jkoelker. I want the data to be as precise as possible. I have it reporting data from my own…
Greg G.
  • 73
  • 5
1
vote
1 answer

OpenThread using Nest Learning Thermostat

I'm a seasoned developer who is jumping into to OpenThread for home automation specifically for Nest products. I'm more interested in exploring the possibility of communicating with Nest devices through local protocols via border routers, local…
doug4350
  • 83
  • 8
1
vote
1 answer

How to access my thermostat data through other nest developer account?

I had instslled nest thermostat in my home (its really wonderful). I also created one nest devloper account om nest developers site. So i want to access (for ex. Deviceid or device name ) of my thermostat details through my nest developer account. …
1
vote
1 answer

Nest api multiple thermostat or smoke alarms

Im working with nest API to build an Android app. Im connecting multiple Thermostats to one nest account. Next, I add Thermostat listeners. I can print out everything i would like to about the thermostats (temp, label, target, etc) but i can not…
1
vote
0 answers

Nest home/away state in iOS

While changing nest state to away for structure it works fine but when we change it as home then it shows below error in iOS firebase sdk. How can we solve this problem? We've have already given away read/write permission in nest developer console.…
swetha
  • 152
  • 8