Nousemusic

Results 18 comments of Nousemusic

@fwboettger Thanks for your hint. Yes, I already have homebridge installed and will update via "npm update -g homebridge-sonos". Perfect.

@fwboettger Unfortunately it's not working for me, I got the following error: /usr/local/lib/node_modules/homebridge-sonos/index.js:145 var zoneType = description["zoneType"]; ^ TypeError: Cannot read property 'zoneType' of undefined at SonosAccessory. (/usr/local/lib/node_modules/homebridge-sonos/index.js:145:35) at Request._callback...

@fwboettger I did the following, editing the index.js: ... device.deviceDescription(function (err, description) { ``` console.log("Device description debug: " + description); var zoneType = description["zoneType"]; var roomName = description["roomName"]; ``` ......

@fwboettger Thank you for your help. I insert the code you gave me: SonosAccessory.prototype.search = function() { var search = sonos.search(function(device) { var host = device.host; this.log.debug("Found sonos device at...

@fwboettger Here is what i did. Just to inform you by the beginning: our story has a happy end. :-) I did step 1 to 3. - All players are...

@fwboettger I'm sorry, I have bad news. I added the "Wohnzimmer" connect as accessory to the config.json. Homebridge is running but shows the following message: [Wohnzimmer Stereo] Ignoring request; Sonos...

@fwboettger I got some new results/ informations. When I use the v0.0.3, the underscore instance, the "err object check" bugfix and delet the "Wohnzimmer" connect, homebridge is running and works...

@fwboettger Thank you very much for your great and permanent work on the sonos plugin. I really appreciate it! I will test the new functions and the behaviour in my...