originallyus / node-red-contrib-alexa-local

An easy-to-use NodeRED node for adding Alexa capability to NodeRED. NO Alexa Skills required.
107 stars 25 forks source link

Example to Use Alexa Say #14

Closed kevdel closed 6 years ago

kevdel commented 6 years ago

I cannot figure out how to use the Alexa "Say" alexa-say in a node-red flow

Could you provide an example?

I have it set to to say some text upon a trigger via MQTT.. MQTT is working fine. So a trigger is there I have an alexa-local setup and it has been discovered by my echo

When I connect a trigger to the alexa-say node and deploy/trigger it.. I get a message with "No Alexa response in node message".. but I cannot figure out what nodes are required to make the Alexa speak the defined text

tia