Closed jonathanweinberg closed 3 years ago
This will take a bit of work... and won't be possible w/o the device (well... it's possible but not worth trying) because of the complexity. Do you know where I can pick one up?
That might be tough. Are you in the US?
Yes
I have one of these, and was planning to implement it eventually... but I'm pretty busy lately so it might be a while.
@dmulcahey are you still interested in getting these supported? I have a extra that I can ship you. I also have an Iris Keyfob that's missing support in ZHA.
I started the implementation for this. Should be in HA 107 or HA 108
Do you need help in testing @dmulcahey ? I just received a Technicolor TKA105 (Xfinity XHK1-TC).
I need to find time to work on this :) it’s on the list though. I’ll let you know when I have something
https://github.com/Koenkk/zigbee-herdsman-converters/commit/223e543a362e60897d41f3a5af4430077d7b16f4 this is latest commit for zigbee2mqtt, it is working on integration a similar (almost identical) unit. I am proceeding to integrate this with HA ZHA events, basic integration seems easy. Let me know if you need some help investigating
Hi, FIY, someone just integrated a XHK1-TC in zigbee2mqtt. I hope his device.js helps, he just said that everything is up to spec.
https://drive.google.com/file/d/1EApTMI9YTDy3-_loF7yzOjrpxdz-5F_q/view
Hello everyone, is there any news on this issue?
FYI, looks like dmulcahey is working on alarm control panel support to ZHA for Home Assistant core -> https://github.com/home-assistant/core/pull/49080
Also see zha-device-handlers discussion about Centralite 3400-G / Xfinity XHK1 which are similar keypads -> https://github.com/zigpy/zha-device-handlers/issues/838
PS: There is also a broader zigpy discussion about Zigbee IAS and ACE (for "Alarm Control Panel" support) here -> https://github.com/zigpy/zigpy/issues/419
Hi, how can I test it? I would gladly help.
how can I test it? I would gladly help.
dmulcahey development branch for it is found here -> https://github.com/dmulcahey/home-assistant/tree/dm/zha-ias-ace-support
Comments if testing that branch before the PR is merged into HA should go into the pull request -> home-assistant/core#49080
FYI; Home Assistant 2021.5 (planned for release May 5, 2021) Beta release notes: "ZHA now has support for alarm control panels".
https://rc.home-assistant.io/blog/2021/04/28/release-20215/ -> https://github.com/home-assistant/core/pull/49080
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.
Has anyone gotten the CentraLite 3405-L working in HA? I have been able to pair the device and get the temperature sensor reading, as well as setting an away-armed state by pressing the ON button on the physical keypad. However, I cannot figure out how to send a disarm command via the keypad. Probably because I have not been able to set a PIN. No idea how to do that or where to do that. Power (battery) level indicate is not functioning but returns 'unknown'. I am interested in using this keypad to enter a four-digit PIN, which if entered correctly, an entity change could be used to drive certain automations. Anyone gotten something like this working with the 3405-L? How did you set the PIN?
I did set up the pin code in HA by going to the configuration menu, then devices and services. In the list of integrations -> find Zigbee Home Automation (ZHA) and then click on configure. By scrolling at the bottom of the page you should find the 'Alarm Control Panel Options' where is possible to set up the master code. There are also other options as the number of trials before triggering the alarm and a checkbox to select if the code is needed to arm the alarm. Click on 'update the configuration' and it should work fine.
@h4rlw00d - Thank you! That worked. I never would have found it there without your direction. I expected to find the PIN under the keypad's configuration. Back years ago when I used this Iris branded keypad with my Lowe's Iris hub, it chirped any time a door was opened or closed. It would be simple to create an automation to look for any door open/closed event but I have no idea how to send a command to the keypad to chirp nor what that command would be. Any ideas on this? Thanks again!
@u144175 Sorry, but I don't know if is possible to send a chirp command to the keypad (I don't believe that it has been implemented yet). A similar solution would be to use a smart speaker and to send an audio file when the open/close event occurs.
Hi there! Was wondering about support for the Centralite 3405-L Security Keypad.
This is known as the "Lowes Iris Keypad V2" (there is a V1, which is the proprietary Lowes Iris / AlertMe zigbee, and the v3, also from Centralite, which has different features).
Lowes Iris Keypad V2 Manual (pdf warning)
SmartThings Groovy Support Handler for the Keypad
Log output from adding the device via hassio / Home-Assistant 93.2 via a Nortek HUSBZB-1 (removed most of the list of failures to match quirks).
Hitting buttons will pop up the
No handler...
messages. Eventually I'll get2019-05-28 15:24:21 WARNING (MainThread) [zigpy.zcl] Data remains after deserializing ZCL frame
in the Home Assistant log and stop receiving reports.Did I miss any required info? What can I do to help?