André Posted October 23, 2023 Share Posted October 23, 2023 Recently I stumbled about a problem when I wanted Alexa to give a voice feedback to some script action. YES: I know I can notify Alexa from any device like shown in this video: https://www.youtube.com/watch?v=sEcRdNhl5CU but I wanted voice feedback NOT depending on an available device action. Also these notifications are limited to 3 (non Premium) After searching a while I found a simple solution: Webhook Routine Trigger Skill As soon as you follow the instructions on https://trigger.esp8266-server.de/ you are able to create routine triggers that can be discovered as new SmartHome devices by Alexa. See attached image. The created routines can than be called from a Shelly script by using: Shelly.call("HTTP.GET", { url: "https://trigger.esp8266-server.de/api/?id=[your-id-here]&hash=[your-api-key-here]"}, null, //function null //userdata ); The routine is a normal Alexa routine. And of course it can make Alex say your custom voice feedback. Works quite good. The speed is not the fastest but still I found this worth sharing with you. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.