nfarina / homebridge-sonos

Sonos plugin for homebridge: https://github.com/nfarina/homebridge
155 stars 52 forks source link

Single Sonos does not be regognized #43

Open juergenschubert opened 7 years ago

juergenschubert commented 7 years ago

[Musik Wohnzimmer] Ignoring request; Sonos device has not yet been discovered

when I click in from Iphone Home I do get multiple of these errors

It starts when I start my homebridge from the User PI home directory with [Musik Wohnzimmer] Initializing Sonos accessory...

my json looks like: { "bridge": { "name": "Homebridge", "username": "CC:22:3D:E3:CE:30", "port": 51826, "pin": "031-45-154" }, "accessories": [ { "accessory": "Sonos", "name": "Musik Wohnzimmer", "room": "Wohnzimmer" } ] }

The Sonos zone info looks like:

Zone Players Zone Name Coordinator Group Location UUID Version MinCompatVer Compat WiMode HasSSID WiFreq WiEna BeEx Wohnzimmer true RINCON_5CAAFDC1AD4001400:0 http://192.168.1.245:1400/xml/device_description.xml RINCON_5CAAFDC1AD4001400 33.15-33210 32.0-00000 1 1 2412 1 0

$uname -a Linux homebridge 4.4.26+ #915 Thu Oct 20 17:02:14 BST 2016 armv6l GNU/Linux $node -v v5.0.0 $gcc --version gcc (Raspbian 4.9.2-10) 4.9.2 Copyright (C) 2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

I can't do anything.Each click on my home app causes the [Musik Wohnzimmer] Ignoring request; Sonos device has not yet been discovered

I have installed the @0.0.4 Version of the sonos addon

juergenschubert commented 7 years ago

sudo npm install homebridge-sonos@0.1.1 was what I installed in my Raspberry PI

juergenschubert commented 7 years ago

I went down to 0.2.2 and it works