[GH-ISSUE #167] Sonos Feedback - not shown in Loxone #99

Open
opened 2026-02-27 19:28:24 +03:00 by kerem · 16 comments
Owner

Originally created by @simon2207 on GitHub (Feb 20, 2026).
Original GitHub issue: https://github.com/lox-audioserver/lox-audioserver/issues/167

@rudyberends Hi Rudy,

during the last BETA´s RC Testing it was possible to see if a Sonos Player is playing music within Loxone, after the Speaker were turned on manually on the device itself or due to the fact that some Inputs are triggered. For example after turning the TV on with an attached Sonos Soundbar - Loxone was able to show exactly that... Music / TV was playing in the Room. But not yet ( BETA 6 anymore ) .

Even now after starting the music in my office - from the Sonos app - the Lox-Audioserver Session overview shows the device as "Stop" Any idea?

Image Image
Originally created by @simon2207 on GitHub (Feb 20, 2026). Original GitHub issue: https://github.com/lox-audioserver/lox-audioserver/issues/167 @rudyberends Hi Rudy, during the last BETA´s RC Testing it was possible to see if a Sonos Player is playing music within Loxone, after the Speaker were turned on manually on the device itself or due to the fact that some Inputs are triggered. For example after turning the TV on with an attached Sonos Soundbar - Loxone was able to show exactly that... Music / TV was playing in the Room. But not yet ( BETA 6 anymore ) . Even now after starting the music in my office - from the Sonos app - the Lox-Audioserver Session overview shows the device as "Stop" Any idea? <img width="1045" height="767" alt="Image" src="https://github.com/user-attachments/assets/ae9d7bd8-a05b-40d2-ba54-bd0e82a2c623" /> <img width="1373" height="334" alt="Image" src="https://github.com/user-attachments/assets/8b68a4b0-8edf-4857-98e9-f12ccacf6d36" />
Author
Owner

@simon2207 commented on GitHub (Feb 20, 2026):

After several hours with chat gpt 5.2... we are not able to fix that... auto discover doesn't work - and callback function doesn't work either.

did you remove those features?

Kind regards
Simon

<!-- gh-comment-id:3935794736 --> @simon2207 commented on GitHub (Feb 20, 2026): After several hours with chat gpt 5.2... we are not able to fix that... auto discover doesn't work - and callback function doesn't work either. did you remove those features? Kind regards Simon
Author
Owner

@rudyberends commented on GitHub (Feb 20, 2026):

I’m not sure how this would have worked in the first place. If it did, it was likely “by accident,” and I also don’t know what changed that caused it to stop working.

That said, I do need this functionality myself, so it will be implemented in a future release. I’m just not sure yet what the best approach is to make it usable in a generic way.

<!-- gh-comment-id:3935844218 --> @rudyberends commented on GitHub (Feb 20, 2026): I’m not sure how this would have worked in the first place. If it did, it was likely “by accident,” and I also don’t know what changed that caused it to stop working. That said, I do need this functionality myself, so it will be implemented in a future release. I’m just not sure yet what the best approach is to make it usable in a generic way.
Author
Owner

@simon2207 commented on GitHub (Feb 20, 2026):

@rudyberends maybe that could help a little bit... 2 hours of work - chatgpt conclusion.

Titel: Sonos S2 WebSocket connection loops (“Connecting…”) – /websocket/api returns 400 on Upgrade, no UPnP SUBSCRIBE traffic
Beschreibung:
Ich nutze ghcr.io/lox-audioserver/lox-audioserver:beta im Docker Host-Mode auf 192.168.1.38 (UniFi). Sonos Geräte im selben LAN/WLAN. Die Sonos-Ausgabe ist in der config.json pro Zone gesetzt ("output": {"id":"sonos","host":"192.168.1.x"}).
Seit dem Wechsel auf die Beta sehe ich keine Event/Status-Updates “zurück” und im Log nur wiederholte Verbindungsversuche zur Sonos WebSocket API.
Beobachtung / Logs:
docker logs --tail 200 lox-audioserver | grep -i sonos
zeigt wiederholt:
Connecting to Sonos WebSocket wss://192.168.1.130:1443/websocket/api
ebenso für weitere Player (z.B. 192.168.1.120 etc.)
Netzwerk ist ok / Port erreichbar:
TLS zu 1443 funktioniert:
curl -vk https://192.168.1.130:1443/ → TLS Handshake ok (Zertifikat Sonos Device Authentication Root CA)
WebSocket-Handshake liefert 400 (bei Roam und Arc):
Standard WebSocket Upgrade ergibt bei mehreren Playern:
curl -sk --http1.1 -H "Connection: Upgrade" -H "Upgrade: websocket" -H "Sec-WebSocket-Version: 13" -H "Sec-WebSocket-Key: dGhlIHNhbXBsZSBub25jZQ==" -D - https://192.168.1.130:1443/websocket/api -o /dev/null | head -n 1
→ HTTP/1.1 400 Bad Request
gleicher Test gegen Arc (kabelgebunden):
→ HTTP/1.1 400 Bad Request
Normaler GET ohne Upgrade:
curl -vk https://192.168.1.130:1443/websocket/api → HTTP/1.1 400 Bad Request
Kein UPnP Eventing (SUBSCRIBE) sichtbar:
Während Container läuft (und auch bei Wiedergabe) sehe ich auf tcpdump keinerlei SUBSCRIBE/CALLBACK/SID zu Port 1400:
sudo timeout 60 tcpdump -ni eth0 -s 0 -A host 192.168.1.130 and tcp port 1400 | grep -iE "SUBSCRIBE|CALLBACK|SID:|UNSUBSCRIBE" → keine Treffer
Erwartung:
lox-audioserver sollte entweder:
WebSocket korrekt handshaken (inkl. ggf. nötiger Header/Subprotocol/Auth), oder
alternativ UPnP SUBSCRIBE (1400) für AVTransport/RenderingControl nutzen, sodass Status/Events zurückkommen.
Bitte um Hinweis:
Welche zusätzlichen Header/Subprotocol/Auth/Pairing erwartet die Sonos S2 WebSocket API in der Beta-Implementierung? Gibt es ein Setup/Pairing-Schritt oder ein Config-Flag, das fehlt?

<!-- gh-comment-id:3935893967 --> @simon2207 commented on GitHub (Feb 20, 2026): @rudyberends maybe that could help a little bit... 2 hours of work - chatgpt conclusion. Titel: Sonos S2 WebSocket connection loops (“Connecting…”) – /websocket/api returns 400 on Upgrade, no UPnP SUBSCRIBE traffic Beschreibung: Ich nutze ghcr.io/lox-audioserver/lox-audioserver:beta im Docker Host-Mode auf 192.168.1.38 (UniFi). Sonos Geräte im selben LAN/WLAN. Die Sonos-Ausgabe ist in der config.json pro Zone gesetzt ("output": {"id":"sonos","host":"192.168.1.x"}). Seit dem Wechsel auf die Beta sehe ich keine Event/Status-Updates “zurück” und im Log nur wiederholte Verbindungsversuche zur Sonos WebSocket API. Beobachtung / Logs: docker logs --tail 200 lox-audioserver | grep -i sonos zeigt wiederholt: Connecting to Sonos WebSocket wss://192.168.1.130:1443/websocket/api ebenso für weitere Player (z.B. 192.168.1.120 etc.) Netzwerk ist ok / Port erreichbar: TLS zu 1443 funktioniert: curl -vk https://192.168.1.130:1443/ → TLS Handshake ok (Zertifikat Sonos Device Authentication Root CA) WebSocket-Handshake liefert 400 (bei Roam und Arc): Standard WebSocket Upgrade ergibt bei mehreren Playern: curl -sk --http1.1 -H "Connection: Upgrade" -H "Upgrade: websocket" -H "Sec-WebSocket-Version: 13" -H "Sec-WebSocket-Key: dGhlIHNhbXBsZSBub25jZQ==" -D - https://192.168.1.130:1443/websocket/api -o /dev/null | head -n 1 → HTTP/1.1 400 Bad Request gleicher Test gegen Arc (kabelgebunden): → HTTP/1.1 400 Bad Request Normaler GET ohne Upgrade: curl -vk https://192.168.1.130:1443/websocket/api → HTTP/1.1 400 Bad Request Kein UPnP Eventing (SUBSCRIBE) sichtbar: Während Container läuft (und auch bei Wiedergabe) sehe ich auf tcpdump keinerlei SUBSCRIBE/CALLBACK/SID zu Port 1400: sudo timeout 60 tcpdump -ni eth0 -s 0 -A host 192.168.1.130 and tcp port 1400 | grep -iE "SUBSCRIBE|CALLBACK|SID:|UNSUBSCRIBE" → keine Treffer Erwartung: lox-audioserver sollte entweder: WebSocket korrekt handshaken (inkl. ggf. nötiger Header/Subprotocol/Auth), oder alternativ UPnP SUBSCRIBE (1400) für AVTransport/RenderingControl nutzen, sodass Status/Events zurückkommen. Bitte um Hinweis: Welche zusätzlichen Header/Subprotocol/Auth/Pairing erwartet die Sonos S2 WebSocket API in der Beta-Implementierung? Gibt es ein Setup/Pairing-Schritt oder ein Config-Flag, das fehlt?
Author
Owner

@simon2207 commented on GitHub (Feb 20, 2026):

@rudyberends Version 2.7 was able to sent player feedback to Loxone. - after starting music from Sonos itself... BUT... I m unable to download either 3.10 or 2.7... Version 4.0 was able to auto discover Sonos speaker... beta 6 not ...

<!-- gh-comment-id:3935900697 --> @simon2207 commented on GitHub (Feb 20, 2026): @rudyberends Version 2.7 was able to sent player feedback to Loxone. - after starting music from Sonos itself... BUT... I m unable to download either 3.10 or 2.7... Version 4.0 was able to auto discover Sonos speaker... beta 6 not ...
Author
Owner

@simon2207 commented on GitHub (Feb 20, 2026):

@rudyberends The feature was working - while we added the Sonos Speaker via Music Assistant - not working since direct implementation... But that might be a very important feature.

For example - You push the Sonos button on the device itself and it starts playing the last played song / station / playlist,... you will not notice that within Loxone - and when you leave the house or the room your are not able to turn off the music with Loxone Touch for example... because Loxone doesn't know that the music is playing...

That feature works only when you start playing music from Loxone in the first place.

<!-- gh-comment-id:3936668559 --> @simon2207 commented on GitHub (Feb 20, 2026): @rudyberends The feature was working - while we added the Sonos Speaker via Music Assistant - not working since direct implementation... But that might be a very important feature. For example - You push the Sonos button on the device itself and it starts playing the last played song / station / playlist,... you will not notice that within Loxone - and when you leave the house or the room your are not able to turn off the music with Loxone Touch for example... because Loxone doesn't know that the music is playing... That feature works only when you start playing music from Loxone in the first place.
Author
Owner

@rudyberends commented on GitHub (Feb 21, 2026):

I understand the need for this feature — I need it myself as well. It will be implemented; I just need to figure out how to do it in a clean, generic way.

<!-- gh-comment-id:3938656094 --> @rudyberends commented on GitHub (Feb 21, 2026): I understand the need for this feature — I need it myself as well. It will be implemented; I just need to figure out how to do it in a clean, generic way.
Author
Owner

@rudyberends commented on GitHub (Feb 22, 2026):

The latest beta now has a state controller to monitor external events. You can see this on a zone tile.

Image

It consists of 2 parts. A general state controller with all the shared logic, and an implementation specific part. I have validated this code with a beolink implementation, so I can confirm the state controller is doing its job.

The Sonos part is untested and I leave that up to you. It might not work properly, or it might not work at all.

Put your state controller on Sonos for a Sonos zone and see if it picks up external events. If it does not work as expected, share the full spam log and I will try to fix it.

<!-- gh-comment-id:3940701029 --> @rudyberends commented on GitHub (Feb 22, 2026): The latest beta now has a state controller to monitor external events. You can see this on a zone tile. <img width="334" height="496" alt="Image" src="https://github.com/user-attachments/assets/bbab77bd-60eb-490a-8d7b-213cb9072f84" /> It consists of 2 parts. A general state controller with all the shared logic, and an implementation specific part. I have validated this code with a beolink implementation, so I can confirm the state controller is doing its job. The Sonos part is untested and I leave that up to you. It might not work properly, or it might not work at all. Put your state controller on Sonos for a Sonos zone and see if it picks up external events. If it does not work as expected, share the full spam log and I will try to fix it.
Author
Owner

@simon2207 commented on GitHub (Feb 22, 2026):

@rudyberends Thanks for that - first try - after getting Beta 7 Up and Running - I tried that new State Feature - but unfortunately I doesn't work.

Starts Playing via Sonos App - nothing is shown in the Logs - no feedback from Sonos to Lox-Audioserver.
Starts playing Music from Loxone - and the following output is generated. As expected - that works as it should.

[2026-02-22T15:27:25.880Z][INFO][Zones|Manager] [hasParentContext=false normalizedTarget=https://stream.rcs.revma.com/mallorcasunshineradioclassics resolvedTarget=https://stream.rcs.revma.com/mallorcasunshineradioclassics station="" type=favorite uri=https://stream.rcs.revma.com/mallorcasunshineradioclassics zoneId=14] playContent
[2026-02-22T15:27:25.895Z][INFO][Audio|Manager] [hasStream=false label=tunein🚉b64_aHR0cHM6Ly9zdHJlYW0ucmNzLnJldm1hLmNvbS9tYWxsb3JjYXN1bnNoaW5lcmFkaW9jbGFzc2ljcw== sourceKind=url zoneId=14] startWithResolvedSource
[2026-02-22T15:27:25.896Z][INFO][Audio|Manager] [handoff=false kind=url profiles=["mp3"] zoneId=14] starting audio engine
[2026-02-22T15:27:25.897Z][INFO][Audio|Session] [maxBufferBytes=8192 outputBitDepth=16 outputChannels=2 outputSampleRate=44100 profile=mp3 targetLeadMs=1000 zoneId=14] audio session buffer config
[2026-02-22T15:27:25.901Z][INFO][Audio|Engine] [profile=mp3 source=url zoneId=14] audio session started
[2026-02-22T15:27:25.902Z][INFO][Audio|Manager] [sincePlayContentMs=21 source=tunein🚉b64_aHR0cHM6Ly9zdHJlYW0ucmNzLnJldm1hLmNvbS9tYWxsb3JjYXN1bnNoaW5lcmFkaW9jbGFzc2ljcw== stream=14-78b28b79-8224-4192-a122-58f27dbee426 title="Mallorca Sunshine Radio - Classics" zoneId=14] playback started
[2026-02-22T15:27:25.906Z][INFO][Output|Sonos] [uri=x-rincon-mp3radio://192.168.1.38:7090/streams/14/current.mp3?prime=1771774045880 zoneId=14] sending playback command
[2026-02-22T15:27:25.934Z][INFO][Output|Sonos] [action=SetVolume durationMs=29 host=192.168.1.130:1400 service=RenderingControl status=200 zoneId=14] Sonos action succeeded
[2026-02-22T15:27:25.934Z][INFO][Output|Sonos] [volume=20 zoneId=14] Sonos volume set
[2026-02-22T15:27:25.944Z][INFO][Output|Sonos] [action=SetAVTransportURI durationMs=37 host=192.168.1.130:1400 service=AVTransport status=200 zoneId=14] Sonos action succeeded
[2026-02-22T15:27:26.112Z][INFO][Audio|Session] [bytes=93 profile=mp3 spawnToFirstChunkMs=215 zoneId=14] ffmpeg first chunk
[2026-02-22T15:27:26.114Z][INFO][Audio|Player:14] [playContentToStartedMs=21 profile=mp3 ready=true sincePlaybackStartedMs=212 sincePlayContentMs=233 source=tunein🚉b64_aHR0cHM6Ly9zdHJlYW0ucmNzLnJldm1hLmNvbS9tYWxsb3JjYXN1bnNoaW5lcmFkaW9jbGFzc2ljcw== zoneId=14] playback first audio ready
[2026-02-22T15:27:26.220Z][INFO][Output|Sonos] [action=Play durationMs=15 host=192.168.1.130:1400 service=AVTransport status=200 zoneId=14] Sonos action succeeded
[2026-02-22T15:27:26.220Z][INFO][Output|Sonos] [uri=x-rincon-mp3radio://192.168.1.38:7090/streams/14/current.mp3?prime=1771774045880 zoneId=14] Sonos playback started

Kind reagards
Simon

<!-- gh-comment-id:3941213684 --> @simon2207 commented on GitHub (Feb 22, 2026): @rudyberends Thanks for that - first try - after getting Beta 7 Up and Running - I tried that new State Feature - but unfortunately I doesn't work. Starts Playing via Sonos App - nothing is shown in the Logs - no feedback from Sonos to Lox-Audioserver. Starts playing Music from Loxone - and the following output is generated. As expected - that works as it should. [2026-02-22T15:27:25.880Z][INFO][Zones|Manager] [hasParentContext=false normalizedTarget=https://stream.rcs.revma.com/mallorcasunshineradioclassics resolvedTarget=https://stream.rcs.revma.com/mallorcasunshineradioclassics station="" type=favorite uri=https://stream.rcs.revma.com/mallorcasunshineradioclassics zoneId=14] playContent [2026-02-22T15:27:25.895Z][INFO][Audio|Manager] [hasStream=false label=tunein:station:b64_aHR0cHM6Ly9zdHJlYW0ucmNzLnJldm1hLmNvbS9tYWxsb3JjYXN1bnNoaW5lcmFkaW9jbGFzc2ljcw== sourceKind=url zoneId=14] startWithResolvedSource [2026-02-22T15:27:25.896Z][INFO][Audio|Manager] [handoff=false kind=url profiles=["mp3"] zoneId=14] starting audio engine [2026-02-22T15:27:25.897Z][INFO][Audio|Session] [maxBufferBytes=8192 outputBitDepth=16 outputChannels=2 outputSampleRate=44100 profile=mp3 targetLeadMs=1000 zoneId=14] audio session buffer config [2026-02-22T15:27:25.901Z][INFO][Audio|Engine] [profile=mp3 source=url zoneId=14] audio session started [2026-02-22T15:27:25.902Z][INFO][Audio|Manager] [sincePlayContentMs=21 source=tunein:station:b64_aHR0cHM6Ly9zdHJlYW0ucmNzLnJldm1hLmNvbS9tYWxsb3JjYXN1bnNoaW5lcmFkaW9jbGFzc2ljcw== stream=14-78b28b79-8224-4192-a122-58f27dbee426 title="Mallorca Sunshine Radio - Classics" zoneId=14] playback started [2026-02-22T15:27:25.906Z][INFO][Output|Sonos] [uri=x-rincon-mp3radio://192.168.1.38:7090/streams/14/current.mp3?prime=1771774045880 zoneId=14] sending playback command [2026-02-22T15:27:25.934Z][INFO][Output|Sonos] [action=SetVolume durationMs=29 host=192.168.1.130:1400 service=RenderingControl status=200 zoneId=14] Sonos action succeeded [2026-02-22T15:27:25.934Z][INFO][Output|Sonos] [volume=20 zoneId=14] Sonos volume set [2026-02-22T15:27:25.944Z][INFO][Output|Sonos] [action=SetAVTransportURI durationMs=37 host=192.168.1.130:1400 service=AVTransport status=200 zoneId=14] Sonos action succeeded [2026-02-22T15:27:26.112Z][INFO][Audio|Session] [bytes=93 profile=mp3 spawnToFirstChunkMs=215 zoneId=14] ffmpeg first chunk [2026-02-22T15:27:26.114Z][INFO][Audio|Player:14] [playContentToStartedMs=21 profile=mp3 ready=true sincePlaybackStartedMs=212 sincePlayContentMs=233 source=tunein:station:b64_aHR0cHM6Ly9zdHJlYW0ucmNzLnJldm1hLmNvbS9tYWxsb3JjYXN1bnNoaW5lcmFkaW9jbGFzc2ljcw== zoneId=14] playback first audio ready [2026-02-22T15:27:26.220Z][INFO][Output|Sonos] [action=Play durationMs=15 host=192.168.1.130:1400 service=AVTransport status=200 zoneId=14] Sonos action succeeded [2026-02-22T15:27:26.220Z][INFO][Output|Sonos] [uri=x-rincon-mp3radio://192.168.1.38:7090/streams/14/current.mp3?prime=1771774045880 zoneId=14] Sonos playback started Kind reagards Simon
Author
Owner

@rudyberends commented on GitHub (Feb 22, 2026):

Could you try again with;

ghcr.io/lox-audioserver/lox-audioserver:testing-20260222165648

If its still not working, share a full log again

<!-- gh-comment-id:3941426305 --> @rudyberends commented on GitHub (Feb 22, 2026): Could you try again with; `ghcr.io/lox-audioserver/lox-audioserver:testing-20260222165648` If its still not working, share a full log again
Author
Owner

@simon2207 commented on GitHub (Feb 22, 2026):

here you go - exactly the same behavior ...

No Logs during playback from Sonos directly - only after starting via Loxone App.

[2026-02-22T18:05:11.860Z][INFO][Zones|Manager] [hasParentContext=false normalizedTarget=https://stream.rcs.revma.com/mallorcasunshineradioclassics resolvedTarget=https://stream.rcs.revma.com/mallorcasunshineradioclassics station="" type=favorite uri=https://stream.rcs.revma.com/mallorcasunshineradioclassics zoneId=14] playContent
[2026-02-22T18:05:11.866Z][INFO][Audio|Manager] [hasStream=false label=tunein🚉b64_aHR0cHM6Ly9zdHJlYW0ucmNzLnJldm1hLmNvbS9tYWxsb3JjYXN1bnNoaW5lcmFkaW9jbGFzc2ljcw== sourceKind=url zoneId=14] startWithResolvedSource
[2026-02-22T18:05:11.867Z][INFO][Audio|Manager] [handoff=false kind=url profiles=["mp3"] zoneId=14] starting audio engine
[2026-02-22T18:05:11.868Z][INFO][Audio|Session] [maxBufferBytes=8192 outputBitDepth=16 outputChannels=2 outputSampleRate=44100 profile=mp3 targetLeadMs=1000 zoneId=14] audio session buffer config
[2026-02-22T18:05:11.873Z][INFO][Audio|Engine] [profile=mp3 source=url zoneId=14] audio session started
[2026-02-22T18:05:11.874Z][INFO][Audio|Manager] [sincePlayContentMs=13 source=tunein🚉b64_aHR0cHM6Ly9zdHJlYW0ucmNzLnJldm1hLmNvbS9tYWxsb3JjYXN1bnNoaW5lcmFkaW9jbGFzc2ljcw== stream=14-1ed89c62-3b02-43ca-bc9e-7d25fd26a644 title="Mallorca Sunshine Radio - Classics" zoneId=14] playback started
[2026-02-22T18:05:11.879Z][INFO][Output|Sonos] [uri=x-rincon-mp3radio://192.168.1.38:7090/streams/14/current.mp3?prime=1771783511860 zoneId=14] sending playback command
[2026-02-22T18:05:11.898Z][INFO][Output|Sonos] [action=SetVolume durationMs=21 host=192.168.1.130:1400 service=RenderingControl status=200 zoneId=14] Sonos action succeeded
[2026-02-22T18:05:11.898Z][INFO][Output|Sonos] [volume=20 zoneId=14] Sonos volume set
[2026-02-22T18:05:11.913Z][INFO][Output|Sonos] [action=SetAVTransportURI durationMs=33 host=192.168.1.130:1400 service=AVTransport status=200 zoneId=14] Sonos action succeeded
[2026-02-22T18:05:12.370Z][INFO][Audio|Session] [bytes=6790 profile=mp3 spawnToFirstChunkMs=501 zoneId=14] ffmpeg first chunk
[2026-02-22T18:05:12.371Z][INFO][Audio|Player:14] [playContentToStartedMs=13 profile=mp3 ready=true sincePlaybackStartedMs=498 sincePlayContentMs=511 source=tunein🚉b64_aHR0cHM6Ly9zdHJlYW0ucmNzLnJldm1hLmNvbS9tYWxsb3JjYXN1bnNoaW5lcmFkaW9jbGFzc2ljcw== zoneId=14] playback first audio ready
[2026-02-22T18:05:12.392Z][INFO][Output|Sonos] [action=Play durationMs=229 host=192.168.1.130:1400 service=AVTransport status=200 zoneId=14] Sonos action succeeded
[2026-02-22T18:05:12.393Z][INFO][Output|Sonos] [uri=x-rincon-mp3radio://192.168.1.38:7090/streams/14/current.mp3?prime=1771783511860 zoneId=14] Sonos playback started

<!-- gh-comment-id:3941459198 --> @simon2207 commented on GitHub (Feb 22, 2026): here you go - exactly the same behavior ... No Logs during playback from Sonos directly - only after starting via Loxone App. [2026-02-22T18:05:11.860Z][INFO][Zones|Manager] [hasParentContext=false normalizedTarget=https://stream.rcs.revma.com/mallorcasunshineradioclassics resolvedTarget=https://stream.rcs.revma.com/mallorcasunshineradioclassics station="" type=favorite uri=https://stream.rcs.revma.com/mallorcasunshineradioclassics zoneId=14] playContent [2026-02-22T18:05:11.866Z][INFO][Audio|Manager] [hasStream=false label=tunein:station:b64_aHR0cHM6Ly9zdHJlYW0ucmNzLnJldm1hLmNvbS9tYWxsb3JjYXN1bnNoaW5lcmFkaW9jbGFzc2ljcw== sourceKind=url zoneId=14] startWithResolvedSource [2026-02-22T18:05:11.867Z][INFO][Audio|Manager] [handoff=false kind=url profiles=["mp3"] zoneId=14] starting audio engine [2026-02-22T18:05:11.868Z][INFO][Audio|Session] [maxBufferBytes=8192 outputBitDepth=16 outputChannels=2 outputSampleRate=44100 profile=mp3 targetLeadMs=1000 zoneId=14] audio session buffer config [2026-02-22T18:05:11.873Z][INFO][Audio|Engine] [profile=mp3 source=url zoneId=14] audio session started [2026-02-22T18:05:11.874Z][INFO][Audio|Manager] [sincePlayContentMs=13 source=tunein:station:b64_aHR0cHM6Ly9zdHJlYW0ucmNzLnJldm1hLmNvbS9tYWxsb3JjYXN1bnNoaW5lcmFkaW9jbGFzc2ljcw== stream=14-1ed89c62-3b02-43ca-bc9e-7d25fd26a644 title="Mallorca Sunshine Radio - Classics" zoneId=14] playback started [2026-02-22T18:05:11.879Z][INFO][Output|Sonos] [uri=x-rincon-mp3radio://192.168.1.38:7090/streams/14/current.mp3?prime=1771783511860 zoneId=14] sending playback command [2026-02-22T18:05:11.898Z][INFO][Output|Sonos] [action=SetVolume durationMs=21 host=192.168.1.130:1400 service=RenderingControl status=200 zoneId=14] Sonos action succeeded [2026-02-22T18:05:11.898Z][INFO][Output|Sonos] [volume=20 zoneId=14] Sonos volume set [2026-02-22T18:05:11.913Z][INFO][Output|Sonos] [action=SetAVTransportURI durationMs=33 host=192.168.1.130:1400 service=AVTransport status=200 zoneId=14] Sonos action succeeded [2026-02-22T18:05:12.370Z][INFO][Audio|Session] [bytes=6790 profile=mp3 spawnToFirstChunkMs=501 zoneId=14] ffmpeg first chunk [2026-02-22T18:05:12.371Z][INFO][Audio|Player:14] [playContentToStartedMs=13 profile=mp3 ready=true sincePlaybackStartedMs=498 sincePlayContentMs=511 source=tunein:station:b64_aHR0cHM6Ly9zdHJlYW0ucmNzLnJldm1hLmNvbS9tYWxsb3JjYXN1bnNoaW5lcmFkaW9jbGFzc2ljcw== zoneId=14] playback first audio ready [2026-02-22T18:05:12.392Z][INFO][Output|Sonos] [action=Play durationMs=229 host=192.168.1.130:1400 service=AVTransport status=200 zoneId=14] Sonos action succeeded [2026-02-22T18:05:12.393Z][INFO][Output|Sonos] [uri=x-rincon-mp3radio://192.168.1.38:7090/streams/14/current.mp3?prime=1771783511860 zoneId=14] Sonos playback started
Author
Owner

@rudyberends commented on GitHub (Feb 22, 2026):

Is it on spam level?

<!-- gh-comment-id:3941485779 --> @rudyberends commented on GitHub (Feb 22, 2026): Is it on spam level?
Author
Owner

@simon2207 commented on GitHub (Feb 22, 2026):

SPAM Level YES

Starting via Sonos App - this pops up every minute. - stops broadcasting after stop via Sonos App

[2026-02-22T18:55:42.493Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=BC2411298D1C time=0 title="" zoneId=19 zoneName="Büro Sabrina"] audio_event payload
[2026-02-22T18:55:42.493Z][SPAM][LoxoneHttp|Notifier] [zoneId=19] audio_event broadcast
[2026-02-22T18:55:42.493Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=pause sourceName=BC2411298D1C time=0 title="" zoneId=14 zoneName="Büro Simon"] audio_event payload
[2026-02-22T18:55:42.494Z][SPAM][LoxoneHttp|Notifier] [zoneId=14] audio_event broadcast
[2026-02-22T18:55:42.494Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=504F94FF1BB4 time=0 title="" zoneId=21 zoneName=Schlafzimmer] audio_event payload
[2026-02-22T18:55:42.494Z][SPAM][LoxoneHttp|Notifier] [zoneId=21] audio_event broadcast
[2026-02-22T18:55:42.494Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=504F94FF1BB4 time=0 title="" zoneId=22 zoneName=Wohnzimmer] audio_event payload
[2026-02-22T18:55:42.494Z][SPAM][LoxoneHttp|Notifier] [zoneId=22] audio_event broadcast
[2026-02-22T18:55:42.494Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=504F94FF1BB5 time=0 title="" zoneId=24 zoneName=Garage] audio_event payload
[2026-02-22T18:55:42.494Z][SPAM][LoxoneHttp|Notifier] [zoneId=24] audio_event broadcast
[2026-02-22T18:55:42.494Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=504F94FF1BB5 time=0 title="" zoneId=23 zoneName=Terrasse] audio_event payload
[2026-02-22T18:55:42.494Z][SPAM][LoxoneHttp|Notifier] [zoneId=23] audio_event broadcast
[2026-02-22T18:55:42.494Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=BC2411298D1C time=0 title="" zoneId=18 zoneName=Werkstatt] audio_event payload
[2026-02-22T18:55:42.495Z][SPAM][LoxoneHttp|Notifier] [zoneId=18] audio_event broadcast

Starting via Loxone App:

2026-02-22T19:00:42.499Z][SPAM][LoxoneHttp|Notifier] [zoneId=18] audio_event broadcast
[2026-02-22T19:01:12.997Z][SPAM][LoxoneHttp] [command=audio/14/roomfav/play/1/noshuffle name=appHttp remote=192.168.1.83] loxone ws message received
[2026-02-22T19:01:12.997Z][DEBUG][LoxoneHttp|Processor] [command=audio/14/roomfav/play/1/noshuffle] command received
[2026-02-22T19:01:12.998Z][INFO][Zones|Manager] [hasParentContext=false normalizedTarget=https://stream.rcs.revma.com/mallorcasunshineradioclassics resolvedTarget=https://stream.rcs.revma.com/mallorcasunshineradioclassics station="" type=favorite uri=https://stream.rcs.revma.com/mallorcasunshineradioclassics zoneId=14] playContent
[2026-02-22T19:01:12.998Z][DEBUG][Zones|Manager] [expandedCount=0 isAppleMusic=false isMusicAssistant=false queueSourcePath=https://stream.rcs.revma.com/mallorcasunshineradioclassics resolvedTarget=https://stream.rcs.revma.com/mallorcasunshineradioclassics zoneId=14] queue build resolved
[2026-02-22T19:01:12.998Z][DEBUG][Zones|Manager] [authority=local items=1 startIndex=0 target=tunein🚉b64_aHR0cHM6Ly9zdHJlYW0ucmNzLnJldm1hLmNvbS9tYWxsb3JjYXN1bnNoaW5lcmFkaW9jbGFzc2ljcw== zoneId=14] queue rebuilt
[2026-02-22T19:01:12.998Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=pause sourceName=BC2411298D1C time=0 title="" zoneId=14 zoneName="Büro Simon"] audio_event payload
[2026-02-22T19:01:12.999Z][SPAM][LoxoneHttp|Notifier] [zoneId=14] audio_event broadcast
[2026-02-22T19:01:12.999Z][SPAM][Zones|Manager] [activeOutput=sonos targetCount=1 zoneId=14] dispatch output metadata
[2026-02-22T19:01:12.999Z][DEBUG][Audio|UrlProxy] [proxyUrl=http://127.0.0.1:7090/streams/proxy?u=https%3A%2F%2Fstream.rcs.revma.com%2Fmallorcasunshineradioclassics targetUrl=https://stream.rcs.revma.com/mallorcasunshineradioclassics] proxying audio url for ffmpeg
[2026-02-22T19:01:12.999Z][INFO][Audio|Manager] [hasStream=false label=tunein🚉b64_aHR0cHM6Ly9zdHJlYW0ucmNzLnJldm1hLmNvbS9tYWxsb3JjYXN1bnNoaW5lcmFkaW9jbGFzc2ljcw== sourceKind=url zoneId=14] startWithResolvedSource
[2026-02-22T19:01:12.999Z][INFO][Audio|Manager] [handoff=false kind=url profiles=["mp3"] zoneId=14] starting audio engine
[2026-02-22T19:01:12.999Z][INFO][Audio|Session] [maxBufferBytes=8192 outputBitDepth=16 outputChannels=2 outputSampleRate=44100 profile=mp3 targetLeadMs=1000 zoneId=14] audio session buffer config
[2026-02-22T19:01:13.000Z][DEBUG][Audio|Session] [args=["-hide_banner","-loglevel","error","-fflags","nobuffer","-probesize","32k","-analyzeduration","0","-reconnect","1","-reconnect_streamed","1","-reconnect_delay_max","5","-headers","Icy-MetaData: 1\r\nX-Loxone-Zone: 14\r\n","-re","-i","http://127.0.0.1:7090/streams/proxy?u=https%3A%2F%2Fstream.rcs.revma.com%2Fmallorcasunshineradioclassics","-vn","-acodec","libmp3lame","-ar","44100","-ac","2","-b:a","256k","-af","aresample=resampler=soxr:precision=28:cutoff=0.97:async=1","-f","mp3","pipe:1"] outputBitDepth=16 outputChannels=2 outputSampleRate=44100 profile=mp3 zoneId=14] spawning ffmpeg
[2026-02-22T19:01:13.002Z][INFO][Audio|Engine] [profile=mp3 source=url zoneId=14] audio session started
[2026-02-22T19:01:13.002Z][INFO][Audio|Manager] [sincePlayContentMs=4 source=tunein🚉b64_aHR0cHM6Ly9zdHJlYW0ucmNzLnJldm1hLmNvbS9tYWxsb3JjYXN1bnNoaW5lcmFkaW9jbGFzc2ljcw== stream=14-8a2de3e0-5677-4f74-a2f0-12637daf3ab3 title="Mallorca Sunshine Radio - Classics" zoneId=14] playback started
[2026-02-22T19:01:13.003Z][DEBUG][Zones|Manager] [action=play outputCount=1 outputTypes=["sonos"] zoneId=14] dispatchOutputs
[2026-02-22T19:01:13.004Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=play sourceName=BC2411298D1C time=0 title="" zoneId=14 zoneName="Büro Simon"] audio_event payload
[2026-02-22T19:01:13.004Z][SPAM][LoxoneHttp|Notifier] [zoneId=14] audio_event broadcast
[2026-02-22T19:01:13.004Z][SPAM][Zones|Manager] [activeOutput=sonos targetCount=1 zoneId=14] dispatch output metadata
[2026-02-22T19:01:13.004Z][DEBUG][Output|Sonos] [action=SetVolume service=RenderingControl zoneId=14] Sonos soap request
[2026-02-22T19:01:13.005Z][INFO][Output|Sonos] [uri=x-rincon-mp3radio://192.168.1.38:7090/streams/14/current.mp3?prime=1771786872998 zoneId=14] sending playback command
[2026-02-22T19:01:13.006Z][DEBUG][Output|Sonos] [action=SetAVTransportURI service=AVTransport zoneId=14] Sonos soap request
[2026-02-22T19:01:13.030Z][INFO][Output|Sonos] [action=SetVolume durationMs=26 host=192.168.1.130:1400 service=RenderingControl status=200 zoneId=14] Sonos action succeeded
[2026-02-22T19:01:13.030Z][INFO][Output|Sonos] [volume=20 zoneId=14] Sonos volume set
[2026-02-22T19:01:13.047Z][INFO][Output|Sonos] [action=SetAVTransportURI durationMs=41 host=192.168.1.130:1400 service=AVTransport status=200 zoneId=14] Sonos action succeeded
[2026-02-22T19:01:13.167Z][SPAM][LoxoneHttp|Notifier] [artist="When We Were Young" duration=0 mode=play sourceName=BC2411298D1C time=0 title=Adele zoneId=14 zoneName="Büro Simon"] audio_event payload
[2026-02-22T19:01:13.167Z][SPAM][LoxoneHttp|Notifier] [zoneId=14] audio_event broadcast
[2026-02-22T19:01:13.167Z][SPAM][Zones|Manager] [activeOutput=sonos targetCount=1 zoneId=14] dispatch output metadata
[2026-02-22T19:01:13.175Z][INFO][Audio|Session] [bytes=94 profile=mp3 spawnToFirstChunkMs=175 zoneId=14] ffmpeg first chunk
[2026-02-22T19:01:13.176Z][INFO][Audio|Player:14] [playContentToStartedMs=4 profile=mp3 ready=true sincePlaybackStartedMs=174 sincePlayContentMs=178 source=tunein🚉b64_aHR0cHM6Ly9zdHJlYW0ucmNzLnJldm1hLmNvbS9tYWxsb3JjYXN1bnNoaW5lcmFkaW9jbGFzc2ljcw== zoneId=14] playback first audio ready
[2026-02-22T19:01:13.297Z][DEBUG][Output|Sonos] [action=Play service=AVTransport zoneId=14] Sonos soap request
[2026-02-22T19:01:13.522Z][DEBUG][Audio|Session] [label=http:192.168.1.130:mp3:Linux/UPnP/1.0 profile=mp3 subscriberCount=1 zoneId=14] audio subscriber attached
[2026-02-22T19:01:13.534Z][DEBUG][Audio|Session] [label=http:192.168.1.130:mp3:Linux/UPnP/1.0 profile=mp3 subscriberCount=0 zoneId=14] audio subscriber detached
[2026-02-22T19:01:13.535Z][INFO][Output|Sonos] [action=Play durationMs=238 host=192.168.1.130:1400 service=AVTransport status=200 zoneId=14] Sonos action succeeded
[2026-02-22T19:01:13.536Z][INFO][Output|Sonos] [uri=x-rincon-mp3radio://192.168.1.38:7090/streams/14/current.mp3?prime=1771786872998 zoneId=14] Sonos playback started
[2026-02-22T19:01:13.538Z][DEBUG][Audio|Session] [label=http:192.168.1.130:mp3:Linux/UPnP/1.0 profile=mp3 subscriberCount=1 zoneId=14] audio subscriber attached
[2026-02-22T19:01:14.208Z][SPAM][Audio|Session] [bufferBytes=7523 bytesPerSec=44641 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput
[2026-02-22T19:01:15.216Z][SPAM][Audio|Session] [bufferBytes=7523 bytesPerSec=31513 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput
[2026-02-22T19:01:16.224Z][SPAM][Audio|Session] [bufferBytes=7523 bytesPerSec=32342 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput
[2026-02-22T19:01:17.232Z][SPAM][Audio|Session] [bufferBytes=7524 bytesPerSec=31513 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput
[2026-02-22T19:01:18.288Z][SPAM][Audio|Session] [bufferBytes=7523 bytesPerSec=32455 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput
[2026-02-22T19:01:19.296Z][SPAM][Audio|Session] [bufferBytes=7523 bytesPerSec=32342 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput
[2026-02-22T19:01:20.304Z][SPAM][Audio|Session] [bufferBytes=7523 bytesPerSec=31513 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput
[2026-02-22T19:01:21.312Z][SPAM][Audio|Session] [bufferBytes=7523 bytesPerSec=32342 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput
[2026-02-22T19:01:22.320Z][SPAM][Audio|Session] [bufferBytes=7523 bytesPerSec=31513 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput
[2026-02-22T19:01:23.376Z][SPAM][Audio|Session] [bufferBytes=7523 bytesPerSec=32455 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput
[2026-02-22T19:01:24.384Z][SPAM][Audio|Session] [bufferBytes=7523 bytesPerSec=32342 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput
[2026-02-22T19:01:25.392Z][SPAM][Audio|Session] [bufferBytes=7523 bytesPerSec=31513 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput
[2026-02-22T19:01:26.400Z][SPAM][Audio|Session] [bufferBytes=7523 bytesPerSec=31513 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput
[2026-02-22T19:01:27.408Z][SPAM][Audio|Session] [bufferBytes=7523 bytesPerSec=32342 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput
[2026-02-22T19:01:28.416Z][SPAM][Audio|Session] [bufferBytes=7524 bytesPerSec=31513 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput
[2026-02-22T19:01:29.472Z][SPAM][Audio|Session] [bufferBytes=7523 bytesPerSec=32455 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput
[2026-02-22T19:01:30.480Z][SPAM][Audio|Session] [bufferBytes=7523 bytesPerSec=32342 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput
[2026-02-22T19:01:31.488Z][SPAM][Audio|Session] [bufferBytes=7523 bytesPerSec=31513 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput
[2026-02-22T19:01:32.496Z][SPAM][Audio|Session] [bufferBytes=7523 bytesPerSec=32342 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput
[2026-02-22T19:01:33.504Z][SPAM][Audio|Session] [bufferBytes=7523 bytesPerSec=31513 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput
[2026-02-22T19:01:34.560Z][SPAM][Audio|Session] [bufferBytes=7523 bytesPerSec=32455 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput
[2026-02-22T19:01:35.568Z][SPAM][Audio|Session] [bufferBytes=7523 bytesPerSec=32342 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput
[2026-02-22T19:01:36.576Z][SPAM][Audio|Session] [bufferBytes=7523 bytesPerSec=31513 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput
[2026-02-22T19:01:37.584Z][SPAM][Audio|Session] [bufferBytes=7523 bytesPerSec=31513 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput
[2026-02-22T19:01:38.592Z][SPAM][Audio|Session] [bufferBytes=7523 bytesPerSec=32342 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput
[2026-02-22T19:01:39.648Z][SPAM][Audio|Session] [bufferBytes=7524 bytesPerSec=32455 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput
[2026-02-22T19:01:40.656Z][SPAM][Audio|Session] [bufferBytes=7523 bytesPerSec=31512 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput
[2026-02-22T19:01:41.664Z][SPAM][Audio|Session] [bufferBytes=7523 bytesPerSec=32342 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput
[2026-02-22T19:01:42.496Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=BC2411298D1C time=0 title="" zoneId=19 zoneName="Büro Sabrina"] audio_event payload
[2026-02-22T19:01:42.497Z][SPAM][LoxoneHttp|Notifier] [zoneId=19] audio_event broadcast
[2026-02-22T19:01:42.497Z][SPAM][LoxoneHttp|Notifier] [artist="When We Were Young" duration=0 mode=play sourceName=BC2411298D1C time=0 title=Adele zoneId=14 zoneName="Büro Simon"] audio_event payload
[2026-02-22T19:01:42.497Z][SPAM][LoxoneHttp|Notifier] [zoneId=14] audio_event broadcast
[2026-02-22T19:01:42.497Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=504F94FF1BB4 time=0 title="" zoneId=21 zoneName=Schlafzimmer] audio_event payload
[2026-02-22T19:01:42.498Z][SPAM][LoxoneHttp|Notifier] [zoneId=21] audio_event broadcast
[2026-02-22T19:01:42.498Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=504F94FF1BB4 time=0 title="" zoneId=22 zoneName=Wohnzimmer] audio_event payload
[2026-02-22T19:01:42.498Z][SPAM][LoxoneHttp|Notifier] [zoneId=22] audio_event broadcast
[2026-02-22T19:01:42.498Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=504F94FF1BB5 time=0 title="" zoneId=24 zoneName=Garage] audio_event payload
[2026-02-22T19:01:42.498Z][SPAM][LoxoneHttp|Notifier] [zoneId=24] audio_event broadcast
[2026-02-22T19:01:42.498Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=504F94FF1BB5 time=0 title="" zoneId=23 zoneName=Terrasse] audio_event payload
[2026-02-22T19:01:42.498Z][SPAM][LoxoneHttp|Notifier] [zoneId=23] audio_event broadcast
[2026-02-22T19:01:42.498Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=BC2411298D1C time=0 title="" zoneId=18 zoneName=Werkstatt] audio_event payload
[2026-02-22T19:01:42.499Z][SPAM][LoxoneHttp|Notifier] [zoneId=18] audio_event broadcast
[2026-02-22T19:01:42.672Z][SPAM][Audio|Session] [bufferBytes=7523 bytesPerSec=31513 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput
[2026-02-22T19:01:43.680Z][SPAM][Audio|Session] [bufferBytes=7523 bytesPerSec=32342 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput

Stoping via Loxon App:

[2026-02-22T19:02:58.948Z][SPAM][LoxoneHttp] [command=audio/14/pause name=msHttp remote=192.168.1.41] loxone ws message received
[2026-02-22T19:02:58.948Z][DEBUG][LoxoneHttp|Processor] [command=audio/14/pause] command received
[2026-02-22T19:02:58.949Z][DEBUG][Audio|Manager] [source=tunein🚉b64_aHR0cHM6Ly9zdHJlYW0ucmNzLnJldm1hLmNvbS9tYWxsb3JjYXN1bnNoaW5lcmFkaW9jbGFzc2ljcw== zoneId=14] playback paused
[2026-02-22T19:02:58.949Z][DEBUG][Zones|Manager] [action=pause outputCount=1 outputTypes=["sonos"] zoneId=14] dispatchOutputs
[2026-02-22T19:02:58.949Z][SPAM][LoxoneHttp|Notifier] [artist="When We Were Young" duration=0 mode=pause sourceName=BC2411298D1C time=0 title=Adele zoneId=14 zoneName="Büro Simon"] audio_event payload
[2026-02-22T19:02:58.949Z][SPAM][LoxoneHttp|Notifier] [zoneId=14] audio_event broadcast
[2026-02-22T19:02:58.950Z][SPAM][Zones|Manager] [activeOutput=sonos targetCount=1 zoneId=14] dispatch output metadata
[2026-02-22T19:02:58.950Z][DEBUG][Zones|Manager] [action=pause outputCount=1 outputTypes=["sonos"] zoneId=14] dispatchOutputs
[2026-02-22T19:02:58.950Z][DEBUG][Output|Sonos] [action=Pause service=AVTransport zoneId=14] Sonos soap request
[2026-02-22T19:02:58.950Z][DEBUG][Output|Sonos] [action=Pause service=AVTransport zoneId=14] Sonos soap request
[2026-02-22T19:02:58.996Z][DEBUG][Audio|Session] [label=http:192.168.1.130:mp3:Linux/UPnP/1.0 profile=mp3 subscriberCount=0 zoneId=14] audio subscriber detached
[2026-02-22T19:02:59.005Z][INFO][Output|Sonos] [action=Pause durationMs=55 host=192.168.1.130:1400 service=AVTransport status=200 zoneId=14] Sonos action succeeded
[2026-02-22T19:02:59.006Z][INFO][Output|Sonos] [action=Pause durationMs=56 host=192.168.1.130:1400 service=AVTransport status=200 zoneId=14] Sonos action succeeded

<!-- gh-comment-id:3941536311 --> @simon2207 commented on GitHub (Feb 22, 2026): SPAM Level YES Starting via Sonos App - this pops up every minute. - stops broadcasting after stop via Sonos App [2026-02-22T18:55:42.493Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=BC2411298D1C time=0 title="" zoneId=19 zoneName="Büro Sabrina"] audio_event payload [2026-02-22T18:55:42.493Z][SPAM][LoxoneHttp|Notifier] [zoneId=19] audio_event broadcast [2026-02-22T18:55:42.493Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=pause sourceName=BC2411298D1C time=0 title="" zoneId=14 zoneName="Büro Simon"] audio_event payload [2026-02-22T18:55:42.494Z][SPAM][LoxoneHttp|Notifier] [zoneId=14] audio_event broadcast [2026-02-22T18:55:42.494Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=504F94FF1BB4 time=0 title="" zoneId=21 zoneName=Schlafzimmer] audio_event payload [2026-02-22T18:55:42.494Z][SPAM][LoxoneHttp|Notifier] [zoneId=21] audio_event broadcast [2026-02-22T18:55:42.494Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=504F94FF1BB4 time=0 title="" zoneId=22 zoneName=Wohnzimmer] audio_event payload [2026-02-22T18:55:42.494Z][SPAM][LoxoneHttp|Notifier] [zoneId=22] audio_event broadcast [2026-02-22T18:55:42.494Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=504F94FF1BB5 time=0 title="" zoneId=24 zoneName=Garage] audio_event payload [2026-02-22T18:55:42.494Z][SPAM][LoxoneHttp|Notifier] [zoneId=24] audio_event broadcast [2026-02-22T18:55:42.494Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=504F94FF1BB5 time=0 title="" zoneId=23 zoneName=Terrasse] audio_event payload [2026-02-22T18:55:42.494Z][SPAM][LoxoneHttp|Notifier] [zoneId=23] audio_event broadcast [2026-02-22T18:55:42.494Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=BC2411298D1C time=0 title="" zoneId=18 zoneName=Werkstatt] audio_event payload [2026-02-22T18:55:42.495Z][SPAM][LoxoneHttp|Notifier] [zoneId=18] audio_event broadcast Starting via Loxone App: 2026-02-22T19:00:42.499Z][SPAM][LoxoneHttp|Notifier] [zoneId=18] audio_event broadcast [2026-02-22T19:01:12.997Z][SPAM][LoxoneHttp] [command=audio/14/roomfav/play/1/noshuffle name=appHttp remote=192.168.1.83] loxone ws message received [2026-02-22T19:01:12.997Z][DEBUG][LoxoneHttp|Processor] [command=audio/14/roomfav/play/1/noshuffle] command received [2026-02-22T19:01:12.998Z][INFO][Zones|Manager] [hasParentContext=false normalizedTarget=https://stream.rcs.revma.com/mallorcasunshineradioclassics resolvedTarget=https://stream.rcs.revma.com/mallorcasunshineradioclassics station="" type=favorite uri=https://stream.rcs.revma.com/mallorcasunshineradioclassics zoneId=14] playContent [2026-02-22T19:01:12.998Z][DEBUG][Zones|Manager] [expandedCount=0 isAppleMusic=false isMusicAssistant=false queueSourcePath=https://stream.rcs.revma.com/mallorcasunshineradioclassics resolvedTarget=https://stream.rcs.revma.com/mallorcasunshineradioclassics zoneId=14] queue build resolved [2026-02-22T19:01:12.998Z][DEBUG][Zones|Manager] [authority=local items=1 startIndex=0 target=tunein:station:b64_aHR0cHM6Ly9zdHJlYW0ucmNzLnJldm1hLmNvbS9tYWxsb3JjYXN1bnNoaW5lcmFkaW9jbGFzc2ljcw== zoneId=14] queue rebuilt [2026-02-22T19:01:12.998Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=pause sourceName=BC2411298D1C time=0 title="" zoneId=14 zoneName="Büro Simon"] audio_event payload [2026-02-22T19:01:12.999Z][SPAM][LoxoneHttp|Notifier] [zoneId=14] audio_event broadcast [2026-02-22T19:01:12.999Z][SPAM][Zones|Manager] [activeOutput=sonos targetCount=1 zoneId=14] dispatch output metadata [2026-02-22T19:01:12.999Z][DEBUG][Audio|UrlProxy] [proxyUrl=http://127.0.0.1:7090/streams/proxy?u=https%3A%2F%2Fstream.rcs.revma.com%2Fmallorcasunshineradioclassics targetUrl=https://stream.rcs.revma.com/mallorcasunshineradioclassics] proxying audio url for ffmpeg [2026-02-22T19:01:12.999Z][INFO][Audio|Manager] [hasStream=false label=tunein:station:b64_aHR0cHM6Ly9zdHJlYW0ucmNzLnJldm1hLmNvbS9tYWxsb3JjYXN1bnNoaW5lcmFkaW9jbGFzc2ljcw== sourceKind=url zoneId=14] startWithResolvedSource [2026-02-22T19:01:12.999Z][INFO][Audio|Manager] [handoff=false kind=url profiles=["mp3"] zoneId=14] starting audio engine [2026-02-22T19:01:12.999Z][INFO][Audio|Session] [maxBufferBytes=8192 outputBitDepth=16 outputChannels=2 outputSampleRate=44100 profile=mp3 targetLeadMs=1000 zoneId=14] audio session buffer config [2026-02-22T19:01:13.000Z][DEBUG][Audio|Session] [args=["-hide_banner","-loglevel","error","-fflags","nobuffer","-probesize","32k","-analyzeduration","0","-reconnect","1","-reconnect_streamed","1","-reconnect_delay_max","5","-headers","Icy-MetaData: 1\r\nX-Loxone-Zone: 14\r\n","-re","-i","http://127.0.0.1:7090/streams/proxy?u=https%3A%2F%2Fstream.rcs.revma.com%2Fmallorcasunshineradioclassics","-vn","-acodec","libmp3lame","-ar","44100","-ac","2","-b:a","256k","-af","aresample=resampler=soxr:precision=28:cutoff=0.97:async=1","-f","mp3","pipe:1"] outputBitDepth=16 outputChannels=2 outputSampleRate=44100 profile=mp3 zoneId=14] spawning ffmpeg [2026-02-22T19:01:13.002Z][INFO][Audio|Engine] [profile=mp3 source=url zoneId=14] audio session started [2026-02-22T19:01:13.002Z][INFO][Audio|Manager] [sincePlayContentMs=4 source=tunein:station:b64_aHR0cHM6Ly9zdHJlYW0ucmNzLnJldm1hLmNvbS9tYWxsb3JjYXN1bnNoaW5lcmFkaW9jbGFzc2ljcw== stream=14-8a2de3e0-5677-4f74-a2f0-12637daf3ab3 title="Mallorca Sunshine Radio - Classics" zoneId=14] playback started [2026-02-22T19:01:13.003Z][DEBUG][Zones|Manager] [action=play outputCount=1 outputTypes=["sonos"] zoneId=14] dispatchOutputs [2026-02-22T19:01:13.004Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=play sourceName=BC2411298D1C time=0 title="" zoneId=14 zoneName="Büro Simon"] audio_event payload [2026-02-22T19:01:13.004Z][SPAM][LoxoneHttp|Notifier] [zoneId=14] audio_event broadcast [2026-02-22T19:01:13.004Z][SPAM][Zones|Manager] [activeOutput=sonos targetCount=1 zoneId=14] dispatch output metadata [2026-02-22T19:01:13.004Z][DEBUG][Output|Sonos] [action=SetVolume service=RenderingControl zoneId=14] Sonos soap request [2026-02-22T19:01:13.005Z][INFO][Output|Sonos] [uri=x-rincon-mp3radio://192.168.1.38:7090/streams/14/current.mp3?prime=1771786872998 zoneId=14] sending playback command [2026-02-22T19:01:13.006Z][DEBUG][Output|Sonos] [action=SetAVTransportURI service=AVTransport zoneId=14] Sonos soap request [2026-02-22T19:01:13.030Z][INFO][Output|Sonos] [action=SetVolume durationMs=26 host=192.168.1.130:1400 service=RenderingControl status=200 zoneId=14] Sonos action succeeded [2026-02-22T19:01:13.030Z][INFO][Output|Sonos] [volume=20 zoneId=14] Sonos volume set [2026-02-22T19:01:13.047Z][INFO][Output|Sonos] [action=SetAVTransportURI durationMs=41 host=192.168.1.130:1400 service=AVTransport status=200 zoneId=14] Sonos action succeeded [2026-02-22T19:01:13.167Z][SPAM][LoxoneHttp|Notifier] [artist="When We Were Young" duration=0 mode=play sourceName=BC2411298D1C time=0 title=Adele zoneId=14 zoneName="Büro Simon"] audio_event payload [2026-02-22T19:01:13.167Z][SPAM][LoxoneHttp|Notifier] [zoneId=14] audio_event broadcast [2026-02-22T19:01:13.167Z][SPAM][Zones|Manager] [activeOutput=sonos targetCount=1 zoneId=14] dispatch output metadata [2026-02-22T19:01:13.175Z][INFO][Audio|Session] [bytes=94 profile=mp3 spawnToFirstChunkMs=175 zoneId=14] ffmpeg first chunk [2026-02-22T19:01:13.176Z][INFO][Audio|Player:14] [playContentToStartedMs=4 profile=mp3 ready=true sincePlaybackStartedMs=174 sincePlayContentMs=178 source=tunein:station:b64_aHR0cHM6Ly9zdHJlYW0ucmNzLnJldm1hLmNvbS9tYWxsb3JjYXN1bnNoaW5lcmFkaW9jbGFzc2ljcw== zoneId=14] playback first audio ready [2026-02-22T19:01:13.297Z][DEBUG][Output|Sonos] [action=Play service=AVTransport zoneId=14] Sonos soap request [2026-02-22T19:01:13.522Z][DEBUG][Audio|Session] [label=http:192.168.1.130:mp3:Linux/UPnP/1.0 profile=mp3 subscriberCount=1 zoneId=14] audio subscriber attached [2026-02-22T19:01:13.534Z][DEBUG][Audio|Session] [label=http:192.168.1.130:mp3:Linux/UPnP/1.0 profile=mp3 subscriberCount=0 zoneId=14] audio subscriber detached [2026-02-22T19:01:13.535Z][INFO][Output|Sonos] [action=Play durationMs=238 host=192.168.1.130:1400 service=AVTransport status=200 zoneId=14] Sonos action succeeded [2026-02-22T19:01:13.536Z][INFO][Output|Sonos] [uri=x-rincon-mp3radio://192.168.1.38:7090/streams/14/current.mp3?prime=1771786872998 zoneId=14] Sonos playback started [2026-02-22T19:01:13.538Z][DEBUG][Audio|Session] [label=http:192.168.1.130:mp3:Linux/UPnP/1.0 profile=mp3 subscriberCount=1 zoneId=14] audio subscriber attached [2026-02-22T19:01:14.208Z][SPAM][Audio|Session] [bufferBytes=7523 bytesPerSec=44641 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput [2026-02-22T19:01:15.216Z][SPAM][Audio|Session] [bufferBytes=7523 bytesPerSec=31513 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput [2026-02-22T19:01:16.224Z][SPAM][Audio|Session] [bufferBytes=7523 bytesPerSec=32342 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput [2026-02-22T19:01:17.232Z][SPAM][Audio|Session] [bufferBytes=7524 bytesPerSec=31513 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput [2026-02-22T19:01:18.288Z][SPAM][Audio|Session] [bufferBytes=7523 bytesPerSec=32455 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput [2026-02-22T19:01:19.296Z][SPAM][Audio|Session] [bufferBytes=7523 bytesPerSec=32342 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput [2026-02-22T19:01:20.304Z][SPAM][Audio|Session] [bufferBytes=7523 bytesPerSec=31513 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput [2026-02-22T19:01:21.312Z][SPAM][Audio|Session] [bufferBytes=7523 bytesPerSec=32342 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput [2026-02-22T19:01:22.320Z][SPAM][Audio|Session] [bufferBytes=7523 bytesPerSec=31513 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput [2026-02-22T19:01:23.376Z][SPAM][Audio|Session] [bufferBytes=7523 bytesPerSec=32455 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput [2026-02-22T19:01:24.384Z][SPAM][Audio|Session] [bufferBytes=7523 bytesPerSec=32342 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput [2026-02-22T19:01:25.392Z][SPAM][Audio|Session] [bufferBytes=7523 bytesPerSec=31513 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput [2026-02-22T19:01:26.400Z][SPAM][Audio|Session] [bufferBytes=7523 bytesPerSec=31513 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput [2026-02-22T19:01:27.408Z][SPAM][Audio|Session] [bufferBytes=7523 bytesPerSec=32342 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput [2026-02-22T19:01:28.416Z][SPAM][Audio|Session] [bufferBytes=7524 bytesPerSec=31513 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput [2026-02-22T19:01:29.472Z][SPAM][Audio|Session] [bufferBytes=7523 bytesPerSec=32455 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput [2026-02-22T19:01:30.480Z][SPAM][Audio|Session] [bufferBytes=7523 bytesPerSec=32342 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput [2026-02-22T19:01:31.488Z][SPAM][Audio|Session] [bufferBytes=7523 bytesPerSec=31513 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput [2026-02-22T19:01:32.496Z][SPAM][Audio|Session] [bufferBytes=7523 bytesPerSec=32342 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput [2026-02-22T19:01:33.504Z][SPAM][Audio|Session] [bufferBytes=7523 bytesPerSec=31513 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput [2026-02-22T19:01:34.560Z][SPAM][Audio|Session] [bufferBytes=7523 bytesPerSec=32455 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput [2026-02-22T19:01:35.568Z][SPAM][Audio|Session] [bufferBytes=7523 bytesPerSec=32342 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput [2026-02-22T19:01:36.576Z][SPAM][Audio|Session] [bufferBytes=7523 bytesPerSec=31513 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput [2026-02-22T19:01:37.584Z][SPAM][Audio|Session] [bufferBytes=7523 bytesPerSec=31513 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput [2026-02-22T19:01:38.592Z][SPAM][Audio|Session] [bufferBytes=7523 bytesPerSec=32342 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput [2026-02-22T19:01:39.648Z][SPAM][Audio|Session] [bufferBytes=7524 bytesPerSec=32455 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput [2026-02-22T19:01:40.656Z][SPAM][Audio|Session] [bufferBytes=7523 bytesPerSec=31512 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput [2026-02-22T19:01:41.664Z][SPAM][Audio|Session] [bufferBytes=7523 bytesPerSec=32342 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput [2026-02-22T19:01:42.496Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=BC2411298D1C time=0 title="" zoneId=19 zoneName="Büro Sabrina"] audio_event payload [2026-02-22T19:01:42.497Z][SPAM][LoxoneHttp|Notifier] [zoneId=19] audio_event broadcast [2026-02-22T19:01:42.497Z][SPAM][LoxoneHttp|Notifier] [artist="When We Were Young" duration=0 mode=play sourceName=BC2411298D1C time=0 title=Adele zoneId=14 zoneName="Büro Simon"] audio_event payload [2026-02-22T19:01:42.497Z][SPAM][LoxoneHttp|Notifier] [zoneId=14] audio_event broadcast [2026-02-22T19:01:42.497Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=504F94FF1BB4 time=0 title="" zoneId=21 zoneName=Schlafzimmer] audio_event payload [2026-02-22T19:01:42.498Z][SPAM][LoxoneHttp|Notifier] [zoneId=21] audio_event broadcast [2026-02-22T19:01:42.498Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=504F94FF1BB4 time=0 title="" zoneId=22 zoneName=Wohnzimmer] audio_event payload [2026-02-22T19:01:42.498Z][SPAM][LoxoneHttp|Notifier] [zoneId=22] audio_event broadcast [2026-02-22T19:01:42.498Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=504F94FF1BB5 time=0 title="" zoneId=24 zoneName=Garage] audio_event payload [2026-02-22T19:01:42.498Z][SPAM][LoxoneHttp|Notifier] [zoneId=24] audio_event broadcast [2026-02-22T19:01:42.498Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=504F94FF1BB5 time=0 title="" zoneId=23 zoneName=Terrasse] audio_event payload [2026-02-22T19:01:42.498Z][SPAM][LoxoneHttp|Notifier] [zoneId=23] audio_event broadcast [2026-02-22T19:01:42.498Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=BC2411298D1C time=0 title="" zoneId=18 zoneName=Werkstatt] audio_event payload [2026-02-22T19:01:42.499Z][SPAM][LoxoneHttp|Notifier] [zoneId=18] audio_event broadcast [2026-02-22T19:01:42.672Z][SPAM][Audio|Session] [bufferBytes=7523 bytesPerSec=31513 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput [2026-02-22T19:01:43.680Z][SPAM][Audio|Session] [bufferBytes=7523 bytesPerSec=32342 labels=["http:192.168.1.130:mp3:Linux/UPnP/1.0"] profile=mp3 subscribers=1 zoneId=14] pipe throughput Stoping via Loxon App: [2026-02-22T19:02:58.948Z][SPAM][LoxoneHttp] [command=audio/14/pause name=msHttp remote=192.168.1.41] loxone ws message received [2026-02-22T19:02:58.948Z][DEBUG][LoxoneHttp|Processor] [command=audio/14/pause] command received [2026-02-22T19:02:58.949Z][DEBUG][Audio|Manager] [source=tunein:station:b64_aHR0cHM6Ly9zdHJlYW0ucmNzLnJldm1hLmNvbS9tYWxsb3JjYXN1bnNoaW5lcmFkaW9jbGFzc2ljcw== zoneId=14] playback paused [2026-02-22T19:02:58.949Z][DEBUG][Zones|Manager] [action=pause outputCount=1 outputTypes=["sonos"] zoneId=14] dispatchOutputs [2026-02-22T19:02:58.949Z][SPAM][LoxoneHttp|Notifier] [artist="When We Were Young" duration=0 mode=pause sourceName=BC2411298D1C time=0 title=Adele zoneId=14 zoneName="Büro Simon"] audio_event payload [2026-02-22T19:02:58.949Z][SPAM][LoxoneHttp|Notifier] [zoneId=14] audio_event broadcast [2026-02-22T19:02:58.950Z][SPAM][Zones|Manager] [activeOutput=sonos targetCount=1 zoneId=14] dispatch output metadata [2026-02-22T19:02:58.950Z][DEBUG][Zones|Manager] [action=pause outputCount=1 outputTypes=["sonos"] zoneId=14] dispatchOutputs [2026-02-22T19:02:58.950Z][DEBUG][Output|Sonos] [action=Pause service=AVTransport zoneId=14] Sonos soap request [2026-02-22T19:02:58.950Z][DEBUG][Output|Sonos] [action=Pause service=AVTransport zoneId=14] Sonos soap request [2026-02-22T19:02:58.996Z][DEBUG][Audio|Session] [label=http:192.168.1.130:mp3:Linux/UPnP/1.0 profile=mp3 subscriberCount=0 zoneId=14] audio subscriber detached [2026-02-22T19:02:59.005Z][INFO][Output|Sonos] [action=Pause durationMs=55 host=192.168.1.130:1400 service=AVTransport status=200 zoneId=14] Sonos action succeeded [2026-02-22T19:02:59.006Z][INFO][Output|Sonos] [action=Pause durationMs=56 host=192.168.1.130:1400 service=AVTransport status=200 zoneId=14] Sonos action succeeded
Author
Owner

@rudyberends commented on GitHub (Feb 24, 2026):

Please make sure your state controller is on "sonos". Then clear the log (leave it on spam) and restart the server. The log should contain startup messages for the state controller per zone. For example;

[2026-02-24T06:42:15.964Z][INFO][Zones|StateControllers] [controller=internal zoneId=14] state controller started
[2026-02-24T06:42:15.964Z][INFO][Zones|StateControllers] [controller=beolink zoneId=15] state controller starting

For your setup you should see the zone starting a sonos controller. After that initiate playback from a sonos device directly.
Dont do anything from loxone. Send me that full spam log (not just the specific lines).

<!-- gh-comment-id:3949586644 --> @rudyberends commented on GitHub (Feb 24, 2026): Please make sure your state controller is on "sonos". Then clear the log (leave it on spam) and restart the server. The log should contain startup messages for the state controller per zone. For example; [2026-02-24T06:42:15.964Z][INFO][Zones|StateControllers] [controller=internal zoneId=14] state controller started [2026-02-24T06:42:15.964Z][INFO][Zones|StateControllers] [controller=beolink zoneId=15] state controller starting For your setup you should see the zone starting a sonos controller. After that initiate playback from a sonos device directly. Dont do anything from loxone. Send me that full spam log (not just the specific lines).
Author
Owner

@simon2207 commented on GitHub (Feb 24, 2026):

Here you go: State controller at Sonos / LOG CLEAN / Controller Restart / SPAM Output:

[2026-02-24T07:16:04.176Z][DEBUG][Transport|DLNADiscovery] [location=http://192.168.1.122:1400/xml/device_description.xml responder=192.168.1.122 st=uuid:RINCON_C43875940DAA01400] ssdp response
[2026-02-24T07:16:04.199Z][DEBUG][Transport|DLNADiscovery] [location=http://192.168.1.127:1400/xml/device_description.xml responder=192.168.1.127 st=urn:schemas-upnp-org:device:MediaRenderer:1] ssdp response
[2026-02-24T07:16:04.367Z][DEBUG][Transport|DLNADiscovery] [location=http://192.168.1.130:1400/xml/device_description.xml responder=192.168.1.130 st=urn:schemas-upnp-org:service:AVTransport:1] ssdp response
[2026-02-24T07:16:04.410Z][DEBUG][Transport|DLNADiscovery] [location=http://192.168.1.125:1400/xml/device_description.xml responder=192.168.1.125 st=urn:schemas-upnp-org:device:MediaRenderer:1] ssdp response
[2026-02-24T07:16:04.439Z][DEBUG][Transport|DLNADiscovery] [location=http://192.168.1.126:1400/xml/device_description.xml responder=192.168.1.126 st=uuid:RINCON_347E5C368B7C01400] ssdp response
[2026-02-24T07:16:04.447Z][DEBUG][Transport|DLNADiscovery] [location=http://192.168.1.129:1400/xml/device_description.xml responder=192.168.1.129 st=urn:schemas-upnp-org:device:MediaRenderer:1] ssdp response
[2026-02-24T07:16:04.702Z][INFO][Output|SqueezeliteCore] [address=192.168.1.206 album=undefined artist=undefined clockAgeMs=undefined clockRttMs=undefined deviceType=squeezeplay duration=undefined elapsedMs=0 firmware=2.0.0-1518-pCP itemId=undefined jiffies=0 maxSampleRate=96000 mimeType=undefined name="squeezeplay: b8:27:eb:1b:81:c1" playerId=b8:27:eb:1b:81:c1 port=57984 state=stopped supportedCodecs=["alc","aac","ogg","ogf","flc","aif","pcm","mp3"] title=undefined url=undefined volume=50] Squeezelite player connected
[2026-02-24T07:16:04.770Z][INFO][Output|SqueezeliteCore] [address=192.168.1.206 album=undefined artist=undefined clockAgeMs=undefined clockRttMs=undefined deviceType=squeezeplay duration=undefined elapsedMs=0 firmware=2.0.0-1518-pCP itemId=undefined jiffies=0 maxSampleRate=96000 mimeType=undefined name="Loxone PiCore Pavillon" playerId=b8:27:eb:1b:81:c1 port=57984 state=stopped supportedCodecs=["alc","aac","ogg","ogf","flc","aif","pcm","mp3"] title=undefined url=undefined volume=50] Squeezelite player name
[2026-02-24T07:16:05.065Z][DEBUG][Transport|DLNADiscovery] [info={"friendlyName":"192.168.1.120 - Sonos Arc - RINCON_48A6B8BF56FA01400","controlUrl":"http://192.168.1.120:1400/MediaRenderer/AVTransport/Control","renderingControlUrl":"http://192.168.1.120:1400/MediaRenderer/RenderingControl/Control"}] dlna endpoints discovered
[2026-02-24T07:16:05.066Z][INFO][Output|Sonos] [controlUrl=http://192.168.1.120:1400/MediaRenderer/AVTransport/Control host=192.168.1.120 zoneId=22] Sonos discovery completed
[2026-02-24T07:16:05.066Z][DEBUG][Output|Sonos] [action=SetVolume service=RenderingControl zoneId=22] Sonos soap request
[2026-02-24T07:16:05.079Z][INFO][Output|Sonos] [action=SetVolume durationMs=13 host=192.168.1.120:1400 service=RenderingControl status=200 zoneId=22] Sonos action succeeded
[2026-02-24T07:16:05.079Z][INFO][Output|Sonos] [volume=20 zoneId=22] Sonos volume set
[2026-02-24T07:16:05.227Z][DEBUG][Transport|DLNADiscovery] [info={"friendlyName":"192.168.1.127 - Sonos Era 100 - RINCON_C43875E0912A01400","controlUrl":"http://192.168.1.127:1400/MediaRenderer/AVTransport/Control","renderingControlUrl":"http://192.168.1.127:1400/MediaRenderer/RenderingControl/Control"}] dlna endpoints discovered
[2026-02-24T07:16:05.227Z][INFO][Output|Sonos] [controlUrl=http://192.168.1.127:1400/MediaRenderer/AVTransport/Control host=192.168.1.127 zoneId=19] Sonos discovery completed
[2026-02-24T07:16:05.227Z][DEBUG][Output|Sonos] [action=SetVolume service=RenderingControl zoneId=19] Sonos soap request
[2026-02-24T07:16:05.236Z][INFO][Output|Sonos] [action=SetVolume durationMs=9 host=192.168.1.127:1400 service=RenderingControl status=200 zoneId=19] Sonos action succeeded
[2026-02-24T07:16:05.237Z][INFO][Output|Sonos] [volume=20 zoneId=19] Sonos volume set
[2026-02-24T07:16:05.258Z][DEBUG][Transport|DLNADiscovery] [info={"friendlyName":"192.168.1.129 - Sonos Move - RINCON_48A6B8EAB60201400","controlUrl":"http://192.168.1.129:1400/MediaRenderer/AVTransport/Control","renderingControlUrl":"http://192.168.1.129:1400/MediaRenderer/RenderingControl/Control"}] dlna endpoints discovered
[2026-02-24T07:16:05.258Z][INFO][Output|Sonos] [controlUrl=http://192.168.1.129:1400/MediaRenderer/AVTransport/Control host=192.168.1.129 zoneId=18] Sonos discovery completed
[2026-02-24T07:16:05.259Z][DEBUG][Output|Sonos] [action=SetVolume service=RenderingControl zoneId=18] Sonos soap request
[2026-02-24T07:16:05.266Z][INFO][Output|Sonos] [action=SetVolume durationMs=7 host=192.168.1.129:1400 service=RenderingControl status=200 zoneId=18] Sonos action succeeded
[2026-02-24T07:16:05.266Z][INFO][Output|Sonos] [volume=20 zoneId=18] Sonos volume set
[2026-02-24T07:16:05.288Z][DEBUG][Transport|DLNADiscovery] [info={"friendlyName":"192.168.1.130 - Sonos Roam - RINCON_542A1BB84A6A01400","controlUrl":"http://192.168.1.130:1400/MediaRenderer/AVTransport/Control","renderingControlUrl":"http://192.168.1.130:1400/MediaRenderer/RenderingControl/Control"}] dlna endpoints discovered
[2026-02-24T07:16:05.289Z][INFO][Output|Sonos] [controlUrl=http://192.168.1.130:1400/MediaRenderer/AVTransport/Control host=192.168.1.130 zoneId=14] Sonos discovery completed
[2026-02-24T07:16:05.289Z][DEBUG][Output|Sonos] [action=SetVolume service=RenderingControl zoneId=14] Sonos soap request
[2026-02-24T07:16:05.301Z][INFO][Output|Sonos] [action=SetVolume durationMs=12 host=192.168.1.130:1400 service=RenderingControl status=200 zoneId=14] Sonos action succeeded
[2026-02-24T07:16:05.301Z][INFO][Output|Sonos] [volume=20 zoneId=14] Sonos volume set
[2026-02-24T07:16:05.388Z][DEBUG][LoxoneHttp|WS] [total=1] ws connected
[2026-02-24T07:16:05.389Z][DEBUG][LoxoneHttp|Heartbeat] [extensions=2 total=31] broadcast hw_event
[2026-02-24T07:16:05.515Z][DEBUG][Transport|DLNADiscovery] [info={"friendlyName":"192.168.1.124 - Sonos Beam - RINCON_48A6B83F8C6701400","controlUrl":"http://192.168.1.124:1400/MediaRenderer/AVTransport/Control","renderingControlUrl":"http://192.168.1.124:1400/MediaRenderer/RenderingControl/Control"}] dlna endpoints discovered
[2026-02-24T07:16:05.516Z][INFO][Output|Sonos] [controlUrl=http://192.168.1.124:1400/MediaRenderer/AVTransport/Control host=192.168.1.124 zoneId=21] Sonos discovery completed
[2026-02-24T07:16:05.516Z][DEBUG][Output|Sonos] [action=SetVolume service=RenderingControl zoneId=21] Sonos soap request
[2026-02-24T07:16:05.527Z][INFO][Output|Sonos] [action=SetVolume durationMs=11 host=192.168.1.124:1400 service=RenderingControl status=200 zoneId=21] Sonos action succeeded
[2026-02-24T07:16:05.528Z][INFO][Output|Sonos] [volume=20 zoneId=21] Sonos volume set
[2026-02-24T07:16:05.560Z][SPAM][LoxoneHttp] [command=audio/cfg/miniservertime/1771917365 name=msHttp remote=192.168.1.41] loxone ws message received
[2026-02-24T07:16:05.561Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/miniservertime/1771917365] command received
[2026-02-24T07:16:05.748Z][SPAM][LoxoneHttp] [command=secure/info/pairing name=msHttp remote=192.168.1.41] loxone ws message received
[2026-02-24T07:16:05.749Z][DEBUG][LoxoneHttp|Processor] [command=secure/info/pairing] command received
[2026-02-24T07:16:05.752Z][SPAM][LoxoneHttp] [command="secure/hello/[payload trimmed, 8637 chars]" name=msHttp remote=192.168.1.41] loxone ws message received
[2026-02-24T07:16:05.752Z][DEBUG][LoxoneHttp|Processor] [command="secure/hello/[payload trimmed, 8637 chars]"] command received
[2026-02-24T07:16:05.863Z][SPAM][LoxoneHttp] [command="secure/init/[token redacted, 1879 chars]" name=msHttp remote=192.168.1.41] loxone ws message received
[2026-02-24T07:16:05.863Z][DEBUG][LoxoneHttp|Processor] [command="secure/init/[token redacted, 1879 chars]"] command received
[2026-02-24T07:16:05.866Z][SPAM][LoxoneHttp] [command=secure/info/pairing name=msHttp remote=192.168.1.41] loxone ws message received
[2026-02-24T07:16:05.866Z][DEBUG][LoxoneHttp|Processor] [command=secure/info/pairing] command received
[2026-02-24T07:16:05.867Z][SPAM][LoxoneHttp] [command=secure/peers/NX017XO1NC2xkmViWIZ_u-ovkvHXTxmVBnBdt9x06uMqmGVNXeEaBTKwkKHGQyxnQ_StU44kl8y-7MLAcfWKwTuxuPOYjitxdIAh9GzJs8dHqQqgXRUeQN-Bb8LxX2MjLGgr6ULwGIXS3bBWvBkGivRHu1beSJbnLpr18g5wcfewYanv3xlI3nWpD7H9G1Be name=msHttp remote=192.168.1.41] loxone ws message received
[2026-02-24T07:16:05.868Z][DEBUG][LoxoneHttp|Processor] [command=secure/peers/NX017XO1NC2xkmViWIZ_u-ovkvHXTxmVBnBdt9x06uMqmGVNXeEaBTKwkKHGQyxnQ_StU44kl8y-7MLAcfWKwTuxuPOYjitxdIAh9GzJs8dHqQqgXRUeQN-Bb8LxX2MjLGgr6ULwGIXS3bBWvBkGivRHu1beSJbnLpr18g5wcfewYanv3xlI3nWpD7H9G1Be] command received
[2026-02-24T07:16:05.869Z][WARN][LoxoneHttp|Router] [command=secure/peers/NX017XO1NC2xkmViWIZ_u-ovkvHXTxmVBnBdt9x06uMqmGVNXeEaBTKwkKHGQyxnQ_StU44kl8y-7MLAcfWKwTuxuPOYjitxdIAh9GzJs8dHqQqgXRUeQN-Bb8LxX2MjLGgr6ULwGIXS3bBWvBkGivRHu1beSJbnLpr18g5wcfewYanv3xlI3nWpD7H9G1Be] unhandled loxone command
[2026-02-24T07:16:05.870Z][SPAM][LoxoneHttp] [command=audio/cfg/getconfig name=msHttp remote=192.168.1.41] loxone ws message received
[2026-02-24T07:16:05.871Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getconfig] command received
[2026-02-24T07:16:07.870Z][SPAM][LoxoneHttp] [command="audio/cfg/speakertype/[speaker payload, 392 chars]" name=msHttp remote=192.168.1.41] loxone ws message received
[2026-02-24T07:16:07.871Z][DEBUG][LoxoneHttp|Processor] [command="audio/cfg/speakertype/[speaker payload, 392 chars]"] command received
[2026-02-24T07:16:07.872Z][SPAM][LoxoneHttp] [command="audio/cfg/volumes/[volume payload, 652 chars]" name=msHttp remote=192.168.1.41] loxone ws message received
[2026-02-24T07:16:07.872Z][DEBUG][LoxoneHttp|Processor] [command="audio/cfg/volumes/[volume payload, 652 chars]"] command received
[2026-02-24T07:16:07.874Z][SPAM][LoxoneHttp] [command="audio/cfg/playername/[player name payload, 218 chars]" name=msHttp remote=192.168.1.41] loxone ws message received
[2026-02-24T07:16:07.875Z][DEBUG][LoxoneHttp|Processor] [command="audio/cfg/playername/[player name payload, 218 chars]"] command received
[2026-02-24T07:16:07.876Z][SPAM][LoxoneHttp] [command="audio/cfg/groupopts/[group options payload, 150 chars]" name=msHttp remote=192.168.1.41] loxone ws message received
[2026-02-24T07:16:07.877Z][DEBUG][LoxoneHttp|Processor] [command="audio/cfg/groupopts/[group options payload, 150 chars]"] command received
[2026-02-24T07:16:07.877Z][SPAM][LoxoneHttp] [command="audio/cfg/playeropts/[player options payload, 346 chars]" name=msHttp remote=192.168.1.41] loxone ws message received
[2026-02-24T07:16:07.878Z][DEBUG][LoxoneHttp|Processor] [command="audio/cfg/playeropts/[player options payload, 346 chars]"] command received
[2026-02-24T07:16:07.878Z][SPAM][LoxoneHttp] [command=audio/cfg/presencemode/19,14,21,22/off name=msHttp remote=192.168.1.41] loxone ws message received
[2026-02-24T07:16:07.879Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/presencemode/19,14,21,22/off] command received
[2026-02-24T07:16:07.879Z][SPAM][LoxoneHttp] [command=audio/cfg/miniserverip/192.168.1.41/255.255.255.0/192.168.1.1/192.168.1.1,8.8.8.8/192.168.1.38/static name=msHttp remote=192.168.1.41] loxone ws message received
[2026-02-24T07:16:07.879Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/miniserverip/192.168.1.41/255.255.255.0/192.168.1.1/192.168.1.1,8.8.8.8/192.168.1.38/static] command received
[2026-02-24T07:16:07.881Z][SPAM][LoxoneHttp] [command=audio/cfg/miniserverversion/16.3.1.27/16.3.1.15 name=msHttp remote=192.168.1.41] loxone ws message received
[2026-02-24T07:16:07.882Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/miniserverversion/16.3.1.27/16.3.1.15] command received
[2026-02-24T07:16:07.882Z][SPAM][LoxoneHttp] [command=audio/cfg/timezone/Europe/Vienna name=msHttp remote=192.168.1.41] loxone ws message received
[2026-02-24T07:16:07.882Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/timezone/Europe/Vienna] command received
[2026-02-24T07:16:07.883Z][SPAM][LoxoneHttp] [command=audio/cfg/setconfigtimestamp/1771667380 name=msHttp remote=192.168.1.41] loxone ws message received
[2026-02-24T07:16:07.884Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/setconfigtimestamp/1771667380] command received
[2026-02-24T07:16:07.884Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/all name=msHttp remote=192.168.1.41] loxone ws message received
[2026-02-24T07:16:07.884Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/all] command received
[2026-02-24T07:16:07.886Z][INFO][Loxone|ConfigHandlers] [updates=4 zones=[19,14,21,22]] updated player names
[2026-02-24T07:16:07.890Z][INFO][Loxone|ConfigService] [players=4 updated=4] volume preset applied
[2026-02-24T07:16:08.374Z][SPAM][LoxoneHttp] [command=audio/cfg/ready name=msHttp remote=192.168.1.41] loxone ws message received
[2026-02-24T07:16:08.374Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/ready] command received
[2026-02-24T07:16:12.461Z][SPAM][LoxoneHttp] [command=audio/cfg/miniservertime/1771917372 name=msHttp remote=192.168.1.41] loxone ws message received
[2026-02-24T07:16:12.461Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/miniservertime/1771917372] command received
[2026-02-24T07:16:13.197Z][DEBUG][LoxoneHttp|WS] [total=2] ws connected
[2026-02-24T07:16:13.207Z][SPAM][LoxoneHttp] [command=audio/cfg/getkey/full name=appHttp remote=192.168.1.106] loxone ws message received
[2026-02-24T07:16:13.207Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getkey/full] command received
[2026-02-24T07:16:13.217Z][SPAM][LoxoneHttp] [command="secure/authenticate/[token redacted, 1746 chars]" name=appHttp remote=192.168.1.106] loxone ws message received
[2026-02-24T07:16:13.217Z][DEBUG][LoxoneHttp|Processor] [command="secure/authenticate/[token redacted, 1746 chars]"] command received
[2026-02-24T07:16:13.223Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/19/0/50 name=appHttp remote=192.168.1.106] loxone ws message received
[2026-02-24T07:16:13.223Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/19/0/50] command received
[2026-02-24T07:16:13.224Z][SPAM][LoxoneHttp] [command=audio/19/recent name=appHttp remote=192.168.1.106] loxone ws message received
[2026-02-24T07:16:13.224Z][DEBUG][LoxoneHttp|Processor] [command=audio/19/recent] command received
[2026-02-24T07:16:13.225Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/14/0/50 name=appHttp remote=192.168.1.106] loxone ws message received
[2026-02-24T07:16:13.225Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/14/0/50] command received
[2026-02-24T07:16:13.225Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/24/0/50 name=appHttp remote=192.168.1.106] loxone ws message received
[2026-02-24T07:16:13.226Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/24/0/50] command received
[2026-02-24T07:16:13.227Z][SPAM][LoxoneHttp] [command=audio/24/recent name=appHttp remote=192.168.1.106] loxone ws message received
[2026-02-24T07:16:13.227Z][DEBUG][LoxoneHttp|Processor] [command=audio/24/recent] command received
[2026-02-24T07:16:13.228Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/23/0/50 name=appHttp remote=192.168.1.106] loxone ws message received
[2026-02-24T07:16:13.228Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/23/0/50] command received
[2026-02-24T07:16:13.229Z][SPAM][LoxoneHttp] [command=audio/23/recent name=appHttp remote=192.168.1.106] loxone ws message received
[2026-02-24T07:16:13.229Z][DEBUG][LoxoneHttp|Processor] [command=audio/23/recent] command received
[2026-02-24T07:16:13.229Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/18/0/50 name=appHttp remote=192.168.1.106] loxone ws message received
[2026-02-24T07:16:13.229Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/18/0/50] command received
[2026-02-24T07:16:13.230Z][SPAM][LoxoneHttp] [command=audio/18/recent name=appHttp remote=192.168.1.106] loxone ws message received
[2026-02-24T07:16:13.230Z][DEBUG][LoxoneHttp|Processor] [command=audio/18/recent] command received
[2026-02-24T07:16:13.230Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/25/0/50 name=appHttp remote=192.168.1.106] loxone ws message received
[2026-02-24T07:16:13.231Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/25/0/50] command received
[2026-02-24T07:16:13.231Z][SPAM][LoxoneHttp] [command=audio/25/recent name=appHttp remote=192.168.1.106] loxone ws message received
[2026-02-24T07:16:13.232Z][DEBUG][LoxoneHttp|Processor] [command=audio/25/recent] command received
[2026-02-24T07:16:13.232Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/22/0/50 name=appHttp remote=192.168.1.106] loxone ws message received
[2026-02-24T07:16:13.232Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/22/0/50] command received
[2026-02-24T07:16:13.234Z][SPAM][LoxoneHttp] [command=audio/22/recent name=appHttp remote=192.168.1.106] loxone ws message received
[2026-02-24T07:16:13.234Z][DEBUG][LoxoneHttp|Processor] [command=audio/22/recent] command received
[2026-02-24T07:16:13.234Z][SPAM][LoxoneHttp] [command=audio/cfg/globalsearch/describe name=appHttp remote=192.168.1.106] loxone ws message received
[2026-02-24T07:16:13.234Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/globalsearch/describe] command received
[2026-02-24T07:16:13.236Z][SPAM][LoxoneHttp] [command=audio/cfg/getinputs name=appHttp remote=192.168.1.106] loxone ws message received
[2026-02-24T07:16:13.236Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getinputs] command received
[2026-02-24T07:16:13.236Z][SPAM][LoxoneHttp] [command=audio/cfg/getavailableservices name=appHttp remote=192.168.1.106] loxone ws message received
[2026-02-24T07:16:13.237Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getavailableservices] command received
[2026-02-24T07:16:13.238Z][SPAM][LoxoneHttp] [command=audio/cfg/getservices name=appHttp remote=192.168.1.106] loxone ws message received
[2026-02-24T07:16:13.238Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getservices] command received
[2026-02-24T07:16:13.240Z][SPAM][LoxoneHttp] [command=audio/cfg/getradios name=appHttp remote=192.168.1.106] loxone ws message received
[2026-02-24T07:16:13.240Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getradios] command received
[2026-02-24T07:16:13.300Z][DEBUG][LoxoneHttp|WS] [total=3] ws connected
[2026-02-24T07:16:13.321Z][SPAM][LoxoneHttp] [command=audio/cfg/getkey/full name=appHttp remote=192.168.1.220] loxone ws message received
[2026-02-24T07:16:13.322Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getkey/full] command received
[2026-02-24T07:16:13.340Z][SPAM][LoxoneHttp] [command="secure/authenticate/[token redacted, 1807 chars]" name=appHttp remote=192.168.1.220] loxone ws message received
[2026-02-24T07:16:13.341Z][DEBUG][LoxoneHttp|Processor] [command="secure/authenticate/[token redacted, 1807 chars]"] command received
[2026-02-24T07:16:13.381Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/19/0/50 name=appHttp remote=192.168.1.220] loxone ws message received
[2026-02-24T07:16:13.381Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/19/0/50] command received
[2026-02-24T07:16:13.381Z][SPAM][LoxoneHttp] [command=audio/19/recent name=appHttp remote=192.168.1.220] loxone ws message received
[2026-02-24T07:16:13.381Z][DEBUG][LoxoneHttp|Processor] [command=audio/19/recent] command received
[2026-02-24T07:16:13.382Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/14/0/50 name=appHttp remote=192.168.1.220] loxone ws message received
[2026-02-24T07:16:13.382Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/14/0/50] command received
[2026-02-24T07:16:13.382Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/24/0/50 name=appHttp remote=192.168.1.220] loxone ws message received
[2026-02-24T07:16:13.382Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/24/0/50] command received
[2026-02-24T07:16:13.383Z][SPAM][LoxoneHttp] [command=audio/24/recent name=appHttp remote=192.168.1.220] loxone ws message received
[2026-02-24T07:16:13.383Z][DEBUG][LoxoneHttp|Processor] [command=audio/24/recent] command received
[2026-02-24T07:16:13.384Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/23/0/50 name=appHttp remote=192.168.1.220] loxone ws message received
[2026-02-24T07:16:13.384Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/23/0/50] command received
[2026-02-24T07:16:13.384Z][SPAM][LoxoneHttp] [command=audio/23/recent name=appHttp remote=192.168.1.220] loxone ws message received
[2026-02-24T07:16:13.384Z][DEBUG][LoxoneHttp|Processor] [command=audio/23/recent] command received
[2026-02-24T07:16:13.385Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/18/0/50 name=appHttp remote=192.168.1.220] loxone ws message received
[2026-02-24T07:16:13.385Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/18/0/50] command received
[2026-02-24T07:16:13.385Z][SPAM][LoxoneHttp] [command=audio/18/recent name=appHttp remote=192.168.1.220] loxone ws message received
[2026-02-24T07:16:13.385Z][DEBUG][LoxoneHttp|Processor] [command=audio/18/recent] command received
[2026-02-24T07:16:13.385Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/25/0/50 name=appHttp remote=192.168.1.220] loxone ws message received
[2026-02-24T07:16:13.386Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/25/0/50] command received
[2026-02-24T07:16:13.386Z][SPAM][LoxoneHttp] [command=audio/25/recent name=appHttp remote=192.168.1.220] loxone ws message received
[2026-02-24T07:16:13.386Z][DEBUG][LoxoneHttp|Processor] [command=audio/25/recent] command received
[2026-02-24T07:16:13.387Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/22/0/50 name=appHttp remote=192.168.1.220] loxone ws message received
[2026-02-24T07:16:13.387Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/22/0/50] command received
[2026-02-24T07:16:13.388Z][SPAM][LoxoneHttp] [command=audio/22/recent name=appHttp remote=192.168.1.220] loxone ws message received
[2026-02-24T07:16:13.388Z][DEBUG][LoxoneHttp|Processor] [command=audio/22/recent] command received
[2026-02-24T07:16:13.389Z][SPAM][LoxoneHttp] [command=audio/cfg/globalsearch/describe name=appHttp remote=192.168.1.220] loxone ws message received
[2026-02-24T07:16:13.389Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/globalsearch/describe] command received
[2026-02-24T07:16:13.389Z][SPAM][LoxoneHttp] [command=audio/cfg/getinputs name=appHttp remote=192.168.1.220] loxone ws message received
[2026-02-24T07:16:13.390Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getinputs] command received
[2026-02-24T07:16:13.390Z][SPAM][LoxoneHttp] [command=audio/cfg/getavailableservices name=appHttp remote=192.168.1.220] loxone ws message received
[2026-02-24T07:16:13.390Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getavailableservices] command received
[2026-02-24T07:16:13.391Z][SPAM][LoxoneHttp] [command=audio/cfg/getservices name=appHttp remote=192.168.1.220] loxone ws message received
[2026-02-24T07:16:13.391Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getservices] command received
[2026-02-24T07:16:13.400Z][SPAM][LoxoneHttp] [command=audio/cfg/getradios name=appHttp remote=192.168.1.220] loxone ws message received
[2026-02-24T07:16:13.400Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getradios] command received
[2026-02-24T07:16:30.388Z][DEBUG][LoxoneHttp|WS] [total=4] ws connected
[2026-02-24T07:16:30.389Z][DEBUG][LoxoneHttp|Heartbeat] [extensions=2 total=31] broadcast hw_event
[2026-02-24T07:16:30.556Z][SPAM][LoxoneHttp] [command=audio/cfg/miniservertime/1771917390 name=msHttp remote=192.168.1.42] loxone ws message received
[2026-02-24T07:16:30.556Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/miniservertime/1771917390] command received
[2026-02-24T07:16:30.647Z][DEBUG][LoxoneHttp|WS] [total=3] ws disconnected
[2026-02-24T07:16:30.741Z][SPAM][LoxoneHttp] [command="secure/hello/[payload trimmed, 8637 chars]" name=msHttp remote=192.168.1.42] loxone ws message received
[2026-02-24T07:16:30.742Z][DEBUG][LoxoneHttp|Processor] [command="secure/hello/[payload trimmed, 8637 chars]"] command received
[2026-02-24T07:16:30.742Z][DEBUG][LoxoneHttp|WS] [total=2] ws disconnected
[2026-02-24T07:16:30.841Z][SPAM][LoxoneHttp] [command="secure/init/[token redacted, 1879 chars]" name=msHttp remote=192.168.1.42] loxone ws message received
[2026-02-24T07:16:30.841Z][DEBUG][LoxoneHttp|Processor] [command="secure/init/[token redacted, 1879 chars]"] command received
[2026-02-24T07:16:30.844Z][SPAM][LoxoneHttp] [command=secure/info/pairing name=msHttp remote=192.168.1.42] loxone ws message received
[2026-02-24T07:16:30.844Z][DEBUG][LoxoneHttp|Processor] [command=secure/info/pairing] command received
[2026-02-24T07:16:30.845Z][SPAM][LoxoneHttp] [command=audio/cfg/getconfig name=msHttp remote=192.168.1.42] loxone ws message received
[2026-02-24T07:16:30.845Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getconfig] command received
[2026-02-24T07:16:32.858Z][SPAM][LoxoneHttp] [command="audio/cfg/speakertype/[speaker payload, 179 chars]" name=msHttp remote=192.168.1.42] loxone ws message received
[2026-02-24T07:16:32.858Z][DEBUG][LoxoneHttp|Processor] [command="audio/cfg/speakertype/[speaker payload, 179 chars]"] command received
[2026-02-24T07:16:32.859Z][SPAM][LoxoneHttp] [command="audio/cfg/volumes/[volume payload, 494 chars]" name=msHttp remote=192.168.1.42] loxone ws message received
[2026-02-24T07:16:32.859Z][DEBUG][LoxoneHttp|Processor] [command="audio/cfg/volumes/[volume payload, 494 chars]"] command received
[2026-02-24T07:16:32.860Z][SPAM][LoxoneHttp] [command="audio/cfg/playername/[player name payload, 152 chars]" name=msHttp remote=192.168.1.42] loxone ws message received
[2026-02-24T07:16:32.860Z][DEBUG][LoxoneHttp|Processor] [command="audio/cfg/playername/[player name payload, 152 chars]"] command received
[2026-02-24T07:16:32.861Z][SPAM][LoxoneHttp] [command="audio/cfg/groupopts/[group options payload, 18 chars]" name=msHttp remote=192.168.1.42] loxone ws message received
[2026-02-24T07:16:32.862Z][DEBUG][LoxoneHttp|Processor] [command="audio/cfg/groupopts/[group options payload, 18 chars]"] command received
[2026-02-24T07:16:32.862Z][SPAM][LoxoneHttp] [command="audio/cfg/playeropts/[player options payload, 266 chars]" name=msHttp remote=192.168.1.42] loxone ws message received
[2026-02-24T07:16:32.863Z][DEBUG][LoxoneHttp|Processor] [command="audio/cfg/playeropts/[player options payload, 266 chars]"] command received
[2026-02-24T07:16:32.863Z][SPAM][LoxoneHttp] [command=audio/cfg/presencemode/24,23,18/off name=msHttp remote=192.168.1.42] loxone ws message received
[2026-02-24T07:16:32.863Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/presencemode/24,23,18/off] command received
[2026-02-24T07:16:32.864Z][SPAM][LoxoneHttp] [command=audio/cfg/miniserverip/192.168.1.42/255.255.255.0/192.168.1.1/192.168.1.1,8.8.8.8/192.168.1.38/static name=msHttp remote=192.168.1.42] loxone ws message received
[2026-02-24T07:16:32.864Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/miniserverip/192.168.1.42/255.255.255.0/192.168.1.1/192.168.1.1,8.8.8.8/192.168.1.38/static] command received
[2026-02-24T07:16:32.865Z][SPAM][LoxoneHttp] [command=audio/cfg/miniserverversion/16.3.1.27/16.3.1.15 name=msHttp remote=192.168.1.42] loxone ws message received
[2026-02-24T07:16:32.865Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/miniserverversion/16.3.1.27/16.3.1.15] command received
[2026-02-24T07:16:32.865Z][SPAM][LoxoneHttp] [command=audio/cfg/timezone/Europe/Vienna name=msHttp remote=192.168.1.42] loxone ws message received
[2026-02-24T07:16:32.865Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/timezone/Europe/Vienna] command received
[2026-02-24T07:16:32.865Z][SPAM][LoxoneHttp] [command=audio/cfg/setconfigtimestamp/1771667380 name=msHttp remote=192.168.1.42] loxone ws message received
[2026-02-24T07:16:32.866Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/setconfigtimestamp/1771667380] command received
[2026-02-24T07:16:32.866Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/all name=msHttp remote=192.168.1.42] loxone ws message received
[2026-02-24T07:16:32.867Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/all] command received
[2026-02-24T07:16:32.867Z][INFO][Loxone|ConfigService] [players=3 updated=3] volume preset applied
[2026-02-24T07:16:32.872Z][INFO][Loxone|ConfigHandlers] [updates=3 zones=[24,23,18]] updated player names
[2026-02-24T07:16:33.359Z][SPAM][LoxoneHttp] [command=audio/cfg/ready name=msHttp remote=192.168.1.42] loxone ws message received
[2026-02-24T07:16:33.359Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/ready] command received
[2026-02-24T07:16:38.271Z][DEBUG][LoxoneHttp|WS] [total=3] ws connected
[2026-02-24T07:16:38.291Z][SPAM][LoxoneHttp] [command=audio/cfg/getkey/full name=appHttp remote=192.168.1.220] loxone ws message received
[2026-02-24T07:16:38.291Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getkey/full] command received
[2026-02-24T07:16:38.323Z][SPAM][LoxoneHttp] [command="secure/authenticate/[token redacted, 1833 chars]" name=appHttp remote=192.168.1.220] loxone ws message received
[2026-02-24T07:16:38.324Z][DEBUG][LoxoneHttp|Processor] [command="secure/authenticate/[token redacted, 1833 chars]"] command received
[2026-02-24T07:16:38.328Z][DEBUG][LoxoneHttp|WS] [total=4] ws connected
[2026-02-24T07:16:38.334Z][SPAM][LoxoneHttp] [command=audio/cfg/getkey/full name=appHttp remote=192.168.1.106] loxone ws message received
[2026-02-24T07:16:38.334Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getkey/full] command received
[2026-02-24T07:16:38.347Z][SPAM][LoxoneHttp] [command="secure/authenticate/[token redacted, 1738 chars]" name=appHttp remote=192.168.1.106] loxone ws message received
[2026-02-24T07:16:38.347Z][DEBUG][LoxoneHttp|Processor] [command="secure/authenticate/[token redacted, 1738 chars]"] command received
[2026-02-24T07:16:38.355Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/19/0/50 name=appHttp remote=192.168.1.106] loxone ws message received
[2026-02-24T07:16:38.356Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/19/0/50] command received
[2026-02-24T07:16:38.356Z][SPAM][LoxoneHttp] [command=audio/19/recent name=appHttp remote=192.168.1.106] loxone ws message received
[2026-02-24T07:16:38.356Z][DEBUG][LoxoneHttp|Processor] [command=audio/19/recent] command received
[2026-02-24T07:16:38.357Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/14/0/50 name=appHttp remote=192.168.1.106] loxone ws message received
[2026-02-24T07:16:38.357Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/14/0/50] command received
[2026-02-24T07:16:38.357Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/24/0/50 name=appHttp remote=192.168.1.106] loxone ws message received
[2026-02-24T07:16:38.357Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/24/0/50] command received
[2026-02-24T07:16:38.358Z][SPAM][LoxoneHttp] [command=audio/24/recent name=appHttp remote=192.168.1.106] loxone ws message received
[2026-02-24T07:16:38.358Z][DEBUG][LoxoneHttp|Processor] [command=audio/24/recent] command received
[2026-02-24T07:16:38.358Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/23/0/50 name=appHttp remote=192.168.1.106] loxone ws message received
[2026-02-24T07:16:38.358Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/23/0/50] command received
[2026-02-24T07:16:38.359Z][SPAM][LoxoneHttp] [command=audio/23/recent name=appHttp remote=192.168.1.106] loxone ws message received
[2026-02-24T07:16:38.359Z][DEBUG][LoxoneHttp|Processor] [command=audio/23/recent] command received
[2026-02-24T07:16:38.359Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/18/0/50 name=appHttp remote=192.168.1.106] loxone ws message received
[2026-02-24T07:16:38.359Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/18/0/50] command received
[2026-02-24T07:16:38.360Z][SPAM][LoxoneHttp] [command=audio/18/recent name=appHttp remote=192.168.1.106] loxone ws message received
[2026-02-24T07:16:38.360Z][DEBUG][LoxoneHttp|Processor] [command=audio/18/recent] command received
[2026-02-24T07:16:38.361Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/25/0/50 name=appHttp remote=192.168.1.106] loxone ws message received
[2026-02-24T07:16:38.361Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/25/0/50] command received
[2026-02-24T07:16:38.361Z][SPAM][LoxoneHttp] [command=audio/25/recent name=appHttp remote=192.168.1.106] loxone ws message received
[2026-02-24T07:16:38.361Z][DEBUG][LoxoneHttp|Processor] [command=audio/25/recent] command received
[2026-02-24T07:16:38.362Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/22/0/50 name=appHttp remote=192.168.1.106] loxone ws message received
[2026-02-24T07:16:38.362Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/22/0/50] command received
[2026-02-24T07:16:38.363Z][SPAM][LoxoneHttp] [command=audio/22/recent name=appHttp remote=192.168.1.106] loxone ws message received
[2026-02-24T07:16:38.363Z][DEBUG][LoxoneHttp|Processor] [command=audio/22/recent] command received
[2026-02-24T07:16:38.363Z][SPAM][LoxoneHttp] [command=audio/cfg/globalsearch/describe name=appHttp remote=192.168.1.106] loxone ws message received
[2026-02-24T07:16:38.363Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/globalsearch/describe] command received
[2026-02-24T07:16:38.364Z][SPAM][LoxoneHttp] [command=audio/cfg/getinputs name=appHttp remote=192.168.1.106] loxone ws message received
[2026-02-24T07:16:38.364Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getinputs] command received
[2026-02-24T07:16:38.365Z][SPAM][LoxoneHttp] [command=audio/cfg/getavailableservices name=appHttp remote=192.168.1.106] loxone ws message received
[2026-02-24T07:16:38.365Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getavailableservices] command received
[2026-02-24T07:16:38.365Z][SPAM][LoxoneHttp] [command=audio/cfg/getservices name=appHttp remote=192.168.1.106] loxone ws message received
[2026-02-24T07:16:38.365Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getservices] command received
[2026-02-24T07:16:38.370Z][SPAM][LoxoneHttp] [command=audio/cfg/getradios name=appHttp remote=192.168.1.106] loxone ws message received
[2026-02-24T07:16:38.370Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getradios] command received
[2026-02-24T07:16:38.377Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/19/0/50 name=appHttp remote=192.168.1.220] loxone ws message received
[2026-02-24T07:16:38.377Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/19/0/50] command received
[2026-02-24T07:16:38.378Z][SPAM][LoxoneHttp] [command=audio/19/recent name=appHttp remote=192.168.1.220] loxone ws message received
[2026-02-24T07:16:38.378Z][DEBUG][LoxoneHttp|Processor] [command=audio/19/recent] command received
[2026-02-24T07:16:38.379Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/14/0/50 name=appHttp remote=192.168.1.220] loxone ws message received
[2026-02-24T07:16:38.379Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/14/0/50] command received
[2026-02-24T07:16:38.379Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/24/0/50 name=appHttp remote=192.168.1.220] loxone ws message received
[2026-02-24T07:16:38.379Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/24/0/50] command received
[2026-02-24T07:16:38.380Z][SPAM][LoxoneHttp] [command=audio/24/recent name=appHttp remote=192.168.1.220] loxone ws message received
[2026-02-24T07:16:38.380Z][DEBUG][LoxoneHttp|Processor] [command=audio/24/recent] command received
[2026-02-24T07:16:38.380Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/23/0/50 name=appHttp remote=192.168.1.220] loxone ws message received
[2026-02-24T07:16:38.380Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/23/0/50] command received
[2026-02-24T07:16:38.380Z][SPAM][LoxoneHttp] [command=audio/23/recent name=appHttp remote=192.168.1.220] loxone ws message received
[2026-02-24T07:16:38.381Z][DEBUG][LoxoneHttp|Processor] [command=audio/23/recent] command received
[2026-02-24T07:16:38.381Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/18/0/50 name=appHttp remote=192.168.1.220] loxone ws message received
[2026-02-24T07:16:38.381Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/18/0/50] command received
[2026-02-24T07:16:38.382Z][SPAM][LoxoneHttp] [command=audio/18/recent name=appHttp remote=192.168.1.220] loxone ws message received
[2026-02-24T07:16:38.382Z][DEBUG][LoxoneHttp|Processor] [command=audio/18/recent] command received
[2026-02-24T07:16:38.382Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/25/0/50 name=appHttp remote=192.168.1.220] loxone ws message received
[2026-02-24T07:16:38.382Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/25/0/50] command received
[2026-02-24T07:16:38.383Z][SPAM][LoxoneHttp] [command=audio/25/recent name=appHttp remote=192.168.1.220] loxone ws message received
[2026-02-24T07:16:38.383Z][DEBUG][LoxoneHttp|Processor] [command=audio/25/recent] command received
[2026-02-24T07:16:38.384Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/22/0/50 name=appHttp remote=192.168.1.220] loxone ws message received
[2026-02-24T07:16:38.384Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/22/0/50] command received
[2026-02-24T07:16:38.384Z][SPAM][LoxoneHttp] [command=audio/22/recent name=appHttp remote=192.168.1.220] loxone ws message received
[2026-02-24T07:16:38.384Z][DEBUG][LoxoneHttp|Processor] [command=audio/22/recent] command received
[2026-02-24T07:16:38.385Z][SPAM][LoxoneHttp] [command=audio/cfg/globalsearch/describe name=appHttp remote=192.168.1.220] loxone ws message received
[2026-02-24T07:16:38.386Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/globalsearch/describe] command received
[2026-02-24T07:16:38.386Z][SPAM][LoxoneHttp] [command=audio/cfg/getinputs name=appHttp remote=192.168.1.220] loxone ws message received
[2026-02-24T07:16:38.386Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getinputs] command received
[2026-02-24T07:16:38.386Z][SPAM][LoxoneHttp] [command=audio/cfg/getavailableservices name=appHttp remote=192.168.1.220] loxone ws message received
[2026-02-24T07:16:38.386Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getavailableservices] command received
[2026-02-24T07:16:38.387Z][SPAM][LoxoneHttp] [command=audio/cfg/getservices name=appHttp remote=192.168.1.220] loxone ws message received
[2026-02-24T07:16:38.387Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getservices] command received
[2026-02-24T07:16:38.394Z][SPAM][LoxoneHttp] [command=audio/cfg/getradios name=appHttp remote=192.168.1.220] loxone ws message received
[2026-02-24T07:16:38.394Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getradios] command received
[2026-02-24T07:17:03.330Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=BC2411298D1C time=0 title="" zoneId=19 zoneName="Büro Sabrina"] audio_event payload
[2026-02-24T07:17:03.331Z][SPAM][LoxoneHttp|Notifier] [zoneId=19] audio_event broadcast
[2026-02-24T07:17:03.331Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=BC2411298D1C time=0 title="" zoneId=14 zoneName="Büro Simon"] audio_event payload
[2026-02-24T07:17:03.331Z][SPAM][LoxoneHttp|Notifier] [zoneId=14] audio_event broadcast
[2026-02-24T07:17:03.331Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=504F94FF1BB4 time=0 title="" zoneId=21 zoneName=Schlafzimmer] audio_event payload
[2026-02-24T07:17:03.332Z][SPAM][LoxoneHttp|Notifier] [zoneId=21] audio_event broadcast
[2026-02-24T07:17:03.332Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=504F94FF1BB4 time=0 title="" zoneId=22 zoneName=Wohnzimmer] audio_event payload
[2026-02-24T07:17:03.332Z][SPAM][LoxoneHttp|Notifier] [zoneId=22] audio_event broadcast
[2026-02-24T07:17:03.333Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=504F94FF1BB5 time=0 title="" zoneId=24 zoneName=Garage] audio_event payload
[2026-02-24T07:17:03.333Z][SPAM][LoxoneHttp|Notifier] [zoneId=24] audio_event broadcast
[2026-02-24T07:17:03.333Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=504F94FF1BB5 time=0 title="" zoneId=23 zoneName=Terrasse] audio_event payload
[2026-02-24T07:17:03.333Z][SPAM][LoxoneHttp|Notifier] [zoneId=23] audio_event broadcast
[2026-02-24T07:17:03.333Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=BC2411298D1C time=0 title="" zoneId=18 zoneName=Werkstatt] audio_event payload
[2026-02-24T07:17:03.334Z][SPAM][LoxoneHttp|Notifier] [zoneId=18] audio_event broadcast
[2026-02-24T07:18:03.330Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=BC2411298D1C time=0 title="" zoneId=19 zoneName="Büro Sabrina"] audio_event payload
[2026-02-24T07:18:03.331Z][SPAM][LoxoneHttp|Notifier] [zoneId=19] audio_event broadcast
[2026-02-24T07:18:03.331Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=BC2411298D1C time=0 title="" zoneId=14 zoneName="Büro Simon"] audio_event payload
[2026-02-24T07:18:03.331Z][SPAM][LoxoneHttp|Notifier] [zoneId=14] audio_event broadcast
[2026-02-24T07:18:03.331Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=504F94FF1BB4 time=0 title="" zoneId=21 zoneName=Schlafzimmer] audio_event payload
[2026-02-24T07:18:03.332Z][SPAM][LoxoneHttp|Notifier] [zoneId=21] audio_event broadcast
[2026-02-24T07:18:03.332Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=504F94FF1BB4 time=0 title="" zoneId=22 zoneName=Wohnzimmer] audio_event payload
[2026-02-24T07:18:03.332Z][SPAM][LoxoneHttp|Notifier] [zoneId=22] audio_event broadcast
[2026-02-24T07:18:03.332Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=504F94FF1BB5 time=0 title="" zoneId=24 zoneName=Garage] audio_event payload
[2026-02-24T07:18:03.332Z][SPAM][LoxoneHttp|Notifier] [zoneId=24] audio_event broadcast
[2026-02-24T07:18:03.332Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=504F94FF1BB5 time=0 title="" zoneId=23 zoneName=Terrasse] audio_event payload
[2026-02-24T07:18:03.333Z][SPAM][LoxoneHttp|Notifier] [zoneId=23] audio_event broadcast
[2026-02-24T07:18:03.333Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=BC2411298D1C time=0 title="" zoneId=18 zoneName=Werkstatt] audio_event payload
[2026-02-24T07:18:03.333Z][SPAM][LoxoneHttp|Notifier] [zoneId=18] audio_event broadcast

start playing music from the Sonos App only / Log Spam Output: NOTHING

[2026-02-24T07:21:03.335Z][SPAM][LoxoneHttp|Notifier] [zoneId=18] audio_event broadcast
[2026-02-24T07:21:44.618Z][DEBUG][Http|Streams] [streamId=current zoneId=14] no active session for stream request
[2026-02-24T07:22:03.334Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=BC2411298D1C time=0 title="" zoneId=19 zoneName="Büro Sabrina"] audio_event payload
[2026-02-24T07:22:03.334Z][SPAM][LoxoneHttp|Notifier] [zoneId=19] audio_event broadcast
[2026-02-24T07:22:03.334Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=BC2411298D1C time=0 title="" zoneId=14 zoneName="Büro Simon"] audio_event payload
[2026-02-24T07:22:03.334Z][SPAM][LoxoneHttp|Notifier] [zoneId=14] audio_event broadcast
[2026-02-24T07:22:03.334Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=504F94FF1BB4 time=0 title="" zoneId=21 zoneName=Schlafzimmer] audio_event payload
[2026-02-24T07:22:03.335Z][SPAM][LoxoneHttp|Notifier] [zoneId=21] audio_event broadcast
[2026-02-24T07:22:03.335Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=504F94FF1BB4 time=0 title="" zoneId=22 zoneName=Wohnzimmer] audio_event payload
[2026-02-24T07:22:03.335Z][SPAM][LoxoneHttp|Notifier] [zoneId=22] audio_event broadcast
[2026-02-24T07:22:03.335Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=504F94FF1BB5 time=0 title="" zoneId=24 zoneName=Garage] audio_event payload
[2026-02-24T07:22:03.335Z][SPAM][LoxoneHttp|Notifier] [zoneId=24] audio_event broadcast
[2026-02-24T07:22:03.335Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=504F94FF1BB5 time=0 title="" zoneId=23 zoneName=Terrasse] audio_event payload
[2026-02-24T07:22:03.336Z][SPAM][LoxoneHttp|Notifier] [zoneId=23] audio_event broadcast
[2026-02-24T07:22:03.336Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=BC2411298D1C time=0 title="" zoneId=18 zoneName=Werkstatt] audio_event payload
[2026-02-24T07:22:03.336Z][SPAM][LoxoneHttp|Notifier] [zoneId=18] audio_event broadcast

Image Image Image Image
<!-- gh-comment-id:3949745070 --> @simon2207 commented on GitHub (Feb 24, 2026): Here you go: State controller at Sonos / LOG CLEAN / Controller Restart / SPAM Output: [2026-02-24T07:16:04.176Z][DEBUG][Transport|DLNADiscovery] [location=http://192.168.1.122:1400/xml/device_description.xml responder=192.168.1.122 st=uuid:RINCON_C43875940DAA01400] ssdp response [2026-02-24T07:16:04.199Z][DEBUG][Transport|DLNADiscovery] [location=http://192.168.1.127:1400/xml/device_description.xml responder=192.168.1.127 st=urn:schemas-upnp-org:device:MediaRenderer:1] ssdp response [2026-02-24T07:16:04.367Z][DEBUG][Transport|DLNADiscovery] [location=http://192.168.1.130:1400/xml/device_description.xml responder=192.168.1.130 st=urn:schemas-upnp-org:service:AVTransport:1] ssdp response [2026-02-24T07:16:04.410Z][DEBUG][Transport|DLNADiscovery] [location=http://192.168.1.125:1400/xml/device_description.xml responder=192.168.1.125 st=urn:schemas-upnp-org:device:MediaRenderer:1] ssdp response [2026-02-24T07:16:04.439Z][DEBUG][Transport|DLNADiscovery] [location=http://192.168.1.126:1400/xml/device_description.xml responder=192.168.1.126 st=uuid:RINCON_347E5C368B7C01400] ssdp response [2026-02-24T07:16:04.447Z][DEBUG][Transport|DLNADiscovery] [location=http://192.168.1.129:1400/xml/device_description.xml responder=192.168.1.129 st=urn:schemas-upnp-org:device:MediaRenderer:1] ssdp response [2026-02-24T07:16:04.702Z][INFO][Output|SqueezeliteCore] [address=192.168.1.206 album=undefined artist=undefined clockAgeMs=undefined clockRttMs=undefined deviceType=squeezeplay duration=undefined elapsedMs=0 firmware=2.0.0-1518-pCP itemId=undefined jiffies=0 maxSampleRate=96000 mimeType=undefined name="squeezeplay: b8:27:eb:1b:81:c1" playerId=b8:27:eb:1b:81:c1 port=57984 state=stopped supportedCodecs=["alc","aac","ogg","ogf","flc","aif","pcm","mp3"] title=undefined url=undefined volume=50] Squeezelite player connected [2026-02-24T07:16:04.770Z][INFO][Output|SqueezeliteCore] [address=192.168.1.206 album=undefined artist=undefined clockAgeMs=undefined clockRttMs=undefined deviceType=squeezeplay duration=undefined elapsedMs=0 firmware=2.0.0-1518-pCP itemId=undefined jiffies=0 maxSampleRate=96000 mimeType=undefined name="Loxone PiCore Pavillon" playerId=b8:27:eb:1b:81:c1 port=57984 state=stopped supportedCodecs=["alc","aac","ogg","ogf","flc","aif","pcm","mp3"] title=undefined url=undefined volume=50] Squeezelite player name [2026-02-24T07:16:05.065Z][DEBUG][Transport|DLNADiscovery] [info={"friendlyName":"192.168.1.120 - Sonos Arc - RINCON_48A6B8BF56FA01400","controlUrl":"http://192.168.1.120:1400/MediaRenderer/AVTransport/Control","renderingControlUrl":"http://192.168.1.120:1400/MediaRenderer/RenderingControl/Control"}] dlna endpoints discovered [2026-02-24T07:16:05.066Z][INFO][Output|Sonos] [controlUrl=http://192.168.1.120:1400/MediaRenderer/AVTransport/Control host=192.168.1.120 zoneId=22] Sonos discovery completed [2026-02-24T07:16:05.066Z][DEBUG][Output|Sonos] [action=SetVolume service=RenderingControl zoneId=22] Sonos soap request [2026-02-24T07:16:05.079Z][INFO][Output|Sonos] [action=SetVolume durationMs=13 host=192.168.1.120:1400 service=RenderingControl status=200 zoneId=22] Sonos action succeeded [2026-02-24T07:16:05.079Z][INFO][Output|Sonos] [volume=20 zoneId=22] Sonos volume set [2026-02-24T07:16:05.227Z][DEBUG][Transport|DLNADiscovery] [info={"friendlyName":"192.168.1.127 - Sonos Era 100 - RINCON_C43875E0912A01400","controlUrl":"http://192.168.1.127:1400/MediaRenderer/AVTransport/Control","renderingControlUrl":"http://192.168.1.127:1400/MediaRenderer/RenderingControl/Control"}] dlna endpoints discovered [2026-02-24T07:16:05.227Z][INFO][Output|Sonos] [controlUrl=http://192.168.1.127:1400/MediaRenderer/AVTransport/Control host=192.168.1.127 zoneId=19] Sonos discovery completed [2026-02-24T07:16:05.227Z][DEBUG][Output|Sonos] [action=SetVolume service=RenderingControl zoneId=19] Sonos soap request [2026-02-24T07:16:05.236Z][INFO][Output|Sonos] [action=SetVolume durationMs=9 host=192.168.1.127:1400 service=RenderingControl status=200 zoneId=19] Sonos action succeeded [2026-02-24T07:16:05.237Z][INFO][Output|Sonos] [volume=20 zoneId=19] Sonos volume set [2026-02-24T07:16:05.258Z][DEBUG][Transport|DLNADiscovery] [info={"friendlyName":"192.168.1.129 - Sonos Move - RINCON_48A6B8EAB60201400","controlUrl":"http://192.168.1.129:1400/MediaRenderer/AVTransport/Control","renderingControlUrl":"http://192.168.1.129:1400/MediaRenderer/RenderingControl/Control"}] dlna endpoints discovered [2026-02-24T07:16:05.258Z][INFO][Output|Sonos] [controlUrl=http://192.168.1.129:1400/MediaRenderer/AVTransport/Control host=192.168.1.129 zoneId=18] Sonos discovery completed [2026-02-24T07:16:05.259Z][DEBUG][Output|Sonos] [action=SetVolume service=RenderingControl zoneId=18] Sonos soap request [2026-02-24T07:16:05.266Z][INFO][Output|Sonos] [action=SetVolume durationMs=7 host=192.168.1.129:1400 service=RenderingControl status=200 zoneId=18] Sonos action succeeded [2026-02-24T07:16:05.266Z][INFO][Output|Sonos] [volume=20 zoneId=18] Sonos volume set [2026-02-24T07:16:05.288Z][DEBUG][Transport|DLNADiscovery] [info={"friendlyName":"192.168.1.130 - Sonos Roam - RINCON_542A1BB84A6A01400","controlUrl":"http://192.168.1.130:1400/MediaRenderer/AVTransport/Control","renderingControlUrl":"http://192.168.1.130:1400/MediaRenderer/RenderingControl/Control"}] dlna endpoints discovered [2026-02-24T07:16:05.289Z][INFO][Output|Sonos] [controlUrl=http://192.168.1.130:1400/MediaRenderer/AVTransport/Control host=192.168.1.130 zoneId=14] Sonos discovery completed [2026-02-24T07:16:05.289Z][DEBUG][Output|Sonos] [action=SetVolume service=RenderingControl zoneId=14] Sonos soap request [2026-02-24T07:16:05.301Z][INFO][Output|Sonos] [action=SetVolume durationMs=12 host=192.168.1.130:1400 service=RenderingControl status=200 zoneId=14] Sonos action succeeded [2026-02-24T07:16:05.301Z][INFO][Output|Sonos] [volume=20 zoneId=14] Sonos volume set [2026-02-24T07:16:05.388Z][DEBUG][LoxoneHttp|WS] [total=1] ws connected [2026-02-24T07:16:05.389Z][DEBUG][LoxoneHttp|Heartbeat] [extensions=2 total=31] broadcast hw_event [2026-02-24T07:16:05.515Z][DEBUG][Transport|DLNADiscovery] [info={"friendlyName":"192.168.1.124 - Sonos Beam - RINCON_48A6B83F8C6701400","controlUrl":"http://192.168.1.124:1400/MediaRenderer/AVTransport/Control","renderingControlUrl":"http://192.168.1.124:1400/MediaRenderer/RenderingControl/Control"}] dlna endpoints discovered [2026-02-24T07:16:05.516Z][INFO][Output|Sonos] [controlUrl=http://192.168.1.124:1400/MediaRenderer/AVTransport/Control host=192.168.1.124 zoneId=21] Sonos discovery completed [2026-02-24T07:16:05.516Z][DEBUG][Output|Sonos] [action=SetVolume service=RenderingControl zoneId=21] Sonos soap request [2026-02-24T07:16:05.527Z][INFO][Output|Sonos] [action=SetVolume durationMs=11 host=192.168.1.124:1400 service=RenderingControl status=200 zoneId=21] Sonos action succeeded [2026-02-24T07:16:05.528Z][INFO][Output|Sonos] [volume=20 zoneId=21] Sonos volume set [2026-02-24T07:16:05.560Z][SPAM][LoxoneHttp] [command=audio/cfg/miniservertime/1771917365 name=msHttp remote=192.168.1.41] loxone ws message received [2026-02-24T07:16:05.561Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/miniservertime/1771917365] command received [2026-02-24T07:16:05.748Z][SPAM][LoxoneHttp] [command=secure/info/pairing name=msHttp remote=192.168.1.41] loxone ws message received [2026-02-24T07:16:05.749Z][DEBUG][LoxoneHttp|Processor] [command=secure/info/pairing] command received [2026-02-24T07:16:05.752Z][SPAM][LoxoneHttp] [command="secure/hello/[payload trimmed, 8637 chars]" name=msHttp remote=192.168.1.41] loxone ws message received [2026-02-24T07:16:05.752Z][DEBUG][LoxoneHttp|Processor] [command="secure/hello/[payload trimmed, 8637 chars]"] command received [2026-02-24T07:16:05.863Z][SPAM][LoxoneHttp] [command="secure/init/[token redacted, 1879 chars]" name=msHttp remote=192.168.1.41] loxone ws message received [2026-02-24T07:16:05.863Z][DEBUG][LoxoneHttp|Processor] [command="secure/init/[token redacted, 1879 chars]"] command received [2026-02-24T07:16:05.866Z][SPAM][LoxoneHttp] [command=secure/info/pairing name=msHttp remote=192.168.1.41] loxone ws message received [2026-02-24T07:16:05.866Z][DEBUG][LoxoneHttp|Processor] [command=secure/info/pairing] command received [2026-02-24T07:16:05.867Z][SPAM][LoxoneHttp] [command=secure/peers/NX017XO1NC2xkmViWIZ_u-ovkvHXTxmVBnBdt9x06uMqmGVNXeEaBTKwkKHGQyxnQ_StU44kl8y-7MLAcfWKwTuxuPOYjitxdIAh9GzJs8dHqQqgXRUeQN-Bb8LxX2MjLGgr6ULwGIXS3bBWvBkGivRHu1beSJbnLpr18g5wcfewYanv3xlI3nWpD7H9G1Be name=msHttp remote=192.168.1.41] loxone ws message received [2026-02-24T07:16:05.868Z][DEBUG][LoxoneHttp|Processor] [command=secure/peers/NX017XO1NC2xkmViWIZ_u-ovkvHXTxmVBnBdt9x06uMqmGVNXeEaBTKwkKHGQyxnQ_StU44kl8y-7MLAcfWKwTuxuPOYjitxdIAh9GzJs8dHqQqgXRUeQN-Bb8LxX2MjLGgr6ULwGIXS3bBWvBkGivRHu1beSJbnLpr18g5wcfewYanv3xlI3nWpD7H9G1Be] command received [2026-02-24T07:16:05.869Z][WARN][LoxoneHttp|Router] [command=secure/peers/NX017XO1NC2xkmViWIZ_u-ovkvHXTxmVBnBdt9x06uMqmGVNXeEaBTKwkKHGQyxnQ_StU44kl8y-7MLAcfWKwTuxuPOYjitxdIAh9GzJs8dHqQqgXRUeQN-Bb8LxX2MjLGgr6ULwGIXS3bBWvBkGivRHu1beSJbnLpr18g5wcfewYanv3xlI3nWpD7H9G1Be] unhandled loxone command [2026-02-24T07:16:05.870Z][SPAM][LoxoneHttp] [command=audio/cfg/getconfig name=msHttp remote=192.168.1.41] loxone ws message received [2026-02-24T07:16:05.871Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getconfig] command received [2026-02-24T07:16:07.870Z][SPAM][LoxoneHttp] [command="audio/cfg/speakertype/[speaker payload, 392 chars]" name=msHttp remote=192.168.1.41] loxone ws message received [2026-02-24T07:16:07.871Z][DEBUG][LoxoneHttp|Processor] [command="audio/cfg/speakertype/[speaker payload, 392 chars]"] command received [2026-02-24T07:16:07.872Z][SPAM][LoxoneHttp] [command="audio/cfg/volumes/[volume payload, 652 chars]" name=msHttp remote=192.168.1.41] loxone ws message received [2026-02-24T07:16:07.872Z][DEBUG][LoxoneHttp|Processor] [command="audio/cfg/volumes/[volume payload, 652 chars]"] command received [2026-02-24T07:16:07.874Z][SPAM][LoxoneHttp] [command="audio/cfg/playername/[player name payload, 218 chars]" name=msHttp remote=192.168.1.41] loxone ws message received [2026-02-24T07:16:07.875Z][DEBUG][LoxoneHttp|Processor] [command="audio/cfg/playername/[player name payload, 218 chars]"] command received [2026-02-24T07:16:07.876Z][SPAM][LoxoneHttp] [command="audio/cfg/groupopts/[group options payload, 150 chars]" name=msHttp remote=192.168.1.41] loxone ws message received [2026-02-24T07:16:07.877Z][DEBUG][LoxoneHttp|Processor] [command="audio/cfg/groupopts/[group options payload, 150 chars]"] command received [2026-02-24T07:16:07.877Z][SPAM][LoxoneHttp] [command="audio/cfg/playeropts/[player options payload, 346 chars]" name=msHttp remote=192.168.1.41] loxone ws message received [2026-02-24T07:16:07.878Z][DEBUG][LoxoneHttp|Processor] [command="audio/cfg/playeropts/[player options payload, 346 chars]"] command received [2026-02-24T07:16:07.878Z][SPAM][LoxoneHttp] [command=audio/cfg/presencemode/19,14,21,22/off name=msHttp remote=192.168.1.41] loxone ws message received [2026-02-24T07:16:07.879Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/presencemode/19,14,21,22/off] command received [2026-02-24T07:16:07.879Z][SPAM][LoxoneHttp] [command=audio/cfg/miniserverip/192.168.1.41/255.255.255.0/192.168.1.1/192.168.1.1,8.8.8.8/192.168.1.38/static name=msHttp remote=192.168.1.41] loxone ws message received [2026-02-24T07:16:07.879Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/miniserverip/192.168.1.41/255.255.255.0/192.168.1.1/192.168.1.1,8.8.8.8/192.168.1.38/static] command received [2026-02-24T07:16:07.881Z][SPAM][LoxoneHttp] [command=audio/cfg/miniserverversion/16.3.1.27/16.3.1.15 name=msHttp remote=192.168.1.41] loxone ws message received [2026-02-24T07:16:07.882Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/miniserverversion/16.3.1.27/16.3.1.15] command received [2026-02-24T07:16:07.882Z][SPAM][LoxoneHttp] [command=audio/cfg/timezone/Europe/Vienna name=msHttp remote=192.168.1.41] loxone ws message received [2026-02-24T07:16:07.882Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/timezone/Europe/Vienna] command received [2026-02-24T07:16:07.883Z][SPAM][LoxoneHttp] [command=audio/cfg/setconfigtimestamp/1771667380 name=msHttp remote=192.168.1.41] loxone ws message received [2026-02-24T07:16:07.884Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/setconfigtimestamp/1771667380] command received [2026-02-24T07:16:07.884Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/all name=msHttp remote=192.168.1.41] loxone ws message received [2026-02-24T07:16:07.884Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/all] command received [2026-02-24T07:16:07.886Z][INFO][Loxone|ConfigHandlers] [updates=4 zones=[19,14,21,22]] updated player names [2026-02-24T07:16:07.890Z][INFO][Loxone|ConfigService] [players=4 updated=4] volume preset applied [2026-02-24T07:16:08.374Z][SPAM][LoxoneHttp] [command=audio/cfg/ready name=msHttp remote=192.168.1.41] loxone ws message received [2026-02-24T07:16:08.374Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/ready] command received [2026-02-24T07:16:12.461Z][SPAM][LoxoneHttp] [command=audio/cfg/miniservertime/1771917372 name=msHttp remote=192.168.1.41] loxone ws message received [2026-02-24T07:16:12.461Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/miniservertime/1771917372] command received [2026-02-24T07:16:13.197Z][DEBUG][LoxoneHttp|WS] [total=2] ws connected [2026-02-24T07:16:13.207Z][SPAM][LoxoneHttp] [command=audio/cfg/getkey/full name=appHttp remote=192.168.1.106] loxone ws message received [2026-02-24T07:16:13.207Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getkey/full] command received [2026-02-24T07:16:13.217Z][SPAM][LoxoneHttp] [command="secure/authenticate/[token redacted, 1746 chars]" name=appHttp remote=192.168.1.106] loxone ws message received [2026-02-24T07:16:13.217Z][DEBUG][LoxoneHttp|Processor] [command="secure/authenticate/[token redacted, 1746 chars]"] command received [2026-02-24T07:16:13.223Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/19/0/50 name=appHttp remote=192.168.1.106] loxone ws message received [2026-02-24T07:16:13.223Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/19/0/50] command received [2026-02-24T07:16:13.224Z][SPAM][LoxoneHttp] [command=audio/19/recent name=appHttp remote=192.168.1.106] loxone ws message received [2026-02-24T07:16:13.224Z][DEBUG][LoxoneHttp|Processor] [command=audio/19/recent] command received [2026-02-24T07:16:13.225Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/14/0/50 name=appHttp remote=192.168.1.106] loxone ws message received [2026-02-24T07:16:13.225Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/14/0/50] command received [2026-02-24T07:16:13.225Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/24/0/50 name=appHttp remote=192.168.1.106] loxone ws message received [2026-02-24T07:16:13.226Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/24/0/50] command received [2026-02-24T07:16:13.227Z][SPAM][LoxoneHttp] [command=audio/24/recent name=appHttp remote=192.168.1.106] loxone ws message received [2026-02-24T07:16:13.227Z][DEBUG][LoxoneHttp|Processor] [command=audio/24/recent] command received [2026-02-24T07:16:13.228Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/23/0/50 name=appHttp remote=192.168.1.106] loxone ws message received [2026-02-24T07:16:13.228Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/23/0/50] command received [2026-02-24T07:16:13.229Z][SPAM][LoxoneHttp] [command=audio/23/recent name=appHttp remote=192.168.1.106] loxone ws message received [2026-02-24T07:16:13.229Z][DEBUG][LoxoneHttp|Processor] [command=audio/23/recent] command received [2026-02-24T07:16:13.229Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/18/0/50 name=appHttp remote=192.168.1.106] loxone ws message received [2026-02-24T07:16:13.229Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/18/0/50] command received [2026-02-24T07:16:13.230Z][SPAM][LoxoneHttp] [command=audio/18/recent name=appHttp remote=192.168.1.106] loxone ws message received [2026-02-24T07:16:13.230Z][DEBUG][LoxoneHttp|Processor] [command=audio/18/recent] command received [2026-02-24T07:16:13.230Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/25/0/50 name=appHttp remote=192.168.1.106] loxone ws message received [2026-02-24T07:16:13.231Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/25/0/50] command received [2026-02-24T07:16:13.231Z][SPAM][LoxoneHttp] [command=audio/25/recent name=appHttp remote=192.168.1.106] loxone ws message received [2026-02-24T07:16:13.232Z][DEBUG][LoxoneHttp|Processor] [command=audio/25/recent] command received [2026-02-24T07:16:13.232Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/22/0/50 name=appHttp remote=192.168.1.106] loxone ws message received [2026-02-24T07:16:13.232Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/22/0/50] command received [2026-02-24T07:16:13.234Z][SPAM][LoxoneHttp] [command=audio/22/recent name=appHttp remote=192.168.1.106] loxone ws message received [2026-02-24T07:16:13.234Z][DEBUG][LoxoneHttp|Processor] [command=audio/22/recent] command received [2026-02-24T07:16:13.234Z][SPAM][LoxoneHttp] [command=audio/cfg/globalsearch/describe name=appHttp remote=192.168.1.106] loxone ws message received [2026-02-24T07:16:13.234Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/globalsearch/describe] command received [2026-02-24T07:16:13.236Z][SPAM][LoxoneHttp] [command=audio/cfg/getinputs name=appHttp remote=192.168.1.106] loxone ws message received [2026-02-24T07:16:13.236Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getinputs] command received [2026-02-24T07:16:13.236Z][SPAM][LoxoneHttp] [command=audio/cfg/getavailableservices name=appHttp remote=192.168.1.106] loxone ws message received [2026-02-24T07:16:13.237Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getavailableservices] command received [2026-02-24T07:16:13.238Z][SPAM][LoxoneHttp] [command=audio/cfg/getservices name=appHttp remote=192.168.1.106] loxone ws message received [2026-02-24T07:16:13.238Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getservices] command received [2026-02-24T07:16:13.240Z][SPAM][LoxoneHttp] [command=audio/cfg/getradios name=appHttp remote=192.168.1.106] loxone ws message received [2026-02-24T07:16:13.240Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getradios] command received [2026-02-24T07:16:13.300Z][DEBUG][LoxoneHttp|WS] [total=3] ws connected [2026-02-24T07:16:13.321Z][SPAM][LoxoneHttp] [command=audio/cfg/getkey/full name=appHttp remote=192.168.1.220] loxone ws message received [2026-02-24T07:16:13.322Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getkey/full] command received [2026-02-24T07:16:13.340Z][SPAM][LoxoneHttp] [command="secure/authenticate/[token redacted, 1807 chars]" name=appHttp remote=192.168.1.220] loxone ws message received [2026-02-24T07:16:13.341Z][DEBUG][LoxoneHttp|Processor] [command="secure/authenticate/[token redacted, 1807 chars]"] command received [2026-02-24T07:16:13.381Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/19/0/50 name=appHttp remote=192.168.1.220] loxone ws message received [2026-02-24T07:16:13.381Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/19/0/50] command received [2026-02-24T07:16:13.381Z][SPAM][LoxoneHttp] [command=audio/19/recent name=appHttp remote=192.168.1.220] loxone ws message received [2026-02-24T07:16:13.381Z][DEBUG][LoxoneHttp|Processor] [command=audio/19/recent] command received [2026-02-24T07:16:13.382Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/14/0/50 name=appHttp remote=192.168.1.220] loxone ws message received [2026-02-24T07:16:13.382Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/14/0/50] command received [2026-02-24T07:16:13.382Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/24/0/50 name=appHttp remote=192.168.1.220] loxone ws message received [2026-02-24T07:16:13.382Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/24/0/50] command received [2026-02-24T07:16:13.383Z][SPAM][LoxoneHttp] [command=audio/24/recent name=appHttp remote=192.168.1.220] loxone ws message received [2026-02-24T07:16:13.383Z][DEBUG][LoxoneHttp|Processor] [command=audio/24/recent] command received [2026-02-24T07:16:13.384Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/23/0/50 name=appHttp remote=192.168.1.220] loxone ws message received [2026-02-24T07:16:13.384Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/23/0/50] command received [2026-02-24T07:16:13.384Z][SPAM][LoxoneHttp] [command=audio/23/recent name=appHttp remote=192.168.1.220] loxone ws message received [2026-02-24T07:16:13.384Z][DEBUG][LoxoneHttp|Processor] [command=audio/23/recent] command received [2026-02-24T07:16:13.385Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/18/0/50 name=appHttp remote=192.168.1.220] loxone ws message received [2026-02-24T07:16:13.385Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/18/0/50] command received [2026-02-24T07:16:13.385Z][SPAM][LoxoneHttp] [command=audio/18/recent name=appHttp remote=192.168.1.220] loxone ws message received [2026-02-24T07:16:13.385Z][DEBUG][LoxoneHttp|Processor] [command=audio/18/recent] command received [2026-02-24T07:16:13.385Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/25/0/50 name=appHttp remote=192.168.1.220] loxone ws message received [2026-02-24T07:16:13.386Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/25/0/50] command received [2026-02-24T07:16:13.386Z][SPAM][LoxoneHttp] [command=audio/25/recent name=appHttp remote=192.168.1.220] loxone ws message received [2026-02-24T07:16:13.386Z][DEBUG][LoxoneHttp|Processor] [command=audio/25/recent] command received [2026-02-24T07:16:13.387Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/22/0/50 name=appHttp remote=192.168.1.220] loxone ws message received [2026-02-24T07:16:13.387Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/22/0/50] command received [2026-02-24T07:16:13.388Z][SPAM][LoxoneHttp] [command=audio/22/recent name=appHttp remote=192.168.1.220] loxone ws message received [2026-02-24T07:16:13.388Z][DEBUG][LoxoneHttp|Processor] [command=audio/22/recent] command received [2026-02-24T07:16:13.389Z][SPAM][LoxoneHttp] [command=audio/cfg/globalsearch/describe name=appHttp remote=192.168.1.220] loxone ws message received [2026-02-24T07:16:13.389Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/globalsearch/describe] command received [2026-02-24T07:16:13.389Z][SPAM][LoxoneHttp] [command=audio/cfg/getinputs name=appHttp remote=192.168.1.220] loxone ws message received [2026-02-24T07:16:13.390Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getinputs] command received [2026-02-24T07:16:13.390Z][SPAM][LoxoneHttp] [command=audio/cfg/getavailableservices name=appHttp remote=192.168.1.220] loxone ws message received [2026-02-24T07:16:13.390Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getavailableservices] command received [2026-02-24T07:16:13.391Z][SPAM][LoxoneHttp] [command=audio/cfg/getservices name=appHttp remote=192.168.1.220] loxone ws message received [2026-02-24T07:16:13.391Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getservices] command received [2026-02-24T07:16:13.400Z][SPAM][LoxoneHttp] [command=audio/cfg/getradios name=appHttp remote=192.168.1.220] loxone ws message received [2026-02-24T07:16:13.400Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getradios] command received [2026-02-24T07:16:30.388Z][DEBUG][LoxoneHttp|WS] [total=4] ws connected [2026-02-24T07:16:30.389Z][DEBUG][LoxoneHttp|Heartbeat] [extensions=2 total=31] broadcast hw_event [2026-02-24T07:16:30.556Z][SPAM][LoxoneHttp] [command=audio/cfg/miniservertime/1771917390 name=msHttp remote=192.168.1.42] loxone ws message received [2026-02-24T07:16:30.556Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/miniservertime/1771917390] command received [2026-02-24T07:16:30.647Z][DEBUG][LoxoneHttp|WS] [total=3] ws disconnected [2026-02-24T07:16:30.741Z][SPAM][LoxoneHttp] [command="secure/hello/[payload trimmed, 8637 chars]" name=msHttp remote=192.168.1.42] loxone ws message received [2026-02-24T07:16:30.742Z][DEBUG][LoxoneHttp|Processor] [command="secure/hello/[payload trimmed, 8637 chars]"] command received [2026-02-24T07:16:30.742Z][DEBUG][LoxoneHttp|WS] [total=2] ws disconnected [2026-02-24T07:16:30.841Z][SPAM][LoxoneHttp] [command="secure/init/[token redacted, 1879 chars]" name=msHttp remote=192.168.1.42] loxone ws message received [2026-02-24T07:16:30.841Z][DEBUG][LoxoneHttp|Processor] [command="secure/init/[token redacted, 1879 chars]"] command received [2026-02-24T07:16:30.844Z][SPAM][LoxoneHttp] [command=secure/info/pairing name=msHttp remote=192.168.1.42] loxone ws message received [2026-02-24T07:16:30.844Z][DEBUG][LoxoneHttp|Processor] [command=secure/info/pairing] command received [2026-02-24T07:16:30.845Z][SPAM][LoxoneHttp] [command=audio/cfg/getconfig name=msHttp remote=192.168.1.42] loxone ws message received [2026-02-24T07:16:30.845Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getconfig] command received [2026-02-24T07:16:32.858Z][SPAM][LoxoneHttp] [command="audio/cfg/speakertype/[speaker payload, 179 chars]" name=msHttp remote=192.168.1.42] loxone ws message received [2026-02-24T07:16:32.858Z][DEBUG][LoxoneHttp|Processor] [command="audio/cfg/speakertype/[speaker payload, 179 chars]"] command received [2026-02-24T07:16:32.859Z][SPAM][LoxoneHttp] [command="audio/cfg/volumes/[volume payload, 494 chars]" name=msHttp remote=192.168.1.42] loxone ws message received [2026-02-24T07:16:32.859Z][DEBUG][LoxoneHttp|Processor] [command="audio/cfg/volumes/[volume payload, 494 chars]"] command received [2026-02-24T07:16:32.860Z][SPAM][LoxoneHttp] [command="audio/cfg/playername/[player name payload, 152 chars]" name=msHttp remote=192.168.1.42] loxone ws message received [2026-02-24T07:16:32.860Z][DEBUG][LoxoneHttp|Processor] [command="audio/cfg/playername/[player name payload, 152 chars]"] command received [2026-02-24T07:16:32.861Z][SPAM][LoxoneHttp] [command="audio/cfg/groupopts/[group options payload, 18 chars]" name=msHttp remote=192.168.1.42] loxone ws message received [2026-02-24T07:16:32.862Z][DEBUG][LoxoneHttp|Processor] [command="audio/cfg/groupopts/[group options payload, 18 chars]"] command received [2026-02-24T07:16:32.862Z][SPAM][LoxoneHttp] [command="audio/cfg/playeropts/[player options payload, 266 chars]" name=msHttp remote=192.168.1.42] loxone ws message received [2026-02-24T07:16:32.863Z][DEBUG][LoxoneHttp|Processor] [command="audio/cfg/playeropts/[player options payload, 266 chars]"] command received [2026-02-24T07:16:32.863Z][SPAM][LoxoneHttp] [command=audio/cfg/presencemode/24,23,18/off name=msHttp remote=192.168.1.42] loxone ws message received [2026-02-24T07:16:32.863Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/presencemode/24,23,18/off] command received [2026-02-24T07:16:32.864Z][SPAM][LoxoneHttp] [command=audio/cfg/miniserverip/192.168.1.42/255.255.255.0/192.168.1.1/192.168.1.1,8.8.8.8/192.168.1.38/static name=msHttp remote=192.168.1.42] loxone ws message received [2026-02-24T07:16:32.864Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/miniserverip/192.168.1.42/255.255.255.0/192.168.1.1/192.168.1.1,8.8.8.8/192.168.1.38/static] command received [2026-02-24T07:16:32.865Z][SPAM][LoxoneHttp] [command=audio/cfg/miniserverversion/16.3.1.27/16.3.1.15 name=msHttp remote=192.168.1.42] loxone ws message received [2026-02-24T07:16:32.865Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/miniserverversion/16.3.1.27/16.3.1.15] command received [2026-02-24T07:16:32.865Z][SPAM][LoxoneHttp] [command=audio/cfg/timezone/Europe/Vienna name=msHttp remote=192.168.1.42] loxone ws message received [2026-02-24T07:16:32.865Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/timezone/Europe/Vienna] command received [2026-02-24T07:16:32.865Z][SPAM][LoxoneHttp] [command=audio/cfg/setconfigtimestamp/1771667380 name=msHttp remote=192.168.1.42] loxone ws message received [2026-02-24T07:16:32.866Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/setconfigtimestamp/1771667380] command received [2026-02-24T07:16:32.866Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/all name=msHttp remote=192.168.1.42] loxone ws message received [2026-02-24T07:16:32.867Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/all] command received [2026-02-24T07:16:32.867Z][INFO][Loxone|ConfigService] [players=3 updated=3] volume preset applied [2026-02-24T07:16:32.872Z][INFO][Loxone|ConfigHandlers] [updates=3 zones=[24,23,18]] updated player names [2026-02-24T07:16:33.359Z][SPAM][LoxoneHttp] [command=audio/cfg/ready name=msHttp remote=192.168.1.42] loxone ws message received [2026-02-24T07:16:33.359Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/ready] command received [2026-02-24T07:16:38.271Z][DEBUG][LoxoneHttp|WS] [total=3] ws connected [2026-02-24T07:16:38.291Z][SPAM][LoxoneHttp] [command=audio/cfg/getkey/full name=appHttp remote=192.168.1.220] loxone ws message received [2026-02-24T07:16:38.291Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getkey/full] command received [2026-02-24T07:16:38.323Z][SPAM][LoxoneHttp] [command="secure/authenticate/[token redacted, 1833 chars]" name=appHttp remote=192.168.1.220] loxone ws message received [2026-02-24T07:16:38.324Z][DEBUG][LoxoneHttp|Processor] [command="secure/authenticate/[token redacted, 1833 chars]"] command received [2026-02-24T07:16:38.328Z][DEBUG][LoxoneHttp|WS] [total=4] ws connected [2026-02-24T07:16:38.334Z][SPAM][LoxoneHttp] [command=audio/cfg/getkey/full name=appHttp remote=192.168.1.106] loxone ws message received [2026-02-24T07:16:38.334Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getkey/full] command received [2026-02-24T07:16:38.347Z][SPAM][LoxoneHttp] [command="secure/authenticate/[token redacted, 1738 chars]" name=appHttp remote=192.168.1.106] loxone ws message received [2026-02-24T07:16:38.347Z][DEBUG][LoxoneHttp|Processor] [command="secure/authenticate/[token redacted, 1738 chars]"] command received [2026-02-24T07:16:38.355Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/19/0/50 name=appHttp remote=192.168.1.106] loxone ws message received [2026-02-24T07:16:38.356Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/19/0/50] command received [2026-02-24T07:16:38.356Z][SPAM][LoxoneHttp] [command=audio/19/recent name=appHttp remote=192.168.1.106] loxone ws message received [2026-02-24T07:16:38.356Z][DEBUG][LoxoneHttp|Processor] [command=audio/19/recent] command received [2026-02-24T07:16:38.357Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/14/0/50 name=appHttp remote=192.168.1.106] loxone ws message received [2026-02-24T07:16:38.357Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/14/0/50] command received [2026-02-24T07:16:38.357Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/24/0/50 name=appHttp remote=192.168.1.106] loxone ws message received [2026-02-24T07:16:38.357Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/24/0/50] command received [2026-02-24T07:16:38.358Z][SPAM][LoxoneHttp] [command=audio/24/recent name=appHttp remote=192.168.1.106] loxone ws message received [2026-02-24T07:16:38.358Z][DEBUG][LoxoneHttp|Processor] [command=audio/24/recent] command received [2026-02-24T07:16:38.358Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/23/0/50 name=appHttp remote=192.168.1.106] loxone ws message received [2026-02-24T07:16:38.358Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/23/0/50] command received [2026-02-24T07:16:38.359Z][SPAM][LoxoneHttp] [command=audio/23/recent name=appHttp remote=192.168.1.106] loxone ws message received [2026-02-24T07:16:38.359Z][DEBUG][LoxoneHttp|Processor] [command=audio/23/recent] command received [2026-02-24T07:16:38.359Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/18/0/50 name=appHttp remote=192.168.1.106] loxone ws message received [2026-02-24T07:16:38.359Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/18/0/50] command received [2026-02-24T07:16:38.360Z][SPAM][LoxoneHttp] [command=audio/18/recent name=appHttp remote=192.168.1.106] loxone ws message received [2026-02-24T07:16:38.360Z][DEBUG][LoxoneHttp|Processor] [command=audio/18/recent] command received [2026-02-24T07:16:38.361Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/25/0/50 name=appHttp remote=192.168.1.106] loxone ws message received [2026-02-24T07:16:38.361Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/25/0/50] command received [2026-02-24T07:16:38.361Z][SPAM][LoxoneHttp] [command=audio/25/recent name=appHttp remote=192.168.1.106] loxone ws message received [2026-02-24T07:16:38.361Z][DEBUG][LoxoneHttp|Processor] [command=audio/25/recent] command received [2026-02-24T07:16:38.362Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/22/0/50 name=appHttp remote=192.168.1.106] loxone ws message received [2026-02-24T07:16:38.362Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/22/0/50] command received [2026-02-24T07:16:38.363Z][SPAM][LoxoneHttp] [command=audio/22/recent name=appHttp remote=192.168.1.106] loxone ws message received [2026-02-24T07:16:38.363Z][DEBUG][LoxoneHttp|Processor] [command=audio/22/recent] command received [2026-02-24T07:16:38.363Z][SPAM][LoxoneHttp] [command=audio/cfg/globalsearch/describe name=appHttp remote=192.168.1.106] loxone ws message received [2026-02-24T07:16:38.363Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/globalsearch/describe] command received [2026-02-24T07:16:38.364Z][SPAM][LoxoneHttp] [command=audio/cfg/getinputs name=appHttp remote=192.168.1.106] loxone ws message received [2026-02-24T07:16:38.364Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getinputs] command received [2026-02-24T07:16:38.365Z][SPAM][LoxoneHttp] [command=audio/cfg/getavailableservices name=appHttp remote=192.168.1.106] loxone ws message received [2026-02-24T07:16:38.365Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getavailableservices] command received [2026-02-24T07:16:38.365Z][SPAM][LoxoneHttp] [command=audio/cfg/getservices name=appHttp remote=192.168.1.106] loxone ws message received [2026-02-24T07:16:38.365Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getservices] command received [2026-02-24T07:16:38.370Z][SPAM][LoxoneHttp] [command=audio/cfg/getradios name=appHttp remote=192.168.1.106] loxone ws message received [2026-02-24T07:16:38.370Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getradios] command received [2026-02-24T07:16:38.377Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/19/0/50 name=appHttp remote=192.168.1.220] loxone ws message received [2026-02-24T07:16:38.377Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/19/0/50] command received [2026-02-24T07:16:38.378Z][SPAM][LoxoneHttp] [command=audio/19/recent name=appHttp remote=192.168.1.220] loxone ws message received [2026-02-24T07:16:38.378Z][DEBUG][LoxoneHttp|Processor] [command=audio/19/recent] command received [2026-02-24T07:16:38.379Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/14/0/50 name=appHttp remote=192.168.1.220] loxone ws message received [2026-02-24T07:16:38.379Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/14/0/50] command received [2026-02-24T07:16:38.379Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/24/0/50 name=appHttp remote=192.168.1.220] loxone ws message received [2026-02-24T07:16:38.379Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/24/0/50] command received [2026-02-24T07:16:38.380Z][SPAM][LoxoneHttp] [command=audio/24/recent name=appHttp remote=192.168.1.220] loxone ws message received [2026-02-24T07:16:38.380Z][DEBUG][LoxoneHttp|Processor] [command=audio/24/recent] command received [2026-02-24T07:16:38.380Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/23/0/50 name=appHttp remote=192.168.1.220] loxone ws message received [2026-02-24T07:16:38.380Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/23/0/50] command received [2026-02-24T07:16:38.380Z][SPAM][LoxoneHttp] [command=audio/23/recent name=appHttp remote=192.168.1.220] loxone ws message received [2026-02-24T07:16:38.381Z][DEBUG][LoxoneHttp|Processor] [command=audio/23/recent] command received [2026-02-24T07:16:38.381Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/18/0/50 name=appHttp remote=192.168.1.220] loxone ws message received [2026-02-24T07:16:38.381Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/18/0/50] command received [2026-02-24T07:16:38.382Z][SPAM][LoxoneHttp] [command=audio/18/recent name=appHttp remote=192.168.1.220] loxone ws message received [2026-02-24T07:16:38.382Z][DEBUG][LoxoneHttp|Processor] [command=audio/18/recent] command received [2026-02-24T07:16:38.382Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/25/0/50 name=appHttp remote=192.168.1.220] loxone ws message received [2026-02-24T07:16:38.382Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/25/0/50] command received [2026-02-24T07:16:38.383Z][SPAM][LoxoneHttp] [command=audio/25/recent name=appHttp remote=192.168.1.220] loxone ws message received [2026-02-24T07:16:38.383Z][DEBUG][LoxoneHttp|Processor] [command=audio/25/recent] command received [2026-02-24T07:16:38.384Z][SPAM][LoxoneHttp] [command=audio/cfg/getroomfavs/22/0/50 name=appHttp remote=192.168.1.220] loxone ws message received [2026-02-24T07:16:38.384Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getroomfavs/22/0/50] command received [2026-02-24T07:16:38.384Z][SPAM][LoxoneHttp] [command=audio/22/recent name=appHttp remote=192.168.1.220] loxone ws message received [2026-02-24T07:16:38.384Z][DEBUG][LoxoneHttp|Processor] [command=audio/22/recent] command received [2026-02-24T07:16:38.385Z][SPAM][LoxoneHttp] [command=audio/cfg/globalsearch/describe name=appHttp remote=192.168.1.220] loxone ws message received [2026-02-24T07:16:38.386Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/globalsearch/describe] command received [2026-02-24T07:16:38.386Z][SPAM][LoxoneHttp] [command=audio/cfg/getinputs name=appHttp remote=192.168.1.220] loxone ws message received [2026-02-24T07:16:38.386Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getinputs] command received [2026-02-24T07:16:38.386Z][SPAM][LoxoneHttp] [command=audio/cfg/getavailableservices name=appHttp remote=192.168.1.220] loxone ws message received [2026-02-24T07:16:38.386Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getavailableservices] command received [2026-02-24T07:16:38.387Z][SPAM][LoxoneHttp] [command=audio/cfg/getservices name=appHttp remote=192.168.1.220] loxone ws message received [2026-02-24T07:16:38.387Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getservices] command received [2026-02-24T07:16:38.394Z][SPAM][LoxoneHttp] [command=audio/cfg/getradios name=appHttp remote=192.168.1.220] loxone ws message received [2026-02-24T07:16:38.394Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getradios] command received [2026-02-24T07:17:03.330Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=BC2411298D1C time=0 title="" zoneId=19 zoneName="Büro Sabrina"] audio_event payload [2026-02-24T07:17:03.331Z][SPAM][LoxoneHttp|Notifier] [zoneId=19] audio_event broadcast [2026-02-24T07:17:03.331Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=BC2411298D1C time=0 title="" zoneId=14 zoneName="Büro Simon"] audio_event payload [2026-02-24T07:17:03.331Z][SPAM][LoxoneHttp|Notifier] [zoneId=14] audio_event broadcast [2026-02-24T07:17:03.331Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=504F94FF1BB4 time=0 title="" zoneId=21 zoneName=Schlafzimmer] audio_event payload [2026-02-24T07:17:03.332Z][SPAM][LoxoneHttp|Notifier] [zoneId=21] audio_event broadcast [2026-02-24T07:17:03.332Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=504F94FF1BB4 time=0 title="" zoneId=22 zoneName=Wohnzimmer] audio_event payload [2026-02-24T07:17:03.332Z][SPAM][LoxoneHttp|Notifier] [zoneId=22] audio_event broadcast [2026-02-24T07:17:03.333Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=504F94FF1BB5 time=0 title="" zoneId=24 zoneName=Garage] audio_event payload [2026-02-24T07:17:03.333Z][SPAM][LoxoneHttp|Notifier] [zoneId=24] audio_event broadcast [2026-02-24T07:17:03.333Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=504F94FF1BB5 time=0 title="" zoneId=23 zoneName=Terrasse] audio_event payload [2026-02-24T07:17:03.333Z][SPAM][LoxoneHttp|Notifier] [zoneId=23] audio_event broadcast [2026-02-24T07:17:03.333Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=BC2411298D1C time=0 title="" zoneId=18 zoneName=Werkstatt] audio_event payload [2026-02-24T07:17:03.334Z][SPAM][LoxoneHttp|Notifier] [zoneId=18] audio_event broadcast [2026-02-24T07:18:03.330Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=BC2411298D1C time=0 title="" zoneId=19 zoneName="Büro Sabrina"] audio_event payload [2026-02-24T07:18:03.331Z][SPAM][LoxoneHttp|Notifier] [zoneId=19] audio_event broadcast [2026-02-24T07:18:03.331Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=BC2411298D1C time=0 title="" zoneId=14 zoneName="Büro Simon"] audio_event payload [2026-02-24T07:18:03.331Z][SPAM][LoxoneHttp|Notifier] [zoneId=14] audio_event broadcast [2026-02-24T07:18:03.331Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=504F94FF1BB4 time=0 title="" zoneId=21 zoneName=Schlafzimmer] audio_event payload [2026-02-24T07:18:03.332Z][SPAM][LoxoneHttp|Notifier] [zoneId=21] audio_event broadcast [2026-02-24T07:18:03.332Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=504F94FF1BB4 time=0 title="" zoneId=22 zoneName=Wohnzimmer] audio_event payload [2026-02-24T07:18:03.332Z][SPAM][LoxoneHttp|Notifier] [zoneId=22] audio_event broadcast [2026-02-24T07:18:03.332Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=504F94FF1BB5 time=0 title="" zoneId=24 zoneName=Garage] audio_event payload [2026-02-24T07:18:03.332Z][SPAM][LoxoneHttp|Notifier] [zoneId=24] audio_event broadcast [2026-02-24T07:18:03.332Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=504F94FF1BB5 time=0 title="" zoneId=23 zoneName=Terrasse] audio_event payload [2026-02-24T07:18:03.333Z][SPAM][LoxoneHttp|Notifier] [zoneId=23] audio_event broadcast [2026-02-24T07:18:03.333Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=BC2411298D1C time=0 title="" zoneId=18 zoneName=Werkstatt] audio_event payload [2026-02-24T07:18:03.333Z][SPAM][LoxoneHttp|Notifier] [zoneId=18] audio_event broadcast start playing music from the Sonos App only / Log Spam Output: NOTHING [2026-02-24T07:21:03.335Z][SPAM][LoxoneHttp|Notifier] [zoneId=18] audio_event broadcast [2026-02-24T07:21:44.618Z][DEBUG][Http|Streams] [streamId=current zoneId=14] no active session for stream request [2026-02-24T07:22:03.334Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=BC2411298D1C time=0 title="" zoneId=19 zoneName="Büro Sabrina"] audio_event payload [2026-02-24T07:22:03.334Z][SPAM][LoxoneHttp|Notifier] [zoneId=19] audio_event broadcast [2026-02-24T07:22:03.334Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=BC2411298D1C time=0 title="" zoneId=14 zoneName="Büro Simon"] audio_event payload [2026-02-24T07:22:03.334Z][SPAM][LoxoneHttp|Notifier] [zoneId=14] audio_event broadcast [2026-02-24T07:22:03.334Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=504F94FF1BB4 time=0 title="" zoneId=21 zoneName=Schlafzimmer] audio_event payload [2026-02-24T07:22:03.335Z][SPAM][LoxoneHttp|Notifier] [zoneId=21] audio_event broadcast [2026-02-24T07:22:03.335Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=504F94FF1BB4 time=0 title="" zoneId=22 zoneName=Wohnzimmer] audio_event payload [2026-02-24T07:22:03.335Z][SPAM][LoxoneHttp|Notifier] [zoneId=22] audio_event broadcast [2026-02-24T07:22:03.335Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=504F94FF1BB5 time=0 title="" zoneId=24 zoneName=Garage] audio_event payload [2026-02-24T07:22:03.335Z][SPAM][LoxoneHttp|Notifier] [zoneId=24] audio_event broadcast [2026-02-24T07:22:03.335Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=504F94FF1BB5 time=0 title="" zoneId=23 zoneName=Terrasse] audio_event payload [2026-02-24T07:22:03.336Z][SPAM][LoxoneHttp|Notifier] [zoneId=23] audio_event broadcast [2026-02-24T07:22:03.336Z][SPAM][LoxoneHttp|Notifier] [artist="" duration=0 mode=stop sourceName=BC2411298D1C time=0 title="" zoneId=18 zoneName=Werkstatt] audio_event payload [2026-02-24T07:22:03.336Z][SPAM][LoxoneHttp|Notifier] [zoneId=18] audio_event broadcast <img width="344" height="542" alt="Image" src="https://github.com/user-attachments/assets/2ed5a1fb-88a7-4f6b-be8d-ff9554487e18" /> <img width="1425" height="596" alt="Image" src="https://github.com/user-attachments/assets/38e9683e-7d1d-46ff-afb7-6fe294ef0271" /> <img width="1380" height="821" alt="Image" src="https://github.com/user-attachments/assets/c4f6f26f-5629-4e9a-b4cd-5b742f6fd047" /> <img width="389" height="165" alt="Image" src="https://github.com/user-attachments/assets/59f622af-bf2f-44af-b27e-efab580c50bb" />
Author
Owner

@rudyberends commented on GitHub (Feb 24, 2026):

Thanks for sharing this. I still can’t verify the Sonos state path from this snippet, because the startup section is incomplete.

Please do this exactly once and send the full output uncut:

Restart the container.
Do not clear/filter afterwards.
Capture logs from process start until 2 minutes after restart.
Then start playback from Sonos app only.
I specifically need to see these startup lines in the same log block:

Zones|StateControllers ... state controller starting
Zones|StateControllers ... state controller started
Zones|Manager ... zones registered
Zones|StateController:Sonos ... connected (or failure)
Without that full startup block, we are guessing.

Just download the log and share the file

<!-- gh-comment-id:3950507446 --> @rudyberends commented on GitHub (Feb 24, 2026): Thanks for sharing this. I still can’t verify the Sonos state path from this snippet, because the startup section is incomplete. Please do this exactly once and send the full output uncut: Restart the container. Do not clear/filter afterwards. Capture logs from process start until 2 minutes after restart. Then start playback from Sonos app only. I specifically need to see these startup lines in the same log block: Zones|StateControllers ... state controller starting Zones|StateControllers ... state controller started Zones|Manager ... zones registered Zones|StateController:Sonos ... connected (or failure) Without that full startup block, we are guessing. Just download the log and share the file
Author
Owner

@simon2207 commented on GitHub (Feb 24, 2026):

Here you go!

lox-audioserver-logs-2026-02-24T12-04-33-214Z.txt

<!-- gh-comment-id:3951280761 --> @simon2207 commented on GitHub (Feb 24, 2026): Here you go! [lox-audioserver-logs-2026-02-24T12-04-33-214Z.txt](https://github.com/user-attachments/files/25519029/lox-audioserver-logs-2026-02-24T12-04-33-214Z.txt)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/lox-audioserver#99
No description provided.