简体   繁体   English

Google 智能设备管理 API 调用中缺少恒温器设备

[英]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 .我将我的项目链接到谷歌的新(截至 10 月)SDM OAuth 方案,我可以与https://smartdevicemanagement.googleapis.com/v1/enterprises/project-id/structures交谈。

My nest doorbell cameras appear on the json response:我的巢门铃摄像头出现在 json 响应中:

{
  "devices": [
    {
      "name": "enterprises/...",
      "type": "sdm.devices.types.DOORBELL",... ..

But the thermostat does not appear here.但是恒温器没有出现在这里。 I do see it on the nest app itself so I'm pretty sure its all linked.我确实在 nest 应用程序本身上看到了它,所以我很确定它都已链接。 I even see it in the radio check box.我什至在收音机复选框中看到了它。

How do you add devices when they are not detected?未检测到设备时如何添加设备? Is this an account issue, where somehow my thermostat is stuck in Nest legacy and everything else is on the new SDM system?这是一个帐户问题,不知何故我的恒温器卡在 Nest 旧版中,而其他所有内容都在新的 SDM 系统上?

I just experienced this same issue today: my thermostat had been exposed via the SDM API for months, along with my cameras, but suddenly today the thermostat disappeared from the API despite still showing up with access granted during the account linking flow.我今天刚刚遇到了同样的问题:我的恒温器和我的相机已经通过 SDM API 暴露了几个月,但今天突然间恒温器从 API 中消失了,尽管在帐户关联流程中仍然显示授予访问权限。 Per Greg's suggestion in the comments, I moved the thermostat to a different room in the Nest app and then moved it back, and it's now showing up in my API calls once again.根据 Greg 在评论中的建议,我将恒温器移到 Nest 应用程序中的另一个房间,然后将其移回,现在它再次出现在我的 API 调用中。 I'd recommend trying that as a solution for anyone else with this issue.我建议尝试将其作为解决此问题的其他人的解决方案。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Nest Thermostats 已从 Google 智能设备管理中消失 API - Nest Thermostats Have disappeared from Google Smart Device Management API 从Android设备消费时的Google API安全性 - Google API Security when consuming from an android device 如何从Phonegap中的设备获取Google API凭据? - How to get Google API credentials from device in Phonegap? 有没有办法在不受支持的设备中启用Google API? - Is there a way to enable Google API in a unsupported Device? 如何在项目中使用google api强制在android设备选择器中进行Android自动化设备选择 - how can I force Android Automated device selection in the android device chooser with google api's in a project 使用 Google Analytics Reporting API v4 构建设备类别图表 - Build a device category chart with Google Analytics Reporting API v4 Android设备和Android模拟器上的Google Maps API无法正常工作 - Google Maps API on android device and android emulator not working Android设备中的Google Maps Geocoding API使用限制 - Google Maps Geocoding API Usage Limits in android device 是否可以在没有设备的情况下使用Google Mirror API? - Is it possible to play with Google Mirror API without having the device? Google 是否为“查找我的设备”服务公开 API? - Does Google expose API for Find My Device service?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM