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
    • R

      Accidentally canceled Paypal subscription.

      • • rgr66
      3
      0
      Votes
      3
      Posts
      107
      Views

      RussR

      @rgr66, I found your paypal transactions. I sent you a private message via chat.

    • schmuttisS

      Can triggercmd be used with the Smart Life app?

      • • schmuttis
      4
      0
      Votes
      4
      Posts
      405
      Views

      RussR

      @schmuttis, I know the Wyze cameras can trigger Alexa routines, but it requires a subscription to do that.

    • S

      Question

      • • Smart Communities
      14
      0
      Votes
      14
      Posts
      577
      Views

      RussR

      No problem at all @Smart-Communities. I'm glad you asked.

    • Ricardo FerreiraR

      Subscription Cancel

      • • Ricardo Ferreira
      4
      0
      Votes
      4
      Posts
      266
      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?

      • • João Pedro Vital
      6
      0
      Votes
      6
      Posts
      267
      Views

      RussR

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

    • Benny GrahnB

      Webhook with json

      • • Benny Grahn
      3
      0
      Votes
      3
      Posts
      112
      Views

      RussR

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

      Did you use a bookmark URL?

    • D

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

      • • David Hess
      4
      0
      Votes
      4
      Posts
      432
      Views

      RussR

      @David-Hess awesome. Thank you!

    • asdw asdwA

      Loanding Commands Error

      • • asdw asdw
      6
      0
      Votes
      6
      Posts
      177
      Views

      asdw asdwA

      @Russ Yes it worked, thank you very much

    • R

      Is Possible make 1 trigger with some commans?

      • • renato_78
      3
      0
      Votes
      3
      Posts
      151
      Views

      R

      @Russ Thanks Russ

    • Alonso KevinA

      Problema con token.

      • • Alonso Kevin
      5
      1
      Votes
      5
      Posts
      740
      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

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

      • • Paulo Vinicius
      6
      0
      Votes
      6
      Posts
      1.7k
      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?

      • • Dimo Ninov
      5
      0
      Votes
      5
      Posts
      461
      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

      • • Russ
      1
      0
      Votes
      1
      Posts
      147
      Views

      No one has replied

    • Andressa MenezesA

      TRIGGERcmd not starting at boot Windows 11

      • • Andressa Menezes
      1
      0
      Votes
      1
      Posts
      103
      Views

      No one has replied

    • S

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

      • • Smart Communities
      8
      0
      Votes
      8
      Posts
      553
      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?

      • • tuicemen
      12
      0
      Votes
      12
      Posts
      828
      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

      • • A Former User
      4
      0
      Votes
      4
      Posts
      579
      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

      • • Mark Hughes
      1
      0
      Votes
      1
      Posts
      69
      Views

      No one has replied

    • G

      Help

      • • garym77
      6
      0
      Votes
      6
      Posts
      337
      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?