Announcement

Collapse
No announcement yet.

How to Detect if Speaker Clients Muted/Unmuted - Solved!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How to Detect if Speaker Clients Muted/Unmuted - Solved!

    I'd like to be able to determine if one or more speaker clients are muted. I don't see anything in the Event builder for that, and haven't found any scripting that tell me. Is there a way to detect the status of speaker clients as being muted or not?

    #2
    I don't use the speaker client but have you seen this? http://www.homeseer.com/support/home...mutestatus.htm - that seems to be what you are after but I don't know whether or not it works.

    Comment


      #3
      That's what I was looking for. THANKS! I'll give it a try immediately.

      Comment


        #4
        That worked. I am able to mute/unmute the DEFAULT speaker client as well as remotes. I also implemented a dimmable device that controls speaker volume. Each time its value changes it calls a script that moves the slider value to the speaker client using hs.SetVolume(volume 0-100). If 0, I also mute, and if > 0, it unmutes. The only issue (and I'm willing to live with it) is that hs.SetVolume only seems to be able to adjust volume on the DEFAULT client, even if I specify others.

        Comment

        Working...
        X