Lights Off command not working for some lights


#1

1) Give a description of the problem
Hello, I have a pretty basic command set in Webcore for all of my exterior lights to turn off 30 minutes to sunrise. Almost all of the lights turn off per the command but for some reason I’m having trouble with 2 separate lights. One is a Caseta switch and another is a Hue bulb. Both refuse to turn off every morning, even though they follow all the other commands I have pistons for (turn on at sunset, dim at midnight, etc…). Thanks in advance

2) What is the expected behaviour?
Lights turn off 30 mins to sunrise

3) What is happening/not happening?
Lights do not turn off

**4) Post a Green Snapshot of the piston

5) Attach logs after turning logging level to Full
9/23/2022, 12:41:25 PM +415ms
+3ms ╔Received event [Home].test = 1663951285412 with a delay of 4ms
+52ms ║RunTime Analysis CS > 27ms > PS > 7ms > PE > 17ms > CE
+57ms ║Runtime (38218 bytes) successfully initialized in 7ms (v0.3.114.20220203) (53ms)
+58ms ║╔Execution stage started
+106ms ║║Comparison (time) 45685479 happens_daily_at (time) 1663930200000 = false (0ms)
+108ms ║║Cancelling condition #2’s schedules…
+109ms ║║Condition #2 evaluated false (45ms)
+120ms ║║Cancelling statement #2’s schedules…
+127ms ║║Requesting time schedule wake up at Sat, Sep 24 2022 @ 6:20:00 AM EDT
+139ms ║║Cancelling condition #1’s schedules…
+140ms ║║Condition group #1 evaluated false (state changed) (76ms)
+193ms ║╚Execution stage complete. (135ms)
+203ms ║Setting up scheduled job for Sat, Sep 24 2022 @ 6:20:00 AM EDT (in 63514s)
+214ms ╚Event processed successfully (214ms)


#2

I dont think a log of the test button being rested will help much. Yiu need to show the log from when the time event happens.
Just a thought, it might be worth splitting the off’s, a minute apart. I wonder if that many events happening at once is flooding the network.


#3

try setting the devices in a variable and using a for each loop to turn off devices individually