Apparently, if a rule starts a playlist on my Sonos Move, that action stops Spotify on my Android phone, even if I’m away from home, and Sonos wasn’t playing anything from Spotify (or anything related to my phone) (an internet radio station, initiated from the Windows Sonos app, for example).
The playlist initiated through openHAB is a Spotify playlist, but that shouldn’t be a reason, right? I can play different stuff on my phone and on the Sonos simultaneously.
This is what triggers this reaction (a Javascript rule):
items.getItem("Sonos_de_Beweeglijke_Playlist").sendCommand("A playlist defined in the Windows Sonos app")
This is the item:
label: Afspeellijst
type: String
category: ""
groupNames:
- Sonos_de_Beweeglijke
tags:
- Point
This item is linked to this channel:
Does anyone recognize this behavior? Or even better: know a solution?