XiaoMi Philips light plugins for HomeBridge.
Thanks for nfarina(the author of homebridge), OpenMiHome, aholstenson(the author of miio), Zzm317, all other developer and testers.
Note: I have only a part of these devices, so some devices don't have tested. If you find bugs, please submit them to issues or QQ Group: 107927710.
1.MiPhilipsSmartBulb(米家飞利浦智睿球泡灯)
2.MiPhilipsTableLamp2(米家飞利浦智睿台灯二代)
3.MiPhilipsCeilingLamp(米家飞利浦智睿吸顶灯)
- Install HomeBridge, please follow it's README.
If you are using Raspberry Pi, please read Running-HomeBridge-on-a-Raspberry-Pi. - Make sure you can see HomeBridge in your iOS devices, if not, please go back to step 1.
- Install packages.
npm install -g homebridge-mi-philips-light
"platforms": [{
"platform": "MiPhilipsLightPlatform",
"deviceCfgs": [{
"type": "MiPhilipsSmartBulb",
"ip": "192.168.88.xx",
"token": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"lightName": "living room bulb",
"lightDisable": false
}, {
"type": "MiPhilipsTableLamp2",
"ip": "192.168.88.xx",
"token": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"mainLightName": "living room table lamp",
"secondLightName": "living room table lamp amb",
"secondLightDisable": false,
"eyecareSwitchName": "living room table lamp eyecare model",
"eyecareSwitchDisable": false
}, {
"type": "MiPhilipsCeilingLamp",
"ip": "192.168.88.xx",
"token": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"lightName": "living room ceiling lamp",
"lightDisable": false,
"updatetimer": false,
"interval": 3
}]
}]
setup MiJia(MiHome) app in your android device or android virtual machine.
open MiJia(MiHome) app and login your account.
refresh device list and make sure device display in the device list.
get miio2.db(path: /data/data/com.xiaomi.smarthome/databases/miio2.db) file from your android device or android virtual machine.
open website [Get MiIo Tokens By DataBase File], upload miio2.db file and submit.
Open command prompt or terminal. Run following command:
miio --discover
Wait until you get output similar to this:
Device ID: xxxxxxxx
Model info: Unknown
Address: 192.168.88.xx
Token: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx via auto-token
Support: Unknown
"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" is token.
If token is "???", then reset device and connect device created Wi-Fi hotspot.
Run following command:
miio --discover --sync
Wait until you get output.
For more information about token, please refer to OpenMiHome and miio.
1.bug fix on color temperature
1.update 'package.json'.
1.modify class name, reduce the probability of conflicts due to the same class name and other plugins.
1.fix the bug of SmartBulb ColorTemperature.
2.fix the bug of CeilingLamp ColorTemperature.
1.add support for Philips Ceiling Lamp.
1.add Philips Table Lamp 2 eyecare mode switch accessory.
1.add support for Philips Table Lamp 2.
1.optimized code.
1.optimized code.
1.fixed bug that 'log of undefined' error.
2.config item 'accessories' renamed 'deviceCfgs'.
1.fixed bug that many of the same type of device conflict with each other.
1.optimized code.
1.support for Philips Smart Bulb.