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

Call to sdm.devices.commands.ThermostatTemperatureSetpoint.SetCool fails with error 500 Internal Error

I'm new to the Google / Nest SDM and saw this questions has been asked previously but not answered. I'm hoping with a little more information, I might be able to get some direction on where to look. I have been working on a connector app and I…
Luis Diaz
  • 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
1 answer

Control Google Home with Raspberry Pi

I have a Google Nest and a Raspberry Pi. I would like to be able to send commands from the Raspberry to the Google Nest. I have done some research and I have found ways to control the rpi with the Google Nest but not the other way around. Any clue…
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
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
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
1
vote
1 answer

Get single image from nest-camera

Using the new Device Access for Google Nest Cameras there is a trait available to get an image from the camera - however the question is, how you can get the download-url for a non-event-based image? I've tried: curl -X POST \ …
Orscheler
  • 11
  • 3
1
vote
2 answers

Error 411 on "Get An Access Token" - curl POST requests require a content-length header

I'm attempting to follow the nest device access quick start guide, and I'm stuck on the "Get an access token" step here https://developers.google.com/nest/device-access/authorize#get_an_access_token I'm running the command in a windows terminal…
1
vote
1 answer

Google Device Access: Filter device types during authorisation

I'm looking to integrate Nest doorbell and cameras with my app using the new Google Device Access API. When following the authorisation flow in the user guide (https://developers.google.com/nest/device-access/authorize), the user is presented with…
Gadget-Man
  • 35
  • 4
1
vote
1 answer

No refresh token while authorizing Device Access

I am able to successfully authorize a user through Partner Connections Manager, but when I request tokens from https://www.googleapis.com/oauth2/v4/token using my authorization code, I do not receive a refresh_token in the response, only an…
devunwired
  • 62,780
  • 12
  • 127
  • 139
1
vote
1 answer

Unable to receive Device Access events

I've enabled events for my project in the Device Access Console and provided a Pub/Sub topic, but I'm not receiving them. I am able to successfully authorize accounts and list devices for the authorized user.
devunwired
  • 62,780
  • 12
  • 127
  • 139
1
vote
1 answer

Trying to get detailed data dumps from new google nest e thermostat

I bought a nest thermostat as I thought it would be able to give me detailed data to showing the target temp and the actual as well as time etc. I needed this for various reasons. However, it seems the official API "Works with Nest" was closed by…
Fallen Fate
  • 133
  • 1
  • 10
1
vote
0 answers

php-curl not sending Authorization header after redirect

I'm using PHP 7.2 and cURL 7.53.1. I'm trying to use Google's NEST REST API. I try a CURL request like this: curl_setopt_array($curl, array( CURLOPT_URL => "https://developer-api.nest.com", CURLOPT_RETURNTRANSFER => true, …
0
votes
0 answers

Google Device Access API error : Requested entity was not found

I have a Google Nest Cam (Battery). I would get the stream live of the cam. I use SDM API and Device Access, but I get this error Array ( [error] => Array ( [code] => 404 [message] => Requested entity was not found. [status] => NOT_FOUND ) ) I use…
0
votes
0 answers

How I can get the stream live of my Nest Cam using Device Access

I would get the stream live of my Nest Cam using Device Access. Because Nest API will be off in a month, but how I can do this in PHP? I have the Device ID. And what I need other? I need your help.
Egen Can
  • 23
  • 6