1) Give a description of the problem
I have this piston set up to change the thermostats setting based on who is home. Also now I’m trying to turn off the lights
2) What is the expected behavior?
I’m expecting it to turn to away when both of us are away, set it to home when one of us is home between 4:45 am and 8 PM, and set it to night between 8PM and 4:45 AM. When it changes, I want a push notification on my phone. And when it’s set to away, it turns off the lights.
3) What is happening/not happening?
I did a little revision this morning, but in general the settings never change unless i test it, and then it usually sets it to away all the time. I have the presense sensor on my phone (the webcore presense sensor)
**4) Post a Green Snapshot of the piston![image|45x37]
5) Attach any logs (From ST IDE and by turning logging level to Full)
3/29/2019, 9:00:17 AM +669ms
+1ms ╔Received event [Home].test = 1553868017668 with a delay of 1ms
+98ms ║RunTime Analysis CS > 27ms > PS > 10ms > PE > 61ms > CE
+101ms ║Runtime (44018 bytes) successfully initialized in 10ms (v0.3.10a.20190223) (99ms)
+103ms ║╔Execution stage started
+131ms ║║Condition #2 evaluated false (21ms)
+133ms ║║Condition group #1 evaluated false (state did not change) (23ms)
+138ms ║╚Execution stage complete. (36ms)
+140ms ╚Event processed successfully (140ms)
3/29/2019, 8:16:21 AM +739ms
+1ms ╔Received event [Erikas Pixel].presence = not present with a delay of 92ms
+77ms ║RunTime Analysis CS > 26ms > PS > 9ms > PE > 43ms > CE
+80ms ║Runtime (42442 bytes) successfully initialized in 9ms (v0.3.10a.20190223) (78ms)
+81ms ║╔Execution stage started
+99ms ║║Comparison (enum) not present changes = true (1ms)
+101ms ║║Condition #2 evaluated true (13ms)
+102ms ║║Condition group #1 evaluated true (state did not change) (15ms)
+117ms ║║Comparison (enum) present is (string) not present = false (2ms)
+119ms ║║Condition #27 evaluated false (13ms)
+121ms ║║Condition group #26 evaluated false (state did not change) (16ms)
+124ms ║╚Execution stage complete. (43ms)
+126ms ╚Event processed successfully (126ms)
3/28/2019, 10:01:11 PM +394ms
+2ms ╔Received event [Erikas Pixel].presence = present with a delay of 81ms
+86ms ║RunTime Analysis CS > 23ms > PS > 10ms > PE > 53ms > CE
+89ms ║Runtime (42449 bytes) successfully initialized in 10ms (v0.3.10a.20190223) (86ms)
+91ms ║╔Execution stage started
+118ms ║║Comparison (enum) present changes = true (11ms)
+120ms ║║Cancelling condition #2’s schedules…
+122ms ║║Condition #2 evaluated true (23ms)
+123ms ║║Cancelling condition #1’s schedules…
+124ms ║║Condition group #1 evaluated true (state changed) (27ms)
+139ms ║║Comparison (enum) present is (string) not present = false (2ms)
+142ms ║║Condition #27 evaluated false (14ms)
+144ms ║║Condition group #26 evaluated false (state did not change) (16ms)
+147ms ║╚Execution stage complete. (57ms)
+149ms ╚Event processed successfully (149ms)