使用Firebase库我可以设置加热和冷却模式的目标温度,但是当使用加热冷却模式时,每次尝试设置目标高温或低温时都会抛出错误说明:
target_temperature_high_f
target_temperature_low_f
FIREBASE WARNING: set at /devices/thermostats/har1gMAZpj0xiMVUiljAV3otrwi6BTjA/target_temperature_low_f failed: failure
奇怪的是,如果我进入nest.home.com仪表板,它允许我毫无问题地设置高温和低温。
答案 0 :(得分:3)
我刚刚在firebase中做了很多测试,试图重现你的问题:
hvac_mode = heat-cool :
hvac_mode = 加热或hvac_mode = 酷:
错误总是和你的一样:“......失败:失败”。但是,如果您尝试将温度设置为 new 值,则仅会抛出每个错误。
确保您处于正确的模式可以防止错误。