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
      5.3k
      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
      5
      Views

      No one has replied

    • Leron TolmachevL

      Triggers appearing in view runs but not actually triggering.

      Mac
      • • • Leron Tolmachev
      18
      0
      Votes
      18
      Posts
      229
      Views

      RussR

      Thanks @Leron-Tolmachev .

    • XanderX

      1.0.47 not installing, no log

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

      RussR

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

    • ?

      TRIGGERcmd not starting at boot

      General Discussion
      • • • A Former User
      47
      1
      Votes
      47
      Posts
      3.5k
      Views

      trinibT

      @Russ yes most likely issue on my end with windows . I have some troubleshooting ideas ill test and see . thanks 👍

    • Eliseu JoséE

      How to UNLOCK the Windows screen?

      Windows
      • • • Eliseu José
      4
      0
      Votes
      4
      Posts
      1.8k
      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
      26
      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
      74
      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
      51
      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
      150
      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
      163
      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
      239
      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.

    • RussR

      How to run commands from Home Assistant

      Home Assistant
      • • • Russ
      11
      0
      Votes
      11
      Posts
      10.1k
      Views

      A

      @Russ well as you mentioned it does indeed. I think I had another issue that was preventing the trigger in HA. Thank you.

    • Sam ShumS

      New Computer Alexa doesnt work

      Alexa
      • • • Sam Shum
      11
      0
      Votes
      11
      Posts
      391
      Views

      RussR

      Thanks @Xander. I'm glad that worked.

    • G

      How to create a trigger

      General Discussion
      • • • gigaboy
      3
      0
      Votes
      3
      Posts
      79
      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
      213
      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
      111
      Views

      No one has replied

    • E

      Second Monitor Off

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

      No one has replied

    • E

      Turn Off only second Monitor

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

      No one has replied

    • Oliver RO

      Command to Windows Hibernating

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

      E

      @Oliver-R Thanks a lot