So when I used to use CoRE I made this piston and it worked great. With WebCoRE I’m having a terrible time figuring out how to get it to work. Basically if neither my wife or I are home, then it should execute Goodbye, but if one of us comes home it executes I’m back. However, if one of us is already home it still executes.
I’m sure im just missing a check box but cant get it to work. I tried changing it to execute on condition state change only but then it doesnt work at all. Please help!!
execute
if
Any of Nicholas’s iPhone’s or Rocio’s presence is present
then
Execute routine “I’m Back”;
else
Execute routine “Goodbye”;
end if;
end execut