1) Give a description of the problem
Sorry, I am new to webCoRE but program extensively elsewhere. The forum interface is a bit different than I am used to. Time delays seem to be an issue in webCoRE. Such as things like allowing Amazon Alexa to finish what she is saying before triggering a new event. This is an issue when you have two or three triggers to send to Alexa as I am doing.
2) What is the expected behaviour?
Alexa can finish what she is saying (including random statements), before the next response event is triggered.
3) What is happening/not happening?
Alexa can be cut off mid sentence when an new event triggers. Alex routines do not have the ability to trip a switch AFTER Alexa says “bla bla”, only before. Therefore a delay needs to be implemented in webCoRE so Alexa can finish what she has to say before the next trigger. However, webCoRE does not have a good implementation of a delay timer inside of a piston.
My solution has been to use the delay timer for presence sensors in the ST stock routines. A simulated presence sensor set to “departed” can have a fractional min based delay. This routine will then flip a switch that process the next Alexa triggered response. and then resets itself. Its not elegant, it works, but becomes tedious with more than three stacked responses from Alexa. Does anyone have a better way to do this?
4) Post a Green Snapshot of the piston
(UPLOAD YOUR IMAGE HERE)
5) Attach logs after turning logging level to Full
(PASTE YOUR LOGS HERE THEN HIGHLIGHT ALL OF THE LOGS AND CLICK ON THE </> ICON TO FORMAT THEM CORRECTLY)
REMOVE BELOW AFTER READING
If a solution is found for your question then please mark the post as the solution.