[OBSOLETE] Lock Manager

Hey All,

If you are having issues using DTHs from https://github.com/ethayer/lock-manager/tree/master/devicetypes/ethayer and your hub is running 0.25.X… you are most likely running into issue described in the following post Z-Wave DTHs: Changes to Encapsulation Handling Starting in 0.25.X Hub Firmware Release

Fast fix for your issue:

  1. Go to the DTH
  2. Edit the following line:
    def cmd = zwave.parse(description, [ 0x98: 1, 0x72: 2, 0x85: 2, 0x86: 1 ])
    to
    def cmd = zwave.parse(description, [ 0x98: 1, 0x72: 2, 0x85: 2, 0x86: 1, 0x62: 1, 0x71: 2, 0x80: 1, 0x63: 1])
  3. Publish the DTH after the changes have been made
7 Likes