Questions tagged [google-sdm-api]

14 questions
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…
1
vote
0 answers

New Nest Cam Disappeared from SDM API

I have a new 2021 Google Nest camera (wired not battery) it was showing up fine through the SDM API but it has suddenly disappeared and only my doorbell shows (older non-battery model). I've tried re-creating my app, changing the name of the camera,…
Josh
  • 11
  • 1
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

SDM API calls are returning Enterprise not found

I'm calling the SDM API using the google-api-nodesj-client package, and receiving an Enterprise not found message when I try to set the temperature. The API returns a 404 on the nest.enterprises.devices.executeCommand call with the following error…
Greg
  • 2,559
  • 4
  • 28
  • 46
1
vote
1 answer

Thermostat Device Missing from Google Smart Device Management API calls

I have my project linked to google's new (as of october) SDM OAuth scheme and I am able to talk to https://smartdevicemanagement.googleapis.com/v1/enterprises/project-id/structures. My nest doorbell cameras appear on the json response: { …
chowpay
  • 1,515
  • 6
  • 22
  • 44
1
vote
3 answers

Set Away/Home Mode

Does the API expose the ability to set the mode to Away or Home? I don’t see this listed in the API documentation. I think this functionality is important as it now only allows you to turn off your thermostats but also configure alerts via the…
MTG
  • 163
  • 2
  • 12
0
votes
1 answer

Get valid commands for enterprises.devices.executeCommand

I am testing Google Nest API with my Nest devices (Nest Doorbell, Nest Camera) And I am able to call following endpoints successfully with an access token issued from OAuth2 authorization…
Hiro Shaw
  • 385
  • 3
  • 18
0
votes
1 answer

Google Device Access Console Application In Review

I have done the device access registration and created a project. I have submitted the project for commercial use. But my application is in review since 3-4 days. Can anyone help how long it will take? If anywhere else I can get help? The gmail id…
user3759750
  • 123
  • 3
  • 10
0
votes
1 answer

what is "Google resource picker" in google smart device manager (SDM) test cases

There's a set of test cases my app needs to pass as part of applying for Google device access's "commercial production" account. For test case 1.4 below I don't know what "Google resource picker" is: Anyone know what that is or can point me to some…
Dty
  • 12,253
  • 6
  • 43
  • 61
0
votes
1 answer

How submit a ticket to request animal activity triggers for Nest Cameras?

I'm using Home assistant and linked it to Google's SDM (Smart Device Management) to access triggers from my outdoor Nest Cam. It is supporting triggers if person is detected or motion. However what I'm interested in is triggers when animal/activity…
Moe
  • 11
0
votes
4 answers

Is the Google Nest Doorbell Battery (2021) accessible through the SDM API?

I have followed this https://developers.google.com/nest/device-access/get-started Getting error when I try to authorize my account: No access to partner Information could not be retrieved. Please contact Nest Api to verify that your account has…
Rydberg
  • 11
  • 2
0
votes
2 answers

nest sdm api: empty response when listing devices

I am asking this on stackoverflow because as best I can tell that's the only place Google is providing support for this API, though this really seems to be something that'd require examining my google project to determine the issue. Anyway, I have…
0
votes
1 answer

"Invalid JSON payload received" Error when I send a command to the SDM API for a Google Nest Device using PHP curl

I like to use the command function of the SDM API. I have to do it in PHP The Google Documentation requires the following Syntax : curl -X POST \ …
-1
votes
1 answer

Google PubSub Subscriber issues with Google SDM API (Nest Devices)

So, I'm stuck. This may be lengthy as I want to establish all (or most of what I did) to get to this point: Background: Want to create an app for the Raspberry PI which can access and act upon the Nest suite of devices (Doorbell, Thermostat, etc.).…