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

      Background service missing?

      • • Web Desk
      2
      0
      Votes
      2
      Posts
      654
      Views

      RussR

      @web-desk, what OS are you running on the two servers? I just tested on one of my Win2012 R2 servers with recent updates and had a problem - it just didn't install the service. Can you please try this?

      Close the TRIGGERcmd tray icon Right-click the TRIGGERcmd Agent icon and click "Run as administrator". Right-click TRIGGERcmd tray icon, click Background Service - Install Background Service Run Services.msc and see if you have a TRIGGERcmdAgent service
    • L

      Subscription

      • • labonwheels student
      2
      0
      Votes
      2
      Posts
      800
      Views

      XanderX

      Yes and yes.
      "Without a subscription, you can only have 1 computer and send 1 trigger per minute. "

    • R

      Stupid Question, but I can't find the answer anywhere: How to make multi-line commands?

      • • Robert Hare
      4
      0
      Votes
      4
      Posts
      1.3k
      Views

      XanderX

      If it's simple enough, you can just separate commands with a "&"

      e.g. cls & dir c:\*. & timeout 5

    • ?

      Mac app issues

      • • A Former User
      22
      0
      Votes
      22
      Posts
      6.6k
      Views

      RussR

      @pico, that's interesting. I'll experiment with that. I hope it works. Thanks for the suggestion.

      EDIT: I worked on it for a while and didn't get it working. I couldn't get it to add the Login item while it's quarantined. I think that's a mac security feature for apps downloaded outside of the app store.

    • ?

      Subscription

      • • A Former User
      2
      0
      Votes
      2
      Posts
      681
      Views

      RussR

      @klimesvl, I see you signed up and cancelled today. I'll refund your money. I hope you'll re-subscribe.

    • W

      Log on issue

      • • willie8
      2
      0
      Votes
      2
      Posts
      699
      Views

      RussR

      @willie8, what operating system are you using? Are you using CTRL-V to paste? Or I think it's Command-V on a mac.

      I think you might be trying to choose the Paste option from the Edit pulldown. I just tested that and I see it doesn't work. Thanks for pointing that out (assuming that menu option is what you're trying to use).

      EDIT 8/26/18: I fixed it.

    • U

      TriggerCMD keeps becoming un-linked

      • • username6
      5
      0
      Votes
      5
      Posts
      1.5k
      Views

      U

      Hi Russ, sorry for the late reply I've been a bit busy with work.

      It hasn't been happening since I made this topic, so I'll keep an eye on things and will PM you if I have more issues.

      Regards.

    • drmoddingD

      Ubuntu 14.04.1 LTS

      • • drmodding
      4
      0
      Votes
      4
      Posts
      1.1k
      Views

      RussR

      @drmodding, thank you. Please let me know if it works or not.

    • P

      Installation Failed, Failed to extract installer

      • • Phil Davenport
      8
      0
      Votes
      8
      Posts
      3.5k
      Views

      RussR

      @phil-davenport, awesome. I'm glad that worked. Sorry I didn't think of that right away.

    • M

      New service to remotely trigger commands on your Pi

      • • MichaelSmith
      2
      0
      Votes
      2
      Posts
      696
      Views

      RussR

      @michaelsmith, what problem are you having? I updated the link on that post to point to the new Raspberry Pi agent.

      https://s3.amazonaws.com/triggercmdagents/triggercmdagent_1.0.1_all.deb

    • W

      'Use IFTTT and say, "trigger X"'

      • • wiegerduck
      2
      0
      Votes
      2
      Posts
      1.4k
      Views

      RussR

      @wiegerduck, I answered you with a video showing how to do it, but here's the high level idea:

      1 - Your voice says "Alexa, trigger calculator"
      2 - Alexa tells IFTTT to tell TRIGGERcmd to tell your computer to run calculator
      3 - Your computer runs calculator

      https://youtu.be/KO0JGYwpcDE

    • D

      Windows Agent Setup Fails

      • • dave1223
      2
      0
      Votes
      2
      Posts
      869
      Views

      RussR

      @dave1223, can you verify your Windows 10 is a 64bit version?

      If you search for "system" and open your System control panel, you should see this about half way down:

      System type: 64-bit Operating System, x64-based processor

      I ask because the normal agent doesn't work on 32bit windows.

    • RussR

      Don't buy an Amazon Dash Wand

      • • Russ
      1
      0
      Votes
      1
      Posts
      685
      Views

      No one has replied

    • S

      How to create a virtual switch for Smartthings and triggercmd?

      • • superhuynh
      2
      0
      Votes
      2
      Posts
      748
      Views

      RussR

      @superhuynh, generally, you'd want to make one triggercmd entry with parameters enabled that runs a batch file like this:

      if "%1"=="on" curl http://.....%%22A6%%20on%%22 if "%1"=="off" curl http://.....%%22A6%%20off%%22

      It takes a single parameter of ether on or off and runs the respective command. %1 gets replaced by the on or off parameter SmartThings will send if you enable parameters on that command.

      That will give you this:
      "i would want a virtual switch to be able to toggle on and off."

      But it won't give you this:
      "More importantly I would want the switch to have discrete on and off buttons."

      Those two seem to be in conflict. If you really want the discrete on and off buttons, then you could make an on command and an off command (with parameters disabled), and have two separate ST switches. By default those switches will look like they're toggling on and off when you press them. If you want the switches to always show as "off", then you could use this solution.

    • B

      Integration with ifttt

      • • bear269
      3
      0
      Votes
      3
      Posts
      1.7k
      Views

      B

      @russ awesome!!!!!!! Thumps up

    • Z

      Command location on disk for backup

      • • Zardoz Plusbeaire
      2
      0
      Votes
      2
      Posts
      643
      Views

      RussR

      @zardoz-plusbeaire, the file with your commands in it is c:\users\(your user)\.TRIGGERcmdData\commands.json .

    • R

      Multiple Accounts on Google Home

      • • Richo3192
      10
      0
      Votes
      10
      Posts
      3.3k
      Views

      M

      @russ
      I must have something wrong. Ill check again.
      thanks

    • K

      Unexpected error when trying to save my SmartApps inside the SmartThings mobile app

      • • kalto
      5
      0
      Votes
      5
      Posts
      1.5k
      Views

      RussR

      Awesome @kalto. I'm glad that was it.

    • M

      command ques

      • • mike cornelison
      12
      0
      Votes
      12
      Posts
      2.7k
      Views

      RussR

      @mike-cornelison, I finally figured it out. Please try "floor lamp" with Cortana again. I think it will work now.

    • K

      Subscription/editing trigger not working?

      • • kalto
      3
      0
      Votes
      3
      Posts
      956
      Views

      K

      Ok, good to know! Thank you!