Categories

  • Announcements regarding TRIGGERcmd

    82 Topics
    226 Posts
    RussR
    If you check the new Create Alexa Smart Home device for this computer checkbox, you'll get an Alexa Smart Home device that you can use to: "Alexa, set X volume to 50 percent" - run the volume control command with 50 (for example) as the parameter "Alexa, unmute X" - runs the mute control command with unmute or mute as the parameter "Alexa, turn on X" - sends a Wake-on-LAN magic packet from your local Echo device to turn on your computer "Alexa, turn off X" - runs the shutdown command X is your computer's voice word, or its name if you don't have a voice word for it. [image: 1784926161256-fe626973-2ba0-4a14-a3db-2cecd59fdab4-image.png] To enable Wake-On-LAN, enable it in your BIOS and test it, then enable it like this: [image: 1784926985471-a4f1bb0c-60dc-49d1-ac78-7b42c1f953d9-image.png] [image: 1784927086303-4d6c0507-4f97-44e6-8819-13b6c5631abd-image.png]
  • A place to talk about TRIGGERcmd

    715 Topics
    3k Posts
    RussR
    @rsoane, it seems to be up for me. Can you send me a screenshot of what you see?
  • Instructions for each operating system, and various scenarios.

    292 Topics
    1k Posts
    H
    @Russ Sorry, i could have looked this up myself, but i was so focused on "there is something wrong with my pi especially" that i did not even try to look into the other thread in the forum. This time i looked around but i could not find a solution, so i am back here again. the Background service is running, i edited the commands.json file, but for some reasen on the website there is no update of the triggers. (I delete all of the pre-installed triggers and put for the moment one of my own in [ {"trigger":"Zentrale","command":"wakeonlan 74:56:3C:BF:B6:30","ground":background","voice":"zentrale","allowParams": "false","icon":""} ] but in the Command Management there are still the original triggers in there but not my new one ... even after i rebooted the raspberry pi
  • A place to share commands you like to trigger remotely.

    399 Topics
    2k Posts
    RussR
    @Alisson-Teixeira, I translated that as: "I would like to know if it's possible to turn off the monitor and the computer at the same time with just one command? In the free version? With the example command, the monitor enters power saving mode, but doesn't turn off completely... Question for Windows please" You can run multiple commands in one command by putting && between commands, like this: nircmd.exe monitor off && shutdown /s /t 10