Neurorad
Senior Member
Believe me, there is enough information (and opinions) on EOL resistors in this forum that one could write a book on the subject!![]()
Amen. Try a search, jaybird.

Edited to make inoffensive

Believe me, there is enough information (and opinions) on EOL resistors in this forum that one could write a book on the subject!![]()
However the HAI seems to be lacking on the security side. I want to be able to arm the system with the garage open. You can't force arm the HAI meaning I either have to enable auto bypass (selectable only for all zones) or manually bypass a zone.
Elk is a fine choice. Fyi on HAI you can achieve the per zone bypass programatically. For example I bypass the garage door when opened and remove the bypass when it closes.
Still haven't pulled the trigger on the Elk. I feel like I am going to regret not having the light status tracking and the ZigBee thermostat option on the HAI. I realized it is going to be more of a mess than I thought to get a wire from the upstairs thermostat to the basement alarm panel.
I didn't think of doing the garage bypass triggered by the door itself. Does your code resemble the below?
WHEN Garage Door NOT READY
IF SECURITY OFF
THEN BYPASS Garage Door
WHEN Garage Door SECURE
THEN RESTORE Garage Door
With HAI the other issue I had was the console Night button arms to night instant. To get the best of both I figured if the motion downstairs is triggered to change to night delay. When changing arm modes do you know if the console beep? I'm hoping I can have it switch silently.
WHEN Downstairs Motion NOT READY
IF SECURITY NIGHT
AND NOT SECURITY NIGHT DLY
THEN PROGRAM NIGHT DLY
I'm not sure if this is the exact syntax for the NOT operation. From what I read SECURITY NIGHT also include SECURITY NIGHT DLY so I would need to check that. Otherwise the motion would continually change it to NIGHT DLY.
I came across the HAI OmniPro C# SDK, which looks perfect to create an email notification service. Part of my day job is writing C# so I can't imagine it would take more than a few hours to learn their SDK and create it. If I go the HAI route and come up with something good I'll be sure to share.
My last concern is the visible ready / arm status. The HAI console looks to have the LED below a plastic silkscreen. I'm thinking I could open the console and just cover the opening for the LED. For the LCD portion I know the system shows the date time on the top row and SYSTEM OK on the bottom. When armed what does this change to? I'm assuming it shows something like ARMED AWAY. I know it is possible to show a message on the console. Anybody know if the message overrides the ARMED AWAY or if it alternates between them?