1) Give a description of the problem
I have this setup to control my air conditioner based on temperature, but I’m looking to streamline it and/or restrict it to only run when the mode is Home A/C. Right now it runs every 5 minutes for the set time, but can I make it only poll when the mode is Home A/C?
2) What is the expected behavior?
Working as expected, but I’d like to slim it if possible.
3) What is happening/not happening?
Trying to get it to run / poll only during Home A/C mode
**4) Post a Green Snapshot of the piston![image|45x37]
5) Attach any logs (From ST IDE and by turning logging level to Full)
5/29/2018, 8:01:14 AM +55ms
+0ms ╔Received event [Home].time = 1527595275099 with a delay of -1045ms
+164ms ║RunTime Analysis CS > 13ms > PS > 37ms > PE > 114ms > CE
+166ms ║Runtime (39874 bytes) successfully initialized in 37ms (v0.3.104.20180323) (165ms)
+168ms ║╔Execution stage started
+189ms ║║Comparison (decimal) 71.2 is_greater_than_or_equal_to (integer) 77 = false (2ms)
+191ms ║║Condition #5 evaluated false (11ms)
+192ms ║║Condition group #2 evaluated false (state did not change) (13ms)
+196ms ║║Fast executing schedules, waiting for 910ms to sync up
+1139ms ║║Comparison (decimal) 71.2 is_less_than_or_equal_to (integer) 76 = true (2ms)
+1141ms ║║Condition #11 evaluated true (9ms)
+1149ms ║║Comparison (enum) off is (string) on = false (2ms)
+1151ms ║║Condition #12 evaluated false (9ms)
+1152ms ║║Condition group #8 evaluated false (state did not change) (20ms)
+1156ms ║╚Execution stage complete. (989ms)
+1158ms ║Setting up scheduled job for Tue, May 29 2018 @ 8:06:15 AM EDT (in 299.887s), with 1 more job pending
+1166ms ╚Event processed successfully (1166ms)