Need a Keypad to arm and disarm ST hub that is battery powered and wall mounted

While The smart thing developers are debugging, the android presence sensor, I would like to have a control panel that can be wall mounted, runs on batteries, and used to arm and disarm the system and clear any alarm triggers.

The Iris Keypad from Centralite is a nice one that is pretty cheap (full price is $40, but coupons at Lowes can drop it).

http://www.lowes.com/pd_690406-41277-3405-L___?productId=999925326&pl=1&Ntt=keypad

Or you can buy it in one of the Iris kits for $99

http://www.lowes.com/pd_753205-41277-9403-L___?productId=999929894&pl=1&Ntt=iris+automation

4 Likes

My solution is an inexpensive ā€œhackā€, but it securely does the trick!

Still looking for feedback to tweak this SmartAppā€¦

I use the centralite keypads from lowes to great acceptance from children and wife. They require one since ADT always had one.

1 Like

Just started with Smarthings after being bumped by Lowes IRIS after many years of use. My security keypad is 1st generation so it wonā€™t work with Smartthings, or so i am old.
Any ideas of what will work. I would like a keypad for visiting friends to arm and disarm the system.
Thx

I need a keypad too. the current one from Iris is difficult to connect to the ST hub - anyone have instructions on how to connect it to the ST hub?

i have the Item # 690406 Model # 3405-L Iris White Security Alarm Keypad and I am using it with the Smarthings system. Let me know if yoyu still need assistance. I had to install a few modules in smarthings, but have been using for a few years now. with no problems.

try this link for instructions on how to set up the iris on smart things. It works great. it has some great features including:
I can set up my own pin for entry

I can check the armed status of the alarm by just waving my hand past the unit.

I can arm and disarm the system easily after entering the pin. Great for freinds and family that need to access you house, but do not have a presence sensor or phone app.

it even disarms my siren if the alarm should trip it.

See the topic at this link for instructions on how to set up. I am a bit slow, so it took a while to figure it out. if you need any help let me know.

https://community.smartthings.com/t/centralite-keypads/25473?source_topic_id=41261

Thanks. Unfortunately, I have the first generation IRis key pad, I donā€™t think that will work out (why they reimbursed the money). I have read that Cenralite makes a keypad that will work, I managed to get one as was planning on trying it out. What apps did you need to make the IRis work?

I have 3400-X Keypad Manager, and This guy.

Thanks. havenā€™t had a chance to follow up. Is this your code or one you found? I bought a Centralite Xfinity keypad off Ebay I am optimistic that this will work for me. Iā€™ve got some reading to do as I am not familiar with groovy or the process to install the code.

The centralite device is very popular in the community, particularly since Mitch P wrote the first device type handler for it, although there are some others available now as well. :sunglasses:

Start by reading the custom code FAQ and it will explain the concepts and basic process ( The topic title is a clickable link)

After that, you can go to the quick browse list in the community ā€“ created wiki and find custom code contributed by community members on all different kinds of things.

For the keypads, look in the device type handler section on that page, and then look on the security devices list:

https://thingsthataresmart.wiki/index.php?title=How_to_Quick_Browse_the_Community-Created_SmartApps_Forum_Section

yeah it was a bit tricky to figure out, but I think that all you might need is the 3400-X keypad manager. it has been a while since I setup the keypad but I believe I had to set it up ona the api from my pc

https://graph.api.smartthings.com/ide/devices I created a new device hander and paste the code from Mitch Pond.

Good luck. I think mitch actually send me some simple instructions to follow.

mitchpond : Centralite Keypad

I have a suggestion for you that will solve your problem if you have a Zigbee or Z-Wave connected lock.

Try my device handler with webCoRE. It will populate $currentEventValue with either ā€˜keypadLockedā€™ (Zigbee) or ā€˜locked by keypadā€™ (Z-Wave)

GitHub.com/abuttino SmartThingsCustom

1 Like