Second condition not running for some reason?


#1

I feel I’m missing something obvious here and I’m just brain farting. I’ve got some pretty fairly complex pistons running, so I’m not a total noob, but I am somewhat new to webCore. I threw together a quick piston to control my christmas lights…and for some reason the first condition is being triggered. but the second one isn’t working at all…but if I “Test” the piston…it then works correctly.

Basically, I only care to have the tree turned on if someone is home and it’s during the hours of 5AM to 11PM. If everyone leaves, there’s no point in having the tree on.

1) Give a description of the problem
For some reason only the first condition is triggering, but the second one that controls the christmas tree isn’t working

2) What is the expected behavior?
That both statements will run independently

3) What is happening/not happening?
The second condition isn’t running

4) Post a Green Snapshot of the pistonimage


#2

So to expand on it, in case I’m not clear…I’m at work right now so the Mode is “Away”. I just manually switched the mode to “Home” but “Christmas Tree” did not turn on. But if I go into the dashboard and hit “Test” on that piston, then the tree turns on.

But the first condition has no issues running throughout the day.


#3

There are no lightning bolts next to your 2nd IF. You have triggers on 1st IF and conditons on your 2nd IF. Edit piston,click on line 26 and 28, click the gear icon and change Subscription method to always. Should do the trick.


#4

Awesome! Thank you so much, that did the trick!