New user here. I have installed the Mac agent (see separate thread on related problems). Account created, token accepted, etc. Alexa TriggerCMD SmartHome skill enabled and linked to account.
I am at a loss on how to trigger any command with alexa. The default "Alexa, turn on calculator" > alexa: "welcome to calculator" (etc) -- activates an internal skill.
I created a new command with "music" in the voice field, and an osascript to play music in the command field:
osascript -e 'tell application "music" to play'
I say, "Alexa turn on music" > it plays something on Amazon music.
I changed the voice field to "elephant", and say "Alexa turn on elephant" > Alexa makes a "success" chime but does nothing.
I say "Alexa elephant" > alexa makes an elephant sound with a "zoo keeper" skill
Is there a log to view here?*
What else to try?
what if I don't want to use the "turn on" syntax, but instead, say "alexa play mac music?" ?
EDIT: *found the way to "view runs" on "view triggers". I was able to run commands from the web interface as expected. (by the way, first time i had to grant permissions for TCMD to control apps; privacy&security>automations). alexa skill, however, still does nothing.