YinHangCode / homebridge-mi-aqara

a homebridge plugin for XiaoMi Aqara plugin.
1.08k stars 154 forks source link

Homebridge找不到设备 #289

Open Keepsweetandsmile opened 4 years ago

Keepsweetandsmile commented 4 years ago

萌新求助,折腾一下午了 疫情期间没有树莓派就用windows10通过https://github.com/homebridge/homebridge/wiki/Install-Homebridge-on-Windows-10#step-1-install-nodejs的教程安装了homebridge 我不知道是不是代码出错了 { "bridge": { "name": "Homebridge BEDA", "username": "0E:1A:C1:61:BE:DA", "port": 51568, "pin": "600-70-477" }, "accessories": [], "platforms": [ { "name": "Config", "port": 8581, "auth": "form", "theme": "auto", "tempUnits": "c", "lang": "zh-CN", "platform": "config" }, { "platform": "MiJiaPlatform", "sid": [ "04cf8c9786a5" ], "password": [ "C06B37A0EB65412F" ] }, { "platforms": [ { "platform": "yeelight", "name": "Yeelight" } ] } ]

}

不太明白platform的作用,别人都没有 "name": "Config", "port": 8581, "auth": "form", "theme": "auto", "tempUnits": "c", "lang": "zh-CN", "platform": "config" 看上去是Homebridge Config UI X的东西 然后我添加了一个网关和一个yeelight的灯泡,但是手机上都搜不到 批注 2020-07-01 165645 86d195a9c2499d7e0e53435e128f1e3 3327334febb732767c40059ddad7ff7

有没有大佬解答一下,谢谢