• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
TRIGGERcmd
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  1. Home
  2. aaaaa12345
  3. Topics
A
  • Profile
  • Following 0
  • Followers 0
  • Topics 10
  • Posts 38
  • Best 3
  • Controversial 0
  • Groups 0

Topics created by aaaaa12345

  • A

    Posted URL not working (with an Apple iPad)

    General Discussion
    • • Aug 30, 2022, 6:21 AM • aaaaa12345 Aug 31, 2022, 1:57 PM
    3
    0
    Votes
    3
    Posts
    364
    Views

    A Aug 31, 2022, 1:57 PM

    @Russ
    Thank you so much! You made my day <firework emoticon>

  • A

    sendKey - using command line parameters

    Windows
    • • Aug 2, 2022, 1:00 PM • aaaaa12345 Aug 2, 2022, 4:39 PM
    3
    0
    Votes
    3
    Posts
    1.0k
    Views

    A Aug 2, 2022, 4:39 PM

    Yes indeed, if you're using a delay-flag of '0' ie "trigger:0" (that will multiply 0 with 1000ms = 0s) will overwrite the default delay of '1' second between "keypresses".
    Therefore this command (line)...

    autohotkey.exe sendKey().ahk trigger:0 c(67):0 M:0 c(68)

    ...will send the string 'trigger' followed (without delay) by ASCII-char 67, the string 'M', and (without delay) ASCII-char 68.

    The above script (but with that added ASCII-conversion) is available here ...
    https://www.autohotkey.com/boards/viewtopic.php?f=7&t=88308&p=475550#p475550

  • A

    CAST your text/music/videos/...

    Windows
    • • Jul 29, 2022, 8:59 AM • aaaaa12345 Jul 29, 2022, 11:53 AM
    2
    1
    Votes
    2
    Posts
    289
    Views

    R Jul 29, 2022, 11:53 AM

    @aaaaa12345, thanks. I've used this before and it worked great.

  • A

    Bluetooth - CmdLineTool

    Windows
    • • Jul 15, 2022, 9:28 AM • aaaaa12345 Jul 15, 2022, 9:28 AM
    1
    1
    Votes
    1
    Posts
    282
    Views

    No one has replied

  • A

    T. C. M. D.

    General Discussion
    • • Jul 15, 2022, 5:11 AM • aaaaa12345 Jul 15, 2022, 11:29 PM
    2
    0
    Votes
    2
    Posts
    213
    Views

    R Jul 15, 2022, 11:29 PM

    @aaaaa12345, if I add a 3rd version of the non-Smart Home skill, I think I'll see if TC is available.

    I'm curious, why are you using the old TRIGGERcmd and Trigger Command skills? Is it for the voice reply capability?

    I generally encourage people to use the TRIGGERcmd Smart Home skill because it matches your words to your command triggers much better. I also think "turn on calculator" is easier to say than "ask trigger command to run calculator."

    Also, fyi, Google is discontinuing conversational actions (Google calls it an action instead of a skill). So after June 13, 2023, I expect the Google version of the TRIGGERcmd and Trigger Command actions to go away, and you'll have to use the TRIGGERcmd Smart Home action.

  • A

    Abbreviations

    General Discussion
    • • Jul 13, 2022, 3:33 PM • aaaaa12345 Jul 13, 2022, 5:58 PM
    2
    0
    Votes
    2
    Posts
    301
    Views

    R Jul 13, 2022, 5:58 PM

    @aaaaa12345, I wonder if you're using the original non-Smart Home skill. If so I'm not surprised it would often miss what you're saying.

    I created this "NBC" command and I'm able to say, "Alexa, turn on NBC" and it works every time.

    It uses the TRIGGERcmd Smart Home skill. The TRIGGERcmd Smart Home Google Action works every time too.

    a69d0fe7-1adb-4226-a9a5-b8b929aae1d9-image.png

  • A

    Delayed response...

    General Discussion
    • • Jul 12, 2022, 10:59 AM • aaaaa12345 Jul 13, 2022, 5:18 PM
    3
    0
    Votes
    3
    Posts
    513
    Views

    R Jul 13, 2022, 5:18 PM

    @aaaaa12345, this is a method you could use TRIGGERcmd to say something any time.

    Alexa routines can execute commands by flipping the TRIGGERcmd virtual switches that the TRIGGERcmd Smart Home skill creates for each command, but routines can also execute commands using the original TRIGGERcmd skill using the "custom" action like this:
    alexa routine

    The routine will run a command using the original TRIGGERcmd skill, which allows you to use the Voice Reply field with the {{result}} placeholder that you fill using the SendResult.bat script.

    So if you have a long running script and you want Alexa to say something about the result, you could write your result message to a file somewhere, then trigger the Alexa routine by running a tcmd command that runs the routine by tiggering the TRIGGERcmd command you've tied to the Alexa routine. The routine would run another TRIGGERcmd command that uses the SendResult.bat script to say your message via the {{result}} placeholder in the Voice Reply field.

    It's complicated because it uses all these ingredients:

    TRIGGERcmd Alexa skill (the old original skill) to run a command and hear the result. An Alexa Routine with a custom action has Alexa say "Alexa, ask TRIGGERcmd to run result" to itself. TRIGGERcmd Smart Home Alexa skill to run the Alexa routine when you trigger a command. The tcmd command to run the command that triggers the Alexa Routine.

    I had another case where I couldn't use TRIGGERcmd because the purpose was to have my Echo next to my bed tell me if the TRIGGERcmd site is down. I used https://voicemonkey.io with IFTTT for that. It worked great. I have montastic.com call this endpoint which tells Alexa to have my Echo Dot speak "Trigger CMD is down"

    https://maker.ifttt.com/trigger/Montastic/with/key/(my IFTTT key)?value1=Trigger%20CMD%20is%20down

    My IFTTT applet looks like this:
    8d3a1085-a78f-471c-a202-6718a9d827fe-image.png

  • A

    Remote control (command line)

    General Discussion
    • • Jul 11, 2022, 3:42 PM • aaaaa12345 Jul 12, 2022, 8:56 AM
    3
    0
    Votes
    3
    Posts
    237
    Views

    A Jul 12, 2022, 8:56 AM

    JFTR...
    The above-linked "German" page contains the in-depth instruction/tutorial (shouldn't be a problem for Google-Translate/deepL), while the "English"-linked one is providing the code for download.

    Would have edited the page above but there's a "editing time restriction" of 3600s 👎 . Wouldn't it make more sense that a page can't be edited anymore once a follow-up posting/reply occured?

  • A

    SendResult.bat - command_id

    General Discussion
    • • Jul 11, 2022, 8:58 AM • aaaaa12345 Jul 27, 2022, 7:39 PM
    14
    0
    Votes
    14
    Posts
    991
    Views

    A Jul 27, 2022, 7:39 PM

    ...but unfortunately, Amazon has set up restrictions:

    "Response length – The combined total time for the entire audio response generated from the components cannot be more than 240 seconds."

    BUT...

    "Our API throttling limits will allow up to 30 calls within a 60 second window…anything above that will block subsequent requests for the next 15 minutes."

    So, no creating a music box isn't really doable - a text reader/TTS no problem!

  • A

    Account administration

    General Discussion
    • • Jul 10, 2022, 11:52 AM • aaaaa12345 Jul 11, 2022, 2:01 PM
    4
    0
    Votes
    4
    Posts
    330
    Views

    A Jul 11, 2022, 2:01 PM

    @tuicemen said in Account administration:

    If you mean your wishing to contact the software developer @Russ without joining a forum then that is something he can address.

    Right. I'm a member of the AutoHotkey staff, and for those cases, we've added a Forum section that is accessible for guests to sort out registration issues...

    https://www.autohotkey.com/boards/viewtopic.php?f=2&t=5008

    Not necessary if a dedicated eMail address is available "just in case". 🙂

    It's kinda astonishing/irritating if you've used the same login credentials within the system of a vendor, where the web-based portal responds that your login is corrupt while the exact same login for the web-based product works fine. SSO?
    IMHO something that has to be mentioned in the FAQ, or be displayed during a "forgotten password"-request.
    Thx for listening.

    Bo