1) Give a description of the problem
I have two pistons - Day and Night mode. The Piston Tiles are not matching.
…Also I had an issue that the pistons were running over and over and the night piston was running during the day. I know this because in the push notification i added daytime and nighttime so i can see which piston was reporting.
So I added the restriction to only run on condition change. Now they run only when presence changes or the virtual device is pressed but the night piston is still not saying False after I added teh time restructions.
and
2) What is the expected behavior?
Day to show day (home or away) + SHM when it is day (before 8pm) and night to Night mode (or away) + SHM when it is night mode.
3) What is happening/not happening?
Pines Home Day Mode - STATUS (Tasker®)Here is the daytime report The current state of Pines home is Night Armed/Stay | PauseTestView | |
---|---|---|
Pines Home Night Mode - STATUS (Tasker®)Here is the nighttime report The current state of Pines home is Home Disarmed | ||
4) Post a Green Snapshot of the piston
5) Attach any logs (From ST IDE and by turning logging level to Full)
(PASTE YOUR LOGS HERE BETWEEN THE MARKS THEN HIGHLIGHT ALL OF THE LOGS SND CLICK ON THE </> ICON TO FORMAT THEM)
### Day Piston Logs
10/7/2018, 3:18:38 PM +583ms
+1ms ╔Received event [Casa de Pines].routineExecuted = 77ef3825-ef05-4710-bb46-be98f9437a9f with a delay of 87ms
+674ms ║RunTime Analysis CS > 15ms > PS > 569ms > PE > 90ms > CE
+678ms ║Runtime (65288 bytes) successfully initialized in 569ms (v0.3.108.20180906) (676ms)
+680ms ║╔Execution stage started
+703ms ║║Comparison (time) 55119268 is_between (time) 25200000 .. (time) 72000000 = true (14ms)
+705ms ║║Time restriction check passed
+708ms ║║Condition #276 evaluated true (23ms)
+710ms ║║Condition group #null evaluated true (state did not change) (25ms)
+729ms ║║Comparison (enum) present is (string) not present = false (3ms)
+732ms ║║Condition #248 evaluated false (15ms)
+733ms ║║Condition group #247 evaluated false (state did not change) (18ms)
+735ms ║║Condition group #214 evaluated false (state did not change) (21ms)
+752ms ║║Comparison (enum) present is (string) present = true (3ms)
+755ms ║║Condition #218 evaluated true (15ms)
+770ms ║║Comparison (enum) present is (string) n
###Night Logs
10/7/2018, 3:51:40 PM +735ms
+1ms ╔Received event [Casa de Pines].routineExecuted = 77ef3825-ef05-4710-bb46-be98f9437a9f with a delay of 118ms
+273ms ║Runtime (58840 bytes) successfully initialized in 203ms (v0.3.108.20180906) (271ms)
+274ms ║╔Execution stage started
+335ms ║╚Execution stage complete. (60ms)
+336ms ╚Event processed successfully (336ms)
Clear
Medium