Mr.Yin

Results 70 comments of Mr.Yin

you can use Android virtual machine like this: http://mumu.163.com/

You can use 'npm install -g [email protected]' temporarily, then I'll think about a solution.

zigbee版的必须有网关才能工作,参考网关设备插件,homebridge-mi-aqara这个项目。

using the old version of MiHome app.

under current circumstances, there is no fitting accessory type in HomeKit which can display power consumption.

two fan config like this: ``` "platforms": [{ "platform": "MiFanPlatform", "deviceCfgs": [{ "ip": "192.168.1.xxx", "token": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "fanName": "fan 1", "fanDisable": false, ........ }, { "ip": "192.168.1.xxx", "token": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "fanName": "fan...

Let me see your config.json.

I look at the code for HomeBridge. The generation rule for UUID is: ``` var accessoryUUID = uuid.generate(accessoryType + ":" + (uuid_base || displayName)); ``` So the name must be...