Greetings!
I've had my AD2Serial for a few weeks now, and I'm loving it.
It's hooked to an Opengear ACM5000 box, which has a nice mechanism for kicking off responses to serial input based on regex matches.
For example, I've got my front door zone configured to close a (virtual) relay in the AD2Serial as described elsewhere around here. When the Opengear sees !REL:12,01,01 (front door open relay action), it kicks off a script that sleeps for 5 minutes, then sends me a text message.
When the front door closes, the Opengear sees !REL:12,01,00 (front door close relay action), so it kicks off a different script that kills the first one, hopefully before the first script has gotten around to sending the text message.
If the front door stands open for 5 minutes, I get a text message telling me that somebody's left the front door open.
Nifty!
Now, the front door zone is wired directly to my panel (a Vista 20P). I'm using the zone-triggers-virutal-relay panel configuration technique because that's the only way to get contact closure data from these zones onto the keypad bus.
I've got a 4229 expander that I'll be adding to the system soon. Most of the zones on this expander are not things that I want the alarm to act on. For example, my Vista20P isn't going to do anything in response to the mail being delivered, but I'd like my computer to log that event.
I'm thinking of putting the 4229 on the keypad bus (using a unique address), but not configuring most of these zones in the panel. Instead, these new zones will monitor things that my computer is interested in, but which the panel is not.
I assume that the panel will ignore fault/clear events for zones it doesn't care about, and that the AD2Serial will report on all events from this expander whether the panel takes an action or not.
Do I have that right?
Is there any downside to having fault/clear events on zones which haven't been programmed in the panel?
Can I still use some of the 4229 zones (and relays) in the panel, while using the others to monitor events that only the AD2Serial will care about?