TRIGGERcmd
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. General Discussion
    Log in to post
    Load new posts
    • Recently Replied
    • Recently Created
    • Most Posts
    • Most Votes
    • Most Views
    • paulo emilioP

      This topic is deleted!

      • • paulo emilio
      1
      0
      Votes
      1
      Posts
      1
      Views

      No one has replied

    • M

      Installation folder

      • • mccloud
      6
      0
      Votes
      6
      Posts
      208
      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?

    • Byron TranthamB

      Goggle Home dropping link to TriggerCmd.

      • • Byron Trantham
      17
      0
      Votes
      17
      Posts
      617
      Views

      RussR

      Thanks @Byron-Trantham.

    • Terry ApT

      lock, mute, turn off for single device

      • • Terry Ap
      2
      0
      Votes
      2
      Posts
      198
      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?

    • Csaba Ferenc LászlóC

      Google Home Triggercnd smart home is unavailable

      • • Csaba Ferenc László
      6
      0
      Votes
      6
      Posts
      224
      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.

    • G

      Newbie parameters question

      • • Guido Angeli
      5
      0
      Votes
      5
      Posts
      1.4k
      Views

      RussR

      @igurman, I answered here.

    • Rafael RequenaR

      how to TRIGGERcmd with old commands, after formating computer with out backup

      • • Rafael Requena
      3
      0
      Votes
      3
      Posts
      156
      Views

      Rafael RequenaR

      @Russ NOOOOOOOOO!! jajajajja okey thanks, found the file!! thx dude 🙂

    • N

      Original Smartthings App (Under the TriggerCMD App inside Smarthings App) shows old triggers (wont update)

      • • Nate Hales
      1
      0
      Votes
      1
      Posts
      246
      Views

      No one has replied

    • Web em SegundosW

      Alexa ask to reactivate every week

      • • Web em Segundos
      2
      0
      Votes
      2
      Posts
      74
      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?

    • T

      Trigger an Alexa or SmartThings device?

      • • TomberWolf
      2
      0
      Votes
      2
      Posts
      183
      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.

      85f37092-5ae6-47a6-b3eb-b2f75ff0e684-image.png

      e0c34fde-96a7-45ce-960d-170a17cd0ba1-image.png

      If you use Windows, you can download curl from here.

    • J

      Triggers disappearing

      • • jpe81
      6
      0
      Votes
      6
      Posts
      256
      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.

    • Sync CrazyS

      need help

      • • Sync Crazy
      2
      0
      Votes
      2
      Posts
      180
      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"
      },

    • A

      32 Bit GUI TriggerCMD Editor

      • • A McF
      15
      0
      Votes
      15
      Posts
      2.2k
      Views

      EmanuelE

      @Russ The commands were working on the site, I did what you said and it worked.

      Thanks!

    • raffles hoganR

      Overall questions including motion detection, voice response, and integration.

      • • raffles hogan
      2
      0
      Votes
      2
      Posts
      110
      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
    • RussR

      My wife always says Thank You to Alexa :)

      • • Russ
      2
      0
      Votes
      2
      Posts
      1.0k
      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
      0
      Votes
      4
      Posts
      606
      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.

    • Ilya AlshineI

      GH TriggerCMD Smart Home stopped working

      • • Ilya Alshine
      8
      0
      Votes
      8
      Posts
      218
      Views

      RussR

      @Ilya-Alshine, maybe. I'll think about that.

    • Alexandre SousaA

      "Voice Replay"

      • • Alexandre Sousa
      4
      0
      Votes
      4
      Posts
      212
      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.

    • K

      Create Trigger to use macOS terminal to Ping domain

      • • kbnetguy
      2
      0
      Votes
      2
      Posts
      451
      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.

    • J

      Website control??

      • • Joan Canario
      2
      0
      Votes
      2
      Posts
      99
      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/