I migrated a trigger from the old CoRe and it’s not working as expected…
Basically, I have a motion sensor and a plug. I want the plug to turn on 30 minutes after the motion sensor detected motion, BUT if there is movement in that 30 minute timeframe then the 30 minute timer needs to reset and start counting down again.
I tried turning of the cancellation policy entirely and this finally allows the app to trigger, BUT it doesn’t trigger a reset if motion is detected in the 30 minute window. I feel like this shouldn’t be that complex, but it’s not working how I would expect it to work. Any ideas of how to get this to work?
Here’s a snapshot of what I’m currently trying… this doesn’t trigger at all.
In CoRe, I originally set it up as “if motion sensor is active” then “wait 30 minutes and turn on plug”. This worked perfectly, but for some reason doesn’t work the same in WebCore.