Thanks LeeG, my little garage door program below:
If
$iPhone_smith is 1
And Status 'IO Linc Garage Sensor' is On
Then
Send Notification to 'Default' content 'Garage Door Notification Opening'
Set Scene 'Garage Door Relay' On
Else
Send Notification to 'Default' content 'Garage Door Notification Closed'
So I would have expected the If not to execute when opening/closing with a keypad or the door switch itself because there is no change of state in the iPhone variable, so the If would evaluate to False. My iPhone is just sitting in the house, so yes it's in range (1) but not changing - obviously this isn't the case. The keypad and door switch work fine with this program disabled.
Thanks again!
mike