• This topic is deleted!

    1
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Installation folder

    6
    0 Votes
    6 Posts
    958 Views
    RussR
    @Raphael-Cazelatto, this installation method was meant for 32bit Windows, but it would work fine on 64bit Windows, and it would allow you to install it to any folder. It also wouldn't show a tray icon. https://www.triggercmd.com/forum/topic/99/no-gui-triggercmd-agent-that-works-on-32bit-windows I'm curious about your use-case. Why do you want to hide the tray icon and install in a different folder?
  • Goggle Home dropping link to TriggerCmd.

    17
    0 Votes
    17 Posts
    3k Views
    RussR
    Thanks @Byron-Trantham.
  • lock, mute, turn off for single device

    2
    0 Votes
    2 Posts
    721 Views
    RussR
    @Terry-Ap, I don't understand yet. You can add as many commands as you want. Are you trying to find the actual command to silence (aka mute) your computer? I don't know what "block" would be. Also, what operating system are you running?
  • Google Home Triggercnd smart home is unavailable

    6
    0 Votes
    6 Posts
    1k Views
    RussR
    @Csaba-Ferenc-László, yes, I will try. Next time the error happens, please post the time and day here. That would help me find the problem in the logs. Also please try this - instead of using "Reconnect account" use "Unlink account", then re-link. I found an error in the Google logs that might be giving me a clue, but I need more time to research and test it. BTW, it's ok to have a different email addresses for your Google Home and TRIGGERcmd accounts. EDIT: I think I found the root cause and fixed it today, 9/12/2020 at about 12:30pm EST. You might have to re-link one more time, but after that it should stay linked. Thank you for reporting the problem. After adding logging for this problem I see it was also affecting Alexa users.
  • Newbie parameters question

    5
    0 Votes
    5 Posts
    2k Views
    RussR
    @igurman, I answered here.
  • 0 Votes
    3 Posts
    711 Views
    Rafael RequenaR
    @Russ NOOOOOOOOO!! jajajajja okey thanks, found the file!! thx dude
  • 0 Votes
    1 Posts
    646 Views
    No one has replied
  • Alexa ask to reactivate every week

    2
    0 Votes
    2 Posts
    396 Views
    RussR
    @Web-em-Segundos, there's one thing that I know can cause that problem. If you link an Alexa/Amazon account to your TRIGGERcmd account, then link another Alexa/Amazon account to the same TRIGGERcmd account, the first Alexa/Amazon account will stop working. Is it possible that's happening to you?
  • Trigger an Alexa or SmartThings device?

    2
    0 Votes
    2 Posts
    556 Views
    RussR
    @TomberWolf, good question. You can have TRIGGERcmd run a "curl" command that calls the IFTTT Webhooks API to run an applet that turns your SmartThings switch on. You'll need your IFTTT webhooks key, which you can get at this page: https://ifttt.com/maker_webhooks/settings You'll see a URL like this: https://maker.ifttt.com/use/**asdfasdfblahblah** The bold part of that URL is your webhooks key. Setup a TRIGGERcmd command like this, where front_light is your Webhook applet's Event Name. curl https://maker.ifttt.com/trigger/front_light/with/key/asdfasdfblahblah When you make your applet, search for Webhooks as your This part. [image: 1598488127745-85f37092-5ae6-47a6-b3eb-b2f75ff0e684-image.png] [image: 1598487955208-e0c34fde-96a7-45ce-960d-170a17cd0ba1-image.png] If you use Windows, you can download curl from here.
  • Triggers disappearing

    6
    0 Votes
    6 Posts
    1k Views
    RussR
    @jpe81, for Docker, these posts might be useful to you: https://www.triggercmd.com/forum/topic/780/how-to-reduce-size-by-removing-dubious-dependencies/4 https://www.triggercmd.com/forum/topic/451/run-the-triggercmd-linux-agent-in-a-docker-container It should work fine on Alpine Linux. The agent.js script really just needs NodeJS to run.
  • need help

    2
    0 Votes
    2 Posts
    644 Views
    Royher FigueraR
    @Sync-Crazy Yes you can. Search in the forum. Here my examples: Close apps { "trigger": "Cerrar Calculadora", "command": "taskkill /f /im Calculator.exe", "ground": "foreground", "voice": "Cerrar Calculadora", "voiceReply": "Cerrando Calculadora" }, Restart { "trigger": "Reiniciar en 10 segundos", "command": "shutdown /r /t 10", "ground": "background", "voice": "Reiniciar", "voiceReply": "Reiniciar Desktop" },
  • 32 Bit GUI TriggerCMD Editor

    15
    0 Votes
    15 Posts
    4k Views
    EmanuelE
    @Russ The commands were working on the site, I did what you said and it worked. Thanks!
  • 0 Votes
    2 Posts
    456 Views
    RussR
    @raffles-hogan, as far as I know, there's no way to invoke an Alexa skill or Google Assistant action without saying the wake words like "Alexa" or "Hey Google" first. About pressing a key - you would have to create the scripts folder and create the script that presses a key. Also, if the computer is actually off, nothing can run on it. I think the post you read was about turning the monitor on. This page lists all the ways you can trigger commands. I pasted the section that shows the Smart Home and original skills here: Smart Home voice assistant skills (Example: "Hey Google, turn on calculator") "TRIGGERcmd Smart Home" Alexa skill "TRIGGERcmd Smart Home" Google Assistant action Original voice assistant skills (Example: "Alexa, ask TRIGGERcmd to run calculator"): Alexa skill Google Assistant action
  • My wife always says Thank You to Alexa :)

    2
    0 Votes
    2 Posts
    1k Views
    Royher FigueraR
    @Russ Jajajaja, that's happens... my father says thank you Alexa too and thank you google.
  • Google Assistant can't recognize TRIGGERcmd

    4
    4
    0 Votes
    4 Posts
    1k Views
    M
    @Russ said in Google Assistant can't recognize TRIGGERcmd: @안형근 , I see from your screenshots that you seem to have done everything correctly, but I worry it won't work in your area if you can't search for TRIGGER C M D in the directory and find it. You could try one more thing: please try saying, Alexa, talk to TRIGGER C M D. If that works one time, I think Google Assistant is more likely to associate this phrase with the TRIGGERcmd action: "Alexa, ask TRIGGER C M D to run Calculator". Another idea is to try using IFTTT's webhook system to call the TRIGGERcmd API. Then you should be able to say, "Alexa, trigger X", where X is the "specific phrase" you'd use with the Alexa "Say a specific phrase" option in your IFTTT recipe. Here's an article about how to use IFTTT with TRIGGERcmd: https://www.triggercmd.com/forum/topic/31/how-to-use-ifttt-with-triggercmd Either way keep up the excellent quality writing.
  • GH TriggerCMD Smart Home stopped working

    8
    0 Votes
    8 Posts
    1k Views
    RussR
    @Ilya-Alshine, maybe. I'll think about that.
  • "Voice Replay"

    4
    0 Votes
    4 Posts
    836 Views
    RussR
    @Alexandre-Sousa, does your command run but Alexa says nothing? Also, which Alexa skill are you using? If you're saying, "Alexa, turn on X", that's the Smart Home skill, which doesn't use the Voice Reply field.
  • Create Trigger to use macOS terminal to Ping domain

    2
    0 Votes
    2 Posts
    988 Views
    RussR
    @kbnetguy, this command should work on a Mac: dig +short www.triggercmd.com | tail -n1 I included the tail -n1 to use only the first line in case the host name returns multiple IP's. You probably know this, but to assign the result to an environment variable you can do this: export IP=$(dig +short www.triggercmd.com | tail -n1) echo $IP If you must use ping, let me know. I had that command figured out for Linux, but Mac's ping and grep are different.
  • Website control??

    2
    0 Votes
    2 Posts
    447 Views
    RussR
    @Joan-Canario, you should be able to use selenium to do that. What's the website? I can probably do an example. I might use this: https://automatetheboringstuff.com/chapter11/