Sunset Piston Didn't Fire


#1

1) Give a description of the problem
I created my second piston yesterday. It should have fired at sunset last night but didn’t. I’m brand new to WebCoRE and likely did something (many things) wrong.

2) What is the expected behavior?
I want to turn on and set the level of various lights at sunset (or sunset with an offset). The specific lights and levels will vary depending on the mode.

3) What is happening/not happening?
The piston didn’t fire.

**4) Post a Green Snapshot of the piston![image|45x37]

5) Attach any logs (From ST IDE and by turning logging level to Full)
Not sure how to do this.


#2

I’m going to take a punt here but I bet your first light turned on to 3% and then nothing else happened. That is because you have a wait until 9:00pm.
Everything will now stop until 9:00pm by which time sunset has long past and the rest of the piston will not fire.
Change the various actions to async. That will cause all actions will run at the same time.
You will find this by clicking on the ‘ifs’ then the settings cog. Yoiu will now see a dropdown for sync and async.
Now do the same for each with statement.
Everything should now run simultaneously.


#3

Thank you, that’s exactly what happened. When I look at the activity for each device, I see they all reacted to the set level commands at 9:00. Thanks for your help.