Hello. I have a piston that does (should) not act without being called. My intent is to call it via JSON, and that all works just fine. But at the start, I have:
If My Garage Door contact is Open
Then text me
and proceed with 5 or 6 tasks.
My intent is just to alert me if the door is open when this is called.
But what happens is that when the garage door opens, it triggers this piston.
How do I stop that from happening?
Thanks