mini-media-player
mini-media-player copied to clipboard
Sonos volume sync/group not working
Hi,
I have been using this card for a long time without issues until recently. The volume slider on the main card (that should control the entity) does not work. I have to click the actual player, to adjust the volume.
Interestingly, if I group this entity with other speakers, the main volume slider controls the grouped speakers, but does not control the main speaker.
If I remove "sync_volume" from the group settings, the main volume slider then works for the master entity, but stops controlling the grouped speakers.
Here is my configuration.
type: custom:mini-media-player entity: media_player.living_room hide: power: true source: true speaker_group: platform: sonos show_group_count: true sync_volume: true entities: - entity_id: media_player.kitchen name: Kitchen - entity_id: media_player.office name: Office - entity_id: media_player.master_bedroom name: Master Bedroom - entity_id: media_player.bedroom_3 name: Bedroom 3 sound_mode: full info: scroll sync_volume: true artwork: cover
Fixed the issue. I needed to add the main entity, into the grouping, as per the below:
type: custom:mini-media-player entity: media_player.living_room hide: power: true source: true speaker_group: platform: sonos show_group_count: true sync_volume: true entities: - entity_id: media_player.living_room name: Living Room - entity_id: media_player.kitchen name: Kitchen - entity_id: media_player.office name: Office - entity_id: media_player.master_bedroom name: Master Bedroom - entity_id: media_player.bedroom_3 name: Bedroom 3 sound_mode: full info: scroll sync_volume: true artwork: cover
@vantech14 Can you please close the issue then since it is resolved 😉