Hi,
I have a yale keyfree lock YKFCON. There are transmissions coming back that are not in the handler for this device. I have identified them in the manual and in the logs too.
Manual is here:
The 16 01 and 1B 01 indicate the following from the manual:
Manual Unlock 0x16 0x01 By key cylinder or inside thumb turn
Auto Lock Operate Locked 0x1B 0x01 Auto re-lock cycle complete, locked
Hi Bruce, Yes thats where I found the documentation whilst looking at the profile for the zwave lock.
I have OH 2.4 installed with a SNAPSHOT of the zwave binding 2.5 installed from August.
So, what we can do is to add the alarm_raw channel. This will provide a JSON string with two components - the type and value. I will actually remove the current alarm_general and replace it with the alarm_raw.
You will be able to use that in the rule to detect these two events. I think there’s more information here -:
Thanks Chris, I’ve seen the changes in the XML file in your device database!
So how do I get these changes onto my installation? Do I need to update my zwave binding?
Sorry, rather new to OH. Came from smartthings!
Since you are running 2.4 with a snapshot from August, you can get all but the last few weeks changes by updating the binding to the latest snapshot.
I hope Chris will export this weekend so we can get a more current update.
If these changes are from the past couple of days, then I’ll look to do an update this weekend (probably Sunday) otherwise they should be included in the last update a couple of days ago I assume?
Oops. I must have missed that.
The lasT time I checked must have been before that. I was waiting on the update to verify a new entry for a Zooz customer.
I went through and checked the changes from the database in the past few weeks while I was away, so most entries should have been included in the Wednesday update.
If you have the snapshot runtime installed, then simply uninstall the binding using PaperUI and reinstall it again - it will pick up the latest version.
If you have a stable or milestone runtime, then I’d suggest to use the following script -:
Thanks Scott, that one worked for me! @chris let me know when you get chance to merge the updated mapping on the lock and I’ll update my binding to test!