Can someone help me out with my piston, and maybe even make it more efficient? I want to have a very basic home alarm system with what I have. The issue I’m having right now is that the Repeat Until loop only runs a maximum of 2 times, even though the until condition is NOT met.
I’m using ActionTiles, 2 door sensors, IFTT, SmartThings, and WebCoRE. Here is the order of events.
- I ‘arm’ the system by turning on a switch on ActionTiles. That triggers a SmartThings virtual switch to be turned on. When that SmartThings switch is on, I set a variable in WebCoRE to ‘On’.
- There is another SmartThings virtual switch that tracks the door sensor. When the door opens that virtual switch is set to ‘On’. When that virtual switch is ‘On’ then a WebCoRE variable is set to ‘Open’.
- Now I would like my Amazon Alexa to speak a command in a loop until the alarm is disarmed.
Any ideas why it’s only running 2 times?