I got a an Andersen Verilock Sensor for my sliding glass door, that reports lock status and open/close status. It communicates to a Translator device that connects through z-wave.
It supposedly works out of the box with wink and nexia. here is some documentation:
https://products.z-wavealliance.org/ProductManual/File?folder=&filename=Manuals/1173/18-HD75D1-1-EN.pdf
With that documentation, I got the translator connected over z-wave to homeassistant, and connected my door sensor to the translator.
Now I get this in the OZW_Log when I Open/Close/lock/unlcok the door:
Open:
2017-10-06 13:46:37.248 Detail, Node010, Received: 0x01, 0x13, 0x00, 0x04, 0x00, 0x0a, 0x0d, 0x60, 0x0d, 0x07, 0x00, 0x71, 0x05, 0x00, 0x00, 0x00, 0xff, 0x06, 0x16, 0x00, 0x1e
2017-10-06 13:46:37.249 Detail,
2017-10-06 13:46:37.249 Error, Node010, Cannot find endpoint map to instance for Command Class COMMAND_CLASS_ALARM endpoint 7
Close:
2017-10-06 13:47:16.218 Detail, Node010, Received: 0x01, 0x13, 0x00, 0x04, 0x00, 0x0a, 0x0d, 0x60, 0x0d, 0x07, 0x00, 0x71, 0x05, 0x00, 0x00, 0x00, 0xff, 0x06, 0x17, 0x00, 0x1f
2017-10-06 13:47:16.218 Detail,
2017-10-06 13:47:16.218 Error, Node010, Cannot find endpoint map to instance for Command Class COMMAND_CLASS_ALARM endpoint 7
Lock:
2017-10-06 13:47:48.205 Detail, Node010, Received: 0x01, 0x13, 0x00, 0x04, 0x00, 0x0a, 0x0d, 0x60, 0x0d, 0x07, 0x00, 0x71, 0x05, 0x00, 0x00, 0x00, 0xff, 0x06, 0x01, 0x00, 0x09
2017-10-06 13:47:48.205 Detail,
2017-10-06 13:47:48.205 Error, Node010, Cannot find endpoint map to instance for Command Class COMMAND_CLASS_ALARM endpoint 7
Unlock:
2017-10-06 13:48:07.207 Detail, Node010, Received: 0x01, 0x13, 0x00, 0x04, 0x00, 0x0a, 0x0d, 0x60, 0x0d, 0x07, 0x00, 0x71, 0x05, 0x00, 0x00, 0x00, 0xff, 0x06, 0x02, 0x00, 0x0a
2017-10-06 13:48:07.207 Detail,
2017-10-06 13:48:07.207 Error, Node010, Cannot find endpoint map to instance for Command Class COMMAND_CLASS_ALARM endpoint 7
I’m not sure where to go from here. looks like there is some community code for smartthings to make this work there…
https://community.smartthings.com/t/andersen-windows-connect-verilock-translator/85882/31
If anyone can help me out, I’d appreciate it. trying to not get in trouble for leaving the door unlocked!