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

      Spotify commands when song is playing

      • • dougcolt
      6
      0
      Votes
      6
      Posts
      1.7k
      Views

      RussR

      @Sadiethompson, can you be more specific? What problem?

    • Steve LeeS

      Voice Parameter

      • • Steve Lee
      4
      0
      Votes
      4
      Posts
      221
      Views

      Steve LeeS

      @Russ Sorry for being unclear.

      Yes the smart home skill.

      Ah. So the device name appears to be the Trigger field and as I used the same for both fields all is good 🙂 I hadn;t grokked that Voice was being ignored.

      In fact I eventually found I can use two words for device name (trigger field). You have to be careful as uncommon words can be confused and second words like "play" or "run" can get misinterpreted to do other things as Alexa already handles them.

      I do not see "on" or "off" passed as parameters, but the Command or Off Command get invoked as expected. Speaking a number, percent or colour do get passed to either command as a parameter as expected.

      The voiceReply seems to be ignored by smart home devices and it always says "OK" unless you use the Alexa App setting to make a noise instead. Is there anyway to get the voice reply to work? I expect as you ignore the voice fields the answer is no 😞

      btw I found a useful debugging tool is to add a start to my processing cmd file open a window. eg

      start "" echo "[%1][%2][%3]"

      That helped me fix an obscure reason some variables were not being expanded when the cmd was invoked from TRIGGERcmd but worked fine from the cmd shell.

      Maybe the Runs could show the command return value and outputs to stdout and stderr to help debugging? But that would require more server storage I guess.

    • Steve LeeS

      Multiple parameters

      • • Steve Lee
      7
      0
      Votes
      7
      Posts
      296
      Views

      Steve LeeS

      @Steve-Lee said in Multiple parameters:

      doesn't work with a colour, just get error

      but "alexa turn notepad green" gets notepad to open green.txt 🙂

    • Sean MeehanS

      Subscription cancel

      • • Sean Meehan
      1
      0
      Votes
      1
      Posts
      75
      Views

      No one has replied

    • Thomas Vander SticheleT

      IFTTT with Google Calendar: description parameter triggering an error "Action failure message: Illegal characters in parameters"

      • • Thomas Vander Stichele
      8
      0
      Votes
      8
      Posts
      299
      Views

      Steve LeeS

      @Russ yeah, I meant similar to XSS really - untrusted input getting passed and parsed 🙂 And no way to escape. Thanks for explanation.

    • Michael VecchiarelliM

      Bulk Create Commands

      • • Michael Vecchiarelli
      6
      0
      Votes
      6
      Posts
      159
      Views

      Steve LeeS

      @Russ perfect!

    • Steve LeeS

      how do I pay?

      • • Steve Lee
      5
      0
      Votes
      5
      Posts
      197
      Views

      RussR

      @Steve-Lee, sure, I'll add those.

    • Ivan KulerI

      How long to wait after pc starts to run a trigger?

      • • Ivan Kuler
      5
      0
      Votes
      5
      Posts
      378
      Views

      Carlos JuniorC

      @Ivan-Kuler said in How long to wait after pc starts to run a trigger?:

      PC passa direto pela tela de login, sem pedir um nome de usuário e senha

      Good morning... why when I come back from hibernation with windows11 through Alexa it doesn't go straight to the Desktop?...it turns on, goes through the BIOS screen and stays idle... i need to press a key for the monitor to wake up... I would like it to enter directly, without having to press a key... any tips?

      PS: My PC also goes straight through the login screen, without asking for the username and password.

    • Z

      Javascript error on install of TRIGGERcmdAgent

      • • zipster1967
      10
      0
      Votes
      10
      Posts
      1.5k
      Views

      Higor MatheusH

      @zipster1967
      do you have a video of how you did it? I have the same problem

    • Thiago SimasT

      I want to cancel and request a refund

      • • Thiago Simas
      4
      0
      Votes
      4
      Posts
      180
      Views

      RussR

      @Christian-Vega-G, I saw that you subscribed this morning. I just sent your refund.

    • Chirag NahataC

      Create TriggeredCmd Commands

      • • Chirag Nahata
      2
      0
      Votes
      2
      Posts
      116
      Views

      RussR

      @Chirag-Nahata please watch the video on the triggercmd website. It shows one way to create your own command. You can also use the examples included in the GUI Editor.

    • S

      Invoice for purchasing TriggerCMD subscribtion

      • • sgrzybolowski
      2
      0
      Votes
      2
      Posts
      100
      Views

      RussR

      @sgrzybolowski, you should be able to get that from your PayPal account transaction history.

    • Rafael OliveiraR

      turn off monitor not working MacOS

      • • Rafael Oliveira
      1
      0
      Votes
      1
      Posts
      68
      Views

      No one has replied

    • Shawndell HarrisS

      Thanks for this script/tool

      • • Shawndell Harris
      2
      0
      Votes
      2
      Posts
      143
      Views

      RussR

      @Shawndell-Harris, please send me your home IP address via chat. I'll unblock it.

    • Shawndell HarrisS

      Help trigger command not found

      • • Shawndell Harris
      1
      0
      Votes
      1
      Posts
      120
      Views

      No one has replied

    • Emanuel MAIAE

      Alexa is not finding devices (mac pc)

      • • Emanuel MAIA
      4
      0
      Votes
      4
      Posts
      134
      Views

      RussR

      @Emanuel-MAIA, awesome!

    • LuzL

      problemas al ejecutar trigger

      • • Luz
      2
      0
      Votes
      2
      Posts
      137
      Views

      RussR

      @Luz, the agent should prompt for a token the first time you run it.

      You could try closing and re-running the TRIGGERcmd agent.
      5d9e7eab-855c-40e1-aefe-58aaa65b66af-image.png

      If that doesn't work, you could try: close the agent, delete your C:\Users\(your user)\.TRIGGERcmdData folder, and open it again.

    • José PábuloJ

      Shell script not running via Alexa

      • • José Pábulo
      2
      0
      Votes
      2
      Posts
      84
      Views

      RussR

      @José-Pábulo, please try switching the command from background to foreground, or vice versa.

      The GUI Editor will run both types of commands, but the foreground agent won't run background commands, and vice versa.

      Did you install the background agent?

    • HeeHangH

      I clicked the SignIn button, but there is no response.

      • • HeeHang
      4
      0
      Votes
      4
      Posts
      297
      Views

      RussR

      @HeeHang, good. Can I ask what computer name you gave it when it failed? I wonder if there was a special character in it or something that I didn't test for.

    • ?

      Alexa Skill not available in the UK?

      • • A Former User
      10
      0
      Votes
      10
      Posts
      4.9k
      Views

      RussR

      @Zubairsk, where did you get that text? Do you live in the UK and got that somehow when you tried to find the TRIGGERcmd skill?