question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Change from sonos: to speaker_group: makes group

See original GitHub issue

v1.0.4

I tried updating my configuration from sonos: to the new speaker_group: option with platform: sonos. When I do that, both the speaker group icon and the expanded group list (set to true in my config) disappear. Reverting the changes makes the group icon and expanded list re-appear. See the screenshots below. I don’t know if it’s relevant, but I’ve got the mini-media-player card embedded in a custom vertical-stack-in-card card. I’ve included the complete “before” working config at the end just in case.

Just let me know if you need more info or testing. Thanks as always.

Before: image

After: image

card:
  cards:
    - elements:
        - service: script.turn_on
          service_data:
            entity_id: script.call_sonos_diningroomtab_launch
          style:
            left: 16%
            top: 47%
          type: service-button
        - service: script.turn_on
          service_data:
            entity_id: script.sonos_play_whole_house
          style:
            left: 62%
            top: 47%
          type: service-button
        - service: script.turn_on
          service_data:
            entity_id: script.sonos_downstairs_only
          style:
            left: 78%
            top: 47%
          type: service-button
        - service: script.turn_on
          service_data:
            entity_id: script.sonos_pause_whole_house
          style:
            left: 92%
            top: 47%
          type: service-button
      image: /local/images/sonos_control_6.png
      type: picture-elements
    - artwork: cover
      entity: media_player.dining_room_2
      hide:
        icon: true
        power: true
        source: false
      sonos:
        entities:
          - entity_id: media_player.dining_room_2
            name: Dining Room
          - entity_id: media_player.living_room
            name: Living Room
          - entity_id: media_player.kitchen
            name: Kitchen
            volume_offset: 15
          - entity_id: media_player.guest_room_2
            name: Guest Room
          - entity_id: media_player.library
            name: Library
          - entity_id: media_player.master_bedroom_2
            name: Master Bedroom
          - entity_id: media_player.study
            name: Study
          - entity_id: media_player.garden
            name: Garden
            volume_offset: 43
        expanded: true
        show_group_count: true
        sync_volume: true
      type: 'custom:mini-media-player'
    - entities:
        - entity: switch.garden_sonos_2
          name: Garden Sonos Power
      show_header_toggle: false
      type: entities
  type: 'custom:vertical-stack-in-card'
style:
  '--paper-card-background-color': 'rgba(0, 0, 0, 0.0)'
type: 'custom:card-modder'

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
ronschaeffercommented, Apr 22, 2019

Apologies. I missed your second reply, so I haven’t tried. I will check later today.

On Sun, 21 Apr 2019, 15:48 Karl Kihlström, notifications@github.com wrote:

@ronschaeffer https://github.com/ronschaeffer Did the issue go away? Can I close this?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/kalkih/mini-media-player/issues/106#issuecomment-485257560, or mute the thread https://github.com/notifications/unsubscribe-auth/AC6OOE3UUXKWGKZAVN26OQ3PRR5C5ANCNFSM4HF633SQ .

0reactions
kalkihcommented, Apr 23, 2019

Awesome! No worries, I greatly appreciate the feedback, especially in regards to Sonos. Since I don’t own any Sonos devices myself, bugs could easily slip through.

Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Group and ungroup rooms - Sonos Support
From the. System tab, tap. Group next to the group you want to change. · Tap the rooms you want to remove from...
Read more >
How to Group Sonos Speakers Together: A Simple Guide -
Go to settings and select “System”; Find “Products” and select the first speaker you want to create into a stereo pair; Select “set...
Read more >
How do I turn 2 or more Sonos speakers into a group?
Step 1: open the Sonos Controller app · Step 2: open the settings · Step 3: tap 'Groups' · Step 4: select the...
Read more >
Quick fixes: grouping Sonos speakers without the app
Locate the Sonos speaker you want to group with others that are already playing audio; Press and hold the play / pause button....
Read more >
Tech Tips: How to group Sonos speakers. - YouTube
Want to get the most out of your audio setup? Agent Taylor is here to help you group speakers, connected on the same...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found