Some lights go out


#1

1) Give a description of the problem
My problem is that some lights go out but not all

2) What is the expected behavior?
all lights should be switched off.

3) What is happening/not happening?
Some lights go out but not all of them.

4) Post a Green Snapshot of the pistonimage

5) Attach any logs (From ST IDE and by turning logging level to Full)

2019-03-13 22:19:59 +73ms
+1ms	╔Received event [Tallstigen 14].test = 1552511999073 with a delay of 1ms
+85ms	║RunTime Analysis CS > 22ms > PS > 44ms > PE > 17ms > CE
+89ms	║Runtime (39637 bytes) successfully initialized in 44ms (v0.3.10a.20190223) (87ms)
+91ms	║╔Execution stage started
+101ms	║║Comparison (time) 80399170 happens_daily_at (time) 79200000 = false (0ms)
+103ms	║║Condition #2 evaluated false (6ms)
+105ms	║║Cancelling statement #2's schedules...
+110ms	║║Requesting time schedule wake up at Thu, Mar 14 2019 @ 10:00:00 PM CET
+113ms	║║Condition group #1 evaluated false (state did not change) (16ms)
+116ms	║╚Execution stage complete. (26ms)
+119ms	║Setting up scheduled job for Thu, Mar 14 2019 @ 10:00:00 PM CET (in 85200.809s)
+130ms	╚Event processed successfully (130ms)

#2

Do you want lights to go OFF all at once? or with the random times you mentioned?

If you are okey with waiting (according to random times you give) then try NEVER CANCEL TASK in every single WITH.


#3

Hello and thank you for responding.
Yes I want a random extinguishing of my lamps.
I think I understand what you mean but I don’t know how to do it to make it work.
Is there an example that I can see how?


#4

you are welcome,
here is what you do,
Click on WITH and you will see this,

Click on the wheel and choose NEVER CANCEL TASKS

When you are done you should see N with a circle around… You are good to go. Now your piston will WAIT until every single TASK is done.

46%20PM


#5

Thanks so much.
Is there anything you have to set on all pistons if you have more than one “with” or just when you have a time delay?

As a beginner it may be good to know, since my evening lighting controlled by the sun’s downfall also contains some time delays.


#6

Just when you need a piston to WAIT before moving on the to next TASK…
Pistons run from top to bottom in one go (unless instructed other wise)
When ever you need piston to stop and WAIT you can use NEVER CANCEL TASK
if there is a single command yo make the whole piston WAIT on every task, I am not aware.
(I am also a beginner::))))