Navigation

    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

      TRIGGERcmd has an Alexa Skill
      • Russ

      1
      0
      Votes
      1
      Posts
      2709
      Views

      No one has replied

    • Russ

      New Windows agent version
      • Russ

      1
      0
      Votes
      1
      Posts
      2965
      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
      1614
      Views

      No one has replied

    • Russ

      TRIGGERcmd was reviewed on myitforum.com
      • Russ

      1
      0
      Votes
      1
      Posts
      1053
      Views

      No one has replied

    • Russ

      This topic is deleted!
      • Russ

      1
      0
      Votes
      1
      Posts
      48
      Views

      No one has replied

    • Russ

      TRIGGERcmd agent code is now on github
      • Russ

      1
      0
      Votes
      1
      Posts
      1073
      Views

      No one has replied

    • Russ

      New Alexa skill called TRIGGER command
      • Russ

      1
      0
      Votes
      1
      Posts
      1402
      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
      2337
      Views

      No one has replied

    • Russ

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

      1
      0
      Votes
      1
      Posts
      1378
      Views

      No one has replied

    • Russ

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

      5
      0
      Votes
      5
      Posts
      2036
      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
      3834
      Views

      Russ

      Thank you @Christian-Robinson.

    • Russ

      Now you can pass parameters to your Alexa commands
      • Russ

      1
      0
      Votes
      1
      Posts
      1285
      Views

      No one has replied

    • Russ

      TRIGGERcmd Cortana skill is now live!
      • Russ

      1
      0
      Votes
      1
      Posts
      864
      Views

      No one has replied

    • Russ

      No-GUI TRIGGERcmd agent that works on 32bit Windows
      • Russ

      18
      0
      Votes
      18
      Posts
      5917
      Views

      Russ

      @xander, good progress.

      The reason only Calculator and Notepad show up is you're only running a foreground agent. The background agent won't work in your case because you're using the basic 32bit Windows agent. The foreground agent reads foreground commands from commands.json, and the background agent reads the background commands.

      Are you able to run the commands from the green Trigger buttons on the website?

      Do you get any output in your cmd window when you trigger a command from the website?

    • Russ

      New Bookmark option for each trigger
      • Russ

      3
      0
      Votes
      3
      Posts
      2749
      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
      898
      Views

      No one has replied

    • S

      Using TriggerCMD with smartthings
      • Steven Canary

      2
      0
      Votes
      2
      Posts
      1003
      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
      626
      Views

      No one has replied

    • undefined


      •


      Votes

      Posts

      Views
    Copyright © 2016 NodeBB Forums | Contributors