- 积分
- 257
- 金钱
- 241
- 威望
- 0
- 贡献
- 0
- HASS币
- 0
中级会员
- 积分
- 257
- 金钱
- 241
- HASS币
- 0
|
本帖最后由 tzoyiing 于 2019-2-15 11:06 编辑
小弟有两颗米家三代网关, 分别插上后也正确判别那个是对应那个
小米前网关-灯: light.gateway_light_4cf8c7443b8
小米前网关-传感器: sensor.illumination_4cf8c7443b8
小米后网关-灯: light.gateway_light_7c49ebb1da64
小米后网关-传感器: sensor.illumination_7c49ebb1da64
唯独有个: binary_sensor.switch_158d000223ffa9
{
"battery_level": 46.4,
"last_action": null,
"friendly_name": "小米网关"
}
插任一颗或两颗都只显示这个, 且开关也无法按压(预设关闭), 请问要如何作判别呢??
------
# 小米Zigbee
xiaomi_aqara:
discovery_retry: 10
# 小米前网关v3
- mac: xxxxxxxxxxxx
key: !secret xiaomigatway_f_key
# 小米后网关v3
- mac: yyyyyyyyyyyy
key: !secret xiaomigatway_b_key
INFO (MainThread) [homeassistant.components.discovery] Found new service: xiaomi_gw {'hostname': 'lumi-gateway-v3_miio98954370.local.', 'mac_address': 'xxxxxxxxxxxx', 'port': 54321, 'properties': {'mac': 'xxxxxxxxxxxx', 'epoch': '1'}, 'host': '192.168.2.105'}
INFO (MainThread) [homeassistant.components.discovery] Found new service: xiaomi_gw {'hostname': 'lumi-gateway-v3_miio130077834.local.', 'mac_address': 'yyyyyyyyyyyy', 'port': 54321, 'properties': {'mac': 'yyyyyyyyyyyy', 'epoch': '1'}, 'host': '192.168.2.101'}
|
|