Poll Not Trigger


#1

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


#2

BTW, per my reading, I’m using a “Condition” of “is”, not a trigger…


#3

Try clicking the cog (wheel icon) for the Garage door and in the subscription, change it to never subscribe.


#4

Ah!! That looks VERY promising!! Thanks a bunch!!!