因为空调跟HA不同一个网段,上下级关系
我通过映射端口方式添加了一台
但多台的话,映射不同的端口也只能注册上一台,大佬帮看看是不是配置的不对
或者集成有bug?
是用https://github.com/RobHofmann/HomeAssistant-GreeClimateComponent这个的,非官方那个
添加的代码如下
- platform: gree
name: abc
host: 192.168.1.250
port: 7003
mac: '77:75:24:93:25:63'
target_temp_step: 1
lights: input_boolean.kong_diao_deng_guang
sleep: input_boolean.shui_mian_mo_shi
powersave: input_boolean.sheng_dian_mo_shi
- platform: gree
name: master
host: 192.168.1.250
port: 7000
mac: '56:27:A6:F6:B9:53'
target_temp_step: 1
lights: input_boolean.gree_master_light
sleep: input_boolean.gree_master_sleep
powersave: input_boolean.gree_master_shengdian
|