There does not seem to exist like a single, complete solution for this that everyone agrees is the way to go… or maybe I did not look hard enough.

How do you do it?

My priorities are:

Top priority

  • Turn off

Amazing to have

  • Volume controls
  • Pause/play

Nice to have

  • monitoring state (on/off)

I saw that System Bridge exists, and looks almost perfect aside from the fact that is not even in the AUR (outdated) and is not distributed under Chocolatey in Windows… this makes me think that the project is very much not widely used at all.

So, how do you deal with these things?

      • n0xew@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        4 months ago

        The original dev has gone silent indeed, but a team of volunteers resumed development recently. So I wouldn’t call it outdated, but we’ll see if they’ll keep up the good work for long.

        I’ve been using it for more than a year to automate a few stuff, it’s been good for this purpose so yeah I would recommend it :)

  • Hominine@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    4 months ago

    Shell Commands are the primary tool I use to go about doing these things. I write the scripts to perform the action(s) desired and drop them on the local PC. The shell commands are then fired off from Home Assistant via SSH (either directly in the HA dashboard a la human interaction or through automations) or via my phone through Tasker or KDE Connect (as mentioned elsewhere.)

    The trickiest bit for me was setting the correct environmental variables in the scripts but then it was an excellent learning opportunity! Best of luck OP and let me know if I can provide any more info.