TRIGGERcmd
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Recent
    Log in to post
    Load new posts
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • Ricardo FerreiraR

      Subscription Cancel

      General Discussion
      • • • Ricardo Ferreira
      4
      0
      Votes
      4
      Posts
      273
      Views

      RussR

      @Ricardo-Ferreira, I see you cancelled already. I'll send you your paypal email address.

    • João Pedro VitalJ

      How can I fire custom notification on Ubuntu?

      General Discussion
      • • • João Pedro Vital
      6
      0
      Votes
      6
      Posts
      268
      Views

      RussR

      @João-Pedro-Vital, sorry it didn't work out.

    • Benny GrahnB

      Webhook with json

      General Discussion
      • • • Benny Grahn
      3
      0
      Votes
      3
      Posts
      114
      Views

      RussR

      @Benny-Grahn, would you mind sharing your solution?

      Did you use a bookmark URL?

    • D

      When integrating SmartThings, {"error":"auauthorized_client"...

      General Discussion
      • • • David Hess
      4
      0
      Votes
      4
      Posts
      457
      Views

      RussR

      @David-Hess awesome. Thank you!

    • asdw asdwA

      Loanding Commands Error

      General Discussion
      • • • asdw asdw
      6
      0
      Votes
      6
      Posts
      179
      Views

      asdw asdwA

      @Russ Yes it worked, thank you very much

    • R

      Is Possible make 1 trigger with some commans?

      General Discussion
      • • • renato_78
      3
      0
      Votes
      3
      Posts
      154
      Views

      R

      @Russ Thanks Russ

    • Alonso KevinA

      Problema con token.

      General Discussion
      • • • Alonso Kevin
      5
      1
      Votes
      5
      Posts
      746
      Views

      RussR

      @armando-martinez, you have to delete your token.tkn file, then close and open the TRIGGERcmd agent. It will prompt you for a new token.

      Your token.tkn file is here:

      C:\Users\(username)\.TRIGGERcmdData\token.tkn

      Uninstalling the agent will not delete the token file.

    • FoxxxDieF

      Want to know if I can buy a full version

      General Discussion
      • • • FoxxxDie
      2
      0
      Votes
      2
      Posts
      109
      Views

      RussR

      @FoxxxDie, you can find the Subscribe button at the bottom of the Instructions page.

    • Paulo ViniciusP

      Alexa responsive routine

      General Discussion
      • • • Paulo Vinicius
      6
      0
      Votes
      6
      Posts
      1.8k
      Views

      tuicemenT

      @Russ , I did a bit more playing with routines and follow up mode. You can't run another routine after one or activate a device after with out saying Alexa first, but you can run a routine after a device trigger.
      If in a routine you add a say command asking "do you wish anything else?" then you can say "yes, Alexa, run....." or "no, Alexa, thank you" and she will respond to both. Doing this you could make it seem more like Alexa is interacting.

    • Dimo NinovD

      Skip the "Alexa, ask TriggerCmd" command?

      General Discussion
      • • • Dimo Ninov
      5
      0
      Votes
      5
      Posts
      497
      Views

      tuicemenT

      @Dimo-Ninov, which TriggerCMD skill are you using? Both the TriggerCMD and Trigger Command, require the "Alexa, ask Trigger CMD to....."
      The Triggercmd Smart Home skill does not. You simply say "Alexa, turn on(off) ...."

      Russ created a forth skill called TC to simplify things but the original TriggerCMD and Trigger Command still remain in the Alexa skills list.

    • RussR

      Use ChatGPT AI to learn commands or generate scripts

      General Discussion
      • • • Russ
      1
      0
      Votes
      1
      Posts
      159
      Views

      No one has replied

    • Andressa MenezesA

      TRIGGERcmd not starting at boot Windows 11

      General Discussion
      • • • Andressa Menezes
      1
      0
      Votes
      1
      Posts
      105
      Views

      No one has replied

    • S

      Features request - A few of them :love-you_gesture:

      General Discussion
      • • • Smart Communities
      8
      0
      Votes
      8
      Posts
      602
      Views

      RussR

      @Smart-Communities, I moved that "Trigger sent. Refresh page to send again." message up to the top. Keep the requests coming. They help. I still plan to update the agent soon with the ability to name the computer during install.

      BTW, I noticed bookmark URL's weren't running the Alexa routine I had associated with my command. I fixed that too.

    • tuicemenT

      TRIGGERcmd, Too much like coding?

      General Discussion
      • • • tuicemen
      12
      0
      Votes
      12
      Posts
      869
      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.

    • ?

      Configuration Transfer

      General Discussion
      • • • A Former User
      4
      0
      Votes
      4
      Posts
      586
      Views

      Mark HughesM

      @Smart-NET I personally haven't done this with mine, but what I'd recommend you do is upload a copy of the config file to a git repository. You could pull it down automatically, then

    • Mark HughesM

      Using aliases

      General Discussion
      • • • Mark Hughes
      1
      0
      Votes
      1
      Posts
      69
      Views

      No one has replied

    • G

      Help

      General Discussion
      • • • garym77
      6
      0
      Votes
      6
      Posts
      379
      Views

      RussR

      @garym77, please give me more information. Do you have a screenshot of an error or anything? Or can you tell me exactly what happened?

    • M

      Payment not registered

      General Discussion
      • • • Marqueso
      2
      0
      Votes
      2
      Posts
      113
      Views

      RussR

      @Marqueso, I replied via chat. I think you're all set now, but let me know.

    • Frank MalczewskiF

      Export Current Commands from Command Editor to New Computer

      General Discussion
      • • • Frank Malczewski
      4
      0
      Votes
      4
      Posts
      530
      Views

      Smart NETS

      I creat 100 commands and need to move them on differnt computers. Is there any practice to use commansds.json from shared google drive? if not pls help me find solution to move them each time i will need that. thanks a lot!

    • C

      Open/play mp3 file on a Mac

      General Discussion
      • • • Chrintz
      2
      0
      Votes
      2
      Posts
      102
      Views

      C

      I figured it out

      It's:
      open /path/to/my/file.mp3

      I had an issue with the file that caused it to not work 🙂