Will the Nest API support reading the state of the system? [closed]

醉酒当歌 提交于 2019-12-08 05:11:11

问题


The API doesn't give any information on the state of the HVAC system, i.e. heating, cooling, fan. Will this be added in the future?


回答1:


You can determine the cooling/heating mode using the "hvac_mode" property (https://developer.nest.com/documentation/api#hvac_mode), and "fan_timer_active" to check if the fan timer is running. You can also query the target properties, starting with "target_temperature_f" (https://developer.nest.com/documentation/api#target_temperature_f)




回答2:


No, HVAC mode isn't the same as HVAC state. My system could be in cooling mode but not actively making a call for cooling. If you know the swing value you can guess based on the difference between set point and actual temp but that really isn't reliable.

Presumably this might be to prevent replication of existing Nest functionality?



来源:https://stackoverflow.com/questions/24396384/will-the-nest-api-support-reading-the-state-of-the-system

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!