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
TypeError: Cannot read property 'UUID' of undefined
at Service.Lightbulb.Service.addCharacteristic (/usr/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/Service.js:71:41)
at MiPhilipsSmartBulbLight.getServices (/usr/lib/node_modules/homebridge-mi-philips-light/Devices/MiPhilipsSmartBulb.js:60:10)
at Server._createAccessory (/usr/lib/node_modules/homebridge/lib/server.js:378:36)
at Server. (/usr/lib/node_modules/homebridge/lib/server.js:364:32)
at /usr/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/util/once.js:16:19
at MiPhilipsLightPlatform.accessories (/usr/lib/node_modules/homebridge-mi-philips-light/index.js:104:9)
at Server._loadPlatformAccessories (/usr/lib/node_modules/homebridge/lib/server.js:354:20)
at Server._loadPlatforms (/usr/lib/node_modules/homebridge/lib/server.js:298:16)
at Server.run (/usr/lib/node_modules/homebridge/lib/server.js:80:36)
at module.exports (/usr/lib/node_modules/homebridge/lib/cli.js:40:10)
The text was updated successfully, but these errors were encountered:
[2018-5-23 10:58:41] Loaded plugin: homebridge-mi-air-purifier
[2018-5-23 10:58:41] Registering accessory 'homebridge-mi-air-purifier.MiAirPurifier'
[2018-5-23 10:58:41] ---
[2018-5-23 10:58:41] Loaded plugin: homebridge-mi-philips-light
[2018-5-23 10:58:41] Registering platform 'homebridge-mi-philips-light.MiPhilipsLightPlatform'
[2018-5-23 10:58:41] ---
failed to load BLE module!
[2018-5-23 10:58:41] Loaded plugin: homebridge-yeelight
[2018-5-23 10:58:41] Registering platform 'homebridge-yeelight.yeelight'
[2018-5-23 10:58:41] ---
[2018-5-23 10:58:41] Loaded config.json with 1 accessories and 1 platforms.
[2018-5-23 10:58:41] ---
[2018-5-23 10:58:41] Loading 1 platforms...
[2018-5-23 10:58:41] Initializing MiPhilipsLightPlatform platform...
[2018-5-23 10:58:41] [MiPhilipsLightPlatform][INFO]********************************************************************
[2018-5-23 10:58:41] [MiPhilipsLightPlatform][INFO] MiPhilipsLightPlatform v0.2.3 By YinHang
[2018-5-23 10:58:41] [MiPhilipsLightPlatform][INFO] GitHub: https://github.com/YinHangCode/homebridge-mi-philips-light
[2018-5-23 10:58:41] [MiPhilipsLightPlatform][INFO] QQ Group: 107927710
[2018-5-23 10:58:41] [MiPhilipsLightPlatform][INFO]********************************************************************
[2018-5-23 10:58:41] [MiPhilipsLightPlatform][INFO]start success...
[2018-5-23 10:58:41] [MiPhilipsLightPlatform][INFO]device size: 3, accessories size: 3
[2018-5-23 10:58:41] Initializing platform accessory 'L1'...
/usr/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/Service.js:71
if (existing.UUID === characteristic.UUID)
^
TypeError: Cannot read property 'UUID' of undefined
at Service.Lightbulb.Service.addCharacteristic (/usr/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/Service.js:71:41)
at MiPhilipsSmartBulbLight.getServices (/usr/lib/node_modules/homebridge-mi-philips-light/Devices/MiPhilipsSmartBulb.js:60:10)
at Server._createAccessory (/usr/lib/node_modules/homebridge/lib/server.js:378:36)
at Server. (/usr/lib/node_modules/homebridge/lib/server.js:364:32)
at /usr/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/util/once.js:16:19
at MiPhilipsLightPlatform.accessories (/usr/lib/node_modules/homebridge-mi-philips-light/index.js:104:9)
at Server._loadPlatformAccessories (/usr/lib/node_modules/homebridge/lib/server.js:354:20)
at Server._loadPlatforms (/usr/lib/node_modules/homebridge/lib/server.js:298:16)
at Server.run (/usr/lib/node_modules/homebridge/lib/server.js:80:36)
at module.exports (/usr/lib/node_modules/homebridge/lib/cli.js:40:10)
The text was updated successfully, but these errors were encountered: