1) Give a description of the problem
Hi all, I’m SUPER green with WebCore, but really think its great. With that said, I made the piston below to automatically disarm smart home monitor every morning. I ran fine for a week or so, now it does not and I get a “does not subscribe to any events” message.
2) What is the expected behaviour?
If smart home monitor status is Armed/Stay , at 6:45am set smart home monitor to off
3) What is happening/not happening?
ran fine for a few days, now no longer running but showing “This piston does not subscribe to any events. Unless executed by other means, it will never run on its own.”
**4) Post a Green Snapshot of the piston![image|45x37]
5) Attach logs after turning logging level to Full
9/1/2019, 12:20:29 PM +408ms
+0ms ╔Received event [Home].test = 1567354829408 with a delay of 0ms
+78ms ║RunTime Analysis CS > 21ms > PS > 44ms > PE > 13ms > CE
+81ms ║Runtime (38007 bytes) successfully initialized in 44ms (v0.3.10e.20190628) (79ms)
+82ms ║╔Execution stage started
+94ms ║║Comparison (string) off is (string) stay = false (2ms)
+96ms ║║Condition #2 evaluated false (9ms)
+97ms ║║Condition group #1 evaluated false (state did not change) (11ms)
+101ms ║╚Execution stage complete. (20ms)
+102ms ╚Event processed successfully (102ms)``