# Sonos Group Volume

**URL:** https://community.homey.app/t/sonos-group-volume/39401
**Category:** Apps
**Created:** [December 19, 2020, 8:28am UTC](https://community.homey.app/t/sonos-group-volume/39401 "2020-12-19T08:28:10Z")
**Posts on this page:** 20
**Page:** 1

<div class="post-metadata">

### Author: ![CarstenT](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/carstent/32/29830_2.png) [@CarstenT](https://community.homey.app/u/CarstenT)
#### Post date: [December 19, 2020, 8:28am UTC](https://community.homey.app/t/sonos-group-volume/39401/1 "2020-12-19T08:28:10Z")

</div>

Hi I’m using a Symfonisk. I have a running group with 3 Sonos Speakers if I use the Symfonisk when the speakers are grouped it turns the volume up and down only for one speaker. If I put all speakers in the flow they even change the volume different. Is there a way to solve this. I m missing the value group volume.

Thx

---

<div class="post-metadata">

### Author: ![Martijn\_Hoogenbosch](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/martijn_hoogenbosch/32/10647_2.png) [@Martijn\_Hoogenbosch](https://community.homey.app/u/Martijn_Hoogenbosch)
#### Post date: [December 19, 2020, 6:05pm UTC](https://community.homey.app/t/sonos-group-volume/39401/2 "2020-12-19T18:05:10Z")

</div>

I’d suggest looking into Sonos node api docker container…

---

<div class="post-metadata">

### Author: ![CyberSponk](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/cybersponk/32/8334_2.png) [@CyberSponk](https://community.homey.app/u/CyberSponk)
#### Post date: [December 20, 2020, 6:24am UTC](https://community.homey.app/t/sonos-group-volume/39401/3 "2020-12-20T06:24:27Z")

</div>

Do you have a main speaker on which the volume is changed? Or can it be any speaker from the group?

---

<div class="post-metadata">

### Author: ![CarstenT](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/carstent/32/29830_2.png) [@CarstenT](https://community.homey.app/u/CarstenT)
#### Post date: [December 20, 2020, 6:42am UTC](https://community.homey.app/t/sonos-group-volume/39401/4 "2020-12-20T06:42:36Z")

</div>

No it can be any any sealer cause usually they are running as group

---

<div class="post-metadata">

### Author: ![CyberSponk](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/cybersponk/32/8334_2.png) [@CyberSponk](https://community.homey.app/u/CyberSponk)
#### Post date: [December 20, 2020, 7:08am UTC](https://community.homey.app/t/sonos-group-volume/39401/5 "2020-12-20T07:08:12Z")

</div>

I get the best result by adjusting the volume of the other Sonos in the **same** group to the changed Sonos with a delay from 1 to 3 seconds.

The easiest way \> You need for each speaker one Flow like this:

MY FLOW S1  
_When_  
Volume S1 changend  
_And_  
Logic-Card with cointained a + (to make sure that the speaker is in a group)  
_Then_  
Deaktivate MY FLOW S2  
Deaktivate MY FLOW S3  
Deaktivate MY FLOW S4  
Change Volume S2 to Volume S1 delay 1 seconds  
Change Volume S3 to Volume S1 delay 1 seconds  
Change Volume S4 to Volume S1 delay 1 seconds  
Activate MY FLOW S2 delay 2 seconds  
Activate MY FLOW S3 delay 2 seconds  
Activate MY FLOW S4 delay 3 seconds

MY FLOW S2  
_When_  
Volume S2 changend  
_And_  
Logic-Card with cointained a + (to make sure that the speaker is in a group)  
_Then_  
Deaktivate MY FLOW S1  
Deaktivate MY FLOW S3  
Deaktivate MY FLOW S4  
Change Volume S1 to Volume S2 delay 1 seconds  
Change Volume S3 to Volume S2 delay 1 seconds  
Change Volume S4 to Volume S2 delay 1 seconds  
Activate MY FLOW S1 delay 2 seconds  
Activate MY FLOW S3 delay 2 seconds  
Activate MY FLOW S4 delay 3 seconds

and so on for the other speakers. You need activation/deactivation otherwise the Flows run into a loop.

---

<div class="post-metadata">

### Author: ![Rocodamelshekima](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/rocodamelshekima/32/8209_2.png) [@Rocodamelshekima](https://community.homey.app/u/Rocodamelshekima)
#### Post date: [December 20, 2020, 7:27am UTC](https://community.homey.app/t/sonos-group-volume/39401/6 "2020-12-20T07:27:49Z")

</div>

> [@CarstenT](#):
>
> If I put all speakers in the flow they even change the volume different.

Can u show us this flow?  
And tell us which Homey version u are running with what Sonos version on it?

---

<div class="post-metadata">

### Author: ![CyberSponk](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/cybersponk/32/8334_2.png) [@CyberSponk](https://community.homey.app/u/CyberSponk)
#### Post date: [December 20, 2020, 7:51am UTC](https://community.homey.app/t/sonos-group-volume/39401/7 "2020-12-20T07:51:59Z")

</div>

_Off Topic_ There is missing a Card like _Change Volume of a Group_. If you have a Sonos-Group and you change the volume of one speaker in the group the others in the group will not change. The only exception: Speakers as a stereo pair. This is since i have Sonos.

---

<div class="post-metadata">

### Author: ![CarstenT](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/carstent/32/29830_2.png) [@CarstenT](https://community.homey.app/u/CarstenT)
#### Post date: [December 20, 2020, 8:00am UTC](https://community.homey.app/t/sonos-group-volume/39401/8 "2020-12-20T08:00:06Z")

</div>

Thanks will try this later 🙂

---

<div class="post-metadata">

### Author: ![CarstenT](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/carstent/32/29830_2.png) [@CarstenT](https://community.homey.app/u/CarstenT)
#### Post date: [December 20, 2020, 8:05am UTC](https://community.homey.app/t/sonos-group-volume/39401/9 "2020-12-20T08:05:32Z")

</div>

I just use the command change relative volume for each speaker. I’m on 5.0 RC 48 Sonos Version is 5.0.14.

---

<div class="post-metadata">

### Author: ![Rocodamelshekima](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/rocodamelshekima/32/8209_2.png) [@Rocodamelshekima](https://community.homey.app/u/Rocodamelshekima)
#### Post date: [December 20, 2020, 8:35am UTC](https://community.homey.app/t/sonos-group-volume/39401/10 "2020-12-20T08:35:23Z")

</div>

I just tested this with some other speakers and the volume is exactly the same on all speakers after turning the relative volume up for all of them without a delay. Cannot test this with 3 single speakers nor with Symfonisk speakers because most of my speakers are grouped alr.

---

<div class="post-metadata">

### Author: ![CarstenT](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/carstent/32/29830_2.png) [@CarstenT](https://community.homey.app/u/CarstenT)
#### Post date: [December 20, 2020, 9:03am UTC](https://community.homey.app/t/sonos-group-volume/39401/11 "2020-12-20T09:03:46Z")

</div>

Ok I keep an eye on it. Maybe have restart the Sonos and the Homey.

Thanks for your help,😉

---

<div class="post-metadata">

### Author: ![DirkG](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/dirkg/32/118897_2.png) [@DirkG](https://community.homey.app/u/DirkG)
#### Post date: [December 20, 2020, 9:31am UTC](https://community.homey.app/t/sonos-group-volume/39401/12 "2020-12-20T09:31:29Z")

</div>

I know it might be useless but you could also send Athom a feature request to add a volume card for groups.

---

<div class="post-metadata">

### Author: ![Rocodamelshekima](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/rocodamelshekima/32/8209_2.png) [@Rocodamelshekima](https://community.homey.app/u/Rocodamelshekima)
#### Post date: [December 20, 2020, 9:41am UTC](https://community.homey.app/t/sonos-group-volume/39401/13 "2020-12-20T09:41:02Z")

</div>

Dunno when u added the speakers for the last time but with an update from the Sonos app a while ago it was needed to re-add the speakers. Maybe try that also if u didn’t alr?

---

<div class="post-metadata">

### Author: ![CarstenT](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/carstent/32/29830_2.png) [@CarstenT](https://community.homey.app/u/CarstenT)
#### Post date: [December 20, 2020, 10:04am UTC](https://community.homey.app/t/sonos-group-volume/39401/14 "2020-12-20T10:04:33Z")

</div>

Good idea think it would be a useful feature 👍

---

<div class="post-metadata">

### Author: ![CarstenT](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/carstent/32/29830_2.png) [@CarstenT](https://community.homey.app/u/CarstenT)
#### Post date: [December 20, 2020, 10:08am UTC](https://community.homey.app/t/sonos-group-volume/39401/15 "2020-12-20T10:08:11Z")

</div>

Should it be under the topic ,Idea and Suggestion, ?

---

<div class="post-metadata">

### Author: ![DirkG](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/dirkg/32/118897_2.png) [@DirkG](https://community.homey.app/u/DirkG)
#### Post date: [December 20, 2020, 10:10am UTC](https://community.homey.app/t/sonos-group-volume/39401/16 "2020-12-20T10:10:30Z")

</div>

No, you have to use [this](https://docs.google.com/forms/d/e/1FAIpQLSc8j_GfID4adV4w5ogNtIX1-AqVWrkgIo3bOjkoNtqlHMM0xw/viewform) form.

---

<div class="post-metadata">

### Author: ![CyberSponk](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/cybersponk/32/8334_2.png) [@CyberSponk](https://community.homey.app/u/CyberSponk)
#### Post date: [December 20, 2020, 10:15am UTC](https://community.homey.app/t/sonos-group-volume/39401/17 "2020-12-20T10:15:15Z")

</div>

> [@Rocodamelshekima](#):
>
> I just tested this with some other speakers and the volume is exactly the same on all speakers after turning the relative volume up for all of them without a delay.

Tested it with 1 Beam, 1 Sub, 1-Stereo-Pair (2 Devices) and 3 Single-Devices in one Group. Changing the Volume on one Device only the Volume of this Device is changed and all others in the Group not.

Running Homey with 5.0.0-rc.48 and Sonos-Athom-App 6.0.2-Beta. All Sonos-Devices newest Generation and on Sonos-V2.

@Rocodamelshekima Hmm, is there a difference betwenn _VolumeUP_ and _ReltiveVolumeUP_? Only using _VolumeUP (Set Volume to)_.

---

<div class="post-metadata">

### Author: ![Rocodamelshekima](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/rocodamelshekima/32/8209_2.png) [@Rocodamelshekima](https://community.homey.app/u/Rocodamelshekima)
#### Post date: [December 20, 2020, 10:17am UTC](https://community.homey.app/t/sonos-group-volume/39401/18 "2020-12-20T10:17:05Z")

</div>

Ow sorry. I tested with changing the relative volume on all speakers in a flow. The TS said that there was different volumes on the speakers when he does that.

![chrome_2020-12-20_11-18-32](https://us1.discourse-cdn.com/flex025/uploads/athom/original/3X/9/b/9b16cd36ade6331823906a3d678edfeca6a02acf.png)

![chrome_2020-12-20_11-18-22](https://us1.discourse-cdn.com/flex025/uploads/athom/original/3X/8/d/8d7a1a93b4ceb29bdaacd8b1a59cee1d1cd3844c.png)

Both will have the same volume after running the flow over and over again.

---

<div class="post-metadata">

### Author: ![Rocodamelshekima](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/rocodamelshekima/32/8209_2.png) [@Rocodamelshekima](https://community.homey.app/u/Rocodamelshekima)
#### Post date: [December 20, 2020, 10:22am UTC](https://community.homey.app/t/sonos-group-volume/39401/19 "2020-12-20T10:22:38Z")

</div>

> [@CyberSponk](#):
>
> Only using _VolumeUP_ .

I don’t have a card like that. Using 5.0.14

Correction: am not using the Sonos app at all, just installed it for testing this very issue. Using the node api thingie and some Sonos php files on my Synology because I have a mix of S1 and S2 speakers. Homey’s Sonos apps can’t/won’t handle that.

---

<div class="post-metadata">

### Author: ![CarstenT](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/carstent/32/29830_2.png) [@CarstenT](https://community.homey.app/u/CarstenT)
#### Post date: [December 20, 2020, 10:24am UTC](https://community.homey.app/t/sonos-group-volume/39401/20 "2020-12-20T10:24:47Z")

</div>

Done 😉

[Next page](https://community.homey.app/t/sonos-group-volume/39401.md?page=2)
