ZhiModBus icon indicating copy to clipboard operation
ZhiModBus copied to clipboard

模式没有关闭,仅靠Coil 控制的空调on/off无法显示

Open gnep88 opened this issue 4 years ago • 0 comments

你好,感谢你制作了这么好用的插件!

和我的空调有一个适配问题: 由于我的空调运行模式不支持关闭(off)模式,空调开关是靠coil来读和写的。 我添加了卡片以后里面不会显示on/off,于是无法控制空调开关。希望能支持,感谢 以下是配置

climate:

  • platform: zhimodbus hub: hub1 name: AC fan_mode: { slave: 1, registers: [2, 6, 10] } fan_modes: { 低风档: 1, 中风档: 2, 高风档: 3, 自动: 4 } hvac_mode: { slave: 1, registers: [1, 5, 9] } hvac_modes: { cool: 1, heat: 2, dry: 3, fan_only: 4, 'auto': 5 } hvac_off: { slave: 1, registers: [0, 1, 2], register_type: coil} target_temperature: { slave: 1, registers: [0, 4, 8] } temperature: { slave: 1, registers: [0, 3, 6], register_type: input, scale: 1 }

gnep88 avatar Jul 17 '21 12:07 gnep88