如何将恒温器添加到Nest项目

问题描述 投票:0回答:1

我在 Nest Console 创建了一个 Nest 项目 https://console.nest.google.com/device-access/ 我想从 google Cloud Console 访问我的设备 https://console.cloud.google.com/

我已按照 (https://geoffhudik.com/tech/2023/03/04/trying-google-nest-api-with-postman-and) 上的教程将 OAuth 凭据从 Google Cloud 控制台添加到 Nest 控制台-蟒蛇/

当我尝试访问设备时,我知道首先我需要将设备添加到我的 Nest 控制台。 我正在努力将恒温器添加到 Nest Console。我该怎么做?

我所做的是:

  1. 在 Cloud Console 创建 OAuth Web 应用程序并将客户端 ID 复制到 Nest 控制台
  2. 使用客户端 ID 和密钥创建 OAuth 令牌
  3. 使用 OAuth 令牌通过 https://smartdevicemanagement.googleapis.com/v1/enterprises/{{project-id}}/devices/
  4. 访问设备
  5. 但我没有设备 ({})
google-cloud-platform google-home google-cloud-console google-developer-tools nest-device-access
1个回答
0
投票

如果您拥有的恒温器是 Google Nest 恒温器,则您可以在您的 Google 帐户中进行设置并遵循设备访问文档。 (https://support.google.com/googlenest/answer/9893532)

如果您正在构建恒温器,请查看云到云 API。 (https://developers.google.com/nest/device-access/api/thermostat

© www.soinside.com 2019 - 2024. All rights reserved.