• Run bash / .sh file

    Moved
    3
    0 Votes
    3 Posts
    1k Views
    Josiah RichardsJ
    @Russ said in Run bash / .sh file: bash t.sh Your amazing! Thank you VERY much!
  • Anyone know how to make triggercmd work with alexa via node red?

    6
    0 Votes
    6 Posts
    2k Views
    RussR
    FYI, I did a Youtube video on using TRIGGERcmd with Node-RED: https://www.youtube.com/watch?v=9PH7LOd8e04
  • Google Home

    feature request
    25
    0 Votes
    25 Posts
    14k Views
    P
    @Russ Thanks for the clarification. That was my understanding as well - to share TRIGGERcmd for all, either everybody has to use Voice Match or nobody can use it. Unfortunately, the children really want to use the Voice Match (required to teach Google Home important things such as names of our cats etc) while both me and my wife are strictly against Voice Match for us. That means that the children could share TriggerCMD but no solution for the adults. And we'd need TriggerCNS exactly mainly for the adults... I understand it's a relatively specific situation though, so probably no solution will be available. I was hoping for something similar to Spotify (that works also for non-VoiceMatch members of the household) but I understand it may be difficult to achieve. Thanks for your efforts anyway!
  • X10 commands no longer working

    2
    0 Votes
    2 Posts
    529 Views
    J
    Update All of the "on" commands give me the same error. All of the "off" commands work.
  • Cannot run cmd.exe or powershell.exe using TriggerCMD?

    2
    0 Votes
    2 Posts
    879 Views
    RussR
    @Erik-Dominguez, I didn't even know Microsoft had added an ssh command to Windows. That's awesome! Please try prefixing your ssh command with start, like this: start ssh user@10.1.2.3 It worked for me.
  • HTTP Request Not Firing

    6
    0 Votes
    6 Posts
    1k Views
    RussR
    @al-mastro, awesome. You're welcome. I'm glad that worked.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Failed while trying to add a trigger

    8
    0 Votes
    8 Posts
    2k Views
    RussR
    @MarkW, awesome. I'm glad that worked.
  • Recovering my code after getting a new laptop

    2
    0 Votes
    2 Posts
    465 Views
    RussR
    @jaysimhb, I'm sorry, for security reasons, I built TRIGGERcmd to never store the actual commands in the cloud, so you would need access to your old laptop. For the future, you'll want to keep a backup of this file: %USERPROFILE%\.TRIGGERcmdData\commands.json For example: c:\Users\russ\.TRIGGERcmdData\commands.json
  • Is Trigger and dead?

    2
    0 Votes
    2 Posts
    644 Views
    RussR
    @hellomiakoda, how can you tell it's timing out? Is that what it says in your %userprofile%\.TRIGGERcmdData\debug.log file? Can you confirm you're running Windows 10 and the latest version of the TRIGGERcmd agent? TRIGGERcmd is working fine for me, and a lot of other people. I've updated my Windows 10 PC to the latest updates. I'm also using the latest version of the TRIGGERcmd Windows agent. These are a couple things you could try: You could try removing and re-installing the agent. Some antivirus software breaks the TRIGGERcmd agent. You could try disabling it temporarily to see if that makes it work. You could reset your data with these steps: a. Rename your %userprofile%\.TRIGGERcmdData folder b. Go to this page https://www.triggercmd.com/user/computer/list and delete your computer. c. Right-click your TRIGGERcmd agent tray icon and click Quit d. Re-run the TRIGGERcmd Agent and log it in. e. Copy your commands.json file from your backed up .TRIGGERcmdData folder to your new .TRIGGERcmdData folder to restore your commands.
  • Google Home updated?

    9
    0 Votes
    9 Posts
    3k Views
    U
    @russ Jeeze 20 days ago, sorry for my late reply. Thanks for getting back to me. Unfortunate, it's driving me nuts haha. Keep up the great work
  • Hubitat

    6
    0 Votes
    6 Posts
    2k Views
    RussR
    @jpe81 and @batteryxsnare, thanks to @Royski, now Hubitat is supported. https://www.triggercmd.com/forum/topic/494/hubitat-integration
  • Losing letters in words!

    5
    0 Votes
    5 Posts
    2k Views
    RussR
    @Atmosphere, I just found out this problem was on my end. There was a bug in my logic that triggered in cases when Google sent the computer word along with the trigger voice word. I'm sorry! Anyway I fixed it, so you might need to switch back to using pool instead of poo or pooll. Also, thank you for reporting it. I feel bad that I blamed this on Google when it was my fault.
  • 403 error from IFTTT

    2
    0 Votes
    2 Posts
    1k Views
    A
    @alon Figured it out. I had "<< >>" around each parameter ... that somehow broke it ... removing the escaping fixed it.
  • Invocation of INNESCO COMANDO with other words

    4
    0 Votes
    4 Posts
    937 Views
    RussR
    @shubi, I could create another Alexa skill using a different 2 words. If I do that, what words do you think I should use? I did this for English a long time ago because people didn't like having to say Trigger C M D and thought it would be better to say Trigger Command.
  • triggercmd doesnt work

    Moved
    2
    0 Votes
    2 Posts
    675 Views
    RussR
    @abdi-abdi, can you give me details? What did you say, and what did Google say back?
  • Literally no idea what I'm doing

    2
    0 Votes
    2 Posts
    624 Views
    RussR
    @ben-noble, you might be missing the fact that when you install the TRIGGERcmd agent, you'll get a new icon in your "tray" in the lower right corner of your screen. You can right-click that to find the GUI Command Editor where you can add and remove commands. I'm assuming you're using Windows? [image: 1563722506191-b942b3df-7c50-430a-b6de-c46cef9b850f-image.png] When you add commands, they should show up in your account under your computer at www.triggercmd.com. Please let me know if you got that far.
  • Issues with running on Retropie

    4
    0 Votes
    4 Posts
    964 Views
    RussR
    Boom! Awesome @bluefunoodle311 !
  • Pass parameters when using bookmark URLs?

    12
    0 Votes
    12 Posts
    8k Views
    B
    Thank you