Group Details Private

administrators

Member List
  • RE: Conversational Alexa skill not working with Alexa routine

    @Mateo-Fernandez, yes, unfortunately you'll need to make it faster. Alexa only gives a few seconds before a reply must be returned to Alexa, so TRIGGERcmd has to impose the same time limit.

    posted in General Discussion
  • RE: reset my pc

    @Emanuel-Esteves, in your user profile folder, there's a subfolder called .TRIGGERcmdData, for example:

    C:\Users\russe\.TRIGGERcmdData
    

    In that folder there's a commands.json and a computerid.cfg file. If you put the ID of the old computer in the computerid.cfg file, it will login as that computer. The commands.json file contains your commands, so if you still have a copy of that, you'll be able to restore your commands. Otherwise, you'll need to rebuild your commands. When your computer logs in, it synchronizes the commands in commands.json with the computer record in your TRIGGERcmd account.

    To find the ID of your old computer, you can click View Triggers for that computer, then you'll see the computer ID in the browser URL:

    44363ede-f14b-41a3-891c-131f4deefc66-image.png

    I hope this helps. Sorry if this means you lost your commands and you need to rebuild them. At least you have a list of them in your account in the old computer record.

    posted in Windows
  • RE: Conversational Alexa skill not working with Alexa routine

    @Mateo-Fernandez, will you please try changing the action to this?

    Alexa, pedirle Ejecuta Comando ejecuta saldo.

    I think it might need to be in Spanish, unless you already know you're able to say to your Echo Dot, "Alexa, ask trigger C M D to run saldo" and it works.

    posted in General Discussion
  • RE: Alexa can't find it

    @Thiago-Soares, which Alexa skill did you link? You need to link the TRIGGERcmd Smart Home skill for Alexa devices to appear for each of your commands. Your commands also need to have the voice field filled in. Your computer also needs the voice field filled in or it needs to be your default computer. You can set your default computer in your profile.

    posted in General Discussion
  • RE: How do you load Triggercmd on boot on Ubuntu?

    @Brunera-EL, one of the advantages of the background service is it runs before you login. It also runs background commands as root on Linux.

    If you create a background command, does it show up on the website? If so, that means the background service is working. Please try changing the ground setting on your shutdown command to background, and try running it before you login. It should work.

    a17be917-a761-4877-8acd-a6122d48df94-image.png

    posted in Linux
  • RE: Triggercmd doesn't install windows 64 bits

    @Igor-Marinho, Alexa talks to the TRIGGERcmd servers, and the TRIGGERcmd servers talk to the agents. Next time, please test the agent first by running your commands from the triggercmd.com website. If that works, there's no need to troubleshoot the agent and you can move on to troubleshooting the Alexa integration. Also if you do have an agent problem, instead of uninstalling/re-installing it, you should try restarting it.

    We can troubleshoot Alexa after you re-install the TRIGGERcmd agent and test it from the triggercmd.com website.

    Please try deleting your C:\Users\(your user)\AppData\Local\triggercmdagent directory, then re-install the TRIGGERcmd agent. Hopefully that will work around the installation error.

    posted in Windows
  • RE: Triggercmd doesn't install windows 64 bits

    "2021-08-26 19:54:08 Program: About to install to: C:\Users\User\AppData\Local\Discord"
    "2821-08 1-26 19:54:21) Apply 21 ApplyReleasesImpl: Updating shortcut C:\Users\User\Desktop\Discord.Ink"

    @Igor-Marinho Looks like you're installing Discord, not TriggerCMD.

    posted in Windows
  • RE: Usuarios no windows 11 não conecta, fica sem Ip

    @Smart-Communities, you could install the background service and make your commands background commands. Then they'll run in the context of the TRIGGERcmdAgent Windows service.

    f683db7c-3ad3-4144-9c6b-5db1c47c9024-image.png

    4dd69c6c-2590-455c-bf91-848d720392f2-image.png

    9329ed07-e07b-410f-b78d-dcc50bb58fb8-image.png

    posted in General Discussion
  • RE: Command with parameters

    @marti-ruiz, the parameters you send with your trigger always get tacked on to the end of your command, so you should put that same command in a .bat file if you want the parameter where the %1 is.

    Your TRIGGERcmd command would run your .bat script like this:

    b4ae43ca-f277-436a-b9b3-143288f9c973-image.png

    Your label.bat script contents:

    type "C:\BC\%1" > \\mycomputer.local\ZEBRA
    
    posted in General Discussion
  • RE: Change computer

    @Smart-Communities, if you give the new device the same computer name, the short bookmarks should still work. They specify a computer name and trigger name.

    Normal bookmarks specify the trigger ID so those stop working if you even change certain fields in the trigger, like the name because that deletes and recreates the trigger with a new ID.

    posted in Windows