Need this one proofed


#1

Also need this one proofed. This one is a feed the dog reminder that is triggered by a multipurpose sensor not changing for previous 75 minutes which then turns on a plug. This was working perfectly until about 2 weeks ago. Now the ‘if’ is not triggering the “then”


Piston Help - Need someone to tell me what I have wrong
Piston Help - Need someone to tell me what I have wrong
#2

Not quite… If we look at the lightning bolt in the left margin, the only trigger is 6pm…
(at which time it should check the other two conditions on lines 21 & 23)

I suspect that one of them was false at the time…

… to confirm, I’d need to see the Trace image and a full log showing any errors.


#3

9/14/2020, 7:27:13 AM +867ms
+1ms ╔Received event [TeBa’s House].test = 1600093633863 with a delay of 4ms
+42ms ║RunTime Analysis CS > 15ms > PS > 5ms > PE > 21ms > CE
+48ms ║Runtime (38122 bytes) successfully initialized in 5ms (v0.3.110.20191009) (45ms)
+49ms ║╔Execution stage started
+56ms ║║Comparison (time) 26833920 happens_daily_at (time) 64800000 = false (1ms)
+57ms ║║Condition #3 evaluated false (4ms)
+59ms ║║Cancelling statement #3’s schedules…
+62ms ║║Requesting time schedule wake up at Mon, Sep 14 2020 @ 6:00:00 PM MST
+65ms ║║Condition group #1 evaluated false (state did not change) (12ms)
+69ms ║║Condition group #8 evaluated true (state did not change) (0ms)
+71ms ║║Condition group #11 evaluated true (state did not change) (0ms)
+104ms ║╚Execution stage complete. (56ms)
+106ms ║Setting up scheduled job for Mon, Sep 14 2020 @ 6:00:00 PM MST (in 37966.028s)
+115ms ╚Event processed successfully (115ms)


#4

Thanks for the log… but unfortunately, pressing Test will not do anything in this piston.
(IE: It only executes at 6pm each day)

Can you post a log showing from 5:59 thru 6:03?