Sonos steuern

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

Vorheriges Thema - Nächstes Thema

funclass

#3255
Hallo und gesundes Neues an alle Mitlesen,

nehmt es mir bitte nicht übel, wenn ich den 200-seiten Thread nicht komplett durchforstet habe, aber die Suche hat auf meine Frage leider keine passende Antwort geliefert.

Vor einigen Tagen ist mein Sonos-Setup um eine Beam erweitert worden, nun habe ich mit wiedermal ein wenig mit dem sehr ausführlichen FHEM-Modul befasst. Gibt es eine Möglichkeit (ggf. ein Reading was ich noch nicht gefunden habe) das Eingangssignal der Beam zu checken? Konkret geht es mir darum künftig zu visualisieren, dass gerade 5.1 DolbyDigital abgespielt wird, indem ich z.B. die Status-LED an der Beam aktiviere.
Ich habe mir in myUtils schon eine kleine Funktion erstellt, die aus dem Reading "currentTrackHandle" den Wert <r:streamInfo>xy</r:streamInfo> extrahiert, da dort scheinbar zu erkennen ist wie viele Kanäle der Stream enthält. Ich will aber ungern für diese "Spielerei" unnötige Events erzeugen. Vielleicht lässt sich ja auch ein neues Reading implementieren, welches gleich die korrekte Bezeichnung mappt.


sub mySonosStreamType {

my $xmltext = ReadingsVal("Sonos_Wohnzimmer", "currentTrackHandle", "");
my $begin = index($xmltext, "<r:streamInfo>");
my $end = index($xmltext, "</r:streamInfo>");
my $type = substr($xmltext,$begin+14,$end-$begin-14);
my $text = "unbekannt";

# 0 = kein Stream
# 2 = Stereo
# 7 = 2.0 DD
# 18 = 5.1 DD

if ($type == 0) {
    $text = "Aus";
} elsif ($type == 2) {
    $text = "Stereo";
} elsif ($type == 7) {
    $text = "Dolby Digital 2.0";
} elsif ($type == 18) {
    $text = "Dolby Digital 5.1";
}
fhem("setreading Sonos_Wohnzimmer myStreamType $text");
return;
}


Ein notify reagiert aktuell auf Änderungen des currentTrackHandle und schreib mein Reading. Dieses habe ich im StateFormat ergänzt, damit sehe ich direkt womit die Beam grad "befeuert" wird.

Reinerlein

Hallo funclass,

wenn du dir ein Notify sparen möchtest und alles übersichtlich an einem Device haben möchtest, dann mach doch ein UserReading:

attr Sonos_Wohnzimmer userReadings myStreamType:currentTrackHandle.* { return mySonosStreamType(ReadingsVal($name, "currentTrackHandle", "")); }


Und deine Sub baust du so um, dass sie das Reading übergeben bekommt, und als Ergebnis deinen StreamType liefert:

sub mySonosStreamType($) {
        my ($xmltext) = @_;
my $begin = index($xmltext, "<r:streamInfo>");
my $end = index($xmltext, "</r:streamInfo>");
my $type = substr($xmltext,$begin+14,$end-$begin-14);

# 0 = kein Stream
# 2 = Stereo
# 7 = 2.0 DD
# 18 = 5.1 DD

if ($type == 0) {
      return 'Aus';
} elsif ($type == 2) {
      return 'Stereo';
} elsif ($type == 7) {
      return 'Dolby Digital 2.0';
} elsif ($type == 18) {
      return 'Dolby Digital 5.1';
}

return 'unbekannt';
}


Etwas kürzer mit einem regulären Ausdruck (ungetestet :) ):

sub mySonosStreamType($) {
  my ($xmltext) = @_;

  if ($xmltext =~ m/<r:streamInfo>(\d+)<\/r:streamInfo>/i) {
    if ($1 == 0) {
      return 'Aus';
    } elsif ($1 == 2) {
      return 'Stereo';
    } elsif ($1 == 7) {
      return 'Dolby Digital 2.0';
    } elsif ($1 == 18) {
      return 'Dolby Digital 5.1';
    } else {
      return 'Unbekannt: ' + $1;
    }
  } else {
    return 'Keine Angabe';
  }
}


Damit wird dieses Reading "myStreamType" immer dann mit aktualisiert, wenn "currentTrackHandle" aktualisiert wird.

Grüße
Reinerlein

funclass

#3257
Hallo Reinerlein,

vielen Dank für die Infos. Hatte es erst mit nem zusätzlichem Userreading versucht und bin gescheitert. Nun weiß ich auch warum, ich hab den Trigger vergessen.  ::)

Deine verkürzte Variante mit dem RegEx funktioniert super. Ich hab noch ne Prüfung eingebaut, ob der SPDIF-Eingang aktiv ist da die Ausgabe ja nur dann Sinn macht. Ggf. kann das im Wiki ergänzt werden (oder kann ich das selbst?). Hatte vorher am AV-Receiver immer eine kleine Anzeige im Display, das fand ich ganz nett. Mit dieser Lösung bin ich nun wieder glücklich  ;D


attr Sonos_Wohnzimmer userReadings myStreamType:currentTrackHandle.* { if(ReadingsVal($name, "currentTitle", "") eq "SPDIF-Wiedergabe") {return mySonosStreamType(ReadingsVal($name, "currentTrackHandle", "")); } else { return ""; } }


VG Christian

willib

#3258
Hallo Zusammen.
Ich habe ein Problem mit Speak. Nach Jedem Speak erhalte ich folgende Meldung:

SONOS1: Da keine Endzeit ermittelt werden konnte, wird kein Restoring durchgeführt werden!

Es sollte ein Radiosender aus meinen Favoriten laufen. Ich höre aber wenn ich die Playtaste drücke natürlich immer nur die letzte FHEM Durchsage.
Der Sender ist im Moment der Durchsage normalerweise gestoppt.

siehe auch mein separater Thread:
https://forum.fhem.de/index.php/topic,95402.msg882307.html#msg882307

Edit:
Es liegt anscheinend an der MP3 die als Gong vor der Durchsage ausgebe. Laut Wiki müssen die Formate übereinstimmen:
Achtung!: Die Verkettung der diversen MP3-Dateien erfolgt durch einfaches hintereinanderschreiben. Bei verschiedenen Formaten (Mono oder Stereo, 16kHz oder 22kHz, usw.) funktioniert zwar die Wiedergabe auf dem Sonos-System fehlerfrei, allerdings werden die Zeitinformationen nicht korrekt dargestellt. Um das zu korrigieren, kann man noch nachträglich einen lokal installierten Konverter (z.B. avconv) drüberlaufen lassen. Diesen kann man mit dem Sonos-Device-Attribut targetSpeakMP3FileConverter einstellen (z.B. mit /usr/bin/avconv -i %infile% %outfile%). Dabei ist zu beachten, dass dieser Zeit benötigt und somit die Verzögerung der Durchsage vergrößert.

Wie bringe ich jetzt meine Gong MP3 mit der Google MP3 in Übereinstimmung wenn ich den lokalen converter nicht nutzen möchte?

Vielen Dank.
FHEM in Debian 10 LXC unter Proxmox auf NUC, Homematic, Hue, Intertechno, Jeelink, RFXTRX, Harmony Hub, VU+ Uno 4K, Sonos, AMAD

Hotbird

#3259
ich hab seit gestern den SonosSub. Hab auch gleich die IP Adresse unter usedonlyIPs mit reingenommen, trotzdem wird der nicht über das autocreate erstellt. Liegt es daran, dass ich ihn zusammen mit der Beam laufen lasse? In meinem WLAN ist er bisher auch erst einmal aufgetaucht. Besteht da eine andere Verbindung mit dem Sub ( also nicht wie die anderen über das normale WLAN)?


// Lösung
Hab den Sub gestern nochmal aus der Raumaufteilung rausgenommen, da wurde er dann auch wieder im WLAN angezeigt. Danach ging die Einbindung in FHEM. 

l2r

@Reinerlein: Ich hätte da noch einen kleinen FeatureRequest:

Ist es möglich an den Playern bei StartFavourite direkt eine DropDown-Liste mit anzubieten, aus der man dann seine Favouriten auswählen kann? Natürlich nur sofern das Reading Favourites auch gefüllt ist?!

Analog würde das auch für StartPlalist und StartRadio gelten.

Das ganze von mir aus auch über ein Attribut aktivier/deaktivierbar.

Danke und Gruß Michael
Wissen ist Macht.
Ich weiß nix.
Macht nix.

Hotbird

#3261
bringt das     
localhost:4711 120 1 5

eigentlich noch etwas, wenn man eine Sonosbox per LAN-Kabel angeschlossen hat und auf das interne Wlan umgestellt hat? Die usedonlyIPs hab ich auch noch eingestellt, die werden auch noch in der Fritzbox angezeigt....

bekomme nämlich immer noch die folgenden Fehlermeldungen

Subscription request failed with error: 500 Internal Server Error at ./FHEM/00_SONOS.pm line 6098 thread 1.
Subscription request failed with error: 500 Internal Server Error at ./FHEM/00_SONOS.pm line 6098 thread 1.

2019.04.01 17:16:25 0: SONOS0: Das Lauschen auf der Schnittstelle wurde beendet. Prozess endet nun auch...


Hab mittlerweile öfter das Problem das Sonos auf disconnected steht

networker

Hallo Reinerlein
Kann man beim Sonos Device einstellen das ein Wechsel im state auch ein EVENT erzeugt?

Gruß Networker

andre07

Hallo

Funtioniert die sprachausgabe mit Amazon Polly mit Sonos oder ist nur meine Konfiguration falsch
defmod Sonos SONOS localhost:4711 120 1 5
attr Sonos DbLogExclude .*
attr Sonos Speak1 mp3:sudo /usr/local/bin/aws polly synthesize-speech --output-format mp3 --voice-id Marlene --text '%text%' %filename%
attr Sonos SubProcessLogfileName ./log/Sonos_SubProcess.log
attr Sonos room Sonos
attr Sonos targetSpeakDir /mnt/SonosSpeak
attr Sonos targetSpeakFileHashCache 1
attr Sonos targetSpeakFileTimestamp 0
attr Sonos targetSpeakMP3FileDir /mnt/SonosSpeak
attr Sonos targetSpeakURL \\192.168.178.95\SonosSpeak
attr Sonos verbose 3

Im log ist das zu finden
SONOS1: Beim Setzen der MP3-Informationen (ID3TagV2) ist ein Fehler aufgetreten: Can't call method "config" on an undefined value at ./FHEM/00_SONOS.pm line 4148.
SONOS1: Start temporary playing of "\\192.168.178.95\SonosSpeak/RINCON_5CAAFD243CDE01400_MR_Speak_b11fea48be3e22f1d01720c23e35012502b48dbd.mp3"

Sonos player meldet dies
PlayURITemp: Error! UPnP-Fault-Fields: Code: "s:Client", String: "UPnPError", Actor: "-", Detail: "{UPnPError => {errorCode => 701}}"
Mit nod-red und auf der konsole lassen sich mp3 mit Polly erstellen.

Andre


hoppel118

#3264
Hallo Leute,

bin nun auch stolzer Besitzer eines Sonos 5.1 Systems bestehend aus 1x Beam, 1x Sub und 2x One. :D

Ich habe mir heute morgen kurz das FHEM-Modul eingerichtet und bin nun etwas erstaunt über die Aktivitäten in meinem Logilfe.

Zitat von: Hotbird am 01 April 2019, 19:01:25
bekomme nämlich immer noch die folgenden Fehlermeldungen

Subscription request failed with error: 500 Internal Server Error at ./FHEM/00_SONOS.pm line 6098 thread 1.
Subscription request failed with error: 500 Internal Server Error at ./FHEM/00_SONOS.pm line 6098 thread 1.


Hab mittlerweile öfter das Problem das Sonos auf disconnected steht

Ich sehe auch die von dir benannten Errors beim Starten. Im Betrieb scheint es das nicht zu geben.

Mein Log wird mit vielen Einträgen zugemüllt. Was passiert hier:

2019.07.05 15:24:22 3: SONOS1: Alarm-Subscription for ZonePlayer "RINCON_949F3EA6D79201400_MR" has expired and is now renewed.
2019.07.05 15:24:22 3: SONOS1: ZoneGroupTopology-Subscription for ZonePlayer "RINCON_949F3EA6D79201400_MR" has expired and is now renewed.
2019.07.05 15:24:22 3: SONOS1: DeviceProperties-Subscription for ZonePlayer "RINCON_949F3EA6D79201400_MR" has expired and is now renewed


oder hier:

2019.07.05 14:58:33 3: SONOS1: Event: Received Transport-Event for Zone "Sonos_Wohnbereich".
2019.07.05 14:58:33 3: SONOS1: Event: End of Transport-Event for Zone "Sonos_Wohnbereich".


oder hier:

2019.07.05 15:43:09 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich".
2019.07.05 15:43:09 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich".


Sorry, falls das Anfängerfragen sind. Habe das System gerade erst gekauft und bin es einfach nicht gewohnt, dass so viel in mein FHEM Logfile geschrieben wird. Hier nochmal das gesamte Logfile seit der Inbetriebnahme heute morgen:

2019.07.05 08:24:08 1: SONOS0: Kein UPnP-Server gefunden... Starte selber einen und warte 8 Sekunde(n) darauf...
2019.07.05 08:24:08 1: SONOS0: ./FHEM/00_SONOS.pm is started by fhem...
2019.07.05 08:24:08 1: SONOS0: ./FHEM/00_SONOS.pm is listening to Port 4711
2019.07.05 08:24:16 3: SONOS0: Connection accepted from localhost:57020
2019.07.05 08:24:17 1: SONOS1: UPnP-Thread gestartet.
2019.07.05 08:24:17 1: SONOS2: LongJobs-Thread gestartet. Prüfe auf LongJobs...
2019.07.05 08:24:17 1: SONOS3: IsAlive-Thread gestartet. Warte 120 Sekunden und pruefe dann alle 45 Sekunden...
2019.07.05 08:24:17 1: SONOS4: Restore-Thread gestartet. Warte auf Arbeit...
2019.07.05 08:24:17 2: SONOS1: Discover Sonosplayer 'Wohnbereich' (Sub) Software Revision 10.2 with ID 'RINCON_949F3EA6D79201400_MR'
2019.07.05 08:24:17 1: SONOS1: Successfully autocreated SonosPlayer 'Wohnbereich_SW' (Sub) as 'Sonos_Wohnbereich_SW' with Software Revision 10.2 and ID 'RINCON_949F3EA6D79201400_MR'
2019.07.05 08:24:18 3: SONOS1: ProxyObject does not exists
2019.07.05 08:24:18 2: SONOS1: SonosPlayer 'Wohnbereich_SW' is now updated
2019.07.05 08:24:18 1: SONOS1: Service-subscribing not possible due to missing TransportService
2019.07.05 08:24:18 2: SONOS1: Alarm-Service-subscribing successful with SID=uuid:RINCON_949F3EA6D79201400_sub0000000045
2019.07.05 08:24:18 2: SONOS1: ZoneGroupTopology-Service-subscribing successful with SID=uuid:RINCON_949F3EA6D79201400_sub0000000046
2019.07.05 08:24:18 2: SONOS1: DeviceProperties-Service-subscribing successful with SID=uuid:RINCON_949F3EA6D79201400_sub0000000047
2019.07.05 08:24:18 3: SONOS1: Discover: End of discover-event for "Wohnbereich".
2019.07.05 08:24:18 2: SONOS1: Discover Sonosplayer 'Wohnbereich' (S18) Software Revision 10.2 with ID 'RINCON_7828CAF292F801400_MR'
2019.07.05 08:24:18 1: SONOS1: Successfully autocreated SonosPlayer 'Wohnbereich_RR' (S18) as 'Sonos_Wohnbereich_RR' with Software Revision 10.2 and ID 'RINCON_7828CAF292F801400_MR'
2019.07.05 08:24:18 3: SONOS1: ProxyObject does not exists
2019.07.05 08:24:18 2: SONOS1: SonosPlayer 'Wohnbereich_RR' is now updated
2019.07.05 08:24:18 1: SONOS1: Service-subscribing not possible due to missing TransportService
Subscription request failed with error: 500 Internal Server Error at ./FHEM/00_SONOS.pm line 6098 thread 1.
2019.07.05 08:24:18 1: SONOS1: Rendering-Service-subscribing NOT successful:
2019.07.05 08:24:18 2: SONOS1: Alarm-Service-subscribing successful with SID=uuid:RINCON_7828CAF292F801400_sub0000000019
2019.07.05 08:24:18 2: SONOS1: ZoneGroupTopology-Service-subscribing successful with SID=uuid:RINCON_7828CAF292F801400_sub0000000020
2019.07.05 08:24:18 2: SONOS1: DeviceProperties-Service-subscribing successful with SID=uuid:RINCON_7828CAF292F801400_sub0000000021
2019.07.05 08:24:18 3: SONOS1: Discover: End of discover-event for "Wohnbereich".
2019.07.05 08:24:18 3: SONOS1: Event: Received Alarm-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 08:24:18 3: SONOS1: Event: End of Alarm-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 08:24:18 2: SONOS1: Discover Sonosplayer 'Wohnbereich' (S14) Software Revision 10.2 with ID 'RINCON_347E5C97310401400_MR'
2019.07.05 08:24:18 1: SONOS1: Successfully autocreated SonosPlayer 'Wohnbereich' (S14) as 'Sonos_Wohnbereich' with Software Revision 10.2 and ID 'RINCON_347E5C97310401400_MR'
2019.07.05 08:24:19 2: SONOS1: SonosPlayer 'Wohnbereich' is now updated
2019.07.05 08:24:19 2: SONOS1: Service-subscribing successful with SID=uuid:RINCON_347E5C97310401400_sub0000001614
2019.07.05 08:24:19 2: SONOS1: Rendering-Service-subscribing successful with SID=uuid:RINCON_347E5C97310401400_sub0000001615
2019.07.05 08:24:19 2: SONOS1: GroupRendering-Service-subscribing successful with SID=uuid:RINCON_347E5C97310401400_sub0000001616
2019.07.05 08:24:19 2: SONOS1: ContentDirectory-Service-subscribing successful with SID=uuid:RINCON_347E5C97310401400_sub0000001617
2019.07.05 08:24:19 2: SONOS1: Alarm-Service-subscribing successful with SID=uuid:RINCON_347E5C97310401400_sub0000001618
2019.07.05 08:24:19 2: SONOS1: ZoneGroupTopology-Service-subscribing successful with SID=uuid:RINCON_347E5C97310401400_sub0000001619
2019.07.05 08:24:19 2: SONOS1: DeviceProperties-Service-subscribing successful with SID=uuid:RINCON_347E5C97310401400_sub0000001620
2019.07.05 08:24:19 2: SONOS1: MusicServices-Service-subscribing successful with SID=uuid:RINCON_347E5C97310401400_sub0000001621
2019.07.05 08:24:19 3: SONOS1: Discover: End of discover-event for "Wohnbereich".
2019.07.05 08:24:19 3: SONOS1: Event: Received Alarm-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 08:24:19 3: SONOS1: Event: End of Alarm-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 08:24:19 3: SONOS1: Setting MinMaxVolumes of device 'RINCON_949F3EA6D79201400_MR' to a new value ~ minVolume = 0
2019.07.05 08:24:19 3: SONOS1: Setting MinMaxVolumes of device 'RINCON_7828CAF292F801400_MR' to a new value ~ minVolume = 0
2019.07.05 08:24:19 2: SONOS1: Discover Sonosplayer 'Wohnbereich' (S18) Software Revision 10.2 with ID 'RINCON_7828CAF293E401400_MR'
2019.07.05 08:24:19 1: SONOS1: Successfully autocreated SonosPlayer 'Wohnbereich_LR' (S18) as 'Sonos_Wohnbereich_LR' with Software Revision 10.2 and ID 'RINCON_7828CAF293E401400_MR'
2019.07.05 08:24:19 3: SONOS1: ProxyObject does not exists
2019.07.05 08:24:19 2: SONOS1: SonosPlayer 'Wohnbereich_LR' is now updated
2019.07.05 08:24:19 1: SONOS1: Service-subscribing not possible due to missing TransportService
Subscription request failed with error: 500 Internal Server Error at ./FHEM/00_SONOS.pm line 6098 thread 1.
2019.07.05 08:24:19 1: SONOS1: Rendering-Service-subscribing NOT successful:
2019.07.05 08:24:19 2: SONOS1: Alarm-Service-subscribing successful with SID=uuid:RINCON_7828CAF293E401400_sub0000000021
2019.07.05 08:24:19 2: SONOS1: ZoneGroupTopology-Service-subscribing successful with SID=uuid:RINCON_7828CAF293E401400_sub0000000022
2019.07.05 08:24:19 2: SONOS1: DeviceProperties-Service-subscribing successful with SID=uuid:RINCON_7828CAF293E401400_sub0000000023
2019.07.05 08:24:19 3: SONOS1: Discover: End of discover-event for "Wohnbereich".
2019.07.05 08:24:19 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 08:24:19 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 08:24:19 3: SONOS1: Setting MinMaxVolumes of device 'RINCON_347E5C97310401400_MR' to a new value ~ minVolume = 0
2019.07.05 08:24:19 3: SONOS1: Event: Received Transport-Event for Zone "Sonos_Wohnbereich".
2019.07.05 08:24:19 3: SONOS1: Event: End of Transport-Event for Zone "Sonos_Wohnbereich".
2019.07.05 08:24:19 3: SONOS1: Setting MinMaxVolumes of device 'RINCON_7828CAF293E401400_MR' to a new value ~ minVolume = 0
2019.07.05 08:24:19 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 08:24:19 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 08:24:19 3: SONOS1: Event: Received Alarm-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 08:24:19 3: SONOS1: Event: End of Alarm-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 08:24:19 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 08:24:19 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 08:24:19 3: SONOS1: Event: Received Alarm-Event for Zone "Sonos_Wohnbereich".
2019.07.05 08:24:19 3: SONOS1: Event: End of Alarm-Event for Zone "Sonos_Wohnbereich".
2019.07.05 08:24:19 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 08:24:19 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 08:24:19 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 08:24:19 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 08:24:19 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich".
2019.07.05 08:24:19 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich".
2019.07.05 08:24:19 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich".
2019.07.05 08:24:19 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich".
2019.07.05 08:24:19 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 08:24:19 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 08:24:19 3: SONOS1: Event: Received MusicServices-Event for Zone "Sonos_Wohnbereich".
2019.07.05 08:24:36 3: SONOS1: Event: End of MusicServices-Event for Zone "Sonos_Wohnbereich".
2019.07.05 08:24:36 3: SONOS1: Event: Received ContentDirectory-Event for Zone "Sonos_Wohnbereich".
2019.07.05 08:24:36 3: SONOS1: ContainerUpdateIDs: Q:0,108
2019.07.05 08:24:36 3: SONOS1: Event: End of ContentDirectory-Event for Zone "Sonos_Wohnbereich".
2019.07.05 08:24:36 3: SONOS1: Event: Received Rendering-Event for Zone "Sonos_Wohnbereich".
2019.07.05 08:24:36 3: SONOS1: Event: End of Rendering-Event for Zone "Sonos_Wohnbereich".
2019.07.05 08:24:36 3: SONOS1: Event: Received GroupRendering-Event for Zone "Sonos_Wohnbereich".
2019.07.05 08:24:36 3: SONOS1: Event: End of GroupRendering-Event for Zone "Sonos_Wohnbereich".
2019.07.05 08:24:36 3: SONOS1: Event: Received MusicServices-Event for Zone "Sonos_Wohnbereich".
2019.07.05 08:24:36 3: SONOS1: Event: End of MusicServices-Event for Zone "Sonos_Wohnbereich".
2019.07.05 08:24:36 3: SONOS1: Event: Received ContentDirectory-Event for Zone "Sonos_Wohnbereich".
2019.07.05 08:24:36 3: SONOS1: ContainerUpdateIDs: Q:0,108
2019.07.05 08:24:36 3: SONOS1: Event: End of ContentDirectory-Event for Zone "Sonos_Wohnbereich".
2019.07.05 08:24:36 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich".
2019.07.05 08:24:36 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich".
2019.07.05 08:24:36 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich".
2019.07.05 08:24:36 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich".
2019.07.05 08:24:36 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 08:24:36 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 08:24:36 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 08:24:36 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 08:24:36 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 08:24:36 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 08:24:36 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 08:24:36 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 08:24:36 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 08:24:36 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 08:24:36 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 08:24:36 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 08:24:39 3: SONOS1: Event: Received Rendering-Event for Zone "Sonos_Wohnbereich".
2019.07.05 08:24:39 3: SONOS1: Event: End of Rendering-Event for Zone "Sonos_Wohnbereich".
2019.07.05 08:24:40 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich".
2019.07.05 08:24:40 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich".
2019.07.05 08:24:40 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 08:24:40 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 08:24:40 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 08:24:40 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 08:24:40 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 08:24:40 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 08:24:40 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 08:24:40 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 08:24:40 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 08:24:40 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 08:24:40 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 08:24:40 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 08:29:45 2: SONOS1: Discover Sonosplayer 'Wohnbereich' (S18) Software Revision 10.2 with ID 'RINCON_7828CAF293E401400_MR'
2019.07.05 08:29:45 2: SONOS1: SonosPlayer 'Wohnbereich_LR' (S18) with ID 'RINCON_7828CAF293E401400_MR' is already defined (as 'Sonos_Wohnbereich_LR') and will only be updated
2019.07.05 08:29:45 3: SONOS1: ProxyObject does not exists
2019.07.05 08:29:45 2: SONOS1: SonosPlayer 'Wohnbereich_LR' is now updated
2019.07.05 08:29:45 1: SONOS1: Service-subscribing not possible due to missing TransportService
Subscription request failed with error: 500 Internal Server Error at ./FHEM/00_SONOS.pm line 6098 thread 1.
2019.07.05 08:29:45 1: SONOS1: Rendering-Service-subscribing NOT successful:
2019.07.05 08:29:45 2: SONOS1: Alarm-Service-subscribing successful with SID=uuid:RINCON_7828CAF293E401400_sub0000000024
2019.07.05 08:29:45 2: SONOS1: ZoneGroupTopology-Service-subscribing successful with SID=uuid:RINCON_7828CAF293E401400_sub0000000025
2019.07.05 08:29:45 2: SONOS1: DeviceProperties-Service-subscribing successful with SID=uuid:RINCON_7828CAF293E401400_sub0000000026
2019.07.05 08:29:45 3: SONOS1: Discover: End of discover-event for "Wohnbereich".
2019.07.05 08:29:45 3: SONOS1: Event: Received Alarm-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 08:29:45 3: SONOS1: Event: End of Alarm-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 08:29:45 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 08:29:45 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 08:29:45 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 08:29:45 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 08:34:53 2: SONOS1: Discover Sonosplayer 'Wohnbereich' (S14) Software Revision 10.2 with ID 'RINCON_347E5C97310401400_MR'
2019.07.05 08:34:54 2: SONOS1: SonosPlayer 'Wohnbereich' (S14) with ID 'RINCON_347E5C97310401400_MR' is already defined (as 'Sonos_Wohnbereich') and will only be updated
2019.07.05 08:34:54 2: SONOS1: SonosPlayer 'Wohnbereich' is now updated
2019.07.05 08:34:54 2: SONOS1: Service-subscribing successful with SID=uuid:RINCON_347E5C97310401400_sub0000001622
2019.07.05 08:34:54 2: SONOS1: Rendering-Service-subscribing successful with SID=uuid:RINCON_347E5C97310401400_sub0000001623
2019.07.05 08:34:54 2: SONOS1: GroupRendering-Service-subscribing successful with SID=uuid:RINCON_347E5C97310401400_sub0000001624
2019.07.05 08:34:54 2: SONOS1: ContentDirectory-Service-subscribing successful with SID=uuid:RINCON_347E5C97310401400_sub0000001625
2019.07.05 08:34:54 2: SONOS1: Alarm-Service-subscribing successful with SID=uuid:RINCON_347E5C97310401400_sub0000001626
2019.07.05 08:34:54 2: SONOS1: ZoneGroupTopology-Service-subscribing successful with SID=uuid:RINCON_347E5C97310401400_sub0000001627
2019.07.05 08:34:54 2: SONOS1: DeviceProperties-Service-subscribing successful with SID=uuid:RINCON_347E5C97310401400_sub0000001628
2019.07.05 08:34:54 2: SONOS1: MusicServices-Service-subscribing successful with SID=uuid:RINCON_347E5C97310401400_sub0000001629
2019.07.05 08:34:54 3: SONOS1: Discover: End of discover-event for "Wohnbereich".
2019.07.05 08:34:54 3: SONOS1: Event: Received Transport-Event for Zone "Sonos_Wohnbereich".
2019.07.05 08:34:54 3: SONOS1: Event: End of Transport-Event for Zone "Sonos_Wohnbereich".
2019.07.05 08:34:54 2: SONOS1: Discover Sonosplayer 'Wohnbereich' (S14) Software Revision 10.2 with ID 'RINCON_347E5C97310401400_MR'
2019.07.05 08:34:54 2: SONOS1: SonosPlayer 'Wohnbereich' (S14) with ID 'RINCON_347E5C97310401400_MR' is already defined (as 'Sonos_Wohnbereich') and will only be updated
2019.07.05 08:34:54 2: SONOS1: SonosPlayer 'Wohnbereich' is now updated
2019.07.05 08:34:54 2: SONOS1: Service-subscribing successful with SID=uuid:RINCON_347E5C97310401400_sub0000001630
2019.07.05 08:34:54 2: SONOS1: Rendering-Service-subscribing successful with SID=uuid:RINCON_347E5C97310401400_sub0000001631
2019.07.05 08:34:54 2: SONOS1: GroupRendering-Service-subscribing successful with SID=uuid:RINCON_347E5C97310401400_sub0000001632
2019.07.05 08:34:54 2: SONOS1: ContentDirectory-Service-subscribing successful with SID=uuid:RINCON_347E5C97310401400_sub0000001633
2019.07.05 08:34:54 2: SONOS1: Alarm-Service-subscribing successful with SID=uuid:RINCON_347E5C97310401400_sub0000001634
2019.07.05 08:34:54 2: SONOS1: ZoneGroupTopology-Service-subscribing successful with SID=uuid:RINCON_347E5C97310401400_sub0000001635
2019.07.05 08:34:54 2: SONOS1: DeviceProperties-Service-subscribing successful with SID=uuid:RINCON_347E5C97310401400_sub0000001636
2019.07.05 08:34:54 2: SONOS1: MusicServices-Service-subscribing successful with SID=uuid:RINCON_347E5C97310401400_sub0000001637
2019.07.05 08:34:54 3: SONOS1: Discover: End of discover-event for "Wohnbereich".
2019.07.05 08:34:54 3: SONOS1: Event: Received Alarm-Event for Zone "Sonos_Wohnbereich".
2019.07.05 08:34:54 3: SONOS1: Event: End of Alarm-Event for Zone "Sonos_Wohnbereich".
2019.07.05 08:34:54 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich".
2019.07.05 08:34:54 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich".
2019.07.05 08:34:54 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich".
2019.07.05 08:34:54 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich".
2019.07.05 08:34:54 3: SONOS1: Event: Received MusicServices-Event for Zone "Sonos_Wohnbereich".
2019.07.05 08:34:54 3: SONOS1: Event: End of MusicServices-Event for Zone "Sonos_Wohnbereich".
2019.07.05 08:34:54 3: SONOS1: Event: Received ContentDirectory-Event for Zone "Sonos_Wohnbereich".
2019.07.05 08:34:54 3: SONOS1: ContainerUpdateIDs: Q:0,108
2019.07.05 08:34:54 3: SONOS1: Event: End of ContentDirectory-Event for Zone "Sonos_Wohnbereich".
2019.07.05 08:34:54 3: SONOS1: Event: Received Rendering-Event for Zone "Sonos_Wohnbereich".
2019.07.05 08:34:54 3: SONOS1: Event: End of Rendering-Event for Zone "Sonos_Wohnbereich".
2019.07.05 08:34:54 3: SONOS1: Event: Received Transport-Event for Zone "Sonos_Wohnbereich".
2019.07.05 08:34:55 3: SONOS1: Event: End of Transport-Event for Zone "Sonos_Wohnbereich".
2019.07.05 08:34:55 3: SONOS1: Event: Received GroupRendering-Event for Zone "Sonos_Wohnbereich".
2019.07.05 08:34:55 3: SONOS1: Event: End of GroupRendering-Event for Zone "Sonos_Wohnbereich".
2019.07.05 08:34:55 3: SONOS1: Event: Received Alarm-Event for Zone "Sonos_Wohnbereich".
2019.07.05 08:34:55 3: SONOS1: Event: End of Alarm-Event for Zone "Sonos_Wohnbereich".
2019.07.05 08:36:33 2: SONOS1: Discover Sonosplayer 'Wohnbereich' (Sub) Software Revision 10.2 with ID 'RINCON_949F3EA6D79201400_MR'
2019.07.05 08:36:33 2: SONOS1: SonosPlayer 'Wohnbereich_SW' (Sub) with ID 'RINCON_949F3EA6D79201400_MR' is already defined (as 'Sonos_Wohnbereich_SW') and will only be updated
2019.07.05 08:36:33 3: SONOS1: ProxyObject does not exists
2019.07.05 08:36:33 2: SONOS1: SonosPlayer 'Wohnbereich_SW' is now updated
2019.07.05 08:36:33 1: SONOS1: Service-subscribing not possible due to missing TransportService
2019.07.05 08:36:33 2: SONOS1: Alarm-Service-subscribing successful with SID=uuid:RINCON_949F3EA6D79201400_sub0000000048
2019.07.05 08:36:33 2: SONOS1: ZoneGroupTopology-Service-subscribing successful with SID=uuid:RINCON_949F3EA6D79201400_sub0000000049
2019.07.05 08:36:33 2: SONOS1: DeviceProperties-Service-subscribing successful with SID=uuid:RINCON_949F3EA6D79201400_sub0000000050
2019.07.05 08:36:33 3: SONOS1: Discover: End of discover-event for "Wohnbereich".
2019.07.05 08:36:33 3: SONOS1: Event: Received Alarm-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 08:36:33 3: SONOS1: Event: End of Alarm-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 08:36:33 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 08:36:33 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 08:36:33 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 08:36:33 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 08:37:34 2: SONOS1: Discover Sonosplayer 'Wohnbereich' (S18) Software Revision 10.2 with ID 'RINCON_7828CAF292F801400_MR'
2019.07.05 08:37:35 2: SONOS1: SonosPlayer 'Wohnbereich_RR' (S18) with ID 'RINCON_7828CAF292F801400_MR' is already defined (as 'Sonos_Wohnbereich_RR') and will only be updated
2019.07.05 08:37:35 3: SONOS1: ProxyObject does not exists
2019.07.05 08:37:35 2: SONOS1: SonosPlayer 'Wohnbereich_RR' is now updated
2019.07.05 08:37:35 1: SONOS1: Service-subscribing not possible due to missing TransportService
Subscription request failed with error: 500 Internal Server Error at ./FHEM/00_SONOS.pm line 6098 thread 1.
2019.07.05 08:37:35 1: SONOS1: Rendering-Service-subscribing NOT successful:
2019.07.05 08:37:35 2: SONOS1: Alarm-Service-subscribing successful with SID=uuid:RINCON_7828CAF292F801400_sub0000000022
2019.07.05 08:37:35 2: SONOS1: ZoneGroupTopology-Service-subscribing successful with SID=uuid:RINCON_7828CAF292F801400_sub0000000023
2019.07.05 08:37:35 2: SONOS1: DeviceProperties-Service-subscribing successful with SID=uuid:RINCON_7828CAF292F801400_sub0000000024
2019.07.05 08:37:35 3: SONOS1: Discover: End of discover-event for "Wohnbereich".
2019.07.05 08:37:35 3: SONOS1: Event: Received Alarm-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 08:37:35 3: SONOS1: Event: End of Alarm-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 08:37:35 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 08:37:35 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 08:37:35 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 08:37:35 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 08:42:45 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 08:42:45 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 08:42:45 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 08:42:45 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 08:42:46 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 08:42:46 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 08:42:46 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 08:42:46 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 08:42:47 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 08:42:47 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 08:42:47 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 08:42:47 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 08:43:02 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 08:43:02 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 08:43:03 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 08:43:03 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 08:43:06 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 08:43:06 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 08:43:06 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 08:43:06 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 08:43:07 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 08:43:07 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 08:43:07 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 08:43:07 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 08:43:12 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 08:43:12 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 08:43:12 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 08:43:12 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 08:43:16 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 08:43:16 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 08:43:16 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 08:43:16 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 08:43:17 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 08:43:17 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 08:43:17 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 08:43:17 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 08:43:22 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 08:43:22 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 08:43:22 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 08:43:22 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 08:43:26 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 08:43:26 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 08:43:26 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 08:43:26 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 08:43:27 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 08:43:27 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 08:43:27 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 08:43:27 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 09:24:10 3: SONOS1: Alarm-Subscription for ZonePlayer "RINCON_949F3EA6D79201400_MR" has expired and is now renewed.
2019.07.05 09:24:10 3: SONOS1: ZoneGroupTopology-Subscription for ZonePlayer "RINCON_949F3EA6D79201400_MR" has expired and is now renewed.
2019.07.05 09:24:10 3: SONOS1: DeviceProperties-Subscription for ZonePlayer "RINCON_949F3EA6D79201400_MR" has expired and is now renewed.
2019.07.05 09:24:10 3: SONOS1: Alarm-Subscription for ZonePlayer "RINCON_7828CAF292F801400_MR" has expired and is now renewed.
2019.07.05 09:24:10 3: SONOS1: ZoneGroupTopology-Subscription for ZonePlayer "RINCON_7828CAF292F801400_MR" has expired and is now renewed.
2019.07.05 09:24:10 3: SONOS1: DeviceProperties-Subscription for ZonePlayer "RINCON_7828CAF292F801400_MR" has expired and is now renewed.
2019.07.05 09:24:10 3: SONOS1: Transport-Subscription for ZonePlayer "RINCON_347E5C97310401400_MR" has expired and is now renewed.
2019.07.05 09:24:10 3: SONOS1: Rendering-Subscription for ZonePlayer "RINCON_347E5C97310401400_MR" has expired and is now renewed.
2019.07.05 09:24:10 3: SONOS1: GroupRendering-Subscription for ZonePlayer "RINCON_347E5C97310401400_MR" has expired and is now renewed.
2019.07.05 09:24:10 3: SONOS1: ContentDirectory-Subscription for ZonePlayer "RINCON_347E5C97310401400_MR" has expired and is now renewed.
2019.07.05 09:24:10 3: SONOS1: Alarm-Subscription for ZonePlayer "RINCON_347E5C97310401400_MR" has expired and is now renewed.
2019.07.05 09:24:10 3: SONOS1: ZoneGroupTopology-Subscription for ZonePlayer "RINCON_347E5C97310401400_MR" has expired and is now renewed.
2019.07.05 09:24:10 3: SONOS1: DeviceProperties-Subscription for ZonePlayer "RINCON_347E5C97310401400_MR" has expired and is now renewed.
2019.07.05 09:24:10 3: SONOS1: MusicServices-Subscription for ZonePlayer "RINCON_347E5C97310401400_MR" has expired and is now renewed.
2019.07.05 09:24:10 3: SONOS1: Alarm-Subscription for ZonePlayer "RINCON_7828CAF293E401400_MR" has expired and is now renewed.
2019.07.05 09:24:10 3: SONOS1: ZoneGroupTopology-Subscription for ZonePlayer "RINCON_7828CAF293E401400_MR" has expired and is now renewed.
2019.07.05 09:24:10 3: SONOS1: DeviceProperties-Subscription for ZonePlayer "RINCON_7828CAF293E401400_MR" has expired and is now renewed.
2019.07.05 09:42:42 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 09:42:42 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 09:42:42 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 09:42:42 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 09:42:45 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 09:42:45 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 09:42:45 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 09:42:45 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 09:42:48 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 09:42:48 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 09:42:48 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 09:42:48 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 09:43:02 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 09:43:02 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 09:43:02 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 09:43:02 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 09:43:05 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 09:43:05 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 09:43:05 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 09:43:05 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 09:43:08 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 09:43:08 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 09:43:08 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 09:43:08 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 09:43:12 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 09:43:12 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 09:43:12 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 09:43:12 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 09:43:15 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 09:43:15 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 09:43:15 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 09:43:15 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 09:43:18 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 09:43:18 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 09:43:18 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 09:43:18 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 09:43:22 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 09:43:22 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 09:43:22 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 09:43:22 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 09:43:25 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 09:43:25 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 09:43:25 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 09:43:25 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 09:43:28 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 09:43:28 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 09:43:28 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 09:43:28 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 09:54:11 3: SONOS1: Alarm-Subscription for ZonePlayer "RINCON_949F3EA6D79201400_MR" has expired and is now renewed.
2019.07.05 09:54:11 3: SONOS1: ZoneGroupTopology-Subscription for ZonePlayer "RINCON_949F3EA6D79201400_MR" has expired and is now renewed.
2019.07.05 09:54:11 3: SONOS1: DeviceProperties-Subscription for ZonePlayer "RINCON_949F3EA6D79201400_MR" has expired and is now renewed.
2019.07.05 09:54:11 3: SONOS1: Alarm-Subscription for ZonePlayer "RINCON_7828CAF292F801400_MR" has expired and is now renewed.
2019.07.05 09:54:11 3: SONOS1: ZoneGroupTopology-Subscription for ZonePlayer "RINCON_7828CAF292F801400_MR" has expired and is now renewed.
2019.07.05 09:54:11 3: SONOS1: DeviceProperties-Subscription for ZonePlayer "RINCON_7828CAF292F801400_MR" has expired and is now renewed.
2019.07.05 09:54:11 3: SONOS1: Transport-Subscription for ZonePlayer "RINCON_347E5C97310401400_MR" has expired and is now renewed.
2019.07.05 09:54:11 3: SONOS1: Rendering-Subscription for ZonePlayer "RINCON_347E5C97310401400_MR" has expired and is now renewed.
2019.07.05 09:54:11 3: SONOS1: GroupRendering-Subscription for ZonePlayer "RINCON_347E5C97310401400_MR" has expired and is now renewed.
2019.07.05 09:54:11 3: SONOS1: ContentDirectory-Subscription for ZonePlayer "RINCON_347E5C97310401400_MR" has expired and is now renewed.
2019.07.05 09:54:11 3: SONOS1: Alarm-Subscription for ZonePlayer "RINCON_347E5C97310401400_MR" has expired and is now renewed.
2019.07.05 09:54:11 3: SONOS1: ZoneGroupTopology-Subscription for ZonePlayer "RINCON_347E5C97310401400_MR" has expired and is now renewed.
2019.07.05 09:54:11 3: SONOS1: DeviceProperties-Subscription for ZonePlayer "RINCON_347E5C97310401400_MR" has expired and is now renewed.
2019.07.05 09:54:11 3: SONOS1: MusicServices-Subscription for ZonePlayer "RINCON_347E5C97310401400_MR" has expired and is now renewed.
2019.07.05 09:54:11 3: SONOS1: Alarm-Subscription for ZonePlayer "RINCON_7828CAF293E401400_MR" has expired and is now renewed.
2019.07.05 09:54:11 3: SONOS1: ZoneGroupTopology-Subscription for ZonePlayer "RINCON_7828CAF293E401400_MR" has expired and is now renewed.
2019.07.05 09:54:11 3: SONOS1: DeviceProperties-Subscription for ZonePlayer "RINCON_7828CAF293E401400_MR" has expired and is now renewed.
2019.07.05 10:24:12 3: SONOS1: Alarm-Subscription for ZonePlayer "RINCON_949F3EA6D79201400_MR" has expired and is now renewed.
2019.07.05 10:24:12 3: SONOS1: ZoneGroupTopology-Subscription for ZonePlayer "RINCON_949F3EA6D79201400_MR" has expired and is now renewed.
2019.07.05 10:24:12 3: SONOS1: DeviceProperties-Subscription for ZonePlayer "RINCON_949F3EA6D79201400_MR" has expired and is now renewed.
2019.07.05 10:24:12 3: SONOS1: Alarm-Subscription for ZonePlayer "RINCON_7828CAF292F801400_MR" has expired and is now renewed.
2019.07.05 10:24:12 3: SONOS1: ZoneGroupTopology-Subscription for ZonePlayer "RINCON_7828CAF292F801400_MR" has expired and is now renewed.
2019.07.05 10:24:12 3: SONOS1: DeviceProperties-Subscription for ZonePlayer "RINCON_7828CAF292F801400_MR" has expired and is now renewed.
2019.07.05 10:24:12 3: SONOS1: Transport-Subscription for ZonePlayer "RINCON_347E5C97310401400_MR" has expired and is now renewed.
2019.07.05 10:24:12 3: SONOS1: Rendering-Subscription for ZonePlayer "RINCON_347E5C97310401400_MR" has expired and is now renewed.
2019.07.05 10:24:12 3: SONOS1: GroupRendering-Subscription for ZonePlayer "RINCON_347E5C97310401400_MR" has expired and is now renewed.
2019.07.05 10:24:12 3: SONOS1: ContentDirectory-Subscription for ZonePlayer "RINCON_347E5C97310401400_MR" has expired and is now renewed.
2019.07.05 10:24:12 3: SONOS1: Alarm-Subscription for ZonePlayer "RINCON_347E5C97310401400_MR" has expired and is now renewed.
2019.07.05 10:24:12 3: SONOS1: ZoneGroupTopology-Subscription for ZonePlayer "RINCON_347E5C97310401400_MR" has expired and is now renewed.
2019.07.05 10:24:12 3: SONOS1: DeviceProperties-Subscription for ZonePlayer "RINCON_347E5C97310401400_MR" has expired and is now renewed.
2019.07.05 10:24:12 3: SONOS1: MusicServices-Subscription for ZonePlayer "RINCON_347E5C97310401400_MR" has expired and is now renewed.
2019.07.05 10:24:12 3: SONOS1: Alarm-Subscription for ZonePlayer "RINCON_7828CAF293E401400_MR" has expired and is now renewed.
2019.07.05 10:24:12 3: SONOS1: ZoneGroupTopology-Subscription for ZonePlayer "RINCON_7828CAF293E401400_MR" has expired and is now renewed.
2019.07.05 10:24:12 3: SONOS1: DeviceProperties-Subscription for ZonePlayer "RINCON_7828CAF293E401400_MR" has expired and is now renewed.
2019.07.05 10:42:43 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 10:42:43 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 10:42:43 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 10:42:43 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 10:42:45 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 10:42:45 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 10:42:45 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 10:42:45 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 10:42:47 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 10:42:47 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 10:42:47 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 10:42:47 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 10:43:03 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 10:43:03 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 10:43:03 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 10:43:03 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 10:43:05 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 10:43:05 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 10:43:05 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 10:43:05 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 10:43:07 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 10:43:07 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 10:43:08 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 10:43:08 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 10:43:13 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 10:43:13 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 10:43:13 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 10:43:13 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 10:43:15 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 10:43:15 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 10:43:15 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 10:43:15 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 10:43:17 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 10:43:17 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 10:43:17 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 10:43:17 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 10:43:23 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 10:43:23 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 10:43:23 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 10:43:23 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 10:43:25 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 10:43:25 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 10:43:25 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 10:43:25 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 10:43:27 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 10:43:27 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 10:43:27 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 10:43:27 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 10:54:13 3: SONOS1: Alarm-Subscription for ZonePlayer "RINCON_949F3EA6D79201400_MR" has expired and is now renewed.
2019.07.05 10:54:13 3: SONOS1: ZoneGroupTopology-Subscription for ZonePlayer "RINCON_949F3EA6D79201400_MR" has expired and is now renewed.
2019.07.05 10:54:13 3: SONOS1: DeviceProperties-Subscription for ZonePlayer "RINCON_949F3EA6D79201400_MR" has expired and is now renewed.
2019.07.05 10:54:13 3: SONOS1: Alarm-Subscription for ZonePlayer "RINCON_7828CAF292F801400_MR" has expired and is now renewed.
2019.07.05 10:54:13 3: SONOS1: ZoneGroupTopology-Subscription for ZonePlayer "RINCON_7828CAF292F801400_MR" has expired and is now renewed.
2019.07.05 10:54:13 3: SONOS1: DeviceProperties-Subscription for ZonePlayer "RINCON_7828CAF292F801400_MR" has expired and is now renewed.
2019.07.05 10:54:13 3: SONOS1: Transport-Subscription for ZonePlayer "RINCON_347E5C97310401400_MR" has expired and is now renewed.
2019.07.05 10:54:13 3: SONOS1: Rendering-Subscription for ZonePlayer "RINCON_347E5C97310401400_MR" has expired and is now renewed.
2019.07.05 10:54:13 3: SONOS1: GroupRendering-Subscription for ZonePlayer "RINCON_347E5C97310401400_MR" has expired and is now renewed.
2019.07.05 10:54:13 3: SONOS1: ContentDirectory-Subscription for ZonePlayer "RINCON_347E5C97310401400_MR" has expired and is now renewed.
2019.07.05 10:54:13 3: SONOS1: Alarm-Subscription for ZonePlayer "RINCON_347E5C97310401400_MR" has expired and is now renewed.
2019.07.05 10:54:13 3: SONOS1: ZoneGroupTopology-Subscription for ZonePlayer "RINCON_347E5C97310401400_MR" has expired and is now renewed.
2019.07.05 10:54:13 3: SONOS1: DeviceProperties-Subscription for ZonePlayer "RINCON_347E5C97310401400_MR" has expired and is now renewed.
2019.07.05 10:54:13 3: SONOS1: MusicServices-Subscription for ZonePlayer "RINCON_347E5C97310401400_MR" has expired and is now renewed.
2019.07.05 10:54:13 3: SONOS1: Alarm-Subscription for ZonePlayer "RINCON_7828CAF293E401400_MR" has expired and is now renewed.
2019.07.05 10:54:13 3: SONOS1: ZoneGroupTopology-Subscription for ZonePlayer "RINCON_7828CAF293E401400_MR" has expired and is now renewed.
2019.07.05 10:54:13 3: SONOS1: DeviceProperties-Subscription for ZonePlayer "RINCON_7828CAF293E401400_MR" has expired and is now renewed.
2019.07.05 11:24:14 3: SONOS1: Alarm-Subscription for ZonePlayer "RINCON_949F3EA6D79201400_MR" has expired and is now renewed.
2019.07.05 11:24:14 3: SONOS1: ZoneGroupTopology-Subscription for ZonePlayer "RINCON_949F3EA6D79201400_MR" has expired and is now renewed.
2019.07.05 11:24:14 3: SONOS1: DeviceProperties-Subscription for ZonePlayer "RINCON_949F3EA6D79201400_MR" has expired and is now renewed.
2019.07.05 11:24:14 3: SONOS1: Alarm-Subscription for ZonePlayer "RINCON_7828CAF292F801400_MR" has expired and is now renewed.
2019.07.05 11:24:14 3: SONOS1: ZoneGroupTopology-Subscription for ZonePlayer "RINCON_7828CAF292F801400_MR" has expired and is now renewed.
2019.07.05 11:24:14 3: SONOS1: DeviceProperties-Subscription for ZonePlayer "RINCON_7828CAF292F801400_MR" has expired and is now renewed.
2019.07.05 11:24:14 3: SONOS1: Transport-Subscription for ZonePlayer "RINCON_347E5C97310401400_MR" has expired and is now renewed.
2019.07.05 11:24:14 3: SONOS1: Rendering-Subscription for ZonePlayer "RINCON_347E5C97310401400_MR" has expired and is now renewed.
2019.07.05 11:24:14 3: SONOS1: GroupRendering-Subscription for ZonePlayer "RINCON_347E5C97310401400_MR" has expired and is now renewed.
2019.07.05 11:24:14 3: SONOS1: ContentDirectory-Subscription for ZonePlayer "RINCON_347E5C97310401400_MR" has expired and is now renewed.
2019.07.05 11:24:14 3: SONOS1: Alarm-Subscription for ZonePlayer "RINCON_347E5C97310401400_MR" has expired and is now renewed.
2019.07.05 11:24:14 3: SONOS1: ZoneGroupTopology-Subscription for ZonePlayer "RINCON_347E5C97310401400_MR" has expired and is now renewed.
2019.07.05 11:24:14 3: SONOS1: DeviceProperties-Subscription for ZonePlayer "RINCON_347E5C97310401400_MR" has expired and is now renewed.
2019.07.05 11:24:14 3: SONOS1: MusicServices-Subscription for ZonePlayer "RINCON_347E5C97310401400_MR" has expired and is now renewed.
2019.07.05 11:24:14 3: SONOS1: Alarm-Subscription for ZonePlayer "RINCON_7828CAF293E401400_MR" has expired and is now renewed.
2019.07.05 11:24:14 3: SONOS1: ZoneGroupTopology-Subscription for ZonePlayer "RINCON_7828CAF293E401400_MR" has expired and is now renewed.
2019.07.05 11:24:14 3: SONOS1: DeviceProperties-Subscription for ZonePlayer "RINCON_7828CAF293E401400_MR" has expired and is now renewed.
2019.07.05 11:42:43 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 11:42:43 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 11:42:43 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 11:42:43 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 11:42:45 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 11:42:45 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 11:42:45 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 11:42:45 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 11:42:49 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 11:42:49 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 11:42:49 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 11:42:49 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 11:43:02 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 11:43:02 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 11:43:02 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 11:43:02 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 11:43:03 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 11:43:03 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 11:43:03 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 11:43:03 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 11:43:05 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 11:43:05 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 11:43:05 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 11:43:05 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 11:43:09 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 11:43:09 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 11:43:09 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 11:43:09 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 11:43:13 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 11:43:13 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 11:43:13 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 11:43:13 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 11:43:15 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 11:43:15 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 11:43:15 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 11:43:15 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 11:43:19 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 11:43:19 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 11:43:19 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 11:43:19 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 11:43:23 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 11:43:23 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 11:43:23 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 11:43:23 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_RR".
2019.07.05 11:43:25 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 11:43:25 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 11:43:25 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 11:43:25 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_SW".
2019.07.05 11:43:29 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 11:43:29 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 11:43:29 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 11:43:29 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Wohnbereich_LR".
2019.07.05 11:54:15 3: SONOS1: Alarm-Subscription for ZonePlayer "RINCON_949F3EA6D79201400_MR" has expired and is now renewed.
2019.07.05 11:54:15 3: SONOS1: ZoneGroupTopology-Subscription for ZonePlayer "RINCON_949F3EA6D79201400_MR" has expired and is now renewed.
2019.07.05 11:54:15 3: SONOS1: DeviceProperties-Subscription for ZonePlayer "RINCON_949F3EA6D79201400_MR" has expired and is now renewed.
2019.07.05 11:54:15 3: SONOS1: Alarm-Subscription for ZonePlayer "RINCON_7828CAF292F801400_MR" has expired and is now renewed.
2019.07.05 11:54:15 3: SONOS1: ZoneGroupTopology-Subscription for ZonePlayer "RINCON_7828CAF292F801400_MR" has expired and is now renewed.
2019.07.05 11:54:15 3: SONOS1: DeviceProperties-Subscription for ZonePlayer "RINCON_7828CAF292F801400_MR" has expired and is now renewed.
2019.07.05 11:54:15 3: SONOS1: Transport-Subscription for ZonePlayer "RINCON_347E5C97310401400_MR" has expired and is now renewed.
2019.07.05 11:54:15 3: SONOS1: Rendering-Subscription for ZonePlayer "RINCON_347E5C97310401400_MR" has expired and is now renewed.


So geht das die ganze Zeit immer weiter. Kann mal bitte jemand mit etwas Erfahrung drüber schauen und mir bestätigen, ob das so normal ist oder nicht.

Danke euch und viele Grüße Hoppel
Server: Openmediavault, XEON E3-1240L-v5, Supermicro X11SSH-CTF, 64GB ECC RAM, SSD, RAID-Z2
Homebridge | Alexa | Yowsup
Homematic | HomeConnect | MQTT | Philips Hue | Sonos | Unifi Network & Protect | vbus | Xiaomi

Otto123

Hi,

ich betreibe es mit attr Sonos verbose 1damit  ist es ruhig.
Steht so auch im Wiki.
Wobei ich gerade gesehen habe, dass das Wiki an der Stelle etwas gruselig "alt" ist.

Gruß Otto
Viele Grüße aus Leipzig  ⇉  nächster Stammtisch an der Lindennaundorfer Mühle
RaspberryPi B B+ B2 B3 B3+ ZeroW,HMLAN,HMUART,Homematic,Fritz!Box 7590,WRT3200ACS-OpenWrt,Sonos,VU+,Arduino nano,ESP8266,MQTT,Zigbee,deconz

hoppel118

#3266
Zitat von: Otto123 am 05 Juli 2019, 16:34:28
Steht so auch im Wiki.
Wobei ich gerade gesehen habe, dass das Wiki an der Stelle etwas gruselig "alt" ist.

OK, wie immer. Wer lesen kann, ist klar im Vorteil. Was genau meinst du mit "gruselig alt"?

Habe das verbose level gerade mal auf 1 heruntergschraubt. Beim Starten bleibt dann noch folgendes übrig:

2019.07.05 16:55:51 1: SONOS0: Kein UPnP-Server gefunden... Starte selber einen und warte 8 Sekunde(n) darauf...
2019.07.05 16:55:51 1: SONOS0: ./FHEM/00_SONOS.pm is started by fhem...
2019.07.05 16:55:51 1: SONOS0: ./FHEM/00_SONOS.pm is listening to Port 4711
2019.07.05 16:56:00 1: SONOS1: UPnP-Thread gestartet.
2019.07.05 16:56:00 1: SONOS2: LongJobs-Thread gestartet. Prüfe auf LongJobs...
2019.07.05 16:56:00 1: SONOS3: IsAlive-Thread gestartet. Warte 120 Sekunden und pruefe dann alle 30 Sekunden...
2019.07.05 16:56:00 1: SONOS4: Restore-Thread gestartet. Warte auf Arbeit...
2019.07.05 16:56:01 1: SONOS1: Service-subscribing not possible due to missing TransportService
2019.07.05 16:56:02 1: SONOS1: Service-subscribing not possible due to missing TransportService
Subscription request failed with error: 500 Internal Server Error at ./FHEM/00_SONOS.pm line 6098 thread 1.
2019.07.05 16:56:02 1: SONOS1: Rendering-Service-subscribing NOT successful:
2019.07.05 16:56:02 1: SONOS1: Service-subscribing not possible due to missing TransportService
Subscription request failed with error: 500 Internal Server Error at ./FHEM/00_SONOS.pm line 6098 thread 1.
2019.07.05 16:56:02 1: SONOS1: Rendering-Service-subscribing NOT successful:


Das die Meldungen "missing TransportService" wahrscheinlich normal sind, habt ihr mir hier bereits mitgeteilt: https://forum.fhem.de/index.php/topic,94099.msg955647.html#msg955647

Bei mir taucht das ja auch nur beim Starten auf. Dann bleibt noch die folgende Meldung:

Subscription request failed with error: 500 Internal Server Error at ./FHEM/00_SONOS.pm line 6098 thread 1.

Das gehört dann wahrscheinlich irgendwie zum TransportService, oder?

Das hatte ich auch hier gefragt: https://forum.fhem.de/index.php/topic,78973.msg955490.html#msg955490

Danke euch nochmal und viele Grüße Hoppel
Server: Openmediavault, XEON E3-1240L-v5, Supermicro X11SSH-CTF, 64GB ECC RAM, SSD, RAID-Z2
Homebridge | Alexa | Yowsup
Homematic | HomeConnect | MQTT | Philips Hue | Sonos | Unifi Network & Protect | vbus | Xiaomi

Otto123

Naja solche Sätze:
ZitatIn neueren Versionen von FHEM werden die Konsolen-Logausgaben in das FHEMlog umgeleitet.
sind scheinbar noch aus 2013 :)
Viele Grüße aus Leipzig  ⇉  nächster Stammtisch an der Lindennaundorfer Mühle
RaspberryPi B B+ B2 B3 B3+ ZeroW,HMLAN,HMUART,Homematic,Fritz!Box 7590,WRT3200ACS-OpenWrt,Sonos,VU+,Arduino nano,ESP8266,MQTT,Zigbee,deconz

hoppel118

Oha, stimmt. Das muss schon ganz schön lange her sein... [emoji2]
Server: Openmediavault, XEON E3-1240L-v5, Supermicro X11SSH-CTF, 64GB ECC RAM, SSD, RAID-Z2
Homebridge | Alexa | Yowsup
Homematic | HomeConnect | MQTT | Philips Hue | Sonos | Unifi Network & Protect | vbus | Xiaomi

Ralli

Hallo zusammen,

ich habe bislang ein DOIF funktionierend gehabt, welches bei einem Überschreiten einer Lautstärke-Schwelle eines Players automatisch diesen Player wieder abgesenkt hat:


def DOIF_Volume_Max DOIF ([Sonos_Kind:Volume] > 55) (set Sonos_Kind Volume 25)
attr DOIF_Volume_Max do always


Im entsprechenden Sonos_Device ist das attribut event-on-change-reading gesetzt mit den Parametern state,transportState,Volume .

Heute ist mir durch Zufall aufgefallen, dass durch das Sonos-Device gar kein Event mehr getriggert wird, wenn das Volume am Player sich verändert - insofern kann natürlich auch das DOIF nicht mehr reagieren.

Wurde etwas intern im Modul verändert, dass das Attribut event-on-change-reading nicht mehr beachtet wird?
Gruß,
Ralli

Proxmox 8.1 Cluster mit HP ED800G2i7, Intel NUC11TNHi7+NUC7i5BNH, virtualisiertes fhem 6.3 dev, virtualisierte RaspberryMatic (3.75.6.20240316) mit HB-RF-ETH 1.3.0 / RPI-RF-MOD, HM-LAN-GW (1.1.5) und HMW-GW, FRITZBOX 7490 (07.57), FBDECT, Siri und Alexa