• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
TRIGGERcmd
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  1. Home
  2. Popular
Log in to post
  • All Time
  • Day
  • Week
  • Month
  • All Topics
  • New Topics
  • Watched Topics
  • Unreplied Topics
  • All categories
  • C

    I can't create triggers on the raspberry pi

    Raspberry Pi
    • • Aug 23, 2020, 2:26 AM • Celso Santos May 6, 2022, 12:41 PM
    12
    0
    Votes
    12
    Posts
    1.9k
    Views

    R May 6, 2022, 12:41 PM

    @dean-mcnaughton, nice. Good job getting it working.

  • J

    My alexa can't find the devices

    Alexa
    • • Sep 3, 2020, 3:46 AM • joao vitor lima Oct 16, 2023, 10:35 PM
    12
    1
    Votes
    12
    Posts
    1.7k
    Views

    R Oct 16, 2023, 10:35 PM

    @Cristian-Tozzi, good, that makes sense. The computer's voice field is required if it's not your default computer. You can set your default computer in your profile.

  • P

    Problem running on Manjaro KDE

    Linux
    • • Feb 8, 2021, 10:02 AM • PedroMartins Feb 12, 2021, 9:47 PM
    12
    0
    Votes
    12
    Posts
    963
    Views

    R Feb 12, 2021, 9:47 PM

    @PedroMartins, good. Sorry about the incompatibility.

  • T

    TRIGGERcmd, Too much like coding?

    General Discussion
    • • Jan 24, 2022, 2:26 PM • tuicemen Dec 1, 2022, 1:42 AM
    12
    0
    Votes
    12
    Posts
    888
    Views

    R Dec 1, 2022, 1:42 AM

    @Smart-Communities, I know this isn't exactly what you were thinking, but I'm using your IP address placeholder idea in this video as an example of one way to share scripts with placeholders for things like IP address you'd store in config files. You could run a command like this remotely or locally to configure the IP:

    roku ip 192.168.1.10

    Then a command like this to simulate the down button on your roku remote:

    roku keypress down

    This article give a list names of other roku buttons.

    @rem roku.bat @echo off echo %1 %2 %3 %4 if "%1"=="ip" goto :configip if "%1"=="keypress" goto :keypress if "%1"=="0" goto :findremote if "%1"=="off" goto :findremote goto :done :configip echo|set /p="%2" > c:\tools\rokuip.config goto :done :keypress set /p IP= < c:\tools\rokuip.config curl -XPOST http://%IP%:8060/keypress/%2 goto :done :findremote set /p IP= < c:\tools\rokuip.config curl -XPOST http://%IP%:8060/keypress/FindRemote goto :done :done echo Done.

    This video shows that, and shows how to pass a number from 0 to 100 with Alexa using the TRIGGERcmd Smart Home skill by saying:
    Alexa, roku on tv zero.

    That works because Alexa interprets that as setting the dim level to 0 for the "roku on tv" device because roku is the command's voice word and tv is the computer's voice word.

    Be aware if you use Google Assistant, when you say 0 it sends off as the parameter because it figures if you're setting the dim level to 0 percent, that's off. That's why I added this line after I recorded that video:

    if "%1"=="off" goto :findremote

    In hindsight 0 / off seems pretty arbitrary to assign to the making your Roku remote start beeping.

    Also I acknowledge this a script so it's coding, so it doesn't solve the problem in the original post.

  • T

    Questions on TCMD tool and usage?

    General Discussion
    • • Jan 27, 2022, 1:44 PM • tuicemen Jan 29, 2022, 3:34 PM
    12
    0
    Votes
    12
    Posts
    776
    Views

    T Jan 29, 2022, 3:34 PM

    @russ Ya it is so simple to use. I like the list option for showing trigger names. My memory isn't what it use to be and my spelling never was the greatest!

  • R

    How to join an especific discord channel

    Windows
    • • Mar 19, 2022, 6:36 AM • Roberto Luis Mar 19, 2022, 10:49 PM
    12
    0
    Votes
    12
    Posts
    1.1k
    Views

    R Mar 19, 2022, 10:49 PM

    @roberto-luis, np. Any time.

  • R

    Central Server to send commands to multiple PCs

    Windows
    • • Nov 5, 2022, 6:31 PM • Richard Binckley Nov 16, 2022, 12:25 AM
    12
    0
    Votes
    12
    Posts
    1.4k
    Views

    R Nov 16, 2022, 12:25 AM

    @Russ Well, it appears the alexa software in order to accommodate several different phrases to do specific commands, there is not much a third party can do about it. Seems like just using "Channel" or "Select Channel" will cause alexa to try to attribute te command to a fire TV device. I have run into other conflicts like trying a command "run Judy Justice" and it would try to bring up the prime TV judy justice channel on my Echo Show! Ended up using "run Barbara's Judy Justice" and it works fine.
    Thanks again for this great software package. I have a combination of TP-Link light switches and X10 light switches and using your software allows me to alexa connect the X10 switches saving me from changing them out.

  • S

    Shorter URL or redirect

    General Discussion
    • • Sep 25, 2023, 4:42 PM • Smart Communities Oct 12, 2023, 4:27 PM
    12
    0
    Votes
    12
    Posts
    995
    Views

    S Oct 12, 2023, 4:27 PM

    @Russ It's a swiss army knife on it's own. Paired with TriggerCMD it's a Bazooka.

  • Avik BasuA

    TriggerCMD down?

    General Discussion
    • • Oct 26, 2024, 4:12 PM • Avik Basu Nov 12, 2024, 10:36 AM
    12
    1
    Votes
    12
    Posts
    517
    Views

    Mark HollisM Nov 12, 2024, 10:36 AM

    @Russ yes it was down for about 2 hours yesterday, now work correctly 🙂

  • ?

    How can I shutdown PC?

    General Discussion
    • • Aug 25, 2017, 3:31 PM • A Former User May 31, 2020, 2:56 PM
    11
    0
    Votes
    11
    Posts
    23.1k
    Views

    R May 31, 2020, 2:56 PM

    @Ivan-Freitas, I posted a mac solution here in the mac section.

  • R

    Looking for feedback - Should I add to the Alexa voice interface?

    General Discussion
    • • Sep 10, 2017, 2:47 PM • Russ Dec 19, 2017, 12:23 AM
    11
    0
    Votes
    11
    Posts
    3.6k
    Views

    R Dec 19, 2017, 12:23 AM

    @dlaugh14, your example is way cooler than mine.

  • ?

    Custom Invocation Name for triggercmd

    General Discussion
    • • Jan 20, 2018, 11:49 AM • A Former User Feb 3, 2018, 10:38 PM
    11
    0
    Votes
    11
    Posts
    3.1k
    Views

    R Feb 3, 2018, 10:38 PM

    @smart-leap, here's a Postman example:
    TRIGGERcmd Postman example

  • R

    How to run commands from Home Assistant

    Home Assistant
    • • Jun 17, 2018, 7:49 PM • Russ May 13, 2025, 8:59 PM
    11
    0
    Votes
    11
    Posts
    10.8k
    Views

    A May 13, 2025, 8:59 PM

    @Russ well as you mentioned it does indeed. I think I had another issue that was preventing the trigger in HA. Thank you.

  • K

    java jason error on attempt to install windows agen

    Windows
    • • Jan 9, 2019, 6:18 PM • Karl G Nov 22, 2022, 10:44 PM
    11
    0
    Votes
    11
    Posts
    1.8k
    Views

    S Nov 22, 2022, 10:44 PM

    @Russ The tray icon was there but it was unclickable. When I deleted those folders and the PC from my computer list on triggercmd admin, I was then able to reinstall and everything then worked as it should.

  • R

    X10 devices with Alexa TRIGGERcmd Smart Home skill

    Alexa
    • • Apr 17, 2019, 12:31 AM • Russ Apr 27, 2022, 12:43 PM
    11
    0
    Votes
    11
    Posts
    2.9k
    Views

    R Apr 27, 2022, 12:43 PM

    @karnold69, do you know the command to change the brightness? If so, you can use the percent from 0 to 100 that Alexa or Google Assistant will send when you change the brightness with you voice. The number will be the parameter instead of on or off.

  • Eduardo LezcanoE

    Alexa always response "this command is not compatible with this"

    General Discussion
    • • Jan 19, 2020, 2:51 PM • Eduardo Lezcano Jan 23, 2020, 3:15 PM
    11
    0
    Votes
    11
    Posts
    621
    Views

    R Jan 23, 2020, 3:15 PM

    Awesome @Eduardo-Lezcano, that's good progress.

    There are two reasons the voice commands wouldn't show up on the website:

    The voice field for the computer is empty. Use the Edit button on the website to fill that in. The voice field for the command is empty. Use the commands.json to fill that in ("voice":"firefox").

    Can you verify both of them have a word in them? For a Raspberry Pi I like to use the word "pie" in the computer's voice field because it's what Alexa or Google Assistant think you're saying when you say Pi.

  • Sid BoswellS

    How do you load Triggercmd on boot on Ubuntu?

    Linux
    • • Apr 16, 2020, 4:54 PM • Sid Boswell Apr 2, 2024, 2:00 AM
    11
    0
    Votes
    11
    Posts
    1.1k
    Views

    Brunera ELB Apr 2, 2024, 2:00 AM

    @Russ Hi Russ! I have created new commands for testing purposes but only the ones that are marked as "foreground" were showing up on the website... So I used the option "remove background services" and then "install background services" and right after that the background commands appeared on website.... Not sure what happened, maybe something was stuck and cleared by itself after the reinstall...anyway, it's working properly now!! Thank you for all quick support, really appreciate that!
    Best regards

  • A

    Raspberry Pi install failed

    Raspberry Pi
    • • May 1, 2020, 9:49 PM • Antonio36996 Nov 16, 2020, 11:06 PM
    11
    0
    Votes
    11
    Posts
    1.3k
    Views

    R Nov 16, 2020, 11:06 PM

    @Radosław-Szałkowski, from that output it looks like the background service installation worked.

    Can you show me the output of this command?

    systemctl status triggercmdagent
  • kellanistK

    All computers stopped taking Alexa commands since the 21st

    General Discussion
    • • Aug 25, 2020, 2:59 PM • kellanist Oct 6, 2020, 11:13 PM
    11
    0
    Votes
    11
    Posts
    713
    Views

    R Oct 6, 2020, 11:13 PM

    @Victor-Medeiros, what have you tried? Which skill are you using? Did you try unlinking and re-linking?

  • Raphael CazelattoR

    JAVA READ ERRO INSTALLATION TRIGGER

    General Discussion
    • • Oct 1, 2020, 12:32 AM • Raphael Cazelatto Oct 6, 2020, 12:20 AM
    11
    0
    Votes
    11
    Posts
    594
    Views

    R Oct 6, 2020, 12:20 AM

    @Raphael-Cazelatto, what if you open a cmd prompt first, then run that triggercmdagent.bat script?

    Can you send me a screenshot of that?

    I'm sorry nothing is working for you.