TriggerCMD skill working, but not directly
-
@Russ Alexa is working perfectly, she returns saying that the command was executed, but nothing happens ... Even if you execute the command manually by clicking on the Routine play
-
@rafaelramon, does it work if you click the Trigger button on the website?
Also, is under View Runs, does it say, "Trigger sent from Alexa Smart Home"?
-
@Russ said in TriggerCMD skill working, but not directly:
Trigger sent from Alexa Smart Home
When executing the command on the website or in the GUI command, the action is executed, the problem is in the communication between Alexa and Trigger, and it happened overnight without any action by me.
I have already changed the name of the Alexa call, I have already uninstalled the "Alexa Smart Home Trigger" and installed it again, I have reconfigured everything, but nothing solved the problem;
When clicking on an action managed by Alexa, she returns saying that the routine was executed but nothing happens. -
@rafaelramon, that helps.
This is the flow:
Alexa Routine -> Alexa TRIGGERcmd Smart Home device -> TRIGGERcmd server -> TRIGGERcmd agent -> commandYou just confirmed these parts work fine: TRIGGERcmd server -> TRIGGERcmd agent -> command
Before we work on the Alexa Routine part, we need to make sure this part works:
Alexa TRIGGERcmd Smart Home virtual device -> TRIGGERcmd serverIf you go to https://alexa.amazon.com, under Smart Home, Devices, do you see the device for the command you want to run?
They look like this:
Even if you do see it, you should try clicking Remove All, then Discover to re-discover your commands.
One possible reason for the problem is you might have two commands with the same voice word that are conflicting. Please check that.
One way to troubleshoot is backup your commands with a copy/paste from the Text Command Editor to another file, then delete all of your commands except the one you're trying to work on. That way you'll know it's not an issue with two commands conflicting.
-
@Russ Accessing the page, I see all the devices, exactly as they should.
I don't have a command with the same voice, but when doing the test and deleting the routine and also in the Trigger GUI and redoing the command again.
What happened was strange, since I didn't make any changes, it just stopped working.
So, I think the solution is to erase everything and redo it ... Thank you. -
@rafaelramon, one thing you could try is to delete your computer from your account then close and open the agent. It will prompt you again for your token. When you enter the token it will recreate your computer with all of your commands.
Maybe that would fix the Alexa issue because it would recreate your Alexa devices.
-
@Russ this solved my problem, all the rules were working again. thanks for your attention and patience.
-
@rafaelramon, awesome. I still wonder what happened though.
-
This post is deleted! -
I was facing the same problem, but solved while writing this:
If I use the old skill and say "ask trigger CMD to run terço" it works perfect, also works from pressing "trigger" in the website.
If I use the new skill and say "turn on terço" it doesn't.What have I tried:
- Disabling and enabling the skills.
- Deleting and adding the command again.
- Removing and discovering the comands again in Alexa.
- Removing and re-installing the triggercmdagent.
- Changing voice command.
Useful info:
- Only happens to that command, all the other works fine.
- This command is a bash script that open a few chrome pages depending on week day.
- I'm using Linux (PopOS 20.04).
- I'm using it in portuguese.
Then I decide to try changing the Trigger name. I used "batata" (potato in portuguese) and it worked, then I tried "Terço" again and it didn't, then I tried "Terco", it worked. Apparently it is a problem with "ç" in the trigger name (in the voice command is working well). Since english don't have that, it's understandable. It's not a big thing or really a problem, just wanted to inform so if anyone is having the same problem, try that.