|
发表于 2019-11-20 09:02:57
|
显示全部楼层
第一段是將空調接入ha當作網關用
xiaomi_aqara:
interface: '192.168.31.251'
discovery_retry: 5
gateways:
- mac: 04CF8CA28913
key: 959BCCAAE6AC4AD7
host: 192.168.31.10
主要是mac和key要打對
================================
下面這一段是將空調伴侶接入ha當空調用
climate:
- platform: xiaomi_miio_airconditioningcompanion
name: Aqara Air Conditioning Companion
host: 192.168.31.10
token: c0715570d187b5021ed3616fe44456a3
target_sensor: sensor.temperature_158d00015a
scan_interval: 15
主要是host和token要打對以及要將下載的插件放置custom_components/climate資料夾下
若是沒有出現空調,可以看一下ha的記錄檔,來排除問題 |
|