Thanks @bamarayne. I tried this also, uninstalling SmartAlarm and setting delay with “Send Status” set in ULM, but the delay still does not have any indication on the keypad. Is there a chance my keypad or its firmware is not correct for this DTH? The back of the keypad says Centralite 3400 (not 3400-X).
I ended up removing all components of this setup including the device handler and both App Codes in my API and restart from scratch (again). This time I was able to get the Exit delay beeps from the keypad when set up for ULM and SHM, but not when I configured everything as stated for the SmartAlarm app.
However, I am happy with this setup considering the SHM integration works this way and the alarm status is reflected on the keypad.
I managed to create an entry delay using a Piston in CoRE Opening a Simulated Contact sensor activated 30 Seconds after my actual contact sensor(s) are triggered Open and Closing after another 10 Seconds. I also used the piston to make the Centralite Keypad Beep every 2 seconds during the delay. Will update with the CoRE setup once I have tested it for excessive lagging, etc (currently having unrelated connectivity issues).
This is an interesting idea and I’m not sure I understand.
I’m doing something similar to @pmgauthier to get the keypad to beep when motion is detected in parts of the house but the system is armed… with out triggering an event it the SHM.
I tried setting up a piston to do so, but it is still not working. I may have my parameters wrong?
I am still able to activate a single beep instead, so I don’t think it is conflicting with the virtual contact sensor piston I have triggered by the same Front Door Contact Sensor.
This may have been answered in this thread somewhere, but it so large it is hard to navigate.
I have installed this and I have some really odd behavior happening.
I can arm the system from the keypad fine but when I touch it to try to disarm it instantly goes off. Also it will just randomly set the alarm off.
“2017-01-22 12:56:13.337 AM CST - 4 days ago APP Garage keypad intrusion detected.”
Has anyone had this trouble? I have the Smart Home Monitoring app installed as I use Scout to actually monitor my home so not sure if that has something to do with this.
It sounds like you probably have “All motion sensors” or “All intrusion sensors” selected in SHM for monitoring.
Since the keypad reports motion events when you wake it up, and intrusion events if you press the panic button, it would immediately trigger SHM as soon as you wake up the keypad.
You can fix this by selecting individual sensors to monitor in SHM, instead of selecting all the sensors.
That looks right to me, I wonder if Comcast has changed anything in their firmware which would break the functionality or undocumented commands we’re using for this.
Hrmmm so I see what you are saying I do not see how you can select the individual sensors in SHM. When I open Security under SHM I only see a toggle to turn on/off use all but nothing else.
Yep. That should be the right place. You may have to hit the next button (I’m not familiar with the iPhone interface here, I think there are some differences to the Android one)
I’ve managed to get an audible Entry Delay to work without Smart Alarm, (using Smart Home Monitoring, ULM, and CoRE). Here’s how:
Set up the keypad using mitchpond’s DTH at the top of the forum. Likewise with ethayer’s ULM smartapp, using the methods outlined at the top (including Entry Delay set at 30).
Create a virtual door contact by “Adding a Thing” and link it to Smart Home Monitoring instead of the actual door sensor.
#1: If [real contact sensor] changes to "Open";
Then Using [Virtual Door Contact Sensor] Wait 30 seconds,
Set to "Open, Wait 10 seconds, Set to "Closed"
Piston Restrictions: Only execute during these alarm states:
"Armed/Stay, Armed/Away"
#2: If [real contact sensor] changes to "Open";
Then Using [Keypad] (select from under "Tone Generators")
setEntryDelay(..)
Parameter #1 Type: "number"
Parameter #1 Value: "30"
Piston Restrictions: Only execute during these alarm states:
"Armed/Stay, Armed/Away"
Optional: Set up a third CoRE piston to make the Keypad Chime (“Beep”) if [Real Contact Sensor] changes to “Open” (only during “Unarmed” alarm state).
Hope this helps those who want both Entry Delay and Exit Delay with audible countdowns on the keypad, current alarm status glowing on the keypad, and continued use of SHM from the SmartThings app for security control from your phone, rather than just keypad(s).
Zack my Github settings have got to be wrong as it is green, and when I click the Github is blank showing nothing. Can you please set me straight? Thanks. Two screenshots below.
Looks like you only included 1 screenshot, but in that screenshot, it looks like the branch name might have a semicolon in the middle, and is using a lowercase ‘keypad’ (SmartAl;arm-keypad, instead of SmartAlarm-Keypad)