Sonos steuern

Begonnen von Will, 05 Januar 2013, 15:51:12

Vorheriges Thema - Nächstes Thema

inesa394

Welchen nimmt man dea am besten?
 

andre07

Eingeschaltet ist er jetzt   ???
pingtype stand auf none hab den jetzt mal
auf tcp gestellt und getestet und es funktioniert   ;)
Andre

Reinerlein

Hallo zusammen,

@Andre: Schön, das es geht :)

@inesa394: Falls du mit deiner Frage auf den Typ des pingType abzielst: Im Wiki stehen zwei Sätze dazu. Zusammenfassung: Probieren, da sie unterschiedlich gut in unterschiedlichen Systemen laufen... Es gibt leider keinen allgemeingültigen Tip...
http://www.fhemwiki.de/wiki/SONOS#Attribute_von_SONOS

Grüße
Reiner

Aerobat

Hallo,

zunächst einmal vielen Dank, Reiner, für das erstklassige Modul. Einfach beeindruckend, was für Möglichkeiten in der Kombination von fhem und Sonos liegen :-).

Leider habe ich ein kleines Problem: Die Abwesenheit meiner beiden Sonos Komponenten, ausgeschaltet durch FS20 Steckdosen, wird nicht erkannt.
Ich habe alle Pingtypen durchprobiert. FHEM läuft als root - ob das Sonos Modul als Root läuft sehe ich nicht.

Hier ein Auszug, Log Level5:

2015.10.13 10:32:01 4: SONOS2: IsAlive-Event UDN=RINCON_B8E9377CD1F001400_MR
2015.10.13 10:32:01 4: SONOS2: SONOS_Client_Data_Retreive(RINCON_B8E9377CD1F001400_MR, reading, location, ) -> http://192.168.178.22:1400/xml/device_description.xml
2015.10.13 10:32:01 5: SONOS2: Location: http://192.168.178.22:1400/xml/device_description.xml
2015.10.13 10:32:01 5: SONOS2: PingType: syn
2015.10.13 10:32:01 4: SONOS2: 192.168.178.22 is alive
2015.10.13 10:32:01 4: SONOS2: IsAlive-Event UDN=RINCON_B8E937B54DC201400_MR
2015.10.13 10:32:01 4: SONOS2: SONOS_Client_Data_Retreive(RINCON_B8E937B54DC201400_MR, reading, location, ) -> http://192.168.178.25:1400/xml/device_description.xml
2015.10.13 10:32:01 5: SONOS2: Location: http://192.168.178.25:1400/xml/device_description.xml
2015.10.13 10:32:01 5: SONOS2: PingType: syn
2015.10.13 10:32:01 4: SONOS2: 192.168.178.25 is alive
2015.10.13 10:32:06 3: SONOS0: Connection accepted from localhost:55303
2015.10.13 10:32:06 5: SONOS0: Received: 'hello'
2015.10.13 10:32:06 4: SONOS0: Got correct Answer from Subprocess...
2015.10.13 10:32:06 5: SONOS0: Received: 'goaway'
2015.10.13 10:32:31 4: SONOS2: IsAlive-Event UDN=RINCON_B8E9377CD1F001400_MR
2015.10.13 10:32:31 4: SONOS2: SONOS_Client_Data_Retreive(RINCON_B8E9377CD1F001400_MR, reading, location, ) -> http://192.168.178.22:1400/xml/device_description.xml
2015.10.13 10:32:31 5: SONOS2: Location: http://192.168.178.22:1400/xml/device_description.xml
2015.10.13 10:32:31 5: SONOS2: PingType: syn
2015.10.13 10:32:31 4: SONOS2: 192.168.178.22 is alive
2015.10.13 10:32:31 4: SONOS2: IsAlive-Event UDN=RINCON_B8E937B54DC201400_MR
2015.10.13 10:32:31 4: SONOS2: SONOS_Client_Data_Retreive(RINCON_B8E937B54DC201400_MR, reading, location, ) -> http://192.168.178.25:1400/xml/device_description.xml
2015.10.13 10:32:31 5: SONOS2: Location: http://192.168.178.25:1400/xml/device_description.xml
2015.10.13 10:32:31 5: SONOS2: PingType: syn
2015.10.13 10:32:31 4: SONOS2: 192.168.178.25 is alive

Die IP's .25 und .22 sind von den beiden Sonos Playern.
Interessant ist, dass der Pingtype dabei immer als syn angezeigt wird - egal was als attr eingetragen wird.

Reload des Sonos Moduls brachte keine Ändernung, nach Neustart von fhem taucht im log mehrfach auf:

Unsubscription request failed with error: 500 Can't connect to 192.168.178.22:1400 (No route to host) at FHEM/lib/UPnP/ControlPoint.pm line 1018 thread 1

Dafür werden die Sonos Player jetzt nicht mehr als appeared sondern als initialized gelistet. (Das große Reading in fhem zeigt immer noch den alten Radiosender, bzw. Gruppenwiedergabe, aber das ist vielleicht eine andere Sache...?)


In der Liste der Netzwerkgeräte der Fritzbox tauchen die beiden Sonoskomponenten erwartungsgemäß nicht auf.

Übersehe ich etwas wesentliches?

Grüße
Theo

andre07

Als was sollte er denn stehen bei mir steht er bei pingtype tcp immer auf "appeared"

Aerobat

Naja, meiner Erfahrung nach steht dort, wenn alles richtig erkannt wird:

Player state "initialized" und im Text des großen Readings wo sonst der spielende Titel steht, steht dann "Player disappeared".

andre07

Aber sicher bist du dir da nicht und mein Player funktioniert ja soweit
jedenfalls mit dem was ich ihm gebe :-\

justme1968

@SVLoneStar: mein voicerrs aufruf war noch für eine ältere sonos version.

@Reinerlein: ich habe das problem mit den umlauten bei voicerss gefunden... die erwarten utf8 und im modul wird ein SONOS_Utf8ToLatin1 auf den speak text gemacht. wenn man das auskommentiert passt es. wenn du die tts url konfigurierbar machst wäre es schön wenn du auch das umkodieren optional  machst.

gruss
  andre
hue, tradfri, alexa-fhem, homebridge-fhem, LightScene, readingsGroup, ...

https://github.com/sponsors/justme-1968

SVLoneStar

#2153
@justme1968: Kein Thema, hast mir schon so oft weitergeholfen...Danke! :)
Das mit den Umlauten baue ich gleich ein (bzw. aus).

Edit: Klappt 1A!


Sent from my iPhone using Tapatalk
FHEM 21222 auf Gigabyte NUC, CubieTruck & RasPis (Test)
CUL 868MHz, nanoCUL 868MHz, nanoCUL 433MHz, JeeLink Clone, JeeLink Classic, HM-CFG-USB2, Rademacher
Devices: FHT, FS20, KS300, MAX, IT, HMS100, LaCrosse, PCA301, Revolt, HomeMatic, ESA2000, UNIRoll, Sonos, Duofern, Tasmota, MySensors

Masterfunk

Hallo,

das Google Problem hat sich bei mir von selbst gelöst. Im Moment geht alles.

Ich habe aber einen "Feature Request" :-)

Mit der aktuellen Sonos Version ist es ja nun möglich bei Spotify "Radio starten" zu wählen.
Dann wird basierend auf den aktuellen Titel eine Playlist erstellt die ähnliche Musik abspielt.
Ich nutze diese Funktion sehr häufig, und es wäre toll wenn ich dies über fhem anstoßen kann.

Wäre es möglich dieses Feature zu implementieren?

Gruß Detlef

Reinerlein

Hi Detlef,

ich werde mal untersuchen, wie das gelöst ist.
Normalerweise sind die ganzen Spotify-Heraussuchthemen aber direkt im Controller und nicht im Player implementiert.

Aber erstmal muss ich noch diese URL-Definitionssache vom Tisch bekommen :)
Dann wird erstmal veröffentlicht...

Grüße
Reiner

justme1968

hallo reiner,

noch eine idee für die textausgabe...

ich glaube es wäre gut zuerst am satzende (punkt gefolgt von space) zu splitten und dann erst zu schauen ob die stücke grösser als die chunk size sind. der voicerss service lässt am ende jedes chunk relativ viel stille. wenn das mit einem satzende zusammenfällt ist es weniger auffällig. vielleicht is ein komma gefolgt von space auch ein kandidat.

gruss
  andre
hue, tradfri, alexa-fhem, homebridge-fhem, LightScene, readingsGroup, ...

https://github.com/sponsors/justme-1968

naimo

Hallo zusammen,

obwohl ich das Attribute ignoreIPs gesetzt habe, bekomme ich immer noch folgende Meldung im Sekundentakt:

Loading device description failed with error: 500 Can't connect to 192.168.1.250:49152 (timeout) at ./FHEM/00_SONOS.pm line 3590 thread 1.

Ich habe schon gelesen, woher diese Meldung kommt. Das würde mich nicht weiter stören. Aktuell sprengt diese Meldung aber mein Log ;)
Kann ich diese Meldung anderweitig los werden?
Ich habe schon alle meine Sonos aus FHEM gelöscht, auch das SONOS device ansich. Leider keine Änderung...

Weiß einer von euch Rat.

Wäre sehr dankbar :)

Viele Grüße
Benjamin

Reinerlein

Hallo Benjamin,

hast du nach dem Setzen von ignoredIPs einen Neustart des SubProzesses gemacht?
Also Fhem neugestartet, oder das Attribut disable am Sonos-Device kurz gesetzt und wieder gelöscht?

Grüße
Reiner

naimo

#2159
Guten Morgen Reiner,

Ja, ich habe Fhem neu gestartet. Bzw habe sogar den ganzen Fhem Server neu gestartet. Leider bekomme ich die Meldung immer noch .

EDIT: Ich weiß nicht, ob die Info nützlich ist, aber: Ich habe testweise meine drei Sonos-Player (Sonos_Wohnzimmer, Sonos_Bad, ...) disabled. Nur das SONOS-Device ist noch aktiv. Die Meldung bleibt bestehen.

EDIT2: Noch etwas ist mir eingefallen. Die Sonos_WohnzimmerEG ist "neu" hinzugekommen. Diese gehört meinem Bruder. Wir sind am Wochenende in eine gemeinsame Wohnung gezogen. Seitdem besteht das Problem ;)

Vielen Dank für deine Hilfe schon mal

Gruß
Benjamin

Als Anhang noch ein verbose 5-Log Auszug nach dem setzen von disabled=0 auf dem SONOS-Device:

2015.10.19 08:04:12 5: SONOS0: FhemWebCallback: /sonos/cover/empty.jpg
2015.10.19 08:04:12 5: SONOS0: Cover: /empty.jpg
2015.10.19 08:04:29 5: SONOS0: Neu-Enabled
2015.10.19 08:04:29 5: SONOS0: Call AttributeFn: Start SubProcess...
2015.10.19 08:04:30 1: SONOS0: Kein UPnP-Server gefunden... Starte selber einen und warte 1 Sekunde(n) darauf...
Smartmatch is experimental at ./FHEM/00_SONOS.pm line 5383.
Current: "./FHEM/00_SONOS.pm", gPath: ""
2015.10.19 08:04:31 1: SONOS0: ./FHEM/00_SONOS.pm is listening to Port 4711
2015.10.19 08:04:31 5: SW: 446f576f726b3a534f4e4f533a53617665426f6f6b6d61726b733a0d0a
2015.10.19 08:04:31 3: Opening Sonos device localhost:4711
2015.10.19 08:04:31 3: Sonos device opened
2015.10.19 08:04:31 3: SONOS0: Connection accepted from localhost:38129
2015.10.19 08:04:35 5: SONOS0: SetData:Sonos:5:syn:192.168.1.250:Sonos_Bad,Sonos_Wohnzimmer,Sonos_WohnzimmerEG:RINCON_B8E937BB790201400_MR,RINCON_B8E9375D694601400_MR,RINCON_B8E937D9732201400_MR
2015.10.19 08:04:35 5: SW: 536574446174613a536f6e6f733a353a73796e3a3139322e3136382e312e3235303a536f6e6f735f4261642c536f6e6f735f576f686e7a696d6d65722c536f6e6f735f576f686e7a696d6d657245473a52494e434f4e5f42384539333742423739303230313430305f4d522c52494e434f4e5f42384539333735443639343630313430305f4d522c52494e434f4e5f42384539333744393733323230313430305f4d520a
2015.10.19 08:04:35 5: SONOS0: Received: 'SetData:Sonos:5:syn:192.168.1.250:Sonos_Bad,Sonos_Wohnzimmer,Sonos_WohnzimmerEG:RINCON_B8E937BB790201400_MR,RINCON_B8E9375D694601400_MR,RINCON_B8E937D9732201400_MR'
2015.10.19 08:04:35 5: SONOS0: SetValues:SONOS:INTERVAL=30|NAME=Sonos|disable=0
2015.10.19 08:04:35 5: SW: 53657456616c7565733a534f4e4f533a494e54455256414c3d33307c4e414d453d536f6e6f737c64697361626c653d300a
2015.10.19 08:04:35 5: SONOS0: Received: 'SetValues:SONOS:INTERVAL=30|NAME=Sonos|disable=0'
2015.10.19 08:04:35 5: SONOS0: SetValues:RINCON_B8E937BB790201400_MR:PlaylistsVersion=RINCON_B8E9375D694601400%2C1|getAlarms=1|fieldType=|roomName=Bad|OutputFixed=0|Volume=2|Bass=4|RadiosVersion=RINCON_B8E9375D694601400%2C21|currentAlbum=0|AlarmListIDs=~~NotLoadedMarker~~|roomNameAlias=Bad|roomIcon=bathroom|ZonePlayerUUIDsInGroup=RINCON_B8E937BB790201400|AlarmList=~~NotLoadedMarker~~|currentTitle=0|presence=disappeared|SleepTimerVersion=0|Loudness=1|QueueVersion=0|GroupVolume=2|Treble=1|GroupMute=0|QueueHash=9a1c7ee2c7ce38d4bbbaf29ab9f2ac1e|ZoneGroupID=RINCON_B8E937BB790201400%3A__|HeadphoneConnected=0|Mute=0|AlarmListVersion=~~NotLoadedMarker~~|ZoneGroupName=Bad|minVolume=0|location=http%3A%2F%2F192.168.11.80%3A1400%2Fxml%2Fdevice_description.xml|currentArtist=0|NAME=Sonos_Bad|Balance=0|FavouritesVersion=RINCON_B8E9375D694601400%2C21
2015.10.19 08:04:35 5: SW: 53657456616c7565733a52494e434f4e5f42384539333742423739303230313430305f4d523a506c61796c6973747356657273696f6e3d52494e434f4e5f4238453933373544363934363031343030253243317c676574416c61726d733d317c6669656c64547970653d7c726f6f6d4e616d653d4261647c4f757470757446697865643d307c566f6c756d653d327c426173733d347c526164696f7356657273696f6e3d52494e434f4e5f423845393337354436393436303134303025324332317c63757272656e74416c62756d3d307c416c61726d4c6973744944733d7e7e4e6f744c6f616465644d61726b65727e7e7c726f6f6d4e616d65416c6961733d4261647c726f6f6d49636f6e3d62617468726f6f6d7c5a6f6e65506c617965725555494473496e47726f75703d52494e434f4e5f42384539333742423739303230313430307c416c61726d4c6973743d7e7e4e6f744c6f616465644d61726b65727e7e7c63757272656e745469746c653d307c70726573656e63653d64697361707065617265647c536c65657054696d657256657273696f6e3d307c4c6f75646e6573733d317c517565756556657273696f6e3d307c47726f7570566f6c756d653d327c547265626c653d317c47726f75704d7574653d307c5175657565486173683d39613163376565326337636533386434626262616632396162396632616331657c5a6f6e6547726f757049443d52494e434f4e5f42384539333742423739303230313430302533415f5f7c4865616470686f6e65436f6e6e65637465643d307c4d7574653d307c416c61726d4c69737456657273696f6e3d7e7e4e6f744c6f616465644d61726b65727e7e7c5a6f6e6547726f75704e616d653d4261647c6d696e566f6c756d653d307c6c6f636174696f6e3d687474702533412532462532463139322e3136382e31312e383025334131343030253246786d6c2532466465766963655f6465736372697074696f6e2e786d6c7c63757272656e744172746973743d307c4e414d453d536f6e6f735f4261647c42616c616e63653d307c4661766f75726974657356657273696f6e3d52494e434f4e5f423845393337354436393436303134303025324332310a
2015.10.19 08:04:35 5: SONOS0: Received: 'SetValues:RINCON_B8E937BB790201400_MR:PlaylistsVersion=RINCON_B8E9375D694601400%2C1|getAlarms=1|fieldType=|roomName=Bad|OutputFixed=0|Volume=2|Bass=4|RadiosVersion=RINCON_B8E9375D694601400%2C21|currentAlbum=0|AlarmListIDs=~~NotLoadedMarker~~|roomNameAlias=Bad|roomIcon=bathroom|ZonePlayerUUIDsInGroup=RINCON_B8E937BB790201400|AlarmList=~~NotLoadedMarker~~|currentTitle=0|presence=disappeared|SleepTimerVersion=0|Loudness=1|QueueVersion=0|GroupVolume=2|Treble=1|GroupMute=0|QueueHash=9a1c7ee2c7ce38d4bbbaf29ab9f2ac1e|ZoneGroupID=RINCON_B8E937BB790201400%3A__|HeadphoneConnected=0|Mute=0|AlarmListVersion=~~NotLoadedMarker~~|ZoneGroupName=Bad|minVolume=0|location=http%3A%2F%2F192.168.11.80%3A1400%2Fxml%2Fdevice_description.xml|currentArtist=0|NAME=Sonos_Bad|Balance=0|FavouritesVersion=RINCON_B8E9375D694601400%2C21'
2015.10.19 08:04:35 5: SONOS0: SetValues:RINCON_B8E9375D694601400_MR:presence=disappeared|SleepTimerVersion=0|AlarmList=~~NotLoadedMarker~~|ZonePlayerUUIDsInGroup=RINCON_B8E9375D694601400|roomIcon=living|currentTitle=0|roomNameAlias=WohnzimmerOG|AlarmListIDs=~~NotLoadedMarker~~|currentAlbum=0|RadiosVersion=RINCON_B8E9375D694601400%2C21|Bass=6|Volume=5|fieldType=|getAlarms=1|PlaylistsVersion=RINCON_B8E9375D694601400%2C1|OutputFixed=0|roomName=WohnzimmerOG|currentArtist=0|location=http%3A%2F%2F192.168.11.81%3A1400%2Fxml%2Fdevice_description.xml|ZoneGroupName=WohnzimmerOG|AlarmListVersion=~~NotLoadedMarker~~|minVolume=0|FavouritesVersion=RINCON_B8E9375D694601400%2C21|Balance=0|NAME=Sonos_Wohnzimmer|GroupMute=0|Treble=2|GroupVolume=5|Mute=0|HeadphoneConnected=0|ZoneGroupID=RINCON_B8E9375D694601400%3A__|QueueHash=9a1c7ee2c7ce38d4bbbaf29ab9f2ac1e|QueueVersion=0|Loudness=1
2015.10.19 08:04:35 5: SW: 53657456616c7565733a52494e434f4e5f42384539333735443639343630313430305f4d523a70726573656e63653d64697361707065617265647c536c65657054696d657256657273696f6e3d307c416c61726d4c6973743d7e7e4e6f744c6f616465644d61726b65727e7e7c5a6f6e65506c617965725555494473496e47726f75703d52494e434f4e5f42384539333735443639343630313430307c726f6f6d49636f6e3d6c6976696e677c63757272656e745469746c653d307c726f6f6d4e616d65416c6961733d576f686e7a696d6d65724f477c416c61726d4c6973744944733d7e7e4e6f744c6f616465644d61726b65727e7e7c63757272656e74416c62756d3d307c526164696f7356657273696f6e3d52494e434f4e5f423845393337354436393436303134303025324332317c426173733d367c566f6c756d653d357c6669656c64547970653d7c676574416c61726d733d317c506c61796c6973747356657273696f6e3d52494e434f4e5f4238453933373544363934363031343030253243317c4f757470757446697865643d307c726f6f6d4e616d653d576f686e7a696d6d65724f477c63757272656e744172746973743d307c6c6f636174696f6e3d687474702533412532462532463139322e3136382e31312e383125334131343030253246786d6c2532466465766963655f6465736372697074696f6e2e786d6c7c5a6f6e6547726f75704e616d653d576f686e7a696d6d65724f477c416c61726d4c69737456657273696f6e3d7e7e4e6f744c6f616465644d61726b65727e7e7c6d696e566f6c756d653d307c4661766f75726974657356657273696f6e3d52494e434f4e5f423845393337354436393436303134303025324332317c42616c616e63653d307c4e414d453d536f6e6f735f576f686e7a696d6d65727c47726f75704d7574653d307c547265626c653d327c47726f7570566f6c756d653d357c4d7574653d307c4865616470686f6e65436f6e6e65637465643d307c5a6f6e6547726f757049443d52494e434f4e5f42384539333735443639343630313430302533415f5f7c5175657565486173683d39613163376565326337636533386434626262616632396162396632616331657c517565756556657273696f6e3d307c4c6f75646e6573733d310a
2015.10.19 08:04:35 5: SONOS0: Received: 'SetValues:RINCON_B8E9375D694601400_MR:presence=disappeared|SleepTimerVersion=0|AlarmList=~~NotLoadedMarker~~|ZonePlayerUUIDsInGroup=RINCON_B8E9375D694601400|roomIcon=living|currentTitle=0|roomNameAlias=WohnzimmerOG|AlarmListIDs=~~NotLoadedMarker~~|currentAlbum=0|RadiosVersion=RINCON_B8E9375D694601400%2C21|Bass=6|Volume=5|fieldType=|getAlarms=1|PlaylistsVersion=RINCON_B8E9375D694601400%2C1|OutputFixed=0|roomName=WohnzimmerOG|currentArtist=0|location=http%3A%2F%2F192.168.11.81%3A1400%2Fxml%2Fdevice_description.xml|ZoneGroupName=WohnzimmerOG|AlarmListVersion=~~NotLoadedMarker~~|minVolume=0|FavouritesVersion=RINCON_B8E9375D694601400%2C21|Balance=0|NAME=Sonos_Wohnzimmer|GroupMute=0|Treble=2|GroupVolume=5|Mute=0|HeadphoneConnected=0|ZoneGroupID=RINCON_B8E9375D694601400%3A__|QueueHash=9a1c7ee2c7ce38d4bbbaf29ab9f2ac1e|QueueVersion=0|Loudness=1'
2015.10.19 08:04:35 5: SONOS0: SetValues:RINCON_B8E937D9732201400_MR:ZoneGroupID=RINCON_B8E937D9732201400%3A__|QueueHash=9a1c7ee2c7ce38d4bbbaf29ab9f2ac1e|HeadphoneConnected=0|Mute=0|GroupVolume=15|GroupMute=0|Treble=3|Balance=0|NAME=Sonos_WohnzimmerEG|FavouritesVersion=RINCON_B8E9375D694601400%2C21|AlarmListVersion=~~NotLoadedMarker~~|ZoneGroupName=WohnzimmerEG|minVolume=0|currentArtist=0|location=http%3A%2F%2F192.168.11.79%3A1400%2Fxml%2Fdevice_description.xml|Loudness=1|QueueVersion=0|currentTitle=0|roomIcon=living|ZonePlayerUUIDsInGroup=RINCON_B8E937D9732201400|AlarmList=~~NotLoadedMarker~~|SleepTimerVersion=0|presence=disappeared|roomName=WohnzimmerEG|OutputFixed=0|getAlarms=1|PlaylistsVersion=RINCON_B8E9375D694601400%2C1|fieldType=|disable=1|RadiosVersion=RINCON_B8E9375D694601400%2C21|Bass=6|Volume=15|AlarmListIDs=~~NotLoadedMarker~~|roomNameAlias=WohnzimmerEG|currentAlbum=0
2015.10.19 08:04:35 5: SW: 53657456616c7565733a52494e434f4e5f42384539333744393733323230313430305f4d523a5a6f6e6547726f757049443d52494e434f4e5f42384539333744393733323230313430302533415f5f7c5175657565486173683d39613163376565326337636533386434626262616632396162396632616331657c4865616470686f6e65436f6e6e65637465643d307c4d7574653d307c47726f7570566f6c756d653d31357c47726f75704d7574653d307c547265626c653d337c42616c616e63653d307c4e414d453d536f6e6f735f576f686e7a696d6d657245477c4661766f75726974657356657273696f6e3d52494e434f4e5f423845393337354436393436303134303025324332317c416c61726d4c69737456657273696f6e3d7e7e4e6f744c6f616465644d61726b65727e7e7c5a6f6e6547726f75704e616d653d576f686e7a696d6d657245477c6d696e566f6c756d653d307c63757272656e744172746973743d307c6c6f636174696f6e3d687474702533412532462532463139322e3136382e31312e373925334131343030253246786d6c2532466465766963655f6465736372697074696f6e2e786d6c7c4c6f75646e6573733d317c517565756556657273696f6e3d307c63757272656e745469746c653d307c726f6f6d49636f6e3d6c6976696e677c5a6f6e65506c617965725555494473496e47726f75703d52494e434f4e5f42384539333744393733323230313430307c416c61726d4c6973743d7e7e4e6f744c6f616465644d61726b65727e7e7c536c65657054696d657256657273696f6e3d307c70726573656e63653d64697361707065617265647c726f6f6d4e616d653d576f686e7a696d6d657245477c4f757470757446697865643d307c676574416c61726d733d317c506c61796c6973747356657273696f6e3d52494e434f4e5f4238453933373544363934363031343030253243317c6669656c64547970653d7c64697361626c653d317c526164696f7356657273696f6e3d52494e434f4e5f423845393337354436393436303134303025324332317c426173733d367c566f6c756d653d31357c416c61726d4c6973744944733d7e7e4e6f744c6f616465644d61726b65727e7e7c726f6f6d4e616d65416c6961733d576f686e7a696d6d657245477c63757272656e74416c62756d3d300a
2015.10.19 08:04:35 5: SONOS0: Received: 'SetValues:RINCON_B8E937D9732201400_MR:ZoneGroupID=RINCON_B8E937D9732201400%3A__|QueueHash=9a1c7ee2c7ce38d4bbbaf29ab9f2ac1e|HeadphoneConnected=0|Mute=0|GroupVolume=15|GroupMute=0|Treble=3|Balance=0|NAME=Sonos_WohnzimmerEG|FavouritesVersion=RINCON_B8E9375D694601400%2C21|AlarmListVersion=~~NotLoadedMarker~~|ZoneGroupName=WohnzimmerEG|minVolume=0|currentArtist=0|location=http%3A%2F%2F192.168.11.79%3A1400%2Fxml%2Fdevice_description.xml|Loudness=1|QueueVersion=0|currentTitle=0|roomIcon=living|ZonePlayerUUIDsInGroup=RINCON_B8E937D9732201400|AlarmList=~~NotLoadedMarker~~|SleepTimerVersion=0|presence=disappeared|roomName=WohnzimmerEG|OutputFixed=0|getAlarms=1|PlaylistsVersion=RINCON_B8E9375D694601400%2C1|fieldType=|disable=1|RadiosVersion=RINCON_B8E9375D694601400%2C21|Bass=6|Volume=15|AlarmListIDs=~~NotLoadedMarker~~|roomNameAlias=WohnzimmerEG|currentAlbum=0'
2015.10.19 08:04:35 5: SW: 53746172745468726561640a
2015.10.19 08:04:35 5: SONOS0: Received: 'StartThread'



Und hier der verbose 5 vor und nach dem Auftreten der Meldung:

2015.10.19 08:07:35 4: SONOS2: 192.168.11.81 is alive
2015.10.19 08:07:37 3: SONOS0: Connection accepted from localhost:38299
2015.10.19 08:07:37 5: SONOS0: Received: 'hello'
2015.10.19 08:07:37 5: SONOS0: Received: 'goaway'
2015.10.19 08:07:37 4: SONOS0: Got correct Answer from Subprocess...
Loading device description failed with error: 500 Can't connect to 192.168.1.250:49152 (timeout) at ./FHEM/00_SONOS.pm line 3590 thread 1.
Loading device description failed with error: 500 Can't connect to 192.168.1.250:49152 (timeout) at ./FHEM/00_SONOS.pm line 3590 thread 1.
2015.10.19 08:08:05 4: SONOS2: IsAlive-Event UDN=RINCON_B8E937D9732201400_MR
2015.10.19 08:08:05 4: SONOS2: SONOS_Client_Data_Retreive(RINCON_B8E937D9732201400_MR, reading, location, ) -> http://192.168.11.79:1400/xml/device_description.xml
2015.10.19 08:08:05 5: SONOS2: Location: http://192.168.11.79:1400/xml/device_description.xml
2015.10.19 08:08:05 5: SONOS2: PingType: syn
2015.10.19 08:08:05 4: SONOS2: 192.168.11.79 is alive
2015.10.19 08:08:05 4: SONOS2: IsAlive-Event UDN=RINCON_B8E937BB790201400_MR
2015.10.19 08:08:05 4: SONOS2: SONOS_Client_Data_Retreive(RINCON_B8E937BB790201400_MR, reading, location, ) -> http://192.168.11.80:1400/xml/device_description.xml
2015.10.19 08:08:05 5: SONOS2: Location: http://192.168.11.80:1400/xml/device_description.xml
2015.10.19 08:08:05 5: SONOS2: PingType: syn
2015.10.19 08:08:05 4: SONOS2: 192.168.11.80 is alive
2015.10.19 08:08:05 4: SONOS2: IsAlive-Event UDN=RINCON_B8E9375D694601400_MR
2015.10.19 08:08:05 4: SONOS2: SONOS_Client_Data_Retreive(RINCON_B8E9375D694601400_MR, reading, location, ) -> http://192.168.11.81:1400/xml/device_description.xml
2015.10.19 08:08:05 5: SONOS2: Location: http://192.168.11.81:1400/xml/device_description.xml
2015.10.19 08:08:05 5: SONOS2: PingType: syn
2015.10.19 08:08:05 4: SONOS2: 192.168.11.81 is alive
2015.10.19 08:08:07 3: SONOS0: Connection accepted from localhost:38315
2015.10.19 08:08:07 5: SONOS0: Received: 'hello'
2015.10.19 08:08:07 5: SONOS0: Received: 'goaway'
2015.10.19 08:08:07 4: SONOS0: Got correct Answer from Subprocess...
Loading device description failed with error: 500 Can't connect to 192.168.1.250:49152 (timeout) at ./FHEM/00_SONOS.pm line 3590 thread 1.
2015.10.19 08:08:36 4: SONOS2: IsAlive-Event UDN=RINCON_B8E937D9732201400_MR
2015.10.19 08:08:36 4: SONOS2: SONOS_Client_Data_Retreive(RINCON_B8E937D9732201400_MR, reading, location, ) -> http://192.168.11.79:1400/xml/device_description.xml
2015.10.19 08:08:36 5: SONOS2: Location: http://192.168.11.79:1400/xml/device_description.xml
2015.10.19 08:08:36 5: SONOS2: PingType: syn
2015.10.19 08:08:36 4: SONOS2: 192.168.11.79 is alive
2015.10.19 08:08:36 4: SONOS2: IsAlive-Event UDN=RINCON_B8E937BB790201400_MR
2015.10.19 08:08:36 4: SONOS2: SONOS_Client_Data_Retreive(RINCON_B8E937BB790201400_MR, reading, location, ) -> http://192.168.11.80:1400/xml/device_description.xml
2015.10.19 08:08:36 5: SONOS2: Location: http://192.168.11.80:1400/xml/device_description.xml
2015.10.19 08:08:36 5: SONOS2: PingType: syn
2015.10.19 08:08:36 4: SONOS2: 192.168.11.80 is alive
2015.10.19 08:08:36 4: SONOS2: IsAlive-Event UDN=RINCON_B8E9375D694601400_MR
2015.10.19 08:08:36 4: SONOS2: SONOS_Client_Data_Retreive(RINCON_B8E9375D694601400_MR, reading, location, ) -> http://192.168.11.81:1400/xml/device_description.xml
2015.10.19 08:08:36 5: SONOS2: Location: http://192.168.11.81:1400/xml/device_description.xml
2015.10.19 08:08:36 5: SONOS2: PingType: syn
2015.10.19 08:08:36 4: SONOS2: 192.168.11.81 is alive
2015.10.19 08:08:37 3: SONOS0: Connection accepted from localhost:38327
2015.10.19 08:08:37 5: SONOS0: Received: 'hello'
2015.10.19 08:08:37 5: SONOS0: Received: 'goaway'
2015.10.19 08:08:37 4: SONOS0: Got correct Answer from Subprocess...
Loading device description failed with error: 500 Can't connect to 192.168.1.250:49152 (timeout) at ./FHEM/00_SONOS.pm line 3590 thread 1.