• Default computer not working for my first created trigger

    2
    0 Votes
    2 Posts
    1k Views
    RussR
    @pnick, For some reason I ran into the same problem when I said, "Alexa, tell Trigger CMD to open movies". Alexa identified "movies" as the name of a computer for some reason. This phrase worked better: "Alexa, ask Trigger CMD to run movies" I'll see if I can "train" Alexa to understand the previous phrase better. EDIT: I see I never implemented "to open" with Alexa. I'll look into adding that, but you can only use these for now: to run to trigger run trigger EDIT 2: There's something strange about how Alexa handles the word movies, so I'd avoid using it as a voice trigger for your command. I've been trying to tell Alexa to recognize movies as a command and she just won't.
  • 0 Votes
    5 Posts
    2k Views
    RussR
    @nathan7, if you delete your commands.json file, it will replace it with the original.
  • Use trigger command in Alexa Routines

    3
    0 Votes
    3 Posts
    2k Views
    RussR
    The only way I know how to do it is via SmartThings. Alexa routine -> SmartThings -> TRIGGERcmd -> computer
  • Not getting it? Alexa "Could not find a computer with voice word.."

    2
    0 Votes
    2 Posts
    975 Views
    RussR
    @wadeal, the point of the voice property of your computer is to specify something you can say to Alexa that makes it easy for her to recognize. So I recommend something simple in your computer's voice field like, "movies" Alexa/Google Assistant/Cortana don't use the computer's name field, they use the voice field to find your computer. Click the blue Edit button for your computer on the website to get to that voice trigger field.
  • Start VBS script from Bat file

    2
    0 Votes
    2 Posts
    2k Views
    B
    Just to clarify: Bat file: nircmd setdefaultsounddevice "VG248" 1 nircmd.exe setsysvolume 35000 PlayAlarmVBS.vbs vbs file: Set WshShell = WScript.CreateObject("WScript.Shell") Comandline = "C:\Users\Username\AppData\Roaming\Spotify\Spotify.exe" WScript.sleep 500 CreateObject("WScript.Shell").Run("linktoplaylist") WScript.sleep 3000 WshShell.SendKeys "{ENTER}" WScript.sleep 100 WshShell.SendKeys "^{RIGHT}"
  • Using custom commands with Alexa

    2
    0 Votes
    2 Posts
    1k Views
    RussR
    @meyerdenney, I use an Alexa "Routine" to open my garage with "Alexa, open sesame", but it depends on my SmartThings system. That works because routines work with Smart Home systems. Otherwise, I don't know of a way to do that with Alexa. I wish Alexa had something like Google Assistant's "routines" (they used to be called "shortcuts").
  • Monoprice amp problems.

    4
    0 Votes
    4 Posts
    2k Views
    D
    @russ So I had to put in the IP address directly...the codes wouldnt accept the localhost command. Any idea why? Thanks
  • Can't get things to trigger

    4
    0 Votes
    4 Posts
    2k Views
    RussR
    Thanks @strahan, that is super cool. I love to hear about use cases like that.
  • TriggerCMD Agent no longer works after upgrading to Ubuntu 18.10

    5
    1 Votes
    5 Posts
    2k Views
    RussR
    @miakoda-combies, I updated the .deb to support Ubuntu 18.10. Will you please test it and let me know?
  • TriggerCMD not supported on this device.

    2
    0 Votes
    2 Posts
    1k Views
    RussR
    @tim-s, your theory seems reasonable. I was sad to find out Google blocks most skills on their watches too. It's frustrating.
  • Possible to change invocation word?

    4
    0 Votes
    4 Posts
    2k Views
    RussR
    @tim-s, that would be evil. My wife unplugged my Google Home in the family room because the TV triggers it.
  • can't open app

    2
    0 Votes
    2 Posts
    931 Views
    RussR
    @bruceybizzit, I think you should try either checking your debug.log file for clues, or deleting your computer in the web gui, and deleting your c:\users(username).TRIGGERcmdData folder. After deleting those, when you run TRIGGERcmd again it should prompt for the token.
  • This topic is deleted!

    8
    0 Votes
    8 Posts
    1k Views
  • Need help with learning to use commands

    1
    0 Votes
    1 Posts
    667 Views
    No one has replied
  • New user Questioni cant paste the Token into the sign in box

    Moved
    6
    0 Votes
    6 Posts
    2k Views
    RussR
    Awesome @jay-dee! Thanks for the subscription too.
  • Question on subscription

    3
    0 Votes
    3 Posts
    1k Views
    J
    Great thanks! I have resubscribed!
  • Where to start

    10
    0 Votes
    10 Posts
    3k Views
    RussR
    @dan5150, wonder if you might have multiple TRIGGERcmd accounts, and your Alexa account is tied to the other TRIGGERcmd account? Just brainstorming here. If so, you could try unlinking and re-linking to your account. EDIT: We figured it out - Dan had "shut down /s /t 30" as his command but he needed "shutdown /s /t 30". Notice the shutdown command shouldn't have a space it in. There's a shut down command in the Example commands BTW.
  • 0 Votes
    7 Posts
    3k Views
    RussR
    @xander, thanks for testing. I'm glad you asked for that. I needed a Go project, and a CLI tool that calls an API is a perfect use case for Go.
  • Can't make GET API work?

    3
    0 Votes
    3 Posts
    1k Views
    RussR
    @insaneoctane, I'm sure it was #3. It has to show up on the webpage before you can trigger the command with the API, and background commands don't show up until you install the background service. That background service feature is often misunderstood. I almost wish I didn't include it. It's meant to allow you to trigger commands in the context of a Windows service or a Linux daemon so you don't have to be logged in for the commands to run.
  • 0 Votes
    4 Posts
    2k Views
    RussR
    @sverd, can you send me exactly what you have in your Command field? It sounds to me like you're prefixing your command with the word start. If so, please try it without start. Also if your command needs the present working directory to be C:\Program Files (x86)\SonicWALL\SSL-VPN\NetExtender, then please try making your command run a batch file with these contents: cd /d "C:\Program Files (x86)\SonicWALL\SSL-VPN\NetExtender" NEGui So your command would be something like c:\folder\batchfilename.bat