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

Why I can get my Nest thermostat ID but not other people using the same script?

I have that listDevice function in a script to get the thermostat ID (same as here): function listDevices() { // specify the endpoint const endpoint = '/enterprises/' + PROJECT_ID + '/devices'; // blank array to hold device data let…
-1
votes
1 answer

Cameras No Longer Reporting Events

Up until today at about noon EST all my cameras were reporting motion, person, etc. Since then I have received zero events, not even a doorbell chime when I ring the doorbell. I haven't changed any settings. Thermostat events are still being…
Ted
  • 83
  • 8
-1
votes
1 answer

Unable to get device custom names with SDM API

When calling the get devices API, the customName field in the Device Info trait (sdm.devices.traits.Info) is always coming back as an empty string. All permissions have been accepted and I have even tried to change the name in the Google Home app,…
Gordie
  • 1
  • 1
-1
votes
2 answers

Error 400: redirect_uri_mismatch when using google device access

https://developers.google.com/nest/device-access/authorize#redirect_uri_mismatch When authorising account after it is returning Authorization Error Error 400: redirect_uri_mismatch
-1
votes
1 answer

Can one set the humidity level 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?
José
  • 9
  • 3
-2
votes
1 answer

How to restore the thermostat previous set temperature?

I wrote this script for a Nest thermostat. It has to store the current set heating temperature (settemp), heat for 6 seconds at 20°C then heat again to the previous set temperature (settemp that was defined prior to the heating value change). This…
1 2 3 4 5 6 7
8