Thanks for the reply Russ. I'm using the smart home version, I take it voice replies aren't supported by this?
I'll give the other version a go!
Cheers,
Dave
D
Latest posts made by Dave Johnson
-
RE: Alexa not saying voice reply
-
Alexa not saying voice reply
Hi @Russ,
I'm trying to get alexa to pronounce a voice reply after she executes a command, not having much luck:)
I've got the following command on my raspberry pi:
{"trigger":"Heating","command":"/home/pi/triggercmd/heating.sh","ground":"background","voice":"heating","voiceReply":"{{result}}","allowParams": "true"}
I've updated my heating.sh script to run sendresult.sh and return an appropriate result, and I can see the result has been sent successfully in the triggercmd run list. The result is sent well within the 5 second limit.
Alexa doesn't say anything though after executing the command.
Any ideas?
Cheers,
Dave.