1) Give a description of the problem
The light goes off after the fade loop is completed
2) What is the expected behavior?
To fade the light from 0-80% in 10 minutes and then stay on until 6:00 AM
3) What is happening/not happening?
Light comes on and fades up but is being turned off by room manager.
**4) Post a Green Snapshot of the piston![image|45x37]
5) Attach any logs (From ST IDE and by turning logging level to Full)
1/23/2018, 5:59:59 AM +124ms
+1ms ╔Received event [Home].time = 1516705200000 with a delay of -877ms
+395ms ║RunTime Analysis CS > 267ms > PS > 59ms > PE > 70ms > CE
+398ms ║Runtime (42749 bytes) successfully initialized in 59ms (v0.2.102.20180116) (396ms)
+399ms ║╔Execution stage started
+415ms ║║Comparison (time) 21599532 happens_daily_at (time) 17400000 = false (6ms)
+417ms ║║Cancelling condition #12’s schedules…
+418ms ║║Condition #12 evaluated false (11ms)
+432ms ║║Cancelling statement #12’s schedules…
+436ms ║║Requesting time schedule wake up at Wed, Jan 24 2018 @ 4:50:00 AM EST
+439ms ║║Cancelling condition #1’s schedules…
+440ms ║║Condition group #1 evaluated false (state changed) (33ms)
+449ms ║║Comparison (integer) 1 is_less_than (integer) 80 = true (2ms)
+450ms ║║Condition #24 evaluated true (7ms)
+461ms ║║Comparison (enum) off is_not (string) off = false (1ms)
+462ms ║║Condition #25 evaluated false (11ms)
+463ms ║║Condition group #19 evaluated false (state did not change) (21ms)
+471ms ║║Comparison (time) 21599593 happens_daily_at (time) 21600000 = true (0ms)
+473ms ║║Time restriction check passed
+475ms ║║Cancelling condition #30’s schedules…
+476ms ║║Condition #30 evaluated true (8ms)
+477ms ║║Cancelling statement #30’s schedules…
+482ms ║║Requesting time schedule wake up at Wed, Jan 24 2018 @ 6:00:00 AM EST
+490ms ║║Comparison (string) :0b4c38241cd3f9d5bc3e816c32944d25: is_any_of (string) :0b4c38241cd3f9d5bc3e816c32944d25:,:062a023dd7333a8b86feb07f041dfd0c: = true (2ms)
+491ms ║║Condition #31 evaluated true (6ms)
+499ms ║║Comparison (enum) off is (string) on = false (2ms)
+501ms ║║Condition #35 evaluated false (8ms)
+502ms ║║Condition group #13 evaluated false (state did not change) (33ms)
+506ms ║╚Execution stage complete. (106ms)
+508ms ║Setting up scheduled job for Wed, Jan 24 2018 @ 4:50:00 AM EST (in 82200.369s), with 1 more job pending
+520ms ╚Event processed successfully (520ms)
1/23/2018, 4:49:59 AM +86ms
+1ms ╔Received event [Home].time = 1516701000000 with a delay of -914ms
+130ms ║RunTime Analysis CS > 22ms > PS > 50ms > PE > 58ms > CE
+133ms ║Runtime (42745 bytes) successfully initialized in 50ms (v0.2.102.20180116) (131ms)
+134ms ║╔Execution stage started
+148ms ║║Comparison (time) 17399228 happens_daily_at (time) 17400000 = true (5ms)
+149ms ║║Time restriction check passed
+151ms ║║Cancelling condition #12’s schedules…
+151ms ║║Condition #12 evaluated true (10ms)
+160ms ║║Cancelling statement #12’s schedules…
+165ms ║║Requesting time schedule wake up at Wed, Jan 24 2018 @ 4:50:00 AM EST
+172ms ║║Comparison (string) :0b4c38241cd3f9d5bc3e816c32944d25: is_any_of (string) :0b4c38241cd3f9d5bc3e816c32944d25:,:062a023dd7333a8b86feb07f041dfd0c: = true (2ms)
+173ms ║║Condition #26 evaluated true (5ms)
+174ms ║║Cancelling condition #1’s schedules…
+175ms ║║Condition group #1 evaluated true (state changed) (34ms)
+178ms ║║Cancelling statement #2’s schedules…
+193ms ║║Executed physical command [Tom’s Light].on() (10ms)
+194ms ║║Executed [Tom’s Light].on (12ms)
+200ms ║║Executed virtual command [Tom’s Light].setVariable (3ms)
+219ms ║║Executed physical command [Tom’s Light].setLevel([1]) (9ms)
+220ms ║║Executed [Tom’s Light].setLevel (18ms)
+226ms ║║Comparison (time) 17399310 happens_daily_at (time) 21600000 = false (0ms)
+228ms ║║Cancelling condition #30’s schedules…
+229ms ║║Condition #30 evaluated false (4ms)
+230ms ║║Cancelling statement #30’s schedules…
+233ms ║║Requesting time schedule wake up at Tue, Jan 23 2018 @ 6:00:00 AM EST
+236ms ║║Condition group #13 evaluated false (state did not change) (12ms)
+239ms ║╚Execution stage complete. (105ms)
+241ms ║Setting up scheduled job for Tue, Jan 23 2018 @ 6:00:00 AM EST (in 4200.673s), with 1 more job pending
+260ms ╚Event processed successfully (259ms)
Here are my settings for Room Manager:
I have played around with the settings but I can’t seem to get it to stop turning the light out between 4:50 - 6:00 am. Also, I have the Mode set for Nighttime until 6:00 am. when it turns to Home.
REMOVE BELOW AFTER READING
If a solution is found for your question then please mark the post as the solution.