Hello,
I’m trying to setup Kwikset 910 Signature series zwave door lock in OpenHAB2, but having problem locking/unlocking the door through PaperUI Control. In OpenHAB it is added as 914TRL Touchpad Electronic Deadbolt. When I hit the lock switch in PaperUI control nothing happens but I see red light next to button A on door lock blink but the lock motor does not get activated.
I secure added the door lock to zwave network using OZWCP and able to lock/unlock using OZWCP.
I’m using Aeon Labs Aeotec Z-Wave Z-Stick, Gen5 USB stick and I’ve setup the same Network Key for both OpenHAB and OZWCP.
No - in OH2 there’s no support at the moment for the security. I’m currently reworking all the transaction code which is providing tricker than I’d hoped - this is needed to resolve the security, but security is not a simple addition unfortunately.
I’m hoping to try and get the transaction code completed this week and the next up will be to look at reworking the security classes and some other part of the initialisation.
If you really want security features, they are in a version of OH1 - just not in the master branch at the moment.
I have a kwikset 916 for the sheer purpose of remote unlock on openhab2 (I bought a pine64 for this purpose), is there any way we can get to test this build? I have the red light too and get no unlock.
Also I read it somewhere else that a code manager in OH is a feature to be worked on. Is this in progress as well? I’d like to be able to manage some advanced configuration remotely.
Sorry Chris, I should’ve mentioned that I came from SmartThing world. A lock code manager provide a easy way to manage multiple smart locks, specifically allow you to define things like:
Assign Codes to Multiple Users.
Manage Multiple Locks.
See what codes are active.
See how many times a code is used (reset usage manually)
Be notified when a user uses their code.
Delete codes after they are used*.
Optionally Schedule Users so that they only have access during certain times, modes, days of the week, or a calendar range.
Decide which notifications to receive in the event that the locks are too chatty.
When a code is entered, perform Hello Home Actions.
I think I’ll be pretty happy if I can somehow change the lock code remotely, and be notified who unlock the door (identified by different code). Other features are really just eye candy for me.
I’m in a pretty similar position with this lock. In another home automation software i’m running on my Pi 3, I can get the lock to pair, but when I do it, there’s a totally different button to do a Secure Include vs a regular Include. When I did it with the regular include it won’t actually send the commands and stuff once paired, but when I Exclude it, then Secure Include it, things work fine.
I tried to install OpenHAB2, kept the 2.1 Z-Wave binding uninstalled, added the 1.9 Z-Wave to the Addon, but couldn’t seem to get it enabled and working correctly. It would show as no Bindings available to find devices, even when I had the 1.9 listed as Installed… Is it possible to get these Secure Devices linked up properly in OpenHAB2, or do I have to use OpenHAB1? I’m happy to test out a development build if you have something that may work.
I would bet we could piece together most of this functionality using Sitemaps (would have to figure out text entry work arounds) and rules (or potentially as a module to HabPanel, though haven’t researched this at all). I’m currently integrating with my locks through my Vera using the Mios binding and it’s been pretty straight forward to setup the notification pieces for who unlocked, errors, outside locking events and managing lock/unlock conditions. Hadn’t played with the user/code management since I still have that functionality w/i my Vera, but will try to play with it in the next week or so (especially the temp code feature since that could be pretty useful).
Lucky you there is binding for Vera device out there. I’m currently using MQTT to communicating between SmartThings and OH2. Some devices (Zigbee, locks) are physically bound to ST, while rest (Arduino nodes, Zwave, 433MHz etc) bound to OH2. Through MQTT I can achieve to control all devices from both world. Not the best solution (MQTT does has tiny latency), but works for me so far.