• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
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
  • ?

    Open YouTube in default broswer and query search term

    • Jan 28, 2018, 12:55 AM • A Former User Jan 28, 2018, 12:55 AM
    1
    0
    Votes
    1
    Posts
    1.2k
    Views

    No one has replied

  • ?

    Could I request another example of using IFTTT to call triggercmd?

    • Jan 26, 2018, 5:32 PM • A Former User Jan 27, 2018, 4:05 AM
    3
    0
    Votes
    3
    Posts
    2.0k
    Views

    ? Jan 27, 2018, 4:05 AM

    Thanks Russ. Will give it a go this weekend, but I think I've got it.

  • ?

    triggercmdagent : Depends: nodejs-legacy but it is not installable

    • Jan 21, 2018, 4:03 PM • A Former User Jan 26, 2018, 11:24 PM
    13
    0
    Votes
    13
    Posts
    5.1k
    Views

    R Jan 26, 2018, 11:24 PM

    @superpan, you can see here I'm using wayland:

    TRIGGERcmd Ubuntu

  • S

    Voice words / parameters

    • Nov 10, 2017, 4:04 PM • Strahan Jan 26, 2018, 10:56 PM
    6
    0
    Votes
    6
    Posts
    3.8k
    Views

    R Jan 26, 2018, 10:56 PM

    @parker-reed, yes actually, I did that a while ago. Sorry I never updated this thread.

    Here's the announcement:
    https://www.triggercmd.com/forum/topic/111/now-you-can-pass-parameters-to-your-alexa-commands

  • J

    How to set up a "Movie Time" flow with Trigger Cmd?

    • Jan 23, 2018, 5:10 AM • Jebus Jones Jan 24, 2018, 12:58 AM
    2
    0
    Votes
    2
    Posts
    1.1k
    Views

    R Jan 24, 2018, 12:58 AM

    @jebus-jones, that will be really cool. I hope you'll do a video showing it off when you get it working.

    Right now it's unclear to me whether you've gotten Stringify to talk to TRIGGERcmd yet. Have you seen this article or this article?

    You should be able to add a "Connect: Maker" thing and select "Send an HTTP POST" and use a URL like this:
    https://www.triggercmd.com/api/Stringify?trigger=Netflix&computer=MediaPC

    Now that last scenario, where you're turning on your Media PC, waiting for it to boot, then launching Netflix - that's trickier because you'll need another computer to turn on your Media PC, then you'll need to wait for it to boot, then trigger the next command. Do you have a Raspberry Pi or something on your network? I boot my computer using my Raspberry Pi because it's always on so I can open my garage with it.

    Assuming you have Raspberry Pi, you could have it run a bash script that runs wakeonlan to boot the PC, then loops until it gets a successful ping, then runs a curl command to trigger Netflix on the PC.

    First thing's first - please tell me if you've gotten Stringify talking to TRIGGERcmd yet.

  • ?

    "Can't Find ..."

    • Jan 16, 2018, 8:12 PM • A Former User Jan 18, 2018, 11:47 PM
    8
    0
    Votes
    8
    Posts
    2.0k
    Views

    R Jan 18, 2018, 11:47 PM

    @rbmcgee, good job troubleshooting. I didn't even think of that.

    I programmed the Alexa skill to use the word on to split the command word(s) from the computer word(s).

    The idea is if you have a bunch of computers you need to say "on macbook" or "on downstairs" to specify which computer to run the command on.

    The trial is programmed to behave the same way, although with the trial you can only have one computer so there's no point in saying "on macbook."

  • ?

    X10 Commander & Smartthings

    • Jan 14, 2018, 4:13 PM • A Former User Jan 18, 2018, 12:31 PM
    8
    0
    Votes
    8
    Posts
    3.1k
    Views

    R Jan 18, 2018, 12:31 PM

    @caulford, you don't have to change your IP address. As long as your computer has access to the Internet this should work.

    I recommend going to the cmd prompt and running the batch file from there. That way if the batch file is failing, you'll get to see the error.

    It should prompt for a token like this:

    D:\tools\test>triggercmdagent.bat D:\tools\test>node D:\tools\test\agent --console Daemon install: false No token exists. Login to request one. prompt: token:

    You'll need to copy/paste the token from the Instructions page.

    If it's not prompting for your token, please send a screenshot of the output you see.

  • ?

    Windows agent crashes on install

    • Oct 5, 2017, 9:30 PM • A Former User Jan 16, 2018, 1:15 AM
    5
    0
    Votes
    5
    Posts
    1.9k
    Views

    R Jan 16, 2018, 1:15 AM

    @jános-tarcsa, actually I did make an agent that works on any 32bit windows newer than Windows XP.

    It doesn't have a GUI, but it works.

    Check out this page:
    https://www.triggercmd.com/forum/topic/99/no-gui-triggercmd-agent-that-works-on-32bit-windows

  • M

    Error saving page in SmartThings app

    • Jan 13, 2018, 7:35 PM • mwink4689 Jan 13, 2018, 9:49 PM
    2
    0
    Votes
    2
    Posts
    1.0k
    Views

    R Jan 13, 2018, 9:49 PM

    @mwink4689, that error happens when you've added a command to SmartThings, then deleted or changed it in TRIGGERcmd.

    In the latest SmartThings code I added an hourly check to see if the commands still exist, and it deletes the obsolete virtual switches if they don't.

    Can you try unchecking your commands, then deleting any remaining TRIGGERcmd virtual switches, then re-checking the commands you want?

  • ?

    Logged into PC app with google account. App on android wont let me use google account. Stuck

    • Jan 9, 2018, 1:38 AM • A Former User Jan 9, 2018, 12:35 PM
    2
    0
    Votes
    2
    Posts
    854
    Views

    R Jan 9, 2018, 12:35 PM

    @twinturbogtr, I really need to redo that Android app because that Google login button doesn't work.

    I have a solution for you:

    Log into your account at www.triggercmd.com Open your Profile by clicking your name in the upper-right, then click Profile Fill in the Password field.

    Now you can use your email address and that password to log into the Android app.

    OR, don't use the Android app. Instead, just use the browser on your phone, and bookmark this page:
    https://www.triggercmd.com/user/computer/list

  • ?

    Parameters via google/smart things

    • Jan 3, 2018, 5:56 PM • A Former User Jan 4, 2018, 10:48 PM
    4
    0
    Votes
    4
    Posts
    1.2k
    Views

    R Jan 4, 2018, 10:48 PM

    @clconner09, awesome, thank you!

  • ?

    My command doesn't trigger from the web, triggers from the app

    • Jan 2, 2018, 1:41 PM • A Former User Jan 4, 2018, 10:29 PM
    4
    0
    Votes
    4
    Posts
    1.3k
    Views

    R Jan 4, 2018, 10:29 PM

    @david-vávra, it seems that command was actually running, but in the context of your TRIGGERcmd background service, and in that context it couldn't turn off your displays.

    The background service is meant to run things that need to be able to run while you're not logged on, like a reboot command or something. It has limited value on Windows, so I set the default to foreground. I think background commands are more useful on a Linux box because they run as root.

    Anyway, in my next version I'll try to make it clearer what that background/foreground field means.

  • ?

    Booting PC using TriggerCMD

    • Dec 30, 2017, 7:23 PM • A Former User Dec 30, 2017, 8:26 PM
    2
    0
    Votes
    2
    Posts
    1.2k
    Views

    R Dec 30, 2017, 8:26 PM

    Sorry @iamisobe. Stay with me. We'll get this.

    First of all - you have send the "magic packet" from a computer that's turned on. My Raspberry Pi computer is always turned on - that's why I run the wakeonlan command from it.

    Do you have two computers? One that's always on, and one that your want to wake up? Assuming you have two computers, what's the Operating System of the one you want to use to tell the other computer to wake up?

  • ?

    Need help debugging

    • Dec 28, 2017, 9:53 PM • A Former User Dec 29, 2017, 12:18 AM
    2
    0
    Votes
    2
    Posts
    800
    Views

    R Dec 29, 2017, 12:18 AM

    @robhaynes, a good place to look for what Alexa heard is the Alexa app on your phone.

    I see in the log that Alexa often hears xten, and sometimes she hears x. I think x10 / xten is difficult for Alexa to hear and convert to text consistently.

  • C

    Feature request: Leave off computer name when issuing an Alexa command

    • Apr 9, 2017, 6:17 PM • Christian Robinson Dec 28, 2017, 9:28 PM
    24
    0
    Votes
    24
    Posts
    11.5k
    Views

    ? Dec 28, 2017, 9:28 PM

    @russ
    Got it. Looks like you already set that up for me .. as I could see my laptop on the default computer field .. and it is working ! Thank you!

    P.S: Is there a location on this forum or site for "How-to's" / Knowledge base - for people to find such information there .. if yes, please direct me to the same, if not, might be a good idea to create one 🙂

  • ?

    TriggerCMD says that it can't find the computer

    • Dec 24, 2017, 12:51 PM • A Former User Dec 28, 2017, 7:34 PM
    12
    0
    Votes
    12
    Posts
    4.6k
    Views

    R Dec 28, 2017, 7:34 PM

    @buddahs808 ,

    The trick is to use a simple word for google to hear in the 'voice' field for the command.

    Does 'calculator' work?

  • ?

    MAC Commands/triggers not working, help!

    • Dec 28, 2017, 3:49 AM • A Former User Dec 28, 2017, 7:27 PM
    4
    0
    Votes
    4
    Posts
    1.6k
    Views

    R Dec 28, 2017, 7:27 PM

    @cameronlives ,

    I'll try opening a website when I get home. I think you can do something like this:

    open http://www.google.com
  • ?

    .bat files not executing on Windows 10

    • Dec 27, 2017, 7:00 PM • A Former User Dec 27, 2017, 11:11 PM
    2
    0
    Votes
    2
    Posts
    1.4k
    Views

    R Dec 27, 2017, 11:11 PM

    @ron

    Man, I don't know. If calc and notepad work, the agent is working, so that's a start. What exactly do you have in your command field? If you type that same thing in your cmd prompt while you're in a different folder, does it run the batch file? I ask just to verify that the folder is in the PATH..

    It might be that batch file is expecting you to be in the folder where the batch file is, so you could add a command to your batch file to cd to that folder.

    EDIT: Ron and I figured this out. It turned out he needed to close and open the TRIGGERcmd agent (or just reboot) after he added the batch file's folder to his PATH.

    Ron also explained how ahcmd works. It can send commands to X10 devices. It's a simpler way to do it than @Nate-Hales (aka Bubba's) method that uses the curl command. The ahcmd.exe tool comes with this installer: http://voxcommando.com/files/ahsdk_install.exe

    FYI, Ron's command to turn on a lamp via X10 was:

    ahcmd sendrf e1 on

    So with SmartThings, he could turn on parameters and make the command:

    ahcmd sendrf e1

    And SmartThings would add the on or off part of the command.

    More info about ahcmd: http://voxcommando.com/mediawiki/index.php?title=Plugin_X10

  • ?

    Very nice application -- thank you!

    • Dec 23, 2017, 8:31 PM • A Former User Dec 23, 2017, 10:09 PM
    2
    0
    Votes
    2
    Posts
    865
    Views

    R Dec 23, 2017, 10:09 PM

    Thank you @mallea ! Merry Christmas!

  • R

    Looking for feedback - Should I add to the Alexa voice interface?

    • Sep 10, 2017, 2:47 PM • Russ Dec 19, 2017, 12:23 AM
    11
    0
    Votes
    11
    Posts
    4.0k
    Views

    R Dec 19, 2017, 12:23 AM

    @dlaugh14, your example is way cooler than mine.