Questions tagged [nest-device-access]

Device Access allows developers to access, control, and manage Google Nest devices using the Smart Device Management (SDM) API. Use this tag for questions related to Nest device integrations and the SDM API.

Learn more about the building Nest device integrations:

111 questions
2
votes
1 answer

What RTSP/RTSPS clients

I've been able to get an RTSP URL by: Performing the initial oauth config/account link/etc. Calling the device list API to get my device id. Calling the sdm.devices.commands.CameraLiveStream.GenerateRtspStream command on the device. I get a valid…
itomeshi
  • 31
  • 3
2
votes
1 answer

Home/Away - does it exist anymore?

Today I hit https://developer-api.nest.com/structures/XXXXXXXXXXX/away and set "home" or "away" I use this in conjunction with my alarm system, allowing internal cameras to turn on or off, as well as setting thermostats to ECO or not... one call…
Jake Vis
  • 21
  • 1
1
vote
1 answer

Why has ThermostatEco.SetMode stopped working?

Sending the ThermostatEco.SetMode command appears to succeed, but the command either never makes it to or is ignored by the thermostat. This happens whether trying to set eco mode to either MANUAL_ECO or NONE. The thermostat eco mode can be changed…
tjleigh
  • 1,134
  • 1
  • 10
  • 23
1
vote
2 answers

PCM No access to partner: Information could not be retrieved

I am stuck on the authorize account step of the device access quick start guide. I receive an error message saying the information could not be retrieve instead of being redirected. I see a lot of others have ran into the same problem but none of…
litex2x
  • 31
  • 6
1
vote
1 answer

Using Scrypted with Google Device Access - permission always expires after a week

I use Scrypted to allow viewing Nest cameras in HomeKit. When I go through the process of giving Scrypted permission to access my camera information, that token seems to expire after a week (approximately). I haven't seen any setting anywhere that…
nachum
  • 567
  • 9
  • 17
1
vote
1 answer

Access Nest Thermostat Extra Temperature Sensors?

So, I managed to get setup the Nest Device Access Console, Smart Device Management API, and the Cloud Pub/Sub API setup, so I can see my Nest Thermostat. Everything is working there. My question is related to the Nest Thermostat Temperature…
Steven C
  • 317
  • 1
  • 2
  • 3
1
vote
4 answers

Device Access Console - The project could not be created

I am attempting to integrate my NEST devices with Home assistant so following these instructions: https://www.home-assistant.io/integrations/nest/ I have created a google cloud project, enabled "Smart Device Management" and "Cloud Pub/Sub" APIs,…
Pobbin
  • 33
  • 6
1
vote
0 answers

Nest Device Room(id or displayName) does not get updated in SDM api

I add a device for the first time in Nest app, and I set the 'where' parameter e.g. Backyard, and complete the device add flow. Now, in my own app, when I hit SDM api to get list of devices, it gives me a parentRelation object in there which tells…
Sami
  • 11
  • 1
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
0 answers

How to use the answerSDP returned from sdm.devices.commands.CameraLiveStream.GenerateWebRtcStream to establish a stream with google nest cam

I'd like to be able to use the stream from my nest cam (battery) in a home automation project, storing video streams and/or snapshops from the stream. I have successfully connected my devices using homeassistant to prove it is possible, and have…
Than
  • 11
  • 1
1
vote
1 answer

Second Generation Nest Cams Missing Permissions on Consent Screen

When authorizing your application, second generation Nest cams (in this case an indoor/wired) do not appear to have all the necessary permissions. example from consent screen Note that the Basement camera (first generation indoor) has the "Based on…
Ted
  • 83
  • 8
1
vote
2 answers

Nest Learning thermostat API "OFF" mode

When using the API to communicate with a Nest Learning Thermostat (in this case using the nest home assistant integration), when a request is made to change the nest thermostat to the "OFF" mode, I can see the mode show as "OFF" on the home.nest.com…
Ryan Matte
  • 13
  • 2
1
vote
0 answers

How to (properly) use the ExtendRtspStream command in Google's Nest Device Access API?

Using Google's Nest Device Access API, I can generate an RTSP camera stream using the GenerateRtspStream command and subsequently stop the stream using the StopRtspStream command. Makes sense, however these streams are only alive for 5 minutes by…
6twenty
  • 822
  • 5
  • 11
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…