1) Give a description of the problem
I would like to be able to have light switches turn on a preset level regardless of last setting when turned off. I have been able to achieve this with script pasted below, but this is slow enough that it is unusuable. It is recalling the level when the lights are turned rather than when they are turned off.
2) What is the expected behavior?
I would like to be able to set the recall level on the power down so that it turn on to the correct level with delay.
3) What is happening/not happening?
(PUT YOUR INFO HERE)
4) Post a Green Snapshot of the piston
5) Attach any logs (From ST IDE and by turning logging level to Full)
Click here to expand logs
`12/8/2017, 4:33:52 PM +351ms
+1ms
â•”Starting piston... (v0.2.0fe.20171109)
+204ms
â•‘â•”Subscribing to devices...
+213ms
â•‘â•‘Subscribing to Living Room Can Lights Dimmer Switch.switch...
+223ms
â•‘â•‘Subscribing to Dining Room Hanging Lights.switch...
+232ms
â•‘â•‘Subscribing to Dining Room Can Lights Dimmer Switch.switch...
+278ms
║╚Finished subscribing (88ms)
+331ms
╚Piston successfully started (331ms)
12/8/2017, 4:29:44 PM +328ms
+1ms
â•”Received event [Dining Room Hanging Lights].switch = on with a delay of 65ms
+10036ms
â•‘RunTime Analysis CS > 20ms > PS > 9938ms > PE > 78ms > CE
+10045ms
â•‘Piston waited at a semaphore for 9872ms
+10047ms
â•‘Runtime (38808 bytes) successfully initialized in 9938ms (v0.2.0fe.20171109) (10045ms)
+10048ms
â•‘â•”Execution stage started
+10063ms
â•‘â•‘Condition #4 evaluated false (8ms)
+10064ms
â•‘â•‘Condition group #1 evaluated false (state did not change) (9ms)
+10070ms
â•‘â•‘Comparison (enum) on changes_to (string) off = false (1ms)
+10071ms
â•‘â•‘Cancelling condition #8's schedules...
+10072ms
â•‘â•‘Condition #8 evaluated false (5ms)
+10073ms
â•‘â•‘Cancelling condition #5's schedules...
+10074ms
â•‘â•‘Condition group #5 evaluated false (state changed) (8ms)
+10084ms
â•‘â•‘Condition #12 evaluated false (6ms)
+10085ms
â•‘â•‘Condition group #9 evaluated false (state did not change) (8ms)
+10087ms
║╚Execution stage complete. (39ms)
+10290ms
╚Event processed successfully (10291ms)
12/8/2017, 4:29:44 PM +69ms
+1ms
â•”Received event [Dining Room Hanging Lights].switch = off with a delay of 73ms
+130ms
â•‘RunTime Analysis CS > 13ms > PS > 62ms > PE > 56ms > CE
+143ms
â•‘Runtime (38734 bytes) successfully initialized in 62ms (v0.2.0fe.20171109) (141ms)
+144ms
â•‘â•”Execution stage started
+158ms
â•‘â•‘Condition #4 evaluated false (7ms)
+159ms
â•‘â•‘Condition group #1 evaluated false (state did not change) (9ms)
+166ms
â•‘â•‘Comparison (enum) off changes_to (string) off = true (1ms)
+168ms
â•‘â•‘Cancelling condition #8's schedules...
+169ms
â•‘â•‘Condition #8 evaluated true (6ms)
+170ms
â•‘â•‘Cancelling condition #5's schedules...
+171ms
â•‘â•‘Condition group #5 evaluated true (state changed) (8ms)
+173ms
â•‘â•‘Cancelling statement #6's schedules...
+210ms
â•‘â•‘Executed physical command [Dining Room Hanging Lights].setLevel([30]) (31ms)
+210ms
â•‘â•‘Executed [Dining Room Hanging Lights].setLevel (32ms)
+221ms
â•‘â•‘Condition #12 evaluated false (7ms)
+222ms
â•‘â•‘Condition group #9 evaluated false (state did not change) (8ms)
+225ms
║╚Execution stage complete. (81ms)
+234ms
╚Event processed successfully (234ms)
12/8/2017, 4:29:38 PM +774ms
+1ms
â•”Received event [Dining Room Hanging Lights].switch = on with a delay of 66ms
+426ms
â•‘RunTime Analysis CS > 18ms > PS > 322ms > PE > 86ms > CE
+437ms
â•‘Piston waited at a semaphore for 262ms
+439ms
â•‘Runtime (38800 bytes) successfully initialized in 322ms (v0.2.0fe.20171109) (437ms)
+440ms
â•‘â•”Execution stage started
+460ms
â•‘â•‘Condition #4 evaluated false (13ms)
+461ms
â•‘â•‘Condition group #1 evaluated false (state did not change) (14ms)
+468ms
â•‘â•‘Comparison (enum) on changes_to (string) off = false (0ms)
+469ms
â•‘â•‘Cancelling condition #8's schedules...
+470ms
â•‘â•‘Condition #8 evaluated false (6ms)
+471ms
â•‘â•‘Cancelling condition #5's schedules...
+472ms
â•‘â•‘Condition group #5 evaluated false (state changed) (8ms)
+482ms
â•‘â•‘Condition #12 evaluated false (6ms)
+482ms
â•‘â•‘Condition group #9 evaluated false (state did not change) (8ms)
+485ms
║╚Execution stage complete. (46ms)
+574ms
╚Event processed successfully (574ms)
12/8/2017, 4:29:38 PM +484ms
+1ms
â•”Received event [Dining Room Hanging Lights].switch = off with a delay of 111ms
+161ms
â•‘RunTime Analysis CS > 20ms > PS > 63ms > PE > 78ms > CE
+169ms
â•‘Runtime (38732 bytes) successfully initialized in 63ms (v0.2.0fe.20171109) (167ms)
+171ms
â•‘â•”Execution stage started
+186ms
â•‘â•‘Condition #4 evaluated false (8ms)
+187ms
â•‘â•‘Condition group #1 evaluated false (state did not change) (10ms)
+194ms
â•‘â•‘Comparison (enum) off changes_to (string) off = true (0ms)
+195ms
â•‘â•‘Cancelling condition #8's schedules...
+196ms
â•‘â•‘Condition #8 evaluated true (6ms)
+197ms
â•‘â•‘Cancelling condition #5's schedules...
+198ms
â•‘â•‘Condition group #5 evaluated true (state changed) (9ms)
+200ms
â•‘â•‘Cancelling statement #6's schedules...
+245ms
â•‘â•‘Executed physical command [Dining Room Hanging Lights].setLevel([30]) (38ms)
+246ms
â•‘â•‘Executed [Dining Room Hanging Lights].setLevel (40ms)
+256ms
â•‘â•‘Condition #12 evaluated false (7ms)
+257ms
â•‘â•‘Condition group #9 evaluated false (state did not change) (8ms)
+260ms
║╚Execution stage complete. (90ms)
+268ms
╚Event processed successfully (267ms)
12/8/2017, 4:29:28 PM +420ms
+5ms
â•”Starting piston... (v0.2.0fe.20171109)
+437ms
â•‘â•”Subscribing to devices...
+525ms
â•‘â•‘Subscribing to Living Room Can Lights Dimmer Switch.switch...
+541ms
â•‘â•‘Subscribing to Dining Room Hanging Lights.switch...
+553ms
â•‘â•‘Subscribing to Dining Room Can Lights Dimmer Switch.switch...
+648ms
║╚Finished subscribing (225ms)
+741ms
â•‘Cancelling condition #12's schedules...
+743ms
â•‘Cancelling condition #9's schedules...
+970ms
╚Piston successfully started (967ms)
12/8/2017, 4:20:09 PM +695ms
+1ms
â•”Received event [Dining Room Can Lights Dimmer Switch].switch = on with a delay of 91ms
+125ms
â•‘RunTime Analysis CS > 17ms > PS > 49ms > PE > 60ms > CE
+135ms
â•‘Runtime (38738 bytes) successfully initialized in 49ms (v0.2.0fe.20171109) (133ms)
+136ms
â•‘â•”Execution stage started
+151ms
â•‘â•‘Cancelling condition #4's schedules...
+152ms
â•‘â•‘Condition #4 evaluated false (10ms)
+153ms
â•‘â•‘Cancelling condition #1's schedules...
+154ms
â•‘â•‘Condition group #1 evaluated false (state changed) (12ms)
+164ms
â•‘â•‘Condition #8 evaluated false (7ms)
+165ms
â•‘â•‘Condition group #5 evaluated false (state did not change) (8ms)
+173ms
â•‘â•‘Comparison (enum) on changes_to (string) on = true (0ms)
+174ms
â•‘â•‘Cancelling condition #12's schedules...
+175ms
â•‘â•‘Condition #12 evaluated true (6ms)
+176ms
â•‘â•‘Cancelling condition #9's schedules...
+177ms
â•‘â•‘Condition group #9 evaluated true (state changed) (9ms)
+179ms
â•‘â•‘Cancelling statement #10's schedules...
+188ms
â•‘â•‘Skipped execution of physical command [Dining Room Can Lights Dimmer Switch].setLevel([40]) because it would make no change to the device. (3ms)
+189ms
â•‘â•‘Executed [Dining Room Can Lights Dimmer Switch].setLevel (5ms)
+192ms
║╚Execution stage complete. (56ms)
+199ms
╚Event processed successfully (199ms)
12/8/2017, 4:13:36 PM +558ms
+2ms
â•”Received event [Living Room Can Lights Dimmer Switch].switch = on with a delay of 137ms
+139ms
â•‘RunTime Analysis CS > 18ms > PS > 63ms > PE > 57ms > CE
+148ms
â•‘Runtime (38742 bytes) successfully initialized in 63ms (v0.2.0fe.20171109) (145ms)
+150ms
â•‘â•”Execution stage started
+161ms
â•‘â•‘Comparison (enum) on changes_to (string) on = true (0ms)
+162ms
â•‘â•‘Cancelling condition #4's schedules...
+163ms
â•‘â•‘Condition #4 evaluated true (6ms)
+164ms
â•‘â•‘Cancelling condition #1's schedules...
+165ms
â•‘â•‘Condition group #1 evaluated true (state changed) (9ms)
+167ms
â•‘â•‘Cancelling statement #2's schedules...
+210ms
â•‘â•‘Executed physical command [Living Room Can Lights Dimmer Switch].setLevel([40]) (37ms)
+211ms
â•‘â•‘Executed [Living Room Can Lights Dimmer Switch].setLevel (39ms)
+223ms
â•‘â•‘Condition #8 evaluated false (7ms)
+224ms
â•‘â•‘Condition group #5 evaluated false (state did not change) (9ms)
+234ms
â•‘â•‘Condition #12 evaluated false (6ms)
+234ms
â•‘â•‘Condition group #9 evaluated false (state did not change) (8ms)
+237ms
║╚Execution stage complete. (89ms)
+245ms
╚Event processed successfully (245ms)
12/8/2017, 4:13:29 PM +863ms
+1ms
â•”Received event [Living Room Can Lights Dimmer Switch].switch = off with a delay of 83ms
+115ms
â•‘RunTime Analysis CS > 15ms > PS > 44ms > PE > 55ms > CE
+123ms
â•‘Runtime (38739 bytes) successfully initialized in 44ms (v0.2.0fe.20171109) (121ms)
+126ms
â•‘â•”Execution stage started
+137ms
â•‘â•‘Comparison (enum) off changes_to (string) on = false (0ms)
+139ms
â•‘â•‘Cancelling condition #4's schedules...
+140ms
â•‘â•‘Condition #4 evaluated false (7ms)
+141ms
â•‘â•‘Cancelling condition #1's schedules...
+142ms
â•‘â•‘Condition group #1 evaluated false (state changed) (9ms)
+152ms
â•‘â•‘Condition #8 evaluated false (6ms)
+153ms
â•‘â•‘Condition group #5 evaluated false (state did not change) (8ms)
+163ms
â•‘â•‘Condition #12 evaluated false (6ms)
+164ms
â•‘â•‘Condition group #9 evaluated false (state did not change) (8ms)
+166ms
║╚Execution stage complete. (42ms)
+177ms
╚Event processed successfully (176ms)
12/8/2017, 4:13:11 PM +210ms
+2ms
â•”Received event [Living Room Can Lights Dimmer Switch].switch = on with a delay of 100ms
+141ms
â•‘RunTime Analysis CS > 18ms > PS > 64ms > PE > 59ms > CE
+150ms
â•‘Runtime (38742 bytes) successfully initialized in 64ms (v0.2.0fe.20171109) (148ms)
+151ms
â•‘â•”Execution stage started
+162ms
â•‘â•‘Comparison (enum) on changes_to (string) on = true (1ms)
+163ms
â•‘â•‘Cancelling condition #4's schedules...
+164ms
â•‘â•‘Condition #4 evaluated true (6ms)
+165ms
â•‘â•‘Cancelling condition #1's schedules...
+166ms
â•‘â•‘Condition group #1 evaluated true (state changed) (9ms)
+169ms
â•‘â•‘Cancelling statement #2's schedules...
+218ms
â•‘â•‘Executed physical command [Living Room Can Lights Dimmer Switch].setLevel([40]) (44ms)
+219ms
â•‘â•‘Executed [Living Room Can Lights Dimmer Switch].setLevel (45ms)
+231ms
â•‘â•‘Condition #8 evaluated false (7ms)
+232ms
â•‘â•‘Condition group #5 evaluated false (state did not change) (8ms)
+244ms
â•‘â•‘Condition #12 evaluated false (9ms)
+246ms
â•‘â•‘Condition group #9 evaluated false (state did not change) (11ms)
+249ms
║╚Execution stage complete. (98ms)
+256ms
╚Event processed successfully (255ms)
12/8/2017, 4:12:55 PM +259ms
+1ms
â•”Received event [Living Room Can Lights Dimmer Switch].switch = off with a delay of 99ms
+141ms
â•‘RunTime Analysis CS > 21ms > PS > 62ms > PE > 59ms > CE
+151ms
â•‘Runtime (38739 bytes) successfully initialized in 62ms (v0.2.0fe.20171109) (149ms)
+152ms
â•‘â•”Execution stage started
+163ms
â•‘â•‘Comparison (enum) off changes_to (string) on = false (0ms)
+164ms
â•‘â•‘Cancelling condition #4's schedules...
+165ms
â•‘â•‘Condition #4 evaluated false (6ms)
+166ms
â•‘â•‘Cancelling condition #1's schedules...
+167ms
â•‘â•‘Condition group #1 evaluated false (state changed) (9ms)
+178ms
â•‘â•‘Condition #8 evaluated false (7ms)
+179ms
â•‘â•‘Condition group #5 evaluated false (state did not change) (8ms)
+189ms
â•‘â•‘Condition #12 evaluated false (7ms)
+190ms
â•‘â•‘Condition group #9 evaluated false (state did not change) (9ms)
+193ms
║╚Execution stage complete. (40ms)
+200ms
╚Event processed successfully (200ms)
12/8/2017, 3:56:23 PM +908ms
+2ms
â•”Received event [Living Room Can Lights Dimmer Switch].switch = on with a delay of 117ms
+147ms
â•‘RunTime Analysis CS > 19ms > PS > 62ms > PE > 65ms > CE
+167ms
â•‘Runtime (38742 bytes) successfully initialized in 62ms (v0.2.0fe.20171109) (163ms)
+170ms
â•‘â•”Execution stage started
+181ms
â•‘â•‘Comparison (enum) on changes_to (string) on = true (0ms)
+183ms
â•‘â•‘Cancelling condition #4's schedules...
+183ms
â•‘â•‘Condition #4 evaluated true (7ms)
+185ms
â•‘â•‘Cancelling condition #1's schedules...
+185ms
â•‘â•‘Condition group #1 evaluated true (state changed) (9ms)
+188ms
â•‘â•‘Cancelling statement #2's schedules...
+200ms
â•‘â•‘Skipped execution of physical command [Living Room Can Lights Dimmer Switch].setLevel([40]) because it would make no change to the device. (6ms)
+201ms
â•‘â•‘Executed [Living Room Can Lights Dimmer Switch].setLevel (8ms)
+215ms
â•‘â•‘Condition #8 evaluated false (11ms)
+216ms
â•‘â•‘Condition group #5 evaluated false (state did not change) (12ms)
+232ms
â•‘â•‘Condition #12 evaluated false (10ms)
+233ms
â•‘â•‘Condition group #9 evaluated false (state did not change) (12ms)
+235ms
║╚Execution stage complete. (68ms)
+273ms
╚Event processed successfully (273ms)
12/8/2017, 3:56:05 PM +287ms
+1ms
â•”Received event [Living Room Can Lights Dimmer Switch].switch = off with a delay of 105ms
+139ms
â•‘RunTime Analysis CS > 20ms > PS > 61ms > PE > 58ms > CE
+149ms
â•‘Runtime (38740 bytes) successfully initialized in 61ms (v0.2.0fe.20171109) (147ms)
+150ms
â•‘â•”Execution stage started
+160ms
â•‘â•‘Comparison (enum) off changes_to (string) on = false (1ms)
+162ms
â•‘â•‘Cancelling condition #4's schedules...
+162ms
â•‘â•‘Condition #4 evaluated false (6ms)
+163ms
â•‘â•‘Cancelling condition #1's schedules...
+164ms
â•‘â•‘Condition group #1 evaluated false (state changed) (8ms)
+175ms
â•‘â•‘Condition #8 evaluated false (8ms)
+176ms
â•‘â•‘Condition group #5 evaluated false (state did not change) (9ms)
+186ms
â•‘â•‘Condition #12 evaluated false (7ms)
+187ms
â•‘â•‘Condition group #9 evaluated false (state did not change) (8ms)
+189ms
║╚Execution stage complete. (39ms)
+196ms
╚Event processed successfully (196ms)
12/8/2017, 3:46:15 PM +197ms
+1ms
â•”Received event [Living Room Can Lights Dimmer Switch].switch = on with a delay of 89ms
+112ms
â•‘RunTime Analysis CS > 15ms > PS > 42ms > PE > 54ms > CE
+120ms
â•‘Runtime (38741 bytes) successfully initialized in 42ms (v0.2.0fe.20171109) (118ms)
+121ms
â•‘â•”Execution stage started
+132ms
â•‘â•‘Comparison (enum) on changes_to (string) on = true (1ms)
+134ms
â•‘â•‘Cancelling condition #4's schedules...
+135ms
â•‘â•‘Condition #4 evaluated true (7ms)
+136ms
â•‘â•‘Cancelling condition #1's schedules...
+137ms
â•‘â•‘Condition group #1 evaluated true (state changed) (8ms)
+139ms
â•‘â•‘Cancelling statement #2's schedules...
+147ms
â•‘â•‘Skipped execution of physical command [Living Room Can Lights Dimmer Switch].setLevel([40]) because it would make no change to the device. (3ms)
+148ms
â•‘â•‘Executed [Living Room Can Lights Dimmer Switch].setLevel (4ms)
+159ms
â•‘â•‘Condition #8 evaluated false (7ms)
+160ms
â•‘â•‘Condition group #5 evaluated false (state did not change) (9ms)
+170ms
â•‘â•‘Condition #12 evaluated false (7ms)
+171ms
â•‘â•‘Condition group #9 evaluated false (state did not change) (8ms)
+174ms
║╚Execution stage complete. (52ms)
+180ms
╚Event processed successfully (180ms)
12/8/2017, 11:20:15 AM +341ms
+2ms
â•”Received event [Dining Room Can Lights Dimmer Switch].switch = off with a delay of 100ms
+153ms
â•‘RunTime Analysis CS > 20ms > PS > 65ms > PE > 68ms > CE
+161ms
â•‘Runtime (38737 bytes) successfully initialized in 65ms (v0.2.0fe.20171109) (158ms)
+162ms
â•‘â•”Execution stage started
+176ms
â•‘â•‘Condition #4 evaluated false (8ms)
+177ms
â•‘â•‘Condition group #1 evaluated false (state did not change) (9ms)
+188ms
â•‘â•‘Condition #8 evaluated false (7ms)
+189ms
â•‘â•‘Condition group #5 evaluated false (state did not change) (8ms)
+195ms
â•‘â•‘Comparison (enum) off changes_to (string) on = false (1ms)
+197ms
â•‘â•‘Cancelling condition #12's schedules...
+198ms
â•‘â•‘Condition #12 evaluated false (6ms)
+199ms
â•‘â•‘Cancelling condition #9's schedules...
+200ms
â•‘â•‘Condition group #9 evaluated false (state changed) (8ms)
+202ms
║╚Execution stage complete. (40ms)
+408ms
╚Event processed successfully (408ms)
12/8/2017, 8:43:23 AM +497ms
+1ms
â•”Received event [Dining Room Can Lights Dimmer Switch].switch = on with a delay of 86ms
+125ms
â•‘RunTime Analysis CS > 16ms > PS > 45ms > PE > 63ms > CE
+133ms
â•‘Runtime (38739 bytes) successfully initialized in 45ms (v0.2.0fe.20171109) (131ms)
+134ms
â•‘â•”Execution stage started
+147ms
â•‘â•‘Condition #4 evaluated false (6ms)
+148ms
â•‘â•‘Condition group #1 evaluated false (state did not change) (8ms)
+157ms
â•‘â•‘Cancelling condition #8's schedules...
+158ms
â•‘â•‘Condition #8 evaluated false (7ms)
+159ms
â•‘â•‘Cancelling condition #5's schedules...
+160ms
â•‘â•‘Condition group #5 evaluated false (state changed) (10ms)
+167ms
â•‘â•‘Comparison (enum) on changes_to (string) on = true (1ms)
+168ms
â•‘â•‘Cancelling condition #12's schedules...
+169ms
â•‘â•‘Condition #12 evaluated true (6ms)
+170ms
â•‘â•‘Cancelling condition #9's schedules...
+171ms
â•‘â•‘Condition group #9 evaluated true (state changed) (8ms)
+174ms
â•‘â•‘Cancelling statement #10's schedules...
+210ms
â•‘â•‘Executed physical command [Dining Room Can Lights Dimmer Switch].setLevel([40]) (31ms)
+211ms
â•‘â•‘Executed [Dining Room Can Lights Dimmer Switch].setLevel (32ms)
+214ms
║╚Execution stage complete. (79ms)
+221ms
╚Event processed successfully (221ms)
12/8/2017, 8:43:20 AM +693ms
+1ms
â•”Received event [Dining Room Hanging Lights].switch = on with a delay of 91ms
+124ms
â•‘RunTime Analysis CS > 17ms > PS > 44ms > PE > 63ms > CE
+134ms
â•‘Runtime (38732 bytes) successfully initialized in 44ms (v0.2.0fe.20171109) (131ms)
+135ms
â•‘â•”Execution stage started
+148ms
â•‘â•‘Condition #4 evaluated false (7ms)
+149ms
â•‘â•‘Condition group #1 evaluated false (state did not change) (9ms)
+156ms
â•‘â•‘Comparison (enum) on changes_to (string) on = true (1ms)
+157ms
â•‘â•‘Cancelling condition #8's schedules...
+158ms
â•‘â•‘Condition #8 evaluated true (6ms)
+159ms
â•‘â•‘Cancelling condition #5's schedules...
+160ms
â•‘â•‘Condition group #5 evaluated true (state changed) (8ms)
+163ms
â•‘â•‘Cancelling statement #6's schedules...
+171ms
â•‘â•‘Skipped execution of physical command [Dining Room Hanging Lights].setLevel([30]) because it would make no change to the device. (3ms)
+172ms
â•‘â•‘Executed [Dining Room Hanging Lights].setLevel (4ms)
+182ms
â•‘â•‘Condition #12 evaluated false (7ms)
+183ms
â•‘â•‘Condition group #9 evaluated false (state did not change) (8ms)
+185ms
║╚Execution stage complete. (51ms)
+192ms
╚Event processed successfully (192ms)
12/8/2017, 7:20:22 AM +330ms
+1ms
â•”Received event [Dining Room Can Lights Dimmer Switch].switch = off with a delay of 105ms
+171ms
â•‘RunTime Analysis CS > 32ms > PS > 76ms > PE > 64ms > CE
+178ms
â•‘Runtime (38738 bytes) successfully initialized in 76ms (v0.2.0fe.20171109) (176ms)
+179ms
â•‘â•”Execution stage started
+192ms
â•‘â•‘Condition #4 evaluated false (7ms)
+193ms
â•‘â•‘Condition group #1 evaluated false (state did not change) (8ms)
+203ms
â•‘â•‘Condition #8 evaluated false (7ms)
+204ms
â•‘â•‘Condition group #5 evaluated false (state did not change) (8ms)
+211ms
â•‘â•‘Comparison (enum) off changes_to (string) on = false (0ms)
+212ms
â•‘â•‘Cancelling condition #12's schedules...
+213ms
â•‘â•‘Condition #12 evaluated false (6ms)
+214ms
â•‘â•‘Cancelling condition #9's schedules...
+215ms
â•‘â•‘Condition group #9 evaluated false (state changed) (8ms)
+217ms
║╚Execution stage complete. (38ms)
+225ms
╚Event processed successfully (226ms)
12/8/2017, 7:19:56 AM +698ms
+1ms
â•”Received event [Dining Room Can Lights Dimmer Switch].switch = on with a delay of 80ms
+118ms
â•‘RunTime Analysis CS > 16ms > PS > 44ms > PE > 58ms > CE
+127ms
â•‘Runtime (38742 bytes) successfully initialized in 44ms (v0.2.0fe.20171109) (124ms)
+128ms
â•‘â•”Execution stage started
+141ms
â•‘â•‘Condition #4 evaluated false (6ms)
+142ms
â•‘â•‘Condition group #1 evaluated false (state did not change) (8ms)
+361ms
â•‘â•‘Condition #8 evaluated false (216ms)
+362ms
â•‘â•‘Condition group #5 evaluated false (state did not change) (218ms)
+369ms
â•‘â•‘Comparison (enum) on changes_to (string) on = true (1ms)
+371ms
â•‘â•‘Cancelling condition #12's schedules...
+371ms
â•‘â•‘Condition #12 evaluated true (6ms)
+372ms
â•‘â•‘Cancelling condition #9's schedules...
+373ms
â•‘â•‘Condition group #9 evaluated true (state changed) (8ms)
+376ms
â•‘â•‘Cancelling statement #10's schedules...
+412ms
â•‘â•‘Executed physical command [Dining Room Can Lights Dimmer Switch].setLevel([40]) (31ms)
+415ms
â•‘â•‘Executed [Dining Room Can Lights Dimmer Switch].setLevel (35ms)
+418ms
║╚Execution stage complete. (291ms)
+434ms
╚Event processed successfully (434ms)
12/8/2017, 7:19:48 AM +620ms
+2ms
â•”Received event [Dining Room Can Lights Dimmer Switch].switch = off with a delay of 91ms
+139ms
â•‘RunTime Analysis CS > 19ms > PS > 62ms > PE > 58ms > CE
+147ms
â•‘Runtime (38737 bytes) successfully initialized in 62ms (v0.2.0fe.20171109) (144ms)
+148ms
â•‘â•”Execution stage started
+162ms
â•‘â•‘Condition #4 evaluated false (8ms)
+163ms
â•‘â•‘Condition group #1 evaluated false (state did not change) (9ms)
+174ms
â•‘â•‘Condition #8 evaluated false (7ms)
+175ms
â•‘â•‘Condition group #5 evaluated false (state did not change) (8ms)
+356ms
â•‘â•‘Comparison (enum) off changes_to (string) on = false (1ms)
+358ms
â•‘â•‘Cancelling condition #12's schedules...
+359ms
â•‘â•‘Condition #12 evaluated false (6ms)
+360ms
â•‘â•‘Cancelling condition #9's schedules...
+361ms
â•‘â•‘Condition group #9 evaluated false (state changed) (9ms)
+363ms
║╚Execution stage complete. (215ms)
+369ms
╚Event processed successfully (369ms)
12/8/2017, 7:15:47 AM +884ms
+1ms
â•”Received event [Dining Room Can Lights Dimmer Switch].switch = on with a delay of 99ms
+142ms
â•‘RunTime Analysis CS > 20ms > PS > 67ms > PE > 55ms > CE
+151ms
â•‘Runtime (38742 bytes) successfully initialized in 67ms (v0.2.0fe.20171109) (149ms)
+152ms
â•‘â•”Execution stage started
+167ms
â•‘â•‘Condition #4 evaluated false (8ms)
+168ms
â•‘â•‘Condition group #1 evaluated false (state did not change) (10ms)
+180ms
â•‘â•‘Condition #8 evaluated false (7ms)
+181ms
â•‘â•‘Condition group #5 evaluated false (state did not change) (10ms)
+189ms
â•‘â•‘Comparison (enum) on changes_to (string) on = true (0ms)
+190ms
â•‘â•‘Cancelling condition #12's schedules...
+191ms
â•‘â•‘Condition #12 evaluated true (7ms)
+192ms
â•‘â•‘Cancelling condition #9's schedules...
+193ms
â•‘â•‘Condition group #9 evaluated true (state changed) (9ms)
+196ms
â•‘â•‘Cancelling statement #10's schedules...
+242ms
â•‘â•‘Executed physical command [Dining Room Can Lights Dimmer Switch].setLevel([40]) (40ms)
+243ms
â•‘â•‘Executed [Dining Room Can Lights Dimmer Switch].setLevel (42ms)
+246ms
║╚Execution stage complete. (94ms)
+294ms
╚Event processed successfully (293ms)
12/8/2017, 7:15:44 AM +997ms
+1ms
â•”Received event [Dining Room Can Lights Dimmer Switch].switch = off with a delay of 91ms
+141ms
â•‘RunTime Analysis CS > 22ms > PS > 65ms > PE > 54ms > CE
+149ms
â•‘Runtime (38737 bytes) successfully initialized in 65ms (v0.2.0fe.20171109) (147ms)
+150ms
â•‘â•”Execution stage started
+164ms
â•‘â•‘Condition #4 evaluated false (8ms)
+165ms
â•‘â•‘Condition group #1 evaluated false (state did not change) (9ms)
+175ms
â•‘â•‘Condition #8 evaluated false (6ms)
+176ms
â•‘â•‘Condition group #5 evaluated false (state did not change) (7ms)
+182ms
â•‘â•‘Comparison (enum) off changes_to (string) on = false (1ms)
+184ms
â•‘â•‘Cancelling condition #12's schedules...
+185ms
â•‘â•‘Condition #12 evaluated false (6ms)
+186ms
â•‘â•‘Cancelling condition #9's schedules...
+187ms
â•‘â•‘Condition group #9 evaluated false (state changed) (8ms)
+189ms
║╚Execution stage complete. (39ms)
+196ms
╚Event processed successfully (195ms)
12/8/2017, 7:15:42 AM +305ms
+1ms
â•”Received event [Dining Room Can Lights Dimmer Switch].switch = on with a delay of 87ms
+145ms
â•‘RunTime Analysis CS > 20ms > PS > 61ms > PE > 64ms > CE
+158ms
â•‘Runtime (38741 bytes) successfully initialized in 61ms (v0.2.0fe.20171109) (155ms)
+159ms
â•‘â•”Execution stage started
+173ms
â•‘â•‘Condition #4 evaluated false (8ms)
+174ms
â•‘â•‘Condition group #1 evaluated false (state did not change) (9ms)
+184ms
â•‘â•‘Condition #8 evaluated false (7ms)
+185ms
â•‘â•‘Condition group #5 evaluated false (state did not change) (8ms)
+192ms
â•‘â•‘Comparison (enum) on changes_to (string) on = true (1ms)
+193ms
â•‘â•‘Cancelling condition #12's schedules...
+194ms
â•‘â•‘Condition #12 evaluated true (6ms)
+195ms
â•‘â•‘Cancelling condition #9's schedules...
+196ms
â•‘â•‘Condition group #9 evaluated true (state changed) (8ms)
+199ms
â•‘â•‘Cancelling statement #10's schedules...
+242ms
â•‘â•‘Executed physical command [Dining Room Can Lights Dimmer Switch].setLevel([40]) (38ms)
+243ms
â•‘â•‘Executed [Dining Room Can Lights Dimmer Switch].setLevel (39ms)
+246ms
║╚Execution stage complete. (87ms)
+253ms
╚Event processed successfully (253ms)
12/7/2017, 11:29:49 PM +795ms
+1ms
â•”Starting piston... (v0.2.0fe.20171109)
+360ms
â•‘â•”Subscribing to devices...
+409ms
â•‘â•‘Subscribing to Living Room Can Lights Dimmer Switch.switch...
+424ms
â•‘â•‘Subscribing to Dining Room Hanging Lights.switch...
+439ms
â•‘â•‘Subscribing to Dining Room Can Lights Dimmer Switch.switch...
+518ms
║╚Finished subscribing (174ms)
+595ms
╚Piston successfully started (595ms)
12/7/2017, 11:26:46 PM +110ms
+2ms
â•”Received event [Living Room Can Lights Dimmer Switch].switch = off with a delay of 82ms
+139ms
â•‘RunTime Analysis CS > 15ms > PS > 64ms > PE > 60ms > CE
+147ms
â•‘Runtime (38579 bytes) successfully initialized in 64ms (v0.2.0fe.20171109) (145ms)
+148ms
â•‘â•”Execution stage started
+158ms
â•‘â•‘Comparison (enum) off changes_to (string) on = false (1ms)
+160ms
â•‘â•‘Condition #4 evaluated false (6ms)
+161ms
â•‘â•‘Condition group #1 evaluated false (state did not change) (7ms)
+171ms
â•‘â•‘Condition #8 evaluated false (7ms)
+172ms
â•‘â•‘Condition group #5 evaluated false (state did not change) (8ms)
+182ms
â•‘â•‘Condition #12 evaluated false (7ms)
+183ms
â•‘â•‘Condition group #9 evaluated false (state did not change) (8ms)
+186ms
║╚Execution stage complete. (37ms)
+193ms
╚Event processed successfully (192ms)
12/7/2017, 11:25:21 PM +97ms
+7ms
â•”Starting piston... (v0.2.0fe.20171109)
+246ms
â•‘â•”Subscribing to devices...
+289ms
â•‘â•‘Subscribing to Living Room Can Lights Dimmer Switch.switch...
+302ms
â•‘â•‘Subscribing to Dining Room Hanging Lights.switch...
+313ms
â•‘â•‘Subscribing to Dining Room Can Lights Dimmer Switch.switch...
+388ms
║╚Finished subscribing (156ms)
+515ms
╚Piston successfully started (511ms)
12/7/2017, 11:24:00 PM +800ms
+8ms
â•”Starting piston... (v0.2.0fe.20171109)
+287ms
â•‘â•”Subscribing to devices...
+332ms
â•‘â•‘Subscribing to Living Room Can Lights Dimmer Switch.switch...
+344ms
â•‘â•‘Subscribing to Dining Room Hanging Lights.switch...
+410ms
║╚Finished subscribing (138ms)
+535ms
╚Piston successfully started (531ms)
12/7/2017, 11:23:24 PM +17ms
+1ms
â•”Received event [Living Room Can Lights Dimmer Switch].switch = on with a delay of 61ms
+145ms
â•‘RunTime Analysis CS > 19ms > PS > 70ms > PE > 56ms > CE
+153ms
â•‘Runtime (37750 bytes) successfully initialized in 70ms (v0.2.0fe.20171109) (151ms)
+154ms
â•‘â•”Execution stage started
+163ms
â•‘â•‘Comparison (enum) on changes_to (string) off = false (0ms)
+165ms
â•‘â•‘Cancelling condition #4's schedules...
+166ms
â•‘â•‘Condition #4 evaluated false (6ms)
+167ms
â•‘â•‘Cancelling condition #1's schedules...
+168ms
â•‘â•‘Condition group #1 evaluated false (state changed) (8ms)
+178ms
â•‘â•‘Condition #8 evaluated false (7ms)
+179ms
â•‘â•‘Condition group #5 evaluated false (state did not change) (9ms)
+182ms
║╚Execution stage complete. (27ms)
+188ms
╚Event processed successfully (188ms)
12/7/2017, 11:23:23 PM +773ms
+2ms
â•”Received event [Living Room Can Lights Dimmer Switch].switch = off with a delay of 72ms
+121ms
â•‘RunTime Analysis CS > 16ms > PS > 61ms > PE > 43ms > CE
+129ms
â•‘Runtime (37752 bytes) successfully initialized in 61ms (v0.2.0fe.20171109) (127ms)
+130ms
â•‘â•”Execution stage started
+140ms
â•‘â•‘Comparison (enum) off changes_to (string) off = true (1ms)
+142ms
â•‘â•‘Cancelling condition #4's schedules...
+143ms
â•‘â•‘Condition #4 evaluated true (6ms)
+144ms
â•‘â•‘Cancelling condition #1's schedules...
+145ms
â•‘â•‘Condition group #1 evaluated true (state changed) (8ms)
+147ms
â•‘â•‘Cancelling statement #2's schedules...
+209ms
â•‘â•‘Executed physical command [Living Room Can Lights Dimmer Switch].setLevel([40]) (57ms)
+210ms
â•‘â•‘Executed [Living Room Can Lights Dimmer Switch].setLevel (58ms)
+221ms
â•‘â•‘Condition #8 evaluated false (7ms)
+222ms
â•‘â•‘Condition group #5 evaluated false (state did not change) (9ms)
+225ms
║╚Execution stage complete. (95ms)
+232ms
╚Event processed successfully (231ms)
12/7/2017, 11:23:13 PM +748ms
+1ms
â•”Received event [Living Room Can Lights Dimmer Switch].switch = on with a delay of 84ms
+127ms
â•‘RunTime Analysis CS > 16ms > PS > 62ms > PE > 49ms > CE
+135ms
â•‘Runtime (37752 bytes) successfully initialized in 62ms (v0.2.0fe.20171109) (133ms)
+136ms
â•‘â•”Execution stage started
+146ms
â•‘â•‘Comparison (enum) on changes_to (string) off = false (1ms)
+148ms
â•‘â•‘Condition #4 evaluated false (5ms)
+149ms
â•‘â•‘Condition group #1 evaluated false (state did not change) (6ms)
+159ms
â•‘â•‘Condition #8 evaluated false (7ms)
+160ms
â•‘â•‘Condition group #5 evaluated false (state did not change) (9ms)
+162ms
║╚Execution stage complete. (26ms)
+171ms
╚Event processed successfully (171ms)
12/7/2017, 11:22:59 PM +51ms
+8ms
â•”Starting piston... (v0.2.0fe.20171109)
+366ms
â•‘â•”Subscribing to devices...
+411ms
â•‘â•‘Subscribing to Living Room Can Lights Dimmer Switch.switch...
+429ms
â•‘â•‘Subscribing to Dining Room Hanging Lights.switch...
+537ms
║╚Finished subscribing (194ms)
+672ms
╚Piston successfully started (667ms)
12/7/2017, 11:22:34 PM +879ms
+1ms
â•”Received event [Living Room Can Lights Dimmer Switch].switch = off with a delay of 419ms
+98ms
â•‘RunTime Analysis CS > 12ms > PS > 46ms > PE > 39ms > CE
+106ms
â•‘Runtime (37746 bytes) successfully initialized in 46ms (v0.2.0fe.20171109) (103ms)
+107ms
â•‘â•”Execution stage started
+116ms
â•‘â•‘Comparison (enum) off changes_to (string) on = false (1ms)
+118ms
â•‘â•‘Cancelling condition #4's schedules...
+118ms
â•‘â•‘Condition #4 evaluated false (6ms)
+119ms
â•‘â•‘Cancelling condition #1's schedules...
+120ms
â•‘â•‘Condition group #1 evaluated false (state changed) (8ms)
+130ms
â•‘â•‘Condition #8 evaluated false (7ms)
+131ms
â•‘â•‘Condition group #5 evaluated false (state did not change) (8ms)
+133ms
║╚Execution stage complete. (27ms)
+141ms
╚Event processed successfully (141ms)
12/7/2017, 11:22:20 PM +407ms
+1ms
â•”Received event [Living Room Can Lights Dimmer Switch].switch = on with a delay of 71ms
+117ms
â•‘RunTime Analysis CS > 20ms > PS > 60ms > PE > 38ms > CE
+407ms
â•‘Runtime (37748 bytes) successfully initialized in 60ms (v0.2.0fe.20171109) (405ms)`