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
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

List devices and structures empty

Using the Golang SDK for Smart Device Management, I want to access my Nest thermostat. I am able to authenticate and successful API calls are being made to the SDM API. However when I call Devices.List(...).Do() the response contains an empty…
Matt Canty
  • 2,395
  • 5
  • 35
  • 50
0
votes
1 answer

Is OAuth Consent Screen verification required to even test the Smart Device API

When adding the sdm.service scope to the Oauth consent screen, it triggers a warning that verification is required. I'm wondering if verification is required even if I am just creating a test app that won't be published? Through my many many weeks…
Serge
  • 31
  • 2
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 \ …
0
votes
0 answers

Bad Request when trying to get an access token

I'm trying to use the Nest Device API, however I am unable to get an Access Token as it throws { "error": "invalid_grant", "error_description": "Bad Request" } I've downloaded my credentials.json from GCP and I open a new tab with the AUTH_URL…
K20GH
  • 6,032
  • 20
  • 78
  • 118
0
votes
4 answers

Get an access token

I tried to get an access token with the google documentation. curl -L -X POST 'https://www.googleapis.com/oauth2/v4/token? client_id=oauth2-client-id& client_secret=oauth2-client-secret& code=authorization-code&…
xk3tchuPx
  • 3
  • 1
0
votes
1 answer

Costs involved on the pub/sub events part of the API?

Are there any costs involved for subscriptions on the event topics for the nest device access project? Can't seem to find any documentation about it. Off course lots of on Google Pub/Sub costs (like the first 10GB being free and such). But still…
0
votes
1 answer

Unable to link account in Device Access Console

I created project in device access console and established my OAuth. When I add my project and id into the script I receive the following error in the browser: Can't link to NewHA I am new to this - so any advise is appreciated
0
votes
2 answers

Alternative formats for live stream

Is there a way to get the live stream in alternative formats other than rtsps? Very few things seem to support rtsp over ssl, making it almost impossible to actually access the stream. It would be great if the stream could also be made available as…
Gadget-Man
  • 35
  • 4
0
votes
1 answer

Which devices support which traits?

Is there a table somewhere of which devices support which traits? I'm particularly interested in humidity: https://developers.google.com/nest/device-access/traits/device/humidity But temp would be cool too, and I can convince myself ~most smart…
penitent_tangent
  • 762
  • 2
  • 8
  • 18
0
votes
1 answer

Device Access rate limit

I'm using the Device Access Sandbox environment and getting a RESOURCE_EXHAUSTED error response from the API with the message set to "Rate limited". How do I know when I'm going to hit the rate limit?
devunwired
  • 62,780
  • 12
  • 127
  • 139
0
votes
1 answer

"Something went wrong" message trying to authorize with Partner Connections Manager

When I load the Partner Connections Manager authorization URL in the browser, I get the following error message: Something Went Wrong What can I do to troubleshoot this?
devunwired
  • 62,780
  • 12
  • 127
  • 139
0
votes
1 answer

How do you register your Nest Thermostat on the Developer Site

I am trying to use the Nest APIs to connect to my Nest Thermostat but I do not see the tie to my specific thermostat using a serial number or similar. I have seen the various guides on how to get data once it is registered but not sure how to…
Joel Dodd
  • 1
  • 2
0
votes
2 answers

How to Read Nest Thermostat Information

I have product secret, product id and Authorization URL from Nest Account with Thermostat as added device. Using Authorization URL I have generated 8 characters Pin code and then using Access Token URL with POST Method I am getting response as…
John Wick
  • 169
  • 1
  • 13
-1
votes
1 answer

How to access home appliances consumption?

I'd like to develop a system similar to Nest Renew in the US, that is a system able to offset electricity consumption to when the electricity grid has enough renewables power. Is it possible to access the total heater/cooling systems energy…
Papotitu
  • 407
  • 1
  • 4
  • 16