1) Give a description of the problem
For testing purposes, I’m using the “is home” condition instead of the trigger “changes to” and the wait will be 5 mins.
When I only have the outside light parts in the scripts, it works perfect. When I add the 2 indoors light, only the outside lights turn on. Go easy on me, i’m just starting with ST and WebCore as I just transitioned from Wink.
2) What is the expected behaviour?
I want to have the outside light turn on after sunset, always. I want the 2 lights inside the house to turn on after sunset, only if no one is home.
3) What is happening/not happening?
The outside lights turn on but nothing on the inside.
**4) Post a Green Snapshot of the piston!
5) Attach logs after turning logging level to Full
5/10/2020, 12:22:20 AM +494ms
+0ms ╔Received event [My home].time = 1589084541669 with a delay of -1175ms
+44ms ║RunTime Analysis CS > 20ms > PS > 5ms > PE > 18ms > CE
+46ms ║Runtime (41186 bytes) successfully initialized in 5ms (v0.3.110.20191009) (45ms)
+47ms ║╔Execution stage started
+61ms ║║Skipped execution of physical command [Outside Lights].off([]) because it would make no change to the device. (2ms)
+61ms ║║Executed [Outside Lights].off (4ms)
+96ms ║║Comparison (time) 1340558 is_between (time) 1589156700000 … (time) 1589104140000 = true (9ms)
+97ms ║║Time restriction check passed
+99ms ║║Condition #9 evaluated true (35ms)
+100ms ║║Cancelling statement #9’s schedules…
+107ms ║║Requesting time schedule wake up at Sun, May 10 2020 @ 5:49:00 AM EDT
+118ms ║║Comparison (string) Home is (string) home = false (1ms)
+119ms ║║Condition #10 evaluated false (10ms)
+120ms ║║Condition group #8 evaluated false (state did not change) (57ms)
+123ms ║╚Execution stage complete. (76ms)
+125ms ║Setting up scheduled job for Sun, May 10 2020 @ 5:49:00 AM EDT (in 19599.382s), with 1 more job pending
+132ms ╚Event processed successfully (131ms)
5/10/2020, 12:22:16 AM +556ms
+1ms ╔Received event [My home].test = 1589084536556 with a delay of 0ms
+33ms ║RunTime Analysis CS > 13ms > PS > 5ms > PE > 15ms > CE
+36ms ║Runtime (41182 bytes) successfully initialized in 5ms (v0.3.110.20191009) (34ms)
+37ms ║╔Execution stage started
+70ms ║║Comparison (time) 1336598 is_between (time) 1589156700000 … (time) 1589104140000 = true (10ms)
+71ms ║║Time restriction check passed
+73ms ║║Condition #2 evaluated true (32ms)
+74ms ║║Cancelling statement #2’s schedules…
+83ms ║║Requesting time schedule wake up at Sun, May 10 2020 @ 5:49:00 AM EDT
+91ms ║║Comparison (string) Home is (string) Home = true (1ms)
+93ms ║║Condition #3 evaluated true (8ms)
+94ms ║║Condition group #1 evaluated true (state did not change) (53ms)
+96ms ║║Cancelling statement #4’s schedules…
+107ms ║║Executed physical command [Outside Lights].on() (7ms)
+108ms ║║Executed [Outside Lights].on (8ms)
+111ms ║║Executed virtual command [Outside Lights].wait (1ms)
+112ms ║║Requesting a wake up for Sun, May 10 2020 @ 12:22:21 AM EDT (in 5.0s)
+128ms ║╚Execution stage complete. (92ms)
+130ms ║Setting up scheduled job for Sun, May 10 2020 @ 12:22:21 AM EDT (in 4.983s), with 2 more jobs pending
+142ms ╚Event processed successfully (142ms)
REMOVE BELOW AFTER READING
If a solution is found for your question then please mark the post as the solution.