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?

    • @[email protected]OP
      link
      fedilink
      English
      28 months ago

      As I said… I know of its existance but it seems like distribution channels are non-existant, which makes me precautious about using it.

  • Krafting
    link
    English
    6
    edit-2
    8 months ago

    KDE Connect, not for home assistant, but still an awesome tool

      • @[email protected]
        link
        fedilink
        English
        68 months ago

        You can run commands, so systemctl poweroff should work to turn off your computer (on Linux, not sure how KDE Connect works on Windows, but I’d assume there’s an equivalent)

        • @PainInTheAES
          link
          English
          2
          edit-2
          8 months ago

          Yeah, shutdown /s /t $time_seconds

      • n0xew
        link
        English
        1
        edit-2
        8 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
    link
    English
    2
    edit-2
    8 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.