Turn off keypad chime when leaving the house

For two separate Buttons.
You have to name the buttons in the button setup section in PCAccess.
Then simple code would look like this.

Code:
WHEN Nap On
  THEN All Consoles DISABLE BEEPS

WHEN Nap Off
  THEN All Consoles ENABLE BEEPS


Each state will be a permanent change until the beeper is enabled or disabled by a new action.
 
All works great. however, on the HAI iPhone app the buttons dont show up. Is there and additional steps to get the buttons to show up on the app? They work perfectly on the console.
 
I'm not familiar with the workings of the HAI app.
Do you see any buttons? Or are you just missing the new ones?
In Haiku you clear the cache and it uploads the new info.
 
I'm trying to use the ruleset provided in an earlier post of this thread (thank you for that).
Even though the F4 key works, the wife forgets and just types in her code to disarm
So - I noted that there might be a way as soon as she hits a key... but the code below doesnt work.
I dont want to shut down non alarm warnings all night, not sure if my sump pump water alarm would then be silenced (which I really want to hear...)

So on the 1st keypress of a digit, I can't mute the speakers?

-----------------------------
Whenever ACCESS FrontEntryHall (KP1) is TRIGGERED
and time of day is later than 5:00am
and time of day is earlier than 6:30am
THEN toggle output 199

etc the rest of the programming to mute the non-alarm sounds.
 
I'm not familiar with the workings of the HAI app.
Do you see any buttons?  Or are you just missing the new ones?
In Haiku you clear the cache and it uploads the new info.
Desert, Ive heard all I need to do is RETREIVE again and the buttons will work. Sounds similar to clearing cache.
 
Back
Top