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

RTSP stream resolution

According to the documentation for CameraLiveStream, it should be possible to select the resolution of the RTSP stream coming from cameras: Quoting from the link above: width: Maximum image resolution width. May also be used as a query parameter in…
ItalyPaleAle
  • 7,185
  • 6
  • 42
  • 69
0
votes
1 answer

Do I need commercial development to access sandbox?

Hi I have a quick question about developing using the device access. If I want to program my nest Thermostat and have access to the sandbox, do I need to apply for commercial development? Can someone also explain what the sandbox is more thoroughly?
0
votes
2 answers

google nest thermostat user and rate limits

I now have a project about smart air conditioners, hoping to control the central air conditioner through the nest thermostat. I hope that when the data of the nest thermostat changes, it can be monitored and fed back to the central air conditioner…
0
votes
1 answer

Added Nest Hello to existing account - does not show in the devices GET

I have a long-standing account with 2 nest thermostats in it, that I use to test my Nest device access integration. I recently added a Nest Hello to the same account, which works and displays fine in the Nest app. I used my Nest device access…
gambitx28
  • 151
  • 1
  • 9
0
votes
1 answer

Nest Device Access not publishing to pub/sub

All: This topic has appeared before with no answers and for some reason been de-listed (not a valid question). The Nest Device Access Console states to ask questions on this forum so I will try again: I have followed all the steps to get a Nest…
0
votes
1 answer

Internal Error when attempting to set thermostat heat setpoint

I am trying to control my thermostats heat setpoint, but am getting an internal error every time I try to set the heat setpoint. The thermostat is in heat mode and I can control the heat setpoint from the Google Home App. This is happening with a…
Gordie
  • 1
  • 1
0
votes
2 answers

Is there a way to avoid re-authorizing my AppsScript project?

I'm setting up a Google Sheet to download data from my Next device and would like it to run unattended. I've been using OAuth2 for Apps Script to provide access tokens. Unfortunately, the authorization tends to expire every seven days and needs to…
0
votes
1 answer

Access API using Service Account

Does the Smart Device Management API support access using a Service Account? If so what's the magic combo? I can access the API using registered OAuth2, and get valid device list response. When using Service Account credentials to access the device…
0
votes
1 answer

Get list of nest devices with .NET client API

I'm struggling to figure out how the smart device management API works. The end goal is to fetch a status of my nest thermostat on an ongoing basis for logging purposes, using service account credentials: await using var stream = new…
Simon
  • 33
  • 4
0
votes
1 answer

Are there any API's working with Nest Protect Smoke/CO2 alarm?

I'm a node red user and noticed the Nest API's have been discontinued :( https://flows.nodered.org/node/node-red-contrib-nest I was wondering if there is any API/workaround for the Nest Protect Smoke/CO2 alarm?
877
  • 11
  • 1
0
votes
1 answer

devices call not returning all devices; account permission granted

I have 4 Nest devices: 1 camera, 2 doorbells, and 1 thermostat. All 4 have all permissions granted to my Device Access project via PCM. However, when I make a device list call, only the 2 doorbells and camera are returned in the JSON. The…
0
votes
1 answer

Partner Connections Manager authorization code works only once

I am able to successfully get a PCM authorization code and use it to get a access token but it only works once. Is that the correct behaviour? Seems like it should work indefinitely so the user does not have to continuously authorize a partner. Or…
Ryan Currah
  • 1,067
  • 6
  • 15
  • 30
0
votes
1 answer

Google Nest Camera Access

Can we access nest camera from different location. E.g We have shop in different cities with Nest camera installed. Can I have control/Access to all the camera from main office with Google Device access API.
Balaji
  • 1
0
votes
0 answers

Accessing and editing the the Pub/Sub topic on the Device Access Console

I'm building automation for a Nest thermostat. The automation infrastructure is attempting to use GCP's Pub/Sub and Cloud Functions services. When creating a new project on Google's Device Access Console I don't see a way to update the Pub/Sub…
Greg
  • 2,559
  • 4
  • 28
  • 46