homebridge-legacy-plugins
homebridge-legacy-plugins copied to clipboard
Sonos fails to initialize
Using same config as before, but under new home bridge plugin, Sonos fails to initialize.
Loading 1 platforms... [Speaker] Initializing Sonos platform... Loading legacy platform Sonos /usr/local/lib/node_modules/homebridge-legacy-plugins/platforms/Sonos.js:66 this.name = this.description["roomName"] + " " + this.config["name"]; ^
TypeError: Cannot read property 'roomName' of undefined
at Object.SonosAccessory (/usr/local/lib/node_modules/homebridge-legacy-plugins/platforms/Sonos.js:66:33)
at new
I suspect this was caused by #1 - could you update and try again?
Loaded config.json with 3 accessories and 1 platforms.
Loading 1 platforms... [Speaker] Initializing Sonos platform... Loading legacy platform Sonos /usr/local/lib/node_modules/homebridge-legacy-plugins/platforms/Sonos.js:66 this.name = this.description["roomName"] + " " + this.config["name"]; ^
TypeError: Cannot read property 'roomName' of undefined
at Object.SonosAccessory (/usr/local/lib/node_modules/homebridge-legacy-plugins/platforms/Sonos.js:66:33)
at new
I updated and it still has the same error.
Sorry, I meant update homebridge main, not this repo :)