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

      Ctrl+W closes Chrome entirely instead of just a single tab

      • • kellanist
      5
      0
      Votes
      5
      Posts
      1.1k
      Views

      RussR

      @kellanist, sweet! I'm glad that worked out.

    • ?

      Google home and TriggerCMD stop working when Google home is set to French

      • • A Former User
      39
      0
      Votes
      39
      Posts
      11.9k
      Views

      RussR

      @buaamm, so far I've added Japanese support for TRIGGERcmd Smart Home - both Alexa and Google Assistant.

      Would you mind testing? Please tell me if I got anything wrong.

    • L

      Timeout not working in TRIGGERcmd

      • • Luvtoski63
      9
      0
      Votes
      9
      Posts
      682
      Views

      L

      @Russ said in Timeout not working in TRIGGERcmd:

      echo %1 >> c:\tools\params.log

      That is exactly what is happening...and I can't find a way to get her to pass a number instead of text...she just takes the first word after "parameter". I may have to just go with a number of set durations for the timer...thanks for your help.

    • rtn17R

      Cant run commands on Raspberry Pi 3B+

      • • rtn17
      4
      0
      Votes
      4
      Posts
      130
      Views

      RussR

      @rtn17, awesome. You're welcome.

    • Forbidden DuckF

      Command using Background Service

      • • Forbidden Duck
      12
      0
      Votes
      12
      Posts
      855
      Views

      RussR

      @Forbidden-Duck, that's good. I hope it stays working.

    • R

      Ubuntu unable to edit command.json (gets overwritten)

      • • rktdno
      3
      0
      Votes
      3
      Posts
      244
      Views

      R

      @Russ Thanks for that. Indeed, beaten by the comma. Thanks for the help.

    • E

      Print a document

      • • edbgsk
      4
      0
      Votes
      4
      Posts
      183
      Views

      RussR

      @edbgsk, a command like this should work. I shared my printer with a share name of "xerox".

      print /d:"\\mycomputer\xerox" c:\docs\test.pdf
    • Lucas SoaresL

      Connecting network card via triggercmd does not work

      • • Lucas Soares
      4
      0
      Votes
      4
      Posts
      150
      Views

      RussR

      @Lucas-Soares, no, Internet access is necessary, sorry.

    • L

      Trigger Failure Handling

      feature request • • LR2
      3
      0
      Votes
      3
      Posts
      289
      Views

      RussR

      @LR2, I added this feature just now.

      Now you'll get an email if you try to run a command on an agent that's not connected.

    • K

      Alexa Issue

      • • k8nr
      4
      0
      Votes
      4
      Posts
      269
      Views

      K

      Smart Home -> Devices, then scroll to the bottom of that screen and select Forget All, then Discover.

      Works great now! Thanks for your help!

    • F

      reverse Trigger Cmd

      • • F4u5t
      5
      0
      Votes
      5
      Posts
      263
      Views

      RussR

      @F4u5t, here's an example to watch a folder for new files, and call the IFTTT webhook.

      $watcher = New-Object System.IO.FileSystemWatcher $watcher.Path = 'D:\folder_to_watch' $watcher.IncludeSubdirectories = $true $watcher.EnableRaisingEvents = $true $action = { $path = $event.SourceEventArgs.FullPath $changetype = $event.SourceEventArgs.ChangeType Write-Host "$path was $changetype at $(get-date)" $postdata = @{ value1=$path value2=$changetype } # To get your key, click the Documentation link at https://ifttt.com/maker_webhooks/ $key="your_ifttt_key" $event="new_file" $json = $postdata | ConvertTo-Json $response = Invoke-RestMethod "https://maker.ifttt.com/trigger/$event/with/key/$key" -Method Post -Body $json -ContentType 'application/json' write-host $response } Register-ObjectEvent $watcher 'Created' -Action $action "Waiting for events. Press CTRL-C to quit." while($true) { Start-Sleep .5 }
    • RussR

      Tip for Spanish users - change your Voice triggers in the GUI editor

      • • Russ
      1
      0
      Votes
      1
      Posts
      73
      Views

      No one has replied

    • H

      foreground triggers not working

      • • hm123
      3
      0
      Votes
      3
      Posts
      253
      Views

      H

      Obviously I can not run GUI programs as root. Background triggers work fine and do the job anyway. Thank you

    • Rafael RequenaR

      Share triggers with Alexa

      • • Rafael Requena
      6
      0
      Votes
      6
      Posts
      232
      Views

      RussR

      Awesome @Rafael-Requena. Thanks for letting me know it's working.

    • Forbidden DuckF

      Background Service not installing?

      • • Forbidden Duck
      12
      0
      Votes
      12
      Posts
      840
      Views

      Forbidden DuckF

      @Russ
      It appears the service doesn't want to startup properly now. I have to manually start it up myself. Currently it's set as Automatic.
      and abort sleep isn't being discovered by my alexa.

    • Eduardo LezcanoE

      Alexa always response "this command is not compatible with this"

      • • Eduardo Lezcano
      11
      0
      Votes
      11
      Posts
      583
      Views

      RussR

      Awesome @Eduardo-Lezcano, that's good progress.

      There are two reasons the voice commands wouldn't show up on the website:

      The voice field for the computer is empty. Use the Edit button on the website to fill that in. The voice field for the command is empty. Use the commands.json to fill that in ("voice":"firefox").

      Can you verify both of them have a word in them? For a Raspberry Pi I like to use the word "pie" in the computer's voice field because it's what Alexa or Google Assistant think you're saying when you say Pi.

    • B

      This topic is deleted!

      • • bignoob
      1
      0
      Votes
      1
      Posts
      7
      Views

      No one has replied

    • E

      Pass variable (parameters) to powershell?

      • • ef3h37b6
      3
      0
      Votes
      3
      Posts
      724
      Views

      E

      Awesome, got it working. Thank you.

    • R

      Who actually is behind triggercmd?

      • • racoon1211
      4
      0
      Votes
      4
      Posts
      482
      Views

      RussR

      @racoon1211, no offence taken. People worry about who's behind the software they install on their computers - for good reason. It's always been an issue for TRIGGERcmd. I tried to help that by publishing the source code for that software, but that only helps a little.

      Thanks for talking about TRIGGERcmd on Facebook.

    • Byron TranthamB

      Multiple Users (Revised)

      • • Byron Trantham
      12
      0
      Votes
      12
      Posts
      683
      Views

      RussR

      @Byron-Trantham, sorry about the extra work but I'm glad you have a solution now.