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

Any plan for adding API to select different temperature sensors in a nest thermostat?

I noticed that there is no mention in the API for selecting sensors attached to a thermostat. Is this limitation going to be addressed?
Wilder
  • 181
  • 5
11
votes
2 answers

NEST thermostat hot water status and control missing from API

I would like to control Nest thermostat (3rd gen with heatlink) domestic hot water, however the API doesn't seem to be exposing neither it's controls nor it's status (https://developers.google.com/nest/device-access/api/thermostat). As there's…
5
votes
1 answer

PCM: No access to partner

Trouble with the Partner Connections Manager (PCM) while following the Quick Start Guide. Steps taken: Enabled the Smart Device Management API Configured the OAuth-permission screen Added the scope for "Smart Device Management API…
Maarten
  • 61
  • 3
4
votes
2 answers

Could not proceed to checkout

I am trying to set up my personal Google account with nest-device-access. I am following the instructions and I am trying to pay the one time $5.00 fee. I am going to this page: ## Heading ##https://console.nest.google.com/device-access/tos and when…
speedboy
  • 51
  • 2
3
votes
0 answers

RTSP Streams Often Fail with 404 on DESCRIBE method

Stream URLs generated by the API frequently fail with a 404 code when a client tries to execute the DESCRIBE method. The behaviour is random even for the same stream url over time. Below is an example of calling ffprobe on an RTSPS stream URL…
Ted
  • 83
  • 8
3
votes
3 answers

Can't link to partner connection

I'm having trouble authorizing an account after following the steps listed at: https://developers.google.com/nest/device-access/get-started The steps are: Register for the Device Access program >> Paid using a private account Activate a supported…
zonak53
  • 54
  • 7
3
votes
0 answers

The New Device Access API seems very limited

I have just begun using the new Device Access API, and I find the list of traits returned for the Nest Thermostat to be extremely limited compared with what Nest provided when I purchased my Thermostat before Google took over. The Thermostat…
2
votes
3 answers

New Nest Doorbell (wired) SDM Support

I received and installed the new Nest Doorbell (wired) over the weekend and wanted to play around with it today via the SDM API but I discovered it was not listed in my Device List and while "Nest Doorbell (wired)" is listed in the supported…
Evan G
  • 55
  • 4
2
votes
2 answers

Extract Video Frames from SDP Output

Does anyone know how to extract image frames from a SDP video output? I'm using a Nest battery camera. The wired version gave me an RTSP stream which was easy to extract frames. However, the battery version gave me a SDP output which is hard to…
user1446797
  • 129
  • 2
  • 9
2
votes
1 answer

No access to partner - Information could not be retrieved

Here is my full error: Information could not be retrieved. Please contact iandevice to verify that your account has been properly set up. You may need to add the developer email address as a home member in the Google Home app settings. I have seen…
Ian
  • 21
  • 2
2
votes
1 answer

RTSP Stream works but RTSPS Stream doesnt?

I am streaming RTSP in SwiftUI Using VLCMediaPlayer Here is my code for the player: import Foundation import MobileVLCKit import SwiftUI struct VlcPlayerRepresentable: UIViewRepresentable{ //MARK: Transform from a UIView into swiftUI…
KARL
  • 53
  • 1
  • 6
2
votes
1 answer

Getting INVALID_ARGUMENT error on Nest Battery Cam GenerateWebRtcStream command

I'm trying to execute the sdm.devices.commands.CameraLiveStream.GenerateWebRtcStream command on a Nest Battery Cam which only support WebRTC streams and not RTSP anymore: curl -X POST \ …
xspecial
  • 537
  • 1
  • 6
  • 17
2
votes
0 answers

Device Access Authentication "No partner connections found"

I'm currently trying to get an Android app set up to access a nest camera through the new Device Access API, but running into a rather strange snag when following the instructions in the quick start guide. I use the URL under step 1 of "Link your…
Serge
  • 31
  • 2
2
votes
2 answers

Does the Google Device Access API allow turning a camera on or off? Or turning notifications on or off?

Looking at the Google Device Access API, I don't see a command to turn a camera on or off. And I also don't see a command to turn notifications for a camera on or off. I see the camera traits here, but maybe there are commands somewhere else that…
2
votes
2 answers

Google Nest Hello Streaming URL Not Working

I am using the following API by Google, https://developers.google.com/nest/device-access/traits/device/camera-live-stream I have successfully been able to see a list of my devices and relevant information. I also am able to make a successful…
road_to_quantdom
  • 1,341
  • 1
  • 13
  • 20
1
2 3 4 5 6 7 8