Need "Expert's" help: IRIS Keypad integration

I need a keypad, so my kid can arm / disarm without having to resort to my cellphone. Also it is a pain to arm/disarm from a cellphone always. A simple button / keypad on wall is what is needed.

I am intrigued by “actiontiles with a refurbished fire HD tablet”. Where can I learn more about it?

That’s why I suggested the tablet running fully, Dakboard and actiontiles. You can mount it or have it loose and they can arm anything you give access too

" running fully, Dakboard and actiontiles"

Thanks. Can you point me to the right resources, where I can get some step by set instructions.

I did see the Dakboard APP available on Amazon APPStore. But how about Actiontiles and how can make the whole thing to work?

sign up for a trial

Follow the steps and you will learn a lot of the concepts that you will need for future setups.

There is a DTH (Device Type Handler) for the Iris Keypad half way down the instructions.

Looks like a lot but I can run through this setup in 10 minutes. The instructions are very detailed for noobs like yourself.

It has Everything that you need and there aren’t any other quicker ways to accomplish what you want.

Action Tiles is cool as well.

I have both. The Keypad is much more user friendly…

I agree with @rontalley, and use a single Keypad, ActionTiles and LanNouncer with Big Talker on two Kindle Fire 8 tablets and an older Android phone. I find the audio feedback regarding alarm status, eg: “System is now armed in Night Mode”, “Front door is now open” very useful.

There is some good information in the Xfinity/Iris/Centralite Keypad TroubleShooting paragraph of my SHM Delay Smartap to get you started.

ActionTiles currently allows for only a single pin code that never expires, hardware keypads can have multiple pin codes, along with one time use pins and date limited pins.

It’s a substantial process getting to this point.

  1. Start with getting the keypad working with Smartthings,
  2. then install the ethayer’s lock manager,
  3. then SHM Delay

Now for a display device(s) (not your daily smartphone). I use Kindle Fire 8s, currently $79 with 16GB and an old Android (Version 5+) phone, with Google Play Store installed as per XDA developers.

  • ActionTiles($28.99)
  • Lannouncer and BigTalker.

As I said it is a process, it took me a few months to get it working the way I wanted, but I wrote a Smartapp and modified a few others in the process, YMMV. Each step was a “learning experience” starting with pairing and hardware testing the keypad. If you long for adventure, roll your own apps with WebCore.

2 Likes

Looked at Action Tile closely for this. It sounds great EXCEPT you can only have ONE PIN. They do not support support multiple pins (according to their own community support will not any time soon). This is a show stopper as there are multiple family members, plus friends that stop in to take care of pets occasionally, generally plenty of reasons to have more than one pin. Other than that stupid restriction Action Tiles looks awesome!

I actually have been using ActionTiles’s Keypad and I hate it…the app on any of my devices is a bit sluggish to begin with, but on top of that, the keypad has a tendency to move when i type it in, making it very difficult to enter the correct pin without mistakes. I bought the Iris keypad because of this, but am having difficulties determining the correct device handler for it…

1 Like

I too have been looking at options for a keypad to make smartthings more usable as a typical alarm system in addition to home automation…etc. Why hasn’t smartthings made updates to better support this? In the year I’ve had it, there seems to have been little significant improvements to the monitoring section and built in apps (smartlights…etc)

I programmed the IRIS keypad to work with my smartthings system - but it keeps giving me issues every few weeks by somehow getting unpaired with the hub. major pain. I wish there was a more compatible simple keypad that would work here.

For anyone finding this thread:

Do not use SHM Delay version 1. It is out of date and deprecated.

Please use SHM Delay 2.0

1 Like

With Iris and Centralite/Xfinity not being sold these days what keypad should I use?

Iris (dont get the V1) Centralite, and Xfinity Keypads are usually available on EBAY. Caveat Emptor

Would you recommend this one: https://www.ebay.com/itm/IRIS-by-Lowes-Smart-Key-Pad-KPD800/303114492716?hash=item4693081b2c:g:LL4AAOSwWdFcor-h ?

I believe that’s a gen 1 keypad which will not work with Smartthings

1 Like

I realize this is an old thread, but figured it may help someone out.

I recently purchased a gen 3 ( iL02_1) Iris Keypad on eBay for $20 bucks. I initially tried to find a free Device Handler that I could use to arm and disarm my system through SmartThings but wasn’t having much luck. I did come across one from RBoy but wasn’t quite ready to pull the trigger on a paid membership just yet. Membership to his site definitely seems worth it, but I wanted to see if I could figure it out on my own first.

As I searched some more, I found some threads that said the CentraLite 3400-X keypad was essentially the same as the Iris. I found and installed a Device Handler and associated Keypad Manager SmartApp written by Mitch Pond. It looks like the code was written for gen 2 and wasn’t fully working on gen 3. The only thing I could get it to do was Disarm the system. Armed Away and Armed Stay were not working. I believe this is due to the fact that the Gen 3 keypad does not use pin code for the Arm modes.

Anyway… I modified the code to work with my keypad (basically bypassing the pin check on Arm) and also added a new setting allowing you to set an Arm Delay.

This is my first time working with any SmartThings code and I certainly don’t want to take any credit for someone else’s work when all I did was make a few tweaks. So rather than post the code here, if anyone is interested, let me know and I will get the code to you.

Thanks to everyone in these forums for making an already interesting hobby even more fun!

1 Like

I’m in the same spot right now! If you could send me a copy of your DTH that would be greatly appreciated.

Also interested in getting a copy of the device handler code

Keith @CantDecideIT
Please forward your DTH for the Iris V3. With your approval I want to add the logic for the Iris v3 to the keypad DTH and SHM Delay in ST, and the DH and Nyckelharpa app in Hubitat.

My understanding is the Iris V3 does not send a pin when arming. The simple solution is to set pin 0000 in the DTH. This occurs in hardware when using an Iris V2 and tapping the ON or Partial key without entering a pin. When using an Iris V2 with SHM Delay, it is strongly suggested to create User pin with 0000. SHM Delay does not allow 0000 to disarm the system.

I have a stand alone alpha version DTH for Iris V3 available for testing.

Iris V3 arrived yesterday. Have it working with my Nyckelharpa app in Hubitat.

ST is an issue. Cant have two DTHs with same meta definition name. Since ST does not have a keypad device type, I use the definition name to find devices. In order to make it work with my other keypad devices have to combine Iris V3 into standard Keypad DTH. However, I modified @oldcomputerwiz UEI keypad handler for the Iris V3 and partially tested it.

In order to use it with SHm Delay, create a dummy user profile with pin 0000. pin 0000 is not allowed to set system to off.
Arming tap ON or Partial (pin ignored and not sent if entered)
Off enter pin then tap OFF

So…should you try it with SHM Delay, please turn on logging, and post your results or errors.

The handler name is IrisV3 Cenralite Keypad in the Arnbme / Beta repo

https://raw.githubusercontent.com/arnbme/SHMDelay/beta/devicetypes/arnbme/irisv3-keypad.src/irisv3-keypad.groovy

Update: Use this DTH supports all Centralite, Iris V2/V3 and UEI
https://raw.githubusercontent.com/arnbme/SHMDelay/beta/devicetypes/arnbme/centralite-keypad.src/centralite-keypad.groovy

1 Like