node-red-contrib-sonos-plus
node-red-contrib-sonos-plus copied to clipboard
A set of Node-RED nodes to control SONOS player in your local network.
I've added a command to enable or disable a subwoofer and also to get the current state of the subwoofer. It works the same like dialogMode
Thanks for the node, works really nice :) I saw, that the method player.play.avtransport is deprecated. Using this way was the only method to select a line-in from another player,...
### Description Got the folowing function node in-line with an universal node: ``` msg.topic = "group.play.notification"; msg.volume = "60"; msg.payload = "http://192.168.0.15:8123/local/media/conf.mp3"; return msg; ``` It should play the mp3...
Hi there, I'm using your node for a while with great sucess, all works seamlessly .. thx a lot You currently have a node Group.get.state ... is it possible to...
Hello Henning, I know that this is only a nice to have, but it would be nice, if we could use the groups configured in the sonos app. There you...
Is it possible to play an Amazon Music Album directly per URL? exmaple: i want to play an Amazon Music Album on trigger without having it in my Library: https://music.amazon.de/albums/B0916RJW6M?marketplaceId=A1PA6795UKMFR9&musicTerritory=DE&ref=dm_sh_YHJDGDJ33YBqNEI5RIufBokFs...
### Description Hi @hklages, i'm the dev of [tts-ultimate node](https://github.com/Supergiovane/node-red-contrib-tts-ultimate) (the successor of sonospollytts). Many users are asking me to gracefully resume queue on master and grouped players, after each...
### Description When playing a joiner.play.notification the joiner leaves the group correctly and plays the notification. After the notification has been played the group sets itself to the volume supplied...
When I go back in queue and I play the first song, the command "group.previous track" don't start from zero the current (first) song of the queue, but gives an...
### Description how come the set.volumes only accept a number value? shouldn't it be TWO values, one for the volume and one for the speaker name i want to adjust?...