TRIGGERcmd
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Announcements
    Log in to post
    Load new posts
    • Recently Replied
    • Recently Created
    • Most Posts
    • Most Votes
    • Most Views
    • S

      Using TriggerCMD with smartthings

      • • Steven Canary
      2
      0
      Votes
      2
      Posts
      1.3k
      Views

      RussR

      @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()

      }

    • RussR

      The TRIGGERcmd Slack app is available now

      • • Russ
      1
      0
      Votes
      1
      Posts
      1.2k
      Views

      No one has replied

    • RussR

      TRIGGERcmd Cortana skill is now live!

      • • Russ
      1
      0
      Votes
      1
      Posts
      1.1k
      Views

      No one has replied

    • RussR

      Now you can pass parameters to your Alexa commands

      • • Russ
      1
      0
      Votes
      1
      Posts
      1.5k
      Views

      No one has replied

    • RussR

      Now you can use Zapier to trigger your commands!

      • • Russ
      5
      0
      Votes
      5
      Posts
      6.1k
      Views

      RussR

      Thank you @Christian-Robinson.

    • RussR

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

      • • Russ
      5
      0
      Votes
      5
      Posts
      2.5k
      Views

      RussR

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

      New API for Stringify - with parameter support of course

      • • Russ
      1
      0
      Votes
      1
      Posts
      1.6k
      Views

      No one has replied

    • RussR

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

      • • Russ
      1
      0
      Votes
      1
      Posts
      2.8k
      Views

      No one has replied

    • RussR

      This topic is deleted!

      • • Russ
      1
      0
      Votes
      1
      Posts
      106
      Views

      No one has replied

    • RussR

      New Alexa skill called TRIGGER command

      • • Russ
      1
      0
      Votes
      1
      Posts
      1.8k
      Views

      No one has replied

    • RussR

      This topic is deleted!

      • • Russ
      1
      0
      Votes
      1
      Posts
      48
      Views

      No one has replied

    • RussR

      TRIGGERcmd was reviewed on myitforum.com

      • • Russ
      1
      0
      Votes
      1
      Posts
      1.3k
      Views

      No one has replied

    • RussR

      Now you can use IFTTT with TRIGGERcmd!

      • • Russ
      1
      0
      Votes
      1
      Posts
      1.9k
      Views

      No one has replied

    • RussR

      This topic is deleted!

      • • Russ
      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • RussR

      TRIGGERcmd has an Alexa Skill

      • • Russ
      1
      0
      Votes
      1
      Posts
      3.2k
      Views

      No one has replied