YinHangCode / homebridge-mi-philips-light

XiaoMi Philips light plugins for HomeBridge.
99 stars 18 forks source link

Candle light #25

Open Lanneer487 opened 6 years ago

Lanneer487 commented 6 years ago

Does it work with the new philips xiaomi candle lights? I configured everything but the lamp doesn't appear on ios

shane-zhang commented 6 years ago

In my environment, this package support candle, use MiPhilipsSmartBulb device.

Lanneer487 commented 6 years ago

Can you post your config file?

shane-zhang commented 6 years ago

{ "platform": "MiPhilipsLightPlatform", "deviceCfgs": [{ "type": "MiPhilipsSmartBulb", "ip": "192.168.3.10", "token": "59d66237b53624c049cf83253XXXXX", "lightName": "书桌灯", "lightDisable": false },{ "type": "MiPhilipsSmartBulb", "ip": "192.168.3.16", "token": "43c38e7ee8d9b6149bcdd1274XXXXX", "lightName":"床头灯", "lightDisable": false }] }

The first one is old device, and the second is a candle light bulb.