4 logical Operators


#1

Im using a contact sensor but I only want it to operate the piston at different times
If contact sensor is open
or
time is between 7am and 11 am
or
time is between 2 pm and 4 pm
or
time is between 7 pm and 11 pm
The way it is now is that it operates all the time. I tried to change the 1st or to and but they all change
How would I accomplish this. Can I not change one Logical Operater


#2

On the first if, if you click add condition, then select group rather than condition. You can then put your time conditions or’d in there. Then click on the or before the group conditions, and change it to an and.

if contact sensor is open and (time between or time between or time between)
then

It would be worth seeing your piston.


#3

Thanks


#4

I also have another problem/question.
My dad has a subscription with Webcore as well im trying to start one of his pistons with one of my pistons. Im trying to do that with location/get request then i past in the ULR of his piston. This does not seem to work.


#5

It’s probably better to post as a new issue, and include your piston. Make sure it’s the anonymised one, so others cant operate your dads piston!