A question for you M1G gurus... I've programmed my Elk M1 Gold to arm to night instant when function key F4 is activated on my M1KP2 keypad. I'm using the following rule:
This works exactly like I expected: when I press F4 twice, the control arms to night instant.
However, if I change the keypad settings to enable the "Require Code" option for F4, the control waits approximately one minute before arming. I edited the rule so that I could confirm the rule was activating:
With this modified rule, I confirmed that the rule is firing right away, but the arming is delayed. Here's precisely what happens:
- I press F4
- The keypad buzzes and displays AUTH REQUIRED
- I enter a valid code
- The keypad prompts me to press F4 again; I press F4 a second time
- The keypad displays the "Arming to night instant" message from my rule, but doesn't arm yet. The green READY light stays on
- Up to 60 seconds pass
- Finally, the control arms to night instant with the usual voice announcement and red ARMED light
The timing of the delay is precise: it waits until the start of the next minute.
Obviously, I'd like it to arm immediately when F4 is activated, even when I require a code. Anyone have an idea on this?
Thanks!
-Tex
Code:
WHENEVER KEY F4 ON KEYPAD1 ACTIVATES
THEN ARM AREA(S) 1 TO NIGHT INSTANT IMMEDIATELY
This works exactly like I expected: when I press F4 twice, the control arms to night instant.
However, if I change the keypad settings to enable the "Require Code" option for F4, the control waits approximately one minute before arming. I edited the rule so that I could confirm the rule was activating:
Code:
WHENEVER KEY F4 ON KEYPAD1 ACTIVATES
THEN DISPLAY "Arming to night instant IN Home (Area 1) FOR 60 SECONDS, [*] CLEARS
THEN ARM AREA(S) 1 TO NIGHT INSTANT IMMEDIATELY
With this modified rule, I confirmed that the rule is firing right away, but the arming is delayed. Here's precisely what happens:
- I press F4
- The keypad buzzes and displays AUTH REQUIRED
- I enter a valid code
- The keypad prompts me to press F4 again; I press F4 a second time
- The keypad displays the "Arming to night instant" message from my rule, but doesn't arm yet. The green READY light stays on
- Up to 60 seconds pass
- Finally, the control arms to night instant with the usual voice announcement and red ARMED light
The timing of the delay is precise: it waits until the start of the next minute.
Obviously, I'd like it to arm immediately when F4 is activated, even when I require a code. Anyone have an idea on this?
Thanks!
-Tex