You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello
I installed homebridge-mi-philips-light. My Xiaomi Philips is in list, but it is inactive. I have yeelight bulbs, and they work normally, so homebridge seems configured right...
Below is my config file. Can you please suggest?
Hello
I installed homebridge-mi-philips-light. My Xiaomi Philips is in list, but it is inactive. I have yeelight bulbs, and they work normally, so homebridge seems configured right...
Below is my config file. Can you please suggest?
{
"bridge": {
"name": "Homebridge",
"username": "CC:22:3D:E3:CE:30",
"port": 51826,
"pin": "031-45-154"
},
"description": "This is an example configuration file. You can use this as a template for creating your own configuration file containing devices you actually own.",
"accessories": [],
"platforms": [
{
"platform": "MiPhilipsLightPlatform",
"deviceCfgs": [
{
"type": "MiPhilipsCeilingLamp",
"ip": "192.168.0.51",
"token": "5dfd25dd511bf30d4af4782bd04cf809",
"lightName": "living room ceiling lamp",
"lightDisable": false,
"updatetimer": false,
"interval": 3
}
]
},
{
"platform": "Yeelight-Platform",
"addResetSwitch": true,
"shouldTurnOff": true,
"scenes": [
{
"name": "Dark Cave",
"scene": "custom",
"params": "2000,1,255,70,2000,1,255,100,5000,1,255,70,3000,1,13369548,100,3000,1,13369548,10"
},
{
"name": "Break in",
"scene": "custom",
"params": "500,1,255,100,500,1,255,10"
},
{
"name": "Disco",
"scene": "disco"
},
{
"name": "Party",
"scene": "birthday_party"
},
{
"name": "Flash",
"scene": "flash_notify"
},
{
"name": "Candle Light",
"scene": "candle_flicker"
},
{
"name": "Police_1",
"scene": "police_1"
},
{
"name": "Police_2",
"scene": "police_2"
},
{
"name": "Alarm",
"scene": "alarm"
},
{
"name": "Gaming",
"scene": "gaming"
},
{
"name": "Night Mode",
"scene": "night_mode",
"lights": [
"0x000000000543dd83"
]
}
]
}
]
}
The text was updated successfully, but these errors were encountered: