Just need a sanity check here. I am looking for a macro that will flash lights if a contact is open. Basically, I have two garage doors, mine and Amy's.I am looking for a macro to react to a command from an SS13 that will check the status of the garage door and if the contact is open, flash the correct lamp - mine if mine is open, hers if hers is open.
I started working on this but I cannot get the condition set for the sensor. In AHP, it shows the door is closed. When I trip the door, AHP recognizes the door opening, and state changes in AHP, so I dont think it is a communication issue. I confirmed this is also the case with the other DS10A in the same room.
Example: Door is actually closed, AHP shows contact as closed.
Condition: Not open = AHP says its is true and runs macro
COndition: Exactly Open = AHP says its is true and runs macro
Condition: Not Closed = AHP says its is true and runs macro
Condition: Exactly Closed = AHP says its is true and runs macro
So then I trip the door, AHP shows the contact open, and I run the same use cases, and the same results.
So what am I doing wrong? Any help is appreciated!
Bob