TRIGGERcmd
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. Announcements
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Most Views
    • Russ

      New SmartThings integration (2023)
      smartthings • • Russ

      10
      0
      Votes
      10
      Posts
      304
      Views

      G

      @Russ Thanks a lot. It works now.

    • Russ

      Voice Reply field now allows placeholders for trigger, computer, and params.
      • Russ

      1
      0
      Votes
      1
      Posts
      581
      Views

      No one has replied

    • Russ

      TRIGGERcmd has an Alexa Skill
      • Russ

      1
      0
      Votes
      1
      Posts
      2970
      Views

      No one has replied

    • Russ

      This topic is deleted!
      • Russ

      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • Russ

      Now you can use IFTTT with TRIGGERcmd!
      • Russ

      1
      0
      Votes
      1
      Posts
      1730
      Views

      No one has replied

    • Russ

      TRIGGERcmd was reviewed on myitforum.com
      • Russ

      1
      0
      Votes
      1
      Posts
      1133
      Views

      No one has replied

    • Russ

      This topic is deleted!
      • Russ

      1
      0
      Votes
      1
      Posts
      48
      Views

      No one has replied

    • Russ

      New Alexa skill called TRIGGER command
      • Russ

      1
      0
      Votes
      1
      Posts
      1492
      Views

      No one has replied

    • Russ

      This topic is deleted!
      • Russ

      1
      0
      Votes
      1
      Posts
      106
      Views

      No one has replied

    • Russ

      Parameters are now supported via IFTTT, Tasker, and curl API's
      • Russ

      1
      0
      Votes
      1
      Posts
      2487
      Views

      No one has replied

    • Russ

      New API for Stringify - with parameter support of course
      • Russ

      1
      0
      Votes
      1
      Posts
      1450
      Views

      No one has replied

    • Russ

      Nate Hales (Bubba) made this awesome video that does SmartThings -> TRIGGERcmd -> X10
      • Russ

      5
      0
      Votes
      5
      Posts
      2119
      Views

      Russ

      Nate, good question, and I like how you asked 🙂

      I think the easiest way to install curl is with this page:
      http://www.confusedbycode.com/curl/#downloads

      I downloaded curl-7.46.0-win64-local.msi from that page and installed it. That's all you should need because it will put curl.exe in a folder and add that folder to your PATH environment variable - so the TRIGGERcmd will be able to find it.

      To test it outside of TRIGGERcmd, just open a cmd prompt and type:

      curl www.google.com
    • Russ

      Now you can use Zapier to trigger your commands!
      • Russ

      5
      0
      Votes
      5
      Posts
      5019
      Views

      Russ

      Thank you @Christian-Robinson.

    • Russ

      Now you can pass parameters to your Alexa commands
      • Russ

      1
      0
      Votes
      1
      Posts
      1362
      Views

      No one has replied

    • Russ

      TRIGGERcmd Cortana skill is now live!
      • Russ

      1
      0
      Votes
      1
      Posts
      917
      Views

      No one has replied

    • Russ

      New Bookmark option for each trigger
      • Russ

      3
      0
      Votes
      3
      Posts
      2955
      Views

      Russ

      @tim-s, that's right - you could even just change the trigger name and change it back, and it would invalidate the bookmark URL.

    • Russ

      The TRIGGERcmd Slack app is available now
      • Russ

      1
      0
      Votes
      1
      Posts
      952
      Views

      No one has replied

    • S

      Using TriggerCMD with smartthings
      • Steven Canary

      2
      0
      Votes
      2
      Posts
      1066
      Views

      Russ

      @steven-canary, if your commands don't accept parameters, then whether your virtual switch is on or off, it just runs the command when you toggle the virtual switch on or off.

      Or, in the SmartThings device handler code, you can remove the // in front of off(). That would make all of your virtual switches push buttons that automatically toggle themselves back off as soon you toggle them on.

      // handle commands
      def on() {
      log.debug "Executing 'on'"
      sendEvent(name:"switch",value:on)
      parent.on(this)

      // off()

      }

    • Russ

      TRIGGERcmd is on a new platform now
      • Russ

      1
      0
      Votes
      1
      Posts
      666
      Views

      No one has replied

    • Russ

      tcmd GO command line tool is available now
      • Russ

      1
      0
      Votes
      1
      Posts
      2565
      Views

      No one has replied