I have everything up and going but my child bridge keeps dying with:
/homebridge/node_modules/homebridge-philips-hue-sync-box/src/sync-box-device.js:33
lightBulbAccessory = new Accessory(state.device.name, UUIDGen.generate('LightBulbAccessory'));
^
TypeError: Cannot read properties of undefined (reading 'name')
at new SyncBoxDevice (/homebridge/node_modules/homebridge-philips-hue-sync-box/src/sync-box-device.js:33:61)
at /homebridge/node_modules/homebridge-philips-hue-sync-box/src/philips-hue-sync-box-platform.js:96:31
Same error happens if i switch it to a Switch type but now the error says it cant add switchAccessory.
I have everything up and going but my child bridge keeps dying with:
Same error happens if i switch it to a
Switch
type but now the error says it cant add switchAccessory.Any thoughts?