1) Give a description of the problem
I’m trying to get the lights in my bedroom to gently fade in when I call a routine from Alexa, as well as turn the lights on downstairs for when I get down there. I tried using the fade command but the lights just turned straight on at 70%. I then tried to implement a manual fade by working out the time in between increases in the level and setting a repeat function. Now nothing turns on when I issue the voice command, not even the lights elsewhere in the house!
2) What is the expected behaviour?
Bedroom lights turn on at 1% brightness and increase by 1% every 18 seconds over a half hour period.
Lights elsewhere in the house turn on.
3) What is happening/not happening?
Nothing!
4) Post a Green Snapshot of the piston
5) Attach logs after turning logging level to Full
1/19/2022, 10:01:15 AM +148ms
+1ms ╔Received event [My home].test = 1642586475148 with a delay of 0ms
+72ms ║RunTime Analysis CS > 20ms > PS > 6ms > PE > 46ms > CE
+75ms ║Runtime (48673 bytes) successfully initialized in 6ms (v0.3.113.20210203) (73ms)
+76ms ║╔Execution stage started
+94ms ║║Comparison (enum) off is (string) on = false (1ms)
+96ms ║║Cancelling condition #22’s schedules…
+97ms ║║Condition #22 evaluated false (16ms)
+98ms ║║Condition group #1 evaluated false (state did not change) (17ms)
+112ms ║║Comparison (time) 36075249 is_between (time) 23400000 … (time) 32400000 = false (9ms)
+114ms ║║Condition #8 evaluated false (12ms)
+115ms ║║Condition group #7 evaluated false (state did not change) (14ms)
+158ms ║║Comparison (time) 36075266 is_between (time) 32400000 … (time) 1642609860000 = true (10ms)
+159ms ║║Time restriction check passed
+161ms ║║Cancelling condition #33’s schedules…
+162ms ║║Condition #33 evaluated true (45ms)
+175ms ║║Comparison (enum) off is (string) on = false (2ms)
+177ms ║║Cancelling condition #34’s schedules…
+178ms ║║Condition #34 evaluated false (14ms)
+179ms ║║Condition group #32 evaluated false (state did not change) (62ms)
+184ms ║║Comparison (time) 36075330 happens_daily_at (time) 77400000 = false (1ms)
+185ms ║║Condition #39 evaluated false (4ms)
+189ms ║║Cancelling statement #39’s schedules…
+192ms ║║Requesting time schedule wake up at Wed, Jan 19 2022 @ 9:30:00 PM GMT
+197ms ║║Condition group #38 evaluated false (state did not change) (15ms)
+214ms ║╚Execution stage complete. (138ms)
+217ms ║Setting up scheduled job for Wed, Jan 19 2022 @ 9:30:00 PM GMT (in 41324s)
+228ms ╚Event processed successfully (227ms)
1/18/2022, 9:30:00 PM +998ms
+10089ms ║Piston waited at a semaphore for 10013ms
1/18/2022, 9:29:59 PM +924ms
+10166ms ║Piston waited at a semaphore for 10099msPreformatted text
REMOVE BELOW AFTER READING
If a solution is found for your question then please mark the post as the solution.