I have been experimenting with my HAI key fob and the necessary automation programming for it to function. I have not found any code that I am perfectly happy with, but I am entirely new at this and probably missing something. I am trying to mimic a cars key fob in the lock/unlock buttons, i.e. with the porch lights flashing to indicate a confirmation of the arm state. The ease of this was a major 'preselling' point for the WAF of the system so I need this to work perfectly. Here is what I have:
3. WHEN Key fob 1 lock button NOT READY
AND IF AREA 1 ANY ALARM NOT ACTIVATED
THEN PROGRAM ARM AWAY
THEN Front porch overhead light BLINK (0.25 Sec) FOR 2 SECONDS
4. WHEN Key fob 1 unlock button NOT READY
AND IF AREA 1 ANY ALARM ACTIVATED
THEN PROGRAM DISARM
THEN Front porch overhead light BLINK (0.50 Sec) FOR 2 SECONDS
Basically the code checks to see the system state and arms or disarms and then blinks the porch light. I am having two issues, first the lock/arm puts the system in exit delay for arming. I want to use the fob once outside the house to immediately arm the system, similar to how a car's key fob functions. The second issue is the delay I am having. The time between pushing the key button and response of the system is a good 4 to 5 count. I have the light button programmed to turn on some lights and it also has the same significant delay, with an additional 3 to 4 second delay between each set of lights switched on. How can I speed this up? Am I even doing this right?
3. WHEN Key fob 1 lock button NOT READY
AND IF AREA 1 ANY ALARM NOT ACTIVATED
THEN PROGRAM ARM AWAY
THEN Front porch overhead light BLINK (0.25 Sec) FOR 2 SECONDS
4. WHEN Key fob 1 unlock button NOT READY
AND IF AREA 1 ANY ALARM ACTIVATED
THEN PROGRAM DISARM
THEN Front porch overhead light BLINK (0.50 Sec) FOR 2 SECONDS
Basically the code checks to see the system state and arms or disarms and then blinks the porch light. I am having two issues, first the lock/arm puts the system in exit delay for arming. I want to use the fob once outside the house to immediately arm the system, similar to how a car's key fob functions. The second issue is the delay I am having. The time between pushing the key button and response of the system is a good 4 to 5 count. I have the light button programmed to turn on some lights and it also has the same significant delay, with an additional 3 to 4 second delay between each set of lights switched on. How can I speed this up? Am I even doing this right?