• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
TRIGGERcmd
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  1. Home
  2. Mateo Fernandez
  • Profile
  • Following 0
  • Followers 0
  • Topics 1
  • Posts 2
  • Best 0
  • Controversial 0
  • Groups 0

Mateo Fernandez

@Mateo Fernandez

0
Reputation
2
Profile views
2
Posts
0
Followers
0
Following
Joined Sep 19, 2023, 9:51 PM Last Online Mar 22, 2025, 6:30 AM

Mateo Fernandez Unfollow Follow

Latest posts made by Mateo Fernandez

  • RE: Conversational Alexa skill not working with Alexa routine

    @Russ Thanks thats it, now its working with the routine in spanish.

    One last question, when running the python script I return the result to Alexa via SendResult.bat file. the problem is sometimes the scripts takes longer than 4 seconds to sent the result and Alexa says "no result"

    I suppose the only solution for this is make the script faster?

    More context: The script is a web scrapping that uses Selenium to search for a value in a website, this value should be sent to Alexa as the result.

    posted in General Discussion
    M
    Mateo Fernandez
    Apr 17, 2024, 10:40 PM
  • Conversational Alexa skill not working with Alexa routine

    I'm trying to execute a command that runs a python script on my pc, the skill is working fine the {{result}} of the script is correct
    But it seems that the only way to run the command with triggercCMD is saying all the phrase "Ejecuta Comando" then alexa ask for the specific trigger name

    I have enabled the "Trigger Command" conversational skill, "Ejecuta Comando" in spanish.

    Is there a way to set up a routine so i can only say one phrase. This is how I made the skill:
    7d464157-07a6-44a4-a12e-fd70b57b5d22-Imagen de WhatsApp 2024-04-16 a las 13.04.46_0764d383.jpg

    When I say the routine activation phrase "Alexa, sube saldo" Alexa turns on the blue light for a second and turns off without activating the skill.

    This is the triggerCMD command:
    `` {
    "trigger": "saldo",
    "command": "python C:\Users\Mateo\Desktop\test\alexaSube\src\workChromeH.py",
    "offCommand": "",
    "ground": "foreground",
    "voice": "saldo",
    "voiceReply": "El saldo de tu sube es {{result}} pesos",
    "allowParams": "false"
    }`

    posted in General Discussion
    M
    Mateo Fernandez
    Apr 16, 2024, 4:09 PM