TRIGGERcmd
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Recent
    Log in to post
    Load new posts
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • RussR

      New SmartThings integration (2023)

      Announcements
      • smartthings • • Russ
      45
      0
      Votes
      45
      Posts
      17.1k
      Views

      Cristian DindinelliC

      @Cristian-Dindinelli said in New SmartThings integration (2023):

      hi, i just changed my pc and i messed up everything so i deleted triggercmd from smartthing, but now i can't install it anymore. This link https://developer.smartthings.com/workspace/projects/new won't make me create a new project but send me to an other page.

      After some extra step, I could connect to smartthing, but only devices with "voice" command are shared, any advice?

    • RussR

      Upgrade all of your software.

      Windows
      • • • Russ
      1
      0
      Votes
      1
      Posts
      690
      Views

      No one has replied

    • Leron TolmachevL

      Triggers appearing in view runs but not actually triggering.

      Mac
      • • • Leron Tolmachev
      18
      0
      Votes
      18
      Posts
      2.2k
      Views

      RussR

      Thanks @Leron-Tolmachev .

    • XanderX

      1.0.47 not installing, no log

      General Discussion
      • • • Xander
      4
      0
      Votes
      4
      Posts
      955
      Views

      RussR

      @Xander, awesome. I'm glad that worked.

    • Eliseu JoséE

      How to UNLOCK the Windows screen?

      Windows
      • • • Eliseu José
      4
      0
      Votes
      4
      Posts
      2.6k
      Views

      C

      @Russ There has to be a way. Many systems, like VNC for example, use this feature.

    • Carlos JuniorC

      Add two commands in a single trigger

      Windows
      • • • Carlos Junior
      2
      0
      Votes
      2
      Posts
      600
      Views

      RussR

      @Carlos-Junior, you could create a script with two commands in it like this:

      taskkill /f /fi "USERNAME eq %USERNAME%" /fi "WINDOWTITLE ne" shutdown /s /f /t 0

      Then your command would run that script with a command like this:

      c:\scripts\close_all_shutdown.bat

      If you don't want to create a script, you can generally run multiple commands with one command line by separating the commands with && like this:

      taskkill /f /fi "USERNAME eq %USERNAME%" /fi "WINDOWTITLE ne" && shutdown /s /f /t 0
    • kellanistK

      Powershell scripts no longer working

      General Discussion
      • • • kellanist
      6
      0
      Votes
      6
      Posts
      1.4k
      Views

      RussR

      @kellanist, great. That makes sense.

    • trinibT

      Open youtube link on any browser & play using autohotkey😎

      Example Commands
      • • • trinib
      1
      0
      Votes
      1
      Posts
      645
      Views

      No one has replied

    • Tiago Ivanov LavinasT

      A JavaScript error occurred in the main process

      General Discussion
      • • • Tiago Ivanov Lavinas
      10
      0
      Votes
      10
      Posts
      1.5k
      Views

      RussR

      @Tiago-Ivanov-Lavinas, great. Not sure what happened the first time, but renaming that folder is like a fresh agent install.

    • Adam SA

      Install fails everytime, "JavaScript error in the main process.

      General Discussion
      • • • Adam S
      5
      0
      Votes
      5
      Posts
      1.4k
      Views

      Tiago Ivanov LavinasT

      @Adam-S It worked. Thanks.

    • E

      The sleep comand doesnr suspend the pc its hibernating

      Windows
      • • • Ego95
      6
      0
      Votes
      6
      Posts
      1.3k
      Views

      RussR

      @Diego-Ulises-Pérez-Ruiz, maybe you need to specify the full path to nircmd.exe in your command, like c:\tools\nircmd.exe ...

      Also, by manually, I assume you mean when you run it manually from the command line it works. What if you run it manually via TRIGGERcmd using the green Trigger button on the website, or from the green Play arrow in the GUI Editor ? We should make sure those work before attempting Alexa.

    • Sam ShumS

      New Computer Alexa doesnt work

      Alexa
      • • • Sam Shum
      11
      0
      Votes
      11
      Posts
      2.0k
      Views

      RussR

      Thanks @Xander. I'm glad that worked.

    • G

      How to create a trigger

      General Discussion
      • • • gigaboy
      3
      0
      Votes
      3
      Posts
      812
      Views

      G

      @Russ
      Perfect! Thanks for your help!

    • G

      Ubuntu 22 - Installation throws permission denied, no prompt for token

      Linux
      • • • gigaboy
      9
      0
      Votes
      9
      Posts
      1.8k
      Views

      G

      @Russ
      the restart and status check worked!

      I used apt for the removal and node update.

      Thanks again for your help!

    • RussR

      Download a Youtube video by passing the URL as a parameter

      Windows
      • panel parameter python • • Russ
      1
      0
      Votes
      1
      Posts
      759
      Views

      No one has replied

    • E

      Second Monitor Off

      General Discussion
      • • • Ego95
      1
      -1
      Votes
      1
      Posts
      539
      Views

      No one has replied

    • E

      Turn Off only second Monitor

      Windows
      • • • Ego95
      1
      0
      Votes
      1
      Posts
      651
      Views

      No one has replied

    • Oliver RO

      Command to Windows Hibernating

      Windows
      • • • Oliver R
      2
      0
      Votes
      2
      Posts
      617
      Views

      E

      @Oliver-R Thanks a lot

    • JRSF HomeJ

      Closing Apps created in Edge / Chrome Browsers

      General Discussion
      • • • JRSF Home
      4
      0
      Votes
      4
      Posts
      1.3k
      Views

      JRSF HomeJ

      I've found out a bit more about why the taskkill command does not always work. If there is more than one instance of the browser open, only the one that Windows perceives to be active shows up in the task list. So if the browser App is minimised or you switch focus to another browser window, it 'dissappears' from the task list and the taskkill command fails.

      Unfortunately I haven't found a workaround yet!

    • V

      Command ran with error code 1 trying shutdown command

      General Discussion
      • • • vitormbn
      2
      0
      Votes
      2
      Posts
      743
      Views

      RussR

      @vitormbn , if you run the same command from a CMD window does it work? Error code 1 means it's running the command but it's failing. Ideally it will fail in the same way so you can see the error. One possible reason for the failure might be you don't have admin access on your machine.