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
    • Celso SantosC

      I can't create triggers on the raspberry pi

      Raspberry Pi
      • • • Celso Santos
      12
      0
      Votes
      12
      Posts
      1.6k
      Views

      RussR

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

    • J

      My alexa can't find the devices

      Alexa
      • • • joao vitor lima
      12
      1
      Votes
      12
      Posts
      1.5k
      Views

      RussR

      @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
      • • • PedroMartins
      12
      0
      Votes
      12
      Posts
      820
      Views

      RussR

      @PedroMartins, good. Sorry about the incompatibility.

    • tuicemenT

      TRIGGERcmd, Too much like coding?

      General Discussion
      • • • tuicemen
      12
      0
      Votes
      12
      Posts
      791
      Views

      RussR

      @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.

    • tuicemenT

      Questions on TCMD tool and usage?

      General Discussion
      • • • tuicemen
      12
      0
      Votes
      12
      Posts
      671
      Views

      tuicemenT

      @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!

    • Roberto LuisR

      How to join an especific discord channel

      Windows
      • • • Roberto Luis
      12
      0
      Votes
      12
      Posts
      936
      Views

      RussR

      @roberto-luis, np. Any time.

    • Richard BinckleyR

      Central Server to send commands to multiple PCs

      Windows
      • • • Richard Binckley
      12
      0
      Votes
      12
      Posts
      1.1k
      Views

      Richard BinckleyR

      @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
      • • • Smart Communities
      12
      0
      Votes
      12
      Posts
      738
      Views

      S

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

    • Avik BasuA

      TriggerCMD down?

      General Discussion
      • • • Avik Basu
      12
      1
      Votes
      12
      Posts
      428
      Views

      Mark HollisM

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

    • ?

      How can I shutdown PC?

      General Discussion
      • • • A Former User
      11
      0
      Votes
      11
      Posts
      22.6k
      Views

      RussR

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

    • RussR

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

      General Discussion
      • • • Russ
      11
      0
      Votes
      11
      Posts
      3.4k
      Views

      RussR

      @dlaugh14, your example is way cooler than mine.

    • ?

      Custom Invocation Name for triggercmd

      General Discussion
      • • • A Former User
      11
      0
      Votes
      11
      Posts
      3.0k
      Views

      RussR

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

    • RussR

      How to run commands from Home Assistant

      Home Assistant
      • • • Russ
      11
      0
      Votes
      11
      Posts
      10.3k
      Views

      A

      @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
      • • • Karl G
      11
      0
      Votes
      11
      Posts
      1.7k
      Views

      S

      @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.

    • RussR

      X10 devices with Alexa TRIGGERcmd Smart Home skill

      Alexa
      • • • Russ
      11
      0
      Votes
      11
      Posts
      2.7k
      Views

      RussR

      @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
      • • • Eduardo Lezcano
      11
      0
      Votes
      11
      Posts
      584
      Views

      RussR

      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
      • • • Sid Boswell
      11
      0
      Votes
      11
      Posts
      971
      Views

      Brunera ELB

      @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
      • • • Antonio36996
      11
      0
      Votes
      11
      Posts
      1.2k
      Views

      RussR

      @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
      • • • kellanist
      11
      0
      Votes
      11
      Posts
      635
      Views

      RussR

      @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
      • • • Raphael Cazelatto
      11
      0
      Votes
      11
      Posts
      468
      Views

      RussR

      @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.