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

Generate OfferSdp For Nest Battery Camera Version

Does anyone know how to generate a valid "OfferSdp"? It is not in the documentation below: https://developers.google.com/nest/device-access/traits/device/camera-live-stream#generatewebrtcstream The only sample code response I saw was here but this…
user1446797
  • 129
  • 2
  • 9
0
votes
1 answer

Account Link Error when Using Device Access Console

I have a Nest Hub Max device and trying to control via API. I have a GCP account with associated OAUTH Client ID and a project ID from the Device Access Console. I am attempting to link the GCP OAUTH ID and the Device Access Console project but…
0
votes
1 answer

Devices Endpoint - 400 required field error - deviceRegistrationId

Getting the following error when calling the /devices endpoint: https://smartdevicemanagement.googleapis.com/v1/enterprises/projectId/devices error code: 400 message: deviceRegistrationId value must be set. This is a required field. status:…
0
votes
1 answer

Is it possible to stream to youtube from wired nest cam indoor?

I have recently purchased a Nest Camera (Wired, Indoor) today and I am wanting to stream it to Youtube so I can embed a live-feed into my website and so I can share the stream with my friends so I do not have to add them to the Google Home…
Jay S.
  • 9
  • 2
0
votes
1 answer

Nest Camera Devices returing RTSPS stream URL - Not able to play rtsps: stream

Anybody having idea how to play RTSPS stream in Flutter/Android Player. I am fetching Stream URL from Nest Camera API device, But it returns RTSPS Stream URL which is not playable. Can Anyone Guide me how to play it, Just for INfO its RTSPS url…
0
votes
1 answer

Nest Device Access Rate Limits for Commercial Production

In Device Access Sandbox the rate limits are clearly identified in the documentation, but I couldn't find what are the rate limits in Commercial Production. Anyone can share any information on that?
0
votes
0 answers

Events showing up in Google home app but not in pub/sub messages?

As title states I am seeing events for my wired nest camera in the Google Home app, but no messages are being sent to pub/sub from it. Messages from my thermostat & doorbell all send fine, also the camera was sending messages previously, but now all…
0
votes
1 answer

No access to partner

I set up the Device Access Project with my G Suite email, which does not have a nest account (cause that is somehow forbidden). But when I log in with my regular gmail to nest and try to link that account to the PCM, it says: "No access to…
0
votes
1 answer

Nest Device Access - device-id not unique

I'm currently developing an integration with Nest Device Access and I've seen that the same device shared between different nest accounts don't have a matching device-id. When requesting the devices list,of two different users, the device-id…
0
votes
1 answer

Unauthorize account - Google Device Access - Nest

I'm unable to figure out from the docs how to unauthorize a user's linked account and stop receiving events from their linked devices. Is there a request for this? Or maybe by invalidating the user's Oauth2 access/refresh token?
0
votes
2 answers

Invalid Argument on API Call?

I am getting an invalid argument with the following API Call (following https://developers.google.com/nest/device-access/api/doorbell-battery#webrtc): curl -X POST …
john
  • 131
  • 7
0
votes
1 answer

(Updated) GenerateWebRtcStream returns 400, "sdp_offer contains an invalid value." when sent to Nest Camera or Nest Doorbell

I've written an Android app to stream video from my nest cameras and doorbell. I have a valid access token and can retrieve a list of all my nest devices. However, when I send a GenerateWebRtcStream to any device, it returns the same 400 error. I…
jeffrwatts
  • 11
  • 3
0
votes
1 answer

Yet Another INVALID_ARGUMENT error on Nest Battery Cam GenerateWebRtcStream command

I'm trying to execute the sdm.devices.commands.CameraLiveStream.GenerateWebRtcStream command with the following offer SDP: v=0 o=- 10573278 0 IN IP4 0.0.0.0 s=- t=0 0 a=group:BUNDLE 0 1 2 a=extmap-allow-mixed a=msid-semantic:WMS * m=video 9…
Ted
  • 83
  • 8
0
votes
1 answer

access NEST Cameras using Smart device management API by google

I am trying to access the NEST camera devices using SDM API. to perform this I have followed the steps mentioned here "https://developers.google.com/nest/device-access/authorize#link_your_account". So far I am able to get the authorization code and…
Deepak Singh
  • 116
  • 1
  • 1
  • 10
0
votes
1 answer

Working with nest device access console for masters project

we are a group of students trying to develop an app that can add smart devices such as Nest and LIFX devices for a masters project. We have been successfully able to integrate our personal nest device into the app using device access sandbox. Do we…
Jay
  • 1