Closed Crazehmary closed 6 years ago
Hi there, as the title says : 1 bulb working just fine in homekit, 2 others dont. Here is my config :
{ "bridge": { "name": "My bridge to RPI", "username": "CC:22:3D:E3:CE:32", "port": 51827, "pin": "031-45-155" }, "accessories": [ { "accessory": "MiAirPurifier", "name": "Air Purifier", "showTemperature": true, "showHumidity": true, "showAirQuality": true } ], "platforms": [ { "platform": "MiPhilipsLightPlatform", "deviceCfgs": [ { "type": "MiPhilipsSmartBulb", "ip": "192.168.31.12", "token": "87e42ae72bd9b2aa646de01c9ecd35f6", "lightName": "living room bulb 1", "lightDisable": false } ] }, { "platform": "MiPhilipsLightPlatform", "deviceCfgs": [ { "type": "MiPhilipsSmartBulb", "ip": "192.168.31.163", "token": "0a24545965c0edaa2d5723389ae8cf11", "lightName": "living room bulb 2", "lightDisable": false } ] }, { "platform": "MiPhilipsLightPlatform", "deviceCfgs": [ { "type": "MiPhilipsSmartBulb", "ip": "192.168.31.46", "token": "d3131ec9b910bc6a6d0295ed30a4ca93", "lightName": "living room bulb 3", "lightDisable": false } ] } ] }
Hi there, as the title says : 1 bulb working just fine in homekit, 2 others dont. Here is my config :
{ "bridge": { "name": "My bridge to RPI", "username": "CC:22:3D:E3:CE:32", "port": 51827, "pin": "031-45-155" }, "accessories": [ { "accessory": "MiAirPurifier", "name": "Air Purifier", "showTemperature": true, "showHumidity": true, "showAirQuality": true } ], "platforms": [ { "platform": "MiPhilipsLightPlatform", "deviceCfgs": [ { "type": "MiPhilipsSmartBulb", "ip": "192.168.31.12", "token": "87e42ae72bd9b2aa646de01c9ecd35f6", "lightName": "living room bulb 1", "lightDisable": false } ] }, { "platform": "MiPhilipsLightPlatform", "deviceCfgs": [ { "type": "MiPhilipsSmartBulb", "ip": "192.168.31.163", "token": "0a24545965c0edaa2d5723389ae8cf11", "lightName": "living room bulb 2", "lightDisable": false } ] }, { "platform": "MiPhilipsLightPlatform", "deviceCfgs": [ { "type": "MiPhilipsSmartBulb", "ip": "192.168.31.46", "token": "d3131ec9b910bc6a6d0295ed30a4ca93", "lightName": "living room bulb 3", "lightDisable": false } ] } ] }