TRIGGERcmd
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Instructions
    3. Alexa
    Log in to post
    Load new posts
    • Recently Replied
    • Recently Created
    • Most Posts
    • Most Votes
    • Most Views
    • L

      WhatsApp Microsoft Store Alexa

      • • Lexar's
      3
      0
      Votes
      3
      Posts
      283
      Views

      L

      @Russ thx, dude!! 🙂

    • J

      Alexa skill is not working

      • • j0semm
      2
      0
      Votes
      2
      Posts
      272
      Views

      RussR

      @j0semm, I just tested unlinking and re-linking both the TRIGGERcmd and Trigger Command skills. It worked for me both from the Alexa app on my phone and at https://alexa.amazon.com on my PC.

      Those are the old skills though. For most use cases, the TRIGGERcmd Smart Home skill is much better. Are you able to enable that one?

      BTW, I looked at your account and you have two computers with the voice word "laptop." You should change one of those so Alexa can tell them appart.

    • VĂ­ctor MerinoV

      Help - I can't connect to devices with Alexa

      • • VĂ­ctor Merino
      3
      0
      Votes
      3
      Posts
      346
      Views

      VĂ­ctor MerinoV

      Thanks for the reply. At first I did have the other skill activated, but then I realized it wasn't that one, and activated the other one. In the end the problem was that I did not have the computer assigned as Administrator, now that I have assigned it, it has detected the devices, thank you so much

    • RussR

      X10 devices with Alexa TRIGGERcmd Smart Home skill

      • • Russ
      11
      0
      Votes
      11
      Posts
      2.6k
      Views

      RussR

      @karnold69, do you know the command to change the brightness? If so, you can use the percent from 0 to 100 that Alexa or Google Assistant will send when you change the brightness with you voice. The number will be the parameter instead of on or off.

    • Cayetano GrosC

      Skill in alexa doesn't detect the commands

      • • Cayetano Gros
      3
      0
      Votes
      3
      Posts
      326
      Views

      RussR

      @cayetano-gros , good point. It's almost tempting to remove the old original skill because most people prefer the newer TRIGGERcmd Smart Home skill, but there are some things you can do with the original skills that you can't do with the Smart Home skills, so I leave them.

    • LunaticL

      Echo with Japanese language have problem

      • • Lunatic
      5
      0
      Votes
      5
      Posts
      436
      Views

      RussR

      @lunatic, I researched and found you can not chose a language for specific skills. You chose a language per Echo device.

      Basically, if you can say something in Japanese that means "turn on X" or "turn off X" where X is the voice word for the command, it should work.

    • Welber GayaW

      Who knows the command to open and close cd/dvd driver?

      • • Welber Gaya
      3
      0
      Votes
      3
      Posts
      301
      Views

      XanderX

      Nircmd from nirsoft.net has a TON of useful little commands built into it.

      cdrom open cdrom close cdrom open J: cdrom close R:

      http://www.nirsoft.net/utils/nircmd.html

    • RussR

      Pass parameters with Alexa routines

      • • Russ
      1
      1
      Votes
      1
      Posts
      1.1k
      Views

      No one has replied

    • S

      Word "ligar" before command

      • • slugui
      3
      0
      Votes
      3
      Posts
      356
      Views

      S

      OMG!!
      tanks, tanks, tanks...

      it worked perfectly, I'll wait for the dollar to go down to start paying the annual amount, at the moment, with the rise in the dollar, it's very expensive for us in Brazil.

      Thank you one more time!

    • I

      Take variable from voice into Python

      • • Itricio
      2
      0
      Votes
      2
      Posts
      278
      Views

      RussR

      @Itricio, you'll need to use one of the non-Smart Home skills - either TRIGGERcmd, or TRIGGER command. The Smart Home skills only pass "on" or "off" as the parameter.

      Here's a script that takes a parameter, and passes it back to TRIGGERcmd so you can have Alexa say the parameter back to you if you include {{result}} in the Voice Reply field.

      import sys, os if(len(sys.argv) > 1): first_param = sys.argv[1] print('Sending parameter to TRIGGERcmd for Alexa or Google Assistant to speak: ' + first_param) sts = os.system(os.environ['USERPROFILE'] + "\\.TRIGGERcmdData\\SendResult.bat " + first_param) else: print('No script arguments/parameters.')

      Assuming you give your script the word "script" in your voice field, say, ""Alexa, ask triggercmd to run script with parameter five."

      Here's some more about using the Voice Reply command field:
      https://www.triggercmd.com/forum/topic/962/solved-get-alexa-responses-that-contain-a-variable-value-taken-from-a-script/4

    • Alexandre SousaA

      Voice Replay"

      • • Alexandre Sousa
      4
      0
      Votes
      4
      Posts
      391
      Views

      RussR

      @Rafael-Karczevski, yes. The Smart Home version of the skill simulates a Smart Home switch that you can turn on or off. So Alexa or Google Assistant's audible response is just to confirm the "switch" was flipped.

    • ?

      Voice commands on alexa rarely recognised, only words I can get to work are "calculator" and "pause", things like "game" or "chrome" are not recognised.

      • • A Former User
      4
      0
      Votes
      4
      Posts
      1.6k
      Views

      RussR

      @mky said in Voice commands on alexa rarely recognised, only words I can get to work are "calculator" and "pause", things like "game" or "chrome" are not recognised.:

      Bom dia a todos que pode me ajuda só novo aqui estou querendo copiar > Seu token está no link "Instruções" da sua conta TRIGGERcmd < mais não acho quem pode me orientar aqui fico grato?

      This is the Instructions page: https://www.triggercmd.com/user/computer/create

      Your token looks like this:

      eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsb2dnZWRJbkFzIjoiYWRtaW4iLCJpYXQiOjE0MjI3Nzk2Mzh9.gzSraSYS8EXBxLN_oWnFSRgCzcmJmMjLiuyu5CSpyHI

      Copy that, and paste it into the TRIGGERcmd agent prompt using CTRL-V.

    • Bruno TomĂ©B

      can I open an app by alexa?

      • • Bruno TomĂ©
      2
      0
      Votes
      2
      Posts
      489
      Views

      RussR

      @Bruno-Tomé, please watch this video:

      https://youtu.be/V-yrjd5O-s4

      It explains how to get the command for any Windows program.

    • Leonardo BalariniL

      Alexa can't discover any commands

      • • Leonardo Balarini
      4
      0
      Votes
      4
      Posts
      534
      Views

      RussR

      @Leonardo-Balarini, good, I'm glad you got it figured out.

    • Craig OKC

      Avoid saying 'with parameter' when passing arguments via Alexa?

      • • Craig OK
      4
      0
      Votes
      4
      Posts
      813
      Views

      Craig OKC

      @Russ I appreciate you putting some thought into it. I might take a look at IFTTT then see if there is anything else I can do

    • Tiago MártiresT

      ALEXA

      • • Tiago Mártires
      2
      0
      Votes
      2
      Posts
      486
      Views

      RussR

      @Tiago-Mártires, you can read all of the possible sentances to say to Alexa to trigger your commands on these pages:

      Voice commands
      Smart Home Voice commands

      You'll also see those two links on the left while you're logged in on a computer, or while your phone is turned sideways (landscape).

    • RussR

      Pass parameters with Alexa

      • • Russ
      1
      0
      Votes
      1
      Posts
      2.4k
      Views

      No one has replied