Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using command join for grouping #28

Open
12Andreas opened this issue Dec 12, 2018 · 5 comments
Open

Using command join for grouping #28

12Andreas opened this issue Dec 12, 2018 · 5 comments

Comments

@12Andreas
Copy link

How can I use the join function?
I was able to use leave but not the join function.
Would it be possible to provide an example (code)

kind regards
Andreas

@evazzoler
Copy link

I'm trying to join, too... I used both the mac-address-like name and the sonos name.
Everytime I try to use the join, the doker where I installed node red freezes and I must restart it.

@CyaOnDaNet
Copy link

Anyone figure this out yet?

@rumpledawf
Copy link

I'm trying also trying with no success.

@CyaOnDaNet
Copy link

CyaOnDaNet commented May 20, 2019

I read the patch notes from Home Assistant's version 0.93 and saw the changes to the Sonos component. I am unsure if this works before version 0.93 but I am using a Home Assistant call service node to sonos.join and it works perfectly for me. Maybe try using that instead of this node. Set a master in the data field in json format and list any entity ID's of other sonos speakers that you want to join the master.

{
    "master": "media_player.family_room"
}

image

@Jensen40
Copy link

I read the patch notes from Home Assistant's version 0.93 and saw the changes to the Sonos component. I am unsure if this works before version 0.93 but I am using a Home Assistant call service node to sonos.join and it works perfectly for me. Maybe try using that instead of this node. Set a master in the data field in json format and list any entity ID's of other sonos speakers that you want to join the master.

{
    "master": "media_player.family_room"
}

image

Thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants