Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing device configuration: Yale Assure Lock 2 Keyed Deadbolt #7493

Open
3 tasks done
harmfulmushroom opened this issue Dec 13, 2024 · 1 comment
Open
3 tasks done
Labels
config ⚙ Configuration issues or updates

Comments

@harmfulmushroom
Copy link

Checklist

Which device is missing?

Yale / Assure 2 Biometric Deadbolt

Manufacturer ID

0x0129

Product Type

0x8107

Product ID

0x09d2

Firmware Version

1.4.12

Is the device listed on the Z-Wave Alliance website?

https://products.z-wavealliance.org/products/4929/features

Do you have a manual?

https://support.remotelock.com/s/article/Yale-Assure-Lock-2-Keyed-Deadbolt-Installation-Guide

@harmfulmushroom harmfulmushroom added the config ⚙ Configuration issues or updates label Dec 13, 2024
@harmfulmushroom
Copy link
Author

harmfulmushroom commented Dec 13, 2024

I've provided the debug info from zwaveJS as well as log info from the addon itself, but I removed user code entry data for code 7 through 244 mainly to save space. Addon log data is from a manual re-interview of the lock.

image

ZwaveJS Debug Info:

{ "id": 52, "name": "Front Door", "loc": "Entry Way", "values": [ { "id": "52-98-0-insideHandlesCanOpenDoorConfiguration", "nodeId": 52, "toUpdate": false, "commandClass": 98, "commandClassName": "Door Lock", "endpoint": 0, "property": "insideHandlesCanOpenDoorConfiguration", "propertyName": "insideHandlesCanOpenDoorConfiguration", "type": "any", "readable": true, "writeable": true, "label": "Which inside handles can open the door (configuration)", "stateless": false, "commandClassVersion": 2, "list": false, "value": [ false, false, false, false ], "lastUpdate": 1734115057447, "newValue": [ false, false, false, false ] }, { "id": "52-98-0-outsideHandlesCanOpenDoorConfiguration", "nodeId": 52, "toUpdate": false, "commandClass": 98, "commandClassName": "Door Lock", "endpoint": 0, "property": "outsideHandlesCanOpenDoorConfiguration", "propertyName": "outsideHandlesCanOpenDoorConfiguration", "type": "any", "readable": true, "writeable": true, "label": "Which outside handles can open the door (configuration)", "stateless": false, "commandClassVersion": 2, "list": false, "value": [ false, false, false, false ], "lastUpdate": 1734115057450, "newValue": [ false, false, false, false ] }, { "id": "52-98-0-operationType", "nodeId": 52, "toUpdate": false, "commandClass": 98, "commandClassName": "Door Lock", "endpoint": 0, "property": "operationType", "propertyName": "operationType", "type": "number", "readable": true, "writeable": true, "label": "Lock operation type", "stateless": false, "commandClassVersion": 2, "min": 0, "max": 255, "list": true, "states": [ { "text": "Constant", "value": 1 }, { "text": "Timed", "value": 2 } ], "value": 1, "lastUpdate": 1734115057453, "newValue": 1 }, { "id": "52-98-0-insideHandlesCanOpenDoor", "nodeId": 52, "toUpdate": false, "commandClass": 98, "commandClassName": "Door Lock", "endpoint": 0, "property": "insideHandlesCanOpenDoor", "propertyName": "insideHandlesCanOpenDoor", "type": "any", "readable": true, "writeable": false, "label": "Which inside handles can open the door (actual status)", "stateless": false, "commandClassVersion": 2, "list": false, "value": [ false, false, false, false ], "lastUpdate": 1734115370318, "newValue": [ false, false, false, false ] }, { "id": "52-98-0-outsideHandlesCanOpenDoor", "nodeId": 52, "toUpdate": false, "commandClass": 98, "commandClassName": "Door Lock", "endpoint": 0, "property": "outsideHandlesCanOpenDoor", "propertyName": "outsideHandlesCanOpenDoor", "type": "any", "readable": true, "writeable": false, "label": "Which outside handles can open the door (actual status)", "stateless": false, "commandClassVersion": 2, "list": false, "value": [ false, false, false, false ], "lastUpdate": 1734115370320, "newValue": [ false, false, false, false ] }, { "id": "52-98-0-currentMode", "nodeId": 52, "toUpdate": false, "commandClass": 98, "commandClassName": "Door Lock", "endpoint": 0, "property": "currentMode", "propertyName": "currentMode", "type": "number", "readable": true, "writeable": false, "label": "Current lock mode", "stateless": false, "commandClassVersion": 2, "min": 0, "max": 255, "list": true, "states": [ { "text": "Unsecured", "value": 0 }, { "text": "UnsecuredWithTimeout", "value": 1 }, { "text": "InsideUnsecured", "value": 16 }, { "text": "InsideUnsecuredWithTimeout", "value": 17 }, { "text": "OutsideUnsecured", "value": 32 }, { "text": "OutsideUnsecuredWithTimeout", "value": 33 }, { "text": "Unknown", "value": 254 }, { "text": "Secured", "value": 255 } ], "value": 255, "isCurrentValue": true, "targetValue": "98-0-targetMode", "lastUpdate": 1734185215051, "newValue": 255 }, { "id": "52-98-0-doorStatus", "nodeId": 52, "toUpdate": false, "commandClass": 98, "commandClassName": "Door Lock", "endpoint": 0, "property": "doorStatus", "propertyName": "doorStatus", "type": "any", "readable": true, "writeable": false, "label": "Current status of the door", "stateless": false, "commandClassVersion": 2, "list": false, "value": "closed", "lastUpdate": 1734115370325, "newValue": "closed" }, { "id": "52-98-0-boltStatus", "nodeId": 52, "toUpdate": false, "commandClass": 98, "commandClassName": "Door Lock", "endpoint": 0, "property": "boltStatus", "propertyName": "boltStatus", "type": "any", "readable": true, "writeable": false, "label": "Current status of the bolt", "stateless": false, "commandClassVersion": 2, "list": false, "value": "unlocked", "lastUpdate": 1734115370327, "newValue": "unlocked" }, { "id": "52-98-0-latchStatus", "nodeId": 52, "toUpdate": false, "commandClass": 98, "commandClassName": "Door Lock", "endpoint": 0, "property": "latchStatus", "propertyName": "latchStatus", "type": "any", "readable": true, "writeable": false, "label": "Current status of the latch", "stateless": false, "commandClassVersion": 2, "list": false, "value": "open", "lastUpdate": 1734115370329, "newValue": "open" }, { "id": "52-98-0-targetMode", "nodeId": 52, "toUpdate": false, "commandClass": 98, "commandClassName": "Door Lock", "endpoint": 0, "property": "targetMode", "propertyName": "targetMode", "type": "number", "readable": true, "writeable": true, "label": "Target lock mode", "stateless": false, "commandClassVersion": 2, "min": 0, "max": 255, "list": true, "states": [ { "text": "Unsecured", "value": 0 }, { "text": "UnsecuredWithTimeout", "value": 1 }, { "text": "InsideUnsecured", "value": 16 }, { "text": "InsideUnsecuredWithTimeout", "value": 17 }, { "text": "OutsideUnsecured", "value": 32 }, { "text": "OutsideUnsecuredWithTimeout", "value": 33 }, { "text": "Unknown", "value": 254 }, { "text": "Secured", "value": 255 } ], "value": 0, "lastUpdate": 1734188413719, "newValue": 0 }, { "id": "52-98-0-lockTimeoutConfiguration", "nodeId": 52, "toUpdate": false, "commandClass": 98, "commandClassName": "Door Lock", "endpoint": 0, "property": "lockTimeoutConfiguration", "propertyName": "lockTimeoutConfiguration", "type": "number", "readable": true, "writeable": true, "label": "Duration of timed mode in seconds", "stateless": false, "commandClassVersion": 2, "min": 0, "max": 65535, "list": false, "lastUpdate": 1734188413719 }, { "id": "52-98-0-lockTimeout", "nodeId": 52, "toUpdate": false, "commandClass": 98, "commandClassName": "Door Lock", "endpoint": 0, "property": "lockTimeout", "propertyName": "lockTimeout", "type": "number", "readable": true, "writeable": false, "label": "Seconds until lock mode times out", "stateless": false, "commandClassVersion": 2, "min": 0, "max": 65535, "list": false, "lastUpdate": 1734188413719 }, { "id": "52-99-0-userIdStatus-1", "nodeId": 52, "toUpdate": false, "commandClass": 99, "commandClassName": "User Code", "endpoint": 0, "property": "userIdStatus", "propertyName": "userIdStatus", "propertyKey": 1, "propertyKeyName": "1", "type": "number", "readable": true, "writeable": true, "label": "User ID status (1)", "stateless": false, "commandClassVersion": 1, "list": true, "states": [ { "text": "Available", "value": 0 }, { "text": "Enabled", "value": 1 }, { "text": "Disabled", "value": 2 } ], "value": 0, "lastUpdate": 1734187880831, "newValue": 0 }, { "id": "52-99-0-userCode-1", "nodeId": 52, "toUpdate": false, "commandClass": 99, "commandClassName": "User Code", "endpoint": 0, "property": "userCode", "propertyName": "userCode", "propertyKey": 1, "propertyKeyName": "1", "type": "string", "readable": true, "writeable": true, "label": "User Code (1)", "stateless": false, "commandClassVersion": 1, "minLength": 4, "maxLength": 10, "list": false, "value": "", "lastUpdate": 1734187880836, "newValue": "" }, { "id": "52-99-0-userIdStatus-2", "nodeId": 52, "toUpdate": false, "commandClass": 99, "commandClassName": "User Code", "endpoint": 0, "property": "userIdStatus", "propertyName": "userIdStatus", "propertyKey": 2, "propertyKeyName": "2", "type": "number", "readable": true, "writeable": true, "label": "User ID status (2)", "stateless": false, "commandClassVersion": 1, "list": true, "states": [ { "text": "Available", "value": 0 }, { "text": "Enabled", "value": 1 }, { "text": "Disabled", "value": 2 } ], "value": 0, "lastUpdate": 1734187887775, "newValue": 0 }, { "id": "52-99-0-userCode-2", "nodeId": 52, "toUpdate": false, "commandClass": 99, "commandClassName": "User Code", "endpoint": 0, "property": "userCode", "propertyName": "userCode", "propertyKey": 2, "propertyKeyName": "2", "type": "string", "readable": true, "writeable": true, "label": "User Code (2)", "stateless": false, "commandClassVersion": 1, "minLength": 4, "maxLength": 10, "list": false, "value": "", "lastUpdate": 1734187887779, "newValue": "" }, { "id": "52-99-0-userIdStatus-3", "nodeId": 52, "toUpdate": false, "commandClass": 99, "commandClassName": "User Code", "endpoint": 0, "property": "userIdStatus", "propertyName": "userIdStatus", "propertyKey": 3, "propertyKeyName": "3", "type": "number", "readable": true, "writeable": true, "label": "User ID status (3)", "stateless": false, "commandClassVersion": 1, "list": true, "states": [ { "text": "Available", "value": 0 }, { "text": "Enabled", "value": 1 }, { "text": "Disabled", "value": 2 } ], "value": 0, "lastUpdate": 1734187895037, "newValue": 0 }, { "id": "52-99-0-userCode-3", "nodeId": 52, "toUpdate": false, "commandClass": 99, "commandClassName": "User Code", "endpoint": 0, "property": "userCode", "propertyName": "userCode", "propertyKey": 3, "propertyKeyName": "3", "type": "string", "readable": true, "writeable": true, "label": "User Code (3)", "stateless": false, "commandClassVersion": 1, "minLength": 4, "maxLength": 10, "list": false, "value": "", "lastUpdate": 1734187895039, "newValue": "" }, { "id": "52-99-0-userIdStatus-4", "nodeId": 52, "toUpdate": false, "commandClass": 99, "commandClassName": "User Code", "endpoint": 0, "property": "userIdStatus", "propertyName": "userIdStatus", "propertyKey": 4, "propertyKeyName": "4", "type": "number", "readable": true, "writeable": true, "label": "User ID status (4)", "stateless": false, "commandClassVersion": 1, "list": true, "states": [ { "text": "Available", "value": 0 }, { "text": "Enabled", "value": 1 }, { "text": "Disabled", "value": 2 } ], "value": 0, "lastUpdate": 1734187905108, "newValue": 0 }, { "id": "52-99-0-userCode-4", "nodeId": 52, "toUpdate": false, "commandClass": 99, "commandClassName": "User Code", "endpoint": 0, "property": "userCode", "propertyName": "userCode", "propertyKey": 4, "propertyKeyName": "4", "type": "string", "readable": true, "writeable": true, "label": "User Code (4)", "stateless": false, "commandClassVersion": 1, "minLength": 4, "maxLength": 10, "list": false, "value": "", "lastUpdate": 1734187905112, "newValue": "" }, { "id": "52-99-0-userIdStatus-6", "nodeId": 52, "toUpdate": false, "commandClass": 99, "commandClassName": "User Code", "endpoint": 0, "property": "userIdStatus", "propertyName": "userIdStatus", "propertyKey": 6, "propertyKeyName": "6", "type": "number", "readable": true, "writeable": true, "label": "User ID status (6)", "stateless": false, "commandClassVersion": 1, "list": true, "states": [ { "text": "Available", "value": 0 }, { "text": "Enabled", "value": 1 }, { "text": "Disabled", "value": 2 } ], "value": 0, "lastUpdate": 1734115365561, "newValue": 0 }, { "id": "52-99-0-userCode-6", "nodeId": 52, "toUpdate": false, "commandClass": 99, "commandClassName": "User Code", "endpoint": 0, "property": "userCode", "propertyName": "userCode", "propertyKey": 6, "propertyKeyName": "6", "type": "string", "readable": true, "writeable": true, "label": "User Code (6)", "stateless": false, "commandClassVersion": 1, "minLength": 4, "maxLength": 10, "list": false, "value": "", "lastUpdate": 1734115365565, "newValue": "" }, { "id": "52-113-0-alarmType", "nodeId": 52, "toUpdate": false, "commandClass": 113, "commandClassName": "Notification", "endpoint": 0, "property": "alarmType", "propertyName": "alarmType", "type": "number", "readable": true, "writeable": false, "label": "Alarm Type", "stateless": false, "commandClassVersion": 4, "min": 0, "max": 255, "list": false, "value": 226, "lastUpdate": 1734188266299, "newValue": 226 }, { "id": "52-113-0-alarmLevel", "nodeId": 52, "toUpdate": false, "commandClass": 113, "commandClassName": "Notification", "endpoint": 0, "property": "alarmLevel", "propertyName": "alarmLevel", "type": "number", "readable": true, "writeable": false, "label": "Alarm Level", "stateless": false, "commandClassVersion": 4, "min": 0, "max": 255, "list": false, "value": 0, "lastUpdate": 1734188266303, "newValue": 0 }, { "id": "52-113-0-Access Control-Door state (simple)", "nodeId": 52, "toUpdate": false, "commandClass": 113, "commandClassName": "Notification", "endpoint": 0, "property": "Access Control", "propertyName": "Access Control", "propertyKey": "Door state (simple)", "propertyKeyName": "Door state (simple)", "type": "number", "readable": true, "writeable": false, "label": "Door state (simple)", "ccSpecific": { "notificationType": 6 }, "stateless": false, "commandClassVersion": 4, "min": 0, "max": 255, "list": true, "states": [ { "text": "Window/door is open", "value": 22 }, { "text": "Window/door is closed", "value": 23 } ], "value": 23, "lastUpdate": 1734185209797, "newValue": 23 }, { "id": "52-113-0-Access Control-Door state", "nodeId": 52, "toUpdate": false, "commandClass": 113, "commandClassName": "Notification", "endpoint": 0, "property": "Access Control", "propertyName": "Access Control", "propertyKey": "Door state", "propertyKeyName": "Door state", "type": "number", "readable": true, "writeable": false, "label": "Door state", "ccSpecific": { "notificationType": 6 }, "stateless": false, "commandClassVersion": 4, "min": 0, "max": 255, "list": true, "states": [ { "text": "Window/door is open", "value": 22 }, { "text": "Window/door is closed", "value": 23 }, { "text": "Window/door is open in regular position", "value": 5632 }, { "text": "Window/door is open in tilt position", "value": 5633 } ], "value": 23, "lastUpdate": 1734185209799, "newValue": 23 }, { "id": "52-113-0-Access Control-unknown", "nodeId": 52, "toUpdate": false, "commandClass": 113, "commandClassName": "Notification", "endpoint": 0, "property": "Access Control", "propertyName": "Access Control", "propertyKey": "unknown", "propertyKeyName": "unknown", "type": "number", "readable": true, "writeable": false, "label": "Access Control: Unknown value", "ccSpecific": { "notificationType": 6 }, "stateless": false, "commandClassVersion": 4, "min": 0, "max": 255, "list": false, "value": 254, "lastUpdate": 1734188266307, "newValue": 254 }, { "id": "52-113-0-Access Control-Lock state", "nodeId": 52, "toUpdate": false, "commandClass": 113, "commandClassName": "Notification", "endpoint": 0, "property": "Access Control", "propertyName": "Access Control", "propertyKey": "Lock state", "propertyKeyName": "Lock state", "type": "number", "readable": true, "writeable": false, "label": "Lock state", "ccSpecific": { "notificationType": 6 }, "stateless": false, "commandClassVersion": 4, "min": 0, "max": 255, "list": true, "states": [ { "text": "idle", "value": 0 }, { "text": "Lock jammed", "value": 11 } ], "lastUpdate": 1734188413722 }, { "id": "52-113-0-Access Control-Keypad state", "nodeId": 52, "toUpdate": false, "commandClass": 113, "commandClassName": "Notification", "endpoint": 0, "property": "Access Control", "propertyName": "Access Control", "propertyKey": "Keypad state", "propertyKeyName": "Keypad state", "type": "number", "readable": true, "writeable": false, "label": "Keypad state", "ccSpecific": { "notificationType": 6 }, "stateless": false, "commandClassVersion": 4, "min": 0, "max": 255, "list": true, "states": [ { "text": "idle", "value": 0 }, { "text": "Keypad temporary disabled", "value": 16 } ], "lastUpdate": 1734188413722 }, { "id": "52-113-0-Power Management-Power status", "nodeId": 52, "toUpdate": false, "commandClass": 113, "commandClassName": "Notification", "endpoint": 0, "property": "Power Management", "propertyName": "Power Management", "propertyKey": "Power status", "propertyKeyName": "Power status", "type": "number", "readable": true, "writeable": false, "label": "Power status", "ccSpecific": { "notificationType": 8 }, "stateless": false, "commandClassVersion": 4, "min": 0, "max": 255, "list": true, "states": [ { "text": "idle", "value": 0 }, { "text": "Power has been applied", "value": 1 } ], "lastUpdate": 1734188413722 }, { "id": "52-113-0-Power Management-Battery maintenance status", "nodeId": 52, "toUpdate": false, "commandClass": 113, "commandClassName": "Notification", "endpoint": 0, "property": "Power Management", "propertyName": "Power Management", "propertyKey": "Battery maintenance status", "propertyKeyName": "Battery maintenance status", "type": "number", "readable": true, "writeable": false, "label": "Battery maintenance status", "ccSpecific": { "notificationType": 8 }, "stateless": false, "commandClassVersion": 4, "min": 0, "max": 255, "list": true, "states": [ { "text": "idle", "value": 0 }, { "text": "Replace battery soon", "value": 10 }, { "text": "Replace battery now", "value": 11 } ], "lastUpdate": 1734188413722 }, { "id": "52-114-0-productId", "nodeId": 52, "toUpdate": false, "commandClass": 114, "commandClassName": "Manufacturer Specific", "endpoint": 0, "property": "productId", "propertyName": "productId", "type": "number", "readable": true, "writeable": false, "label": "Product ID", "stateless": false, "commandClassVersion": 2, "min": 0, "max": 65535, "list": false, "value": 2514, "lastUpdate": 1734115006631, "newValue": 2514 }, { "id": "52-114-0-productType", "nodeId": 52, "toUpdate": false, "commandClass": 114, "commandClassName": "Manufacturer Specific", "endpoint": 0, "property": "productType", "propertyName": "productType", "type": "number", "readable": true, "writeable": false, "label": "Product type", "stateless": false, "commandClassVersion": 2, "min": 0, "max": 65535, "list": false, "value": 33031, "lastUpdate": 1734115006634, "newValue": 33031 }, { "id": "52-114-0-manufacturerId", "nodeId": 52, "toUpdate": false, "commandClass": 114, "commandClassName": "Manufacturer Specific", "endpoint": 0, "property": "manufacturerId", "propertyName": "manufacturerId", "type": "number", "readable": true, "writeable": false, "label": "Manufacturer ID", "stateless": false, "commandClassVersion": 2, "min": 0, "max": 65535, "list": false, "value": 297, "lastUpdate": 1734115006637, "newValue": 297 }, { "id": "52-128-0-isLow", "nodeId": 52, "toUpdate": false, "commandClass": 128, "commandClassName": "Battery", "endpoint": 0, "property": "isLow", "propertyName": "isLow", "type": "boolean", "readable": true, "writeable": false, "label": "Low battery level", "stateless": false, "commandClassVersion": 1, "list": false, "value": false, "lastUpdate": 1734164170794, "newValue": false }, { "id": "52-128-0-level", "nodeId": 52, "toUpdate": false, "commandClass": 128, "commandClassName": "Battery", "endpoint": 0, "property": "level", "propertyName": "level", "type": "number", "readable": true, "writeable": false, "label": "Battery level", "stateless": false, "commandClassVersion": 1, "min": 0, "max": 100, "unit": "%", "list": false, "value": 95, "lastUpdate": 1734164170797, "newValue": 95 }, { "id": "52-134-0-firmwareVersions", "nodeId": 52, "toUpdate": false, "commandClass": 134, "commandClassName": "Version", "endpoint": 0, "property": "firmwareVersions", "propertyName": "firmwareVersions", "type": "string[]", "readable": true, "writeable": false, "label": "Z-Wave chip firmware versions", "stateless": false, "commandClassVersion": 2, "list": false, "lastUpdate": 1734188413722 }, { "id": "52-134-0-libraryType", "nodeId": 52, "toUpdate": false, "commandClass": 134, "commandClassName": "Version", "endpoint": 0, "property": "libraryType", "propertyName": "libraryType", "type": "number", "readable": true, "writeable": false, "label": "Library type", "stateless": false, "commandClassVersion": 2, "list": true, "states": [ { "text": "Unknown", "value": 0 }, { "text": "Static Controller", "value": 1 }, { "text": "Controller", "value": 2 }, { "text": "Enhanced Slave", "value": 3 }, { "text": "Slave", "value": 4 }, { "text": "Installer", "value": 5 }, { "text": "Routing Slave", "value": 6 }, { "text": "Bridge Controller", "value": 7 }, { "text": "Device under Test", "value": 8 }, { "text": "N/A", "value": 9 }, { "text": "AV Remote", "value": 10 }, { "text": "AV Device", "value": 11 } ], "lastUpdate": 1734188413722 }, { "id": "52-134-0-protocolVersion", "nodeId": 52, "toUpdate": false, "commandClass": 134, "commandClassName": "Version", "endpoint": 0, "property": "protocolVersion", "propertyName": "protocolVersion", "type": "string", "readable": true, "writeable": false, "label": "Z-Wave protocol version", "stateless": false, "commandClassVersion": 2, "list": false, "lastUpdate": 1734188413722 }, { "id": "52-134-0-hardwareVersion", "nodeId": 52, "toUpdate": false, "commandClass": 134, "commandClassName": "Version", "endpoint": 0, "property": "hardwareVersion", "propertyName": "hardwareVersion", "type": "number", "readable": true, "writeable": false, "label": "Z-Wave chip hardware version", "stateless": false, "commandClassVersion": 2, "list": false, "lastUpdate": 1734188413722 }, { "id": "52-139-0-dateAndTime", "nodeId": 52, "toUpdate": false, "commandClass": 139, "commandClassName": "Time Parameters", "endpoint": 0, "property": "dateAndTime", "propertyName": "dateAndTime", "type": "any", "readable": true, "writeable": true, "label": "Date and Time", "stateless": false, "commandClassVersion": 1, "list": false, "lastUpdate": 1734188413722 } ], "groups": [], "neighbors": [], "ready": true, "available": true, "hassDevices": {}, "failed": false, "inited": true, "eventsQueue": [ { "time": "2024-12-14T15:00:13.570Z", "event": "alive", "args": [ 0 ] }, { "time": "2024-12-14T15:00:13.738Z", "event": "ready", "args": [] } ], "status": "Alive", "interviewStage": "Complete", "priorityReturnRoute": {}, "customReturnRoute": {}, "prioritySUCReturnRoute": false, "customSUCReturnRoutes": [], "hexId": "0x0129 0x8107-0x09d2", "dbLink": "https://devices.zwave-js.io/?jumpTo=0x0129:0x8107:0x09d2:0.0", "manufacturerId": 297, "productId": 2514, "productType": 33031, "productLabel": "Unknown product 0x09d2", "productDescription": "0x8107", "manufacturer": "ASSA ABLOY", "protocolVersion": 3, "zwavePlusVersion": 1, "zwavePlusNodeType": 0, "zwavePlusRoleType": 7, "nodeType": 1, "endpointsCount": 0, "endpoints": [ { "index": 0, "label": "Root Endpoint", "deviceClass": { "basic": 4, "generic": 64, "specific": 3 } } ], "isSecure": true, "security": "S0_Legacy", "supportsSecurity": false, "supportsBeaming": true, "isControllerNode": false, "isListening": false, "isFrequentListening": "1000ms", "isRouting": true, "keepAwake": false, "maxDataRate": 100000, "deviceClass": { "basic": 4, "generic": 64, "specific": 3 }, "lastActive": 1734188413568, "defaultVolume": "0", "firmwareCapabilities": { "firmwareUpgradable": true, "firmwareTargets": [ 0, 1 ] }, "protocol": 0, "deviceId": "297-2514-33031", "hasDeviceConfigChanged": false, "statistics": { "commandsTX": 1, "commandsRX": 0, "commandsDroppedRX": 0, "commandsDroppedTX": 0, "timeoutResponse": 0, "rtt": 1581, "lastSeen": "2024-12-14T15:00:13.568Z", "rssi": -79, "lwr": { "protocolDataRate": 2, "repeaters": [ 12, 3 ], "rssi": -79, "repeaterRSSI": [ -100, -37 ], "routeFailedBetween": [ 3, 52 ] } }, "batteryLevels": { "0": 95 }, "minBatteryLevel": 95, "supportsTime": true, "schedule": { "daily": { "numSlots": 7, "slots": [] }, "weekly": { "numSlots": 0, "slots": [] }, "yearly": { "numSlots": 1, "slots": [] } }, "userCodes": { "total": 244, "available": [], "enabled": [] }, "_name": "Front Door (Entry Way)", "applicationRoute": false }

Addon Log Info:

2024-12-14 10:07:03.199 INFO APP: GET /health/zwave 301 0.369 ms - 162 2024-12-14 10:07:05.458 INFO Z-WAVE: Calling api refreshInfo with args: [ 52, { resetSecurityClasses: false }, [length]: 2 ] 2024-12-14 10:07:05.483 INFO Z-WAVE: [Node 052] Value added: 119-0-name => Front Door 2024-12-14 10:07:05.486 INFO Z-WAVE: [Node 052] Value added: 119-0-location => Entry Way 2024-12-14T15:07:05.505Z CNTRLR [Node 052] Beginning interview - last completed stage: None 2024-12-14T15:07:05.506Z CNTRLR [Node 052] new node, doing a full interview... 2024-12-14 10:07:05.508 INFO Z-WAVE: [Node 052] Interview started 2024-12-14T15:07:05.510Z CNTRLR » [Node 052] querying protocol info... 2024-12-14 10:07:05.522 INFO Z-WAVE: Success zwave api call refreshInfo undefined 2024-12-14T15:07:05.626Z CNTRLR « [Node 052] received response for protocol info: basic device class: Routing End Node generic device class: Entry Control specific device class: Secure Keypad Door Lock node type: End Node is always listening: false is frequent listening: 1000ms can route messages: true supports security: false supports beaming: true maximum data rate: 100000 kbps protocol version: 3 2024-12-14 10:07:05.628 INFO Z-WAVE: [Node 052] Interview stage PROTOCOLINFO completed 2024-12-14T15:07:05.629Z CNTRLR [Node 052] Interview stage completed: ProtocolInfo 2024-12-14T15:07:05.630Z CNTRLR » [Node 052] querying node info... 2024-12-14T15:07:07.312Z CNTRLR « [Node 052] node info received supported CCs: · Z-Wave Plus Info · Manufacturer Specific · Security · Device Reset Locally · Powerlevel · Version 2024-12-14T15:07:07.314Z CNTRLR « [Node 052] node info received supported CCs: · Z-Wave Plus Info · Manufacturer Specific · Security · Device Reset Locally · Powerlevel · Version 2024-12-14 10:07:07.319 INFO Z-WAVE: [Node 052] Interview stage NODEINFO completed 2024-12-14T15:07:07.321Z CNTRLR [Node 052] Interview stage completed: NodeInfo 2024-12-14T15:07:07.328Z CNTRLR » [Node 052] Querying securely supported commands (S0)... 2024-12-14T15:07:08.042Z CNTRLR « [Node 052] received secure commands (S0) supported CCs: · Battery · Door Lock · Association · Association Group Information · Notification · Configuration · User Code · Time · Time Parameters · Door Lock Logging · Schedule Entry Lock · Firmware Update Meta Data controlled CCs: 2024-12-14T15:07:08.048Z CNTRLR [Node 052] Interviewing Manufacturer Specific... 2024-12-14T15:07:08.049Z CNTRLR » [Node 052] querying manufacturer information... 2024-12-14 10:07:08.558 INFO Z-WAVE: [Node 052] Metadata updated: 114-0-productId 2024-12-14 10:07:08.560 INFO Z-WAVE: [Node 052] Value added: 114-0-productId => 2514 2024-12-14 10:07:08.566 INFO Z-WAVE: [Node 052] Metadata updated: 114-0-productType 2024-12-14 10:07:08.568 INFO Z-WAVE: [Node 052] Value added: 114-0-productType => 33031 2024-12-14 10:07:08.570 INFO Z-WAVE: [Node 052] Metadata updated: 114-0-manufacturerId 2024-12-14 10:07:08.572 INFO Z-WAVE: [Node 052] Value added: 114-0-manufacturerId => 297 2024-12-14T15:07:08.573Z CNTRLR « [Node 052] received response for manufacturer information: manufacturer: ASSA ABLOY (0x0129) product type: 0x8107 product id: 0x09d2 2024-12-14T15:07:08.576Z CNTRLR [Node 052] Interviewing Version... 2024-12-14T15:07:08.577Z CNTRLR » [Node 052] querying the CC version for Version... 2024-12-14T15:07:08.771Z CNTRLR [Node 052] supports CC Version (0x86) in version 2 2024-12-14T15:07:08.772Z CNTRLR » [Node 052] querying node versions... 2024-12-14T15:07:12.993Z CNTRLR [Node 052] Timed out while waiting for a response from the node (ZW0201) 2024-12-14T15:07:12.994Z CNTRLR » [Node 052] querying CC versions... 2024-12-14T15:07:12.995Z CNTRLR » [Node 052] querying the CC version for Basic... 2024-12-14T15:07:13.153Z CNTRLR [Node 052] does NOT support CC Basic (0x20) 2024-12-14T15:07:13.154Z CNTRLR » [Node 052] querying the CC version for Z-Wave Plus Info... 2024-12-14T15:07:13.372Z CNTRLR [Node 052] supports CC Z-Wave Plus Info (0x5e) in version 2 2024-12-14T15:07:13.374Z CNTRLR » [Node 052] querying the CC version for Manufacturer Specific... 2024-12-14T15:07:13.593Z CNTRLR [Node 052] supports CC Manufacturer Specific (0x72) in version 2 2024-12-14T15:07:13.594Z CNTRLR » [Node 052] querying the CC version for Security... 2024-12-14T15:07:13.812Z CNTRLR [Node 052] supports CC Security (0x98) in version 1 2024-12-14T15:07:13.813Z CNTRLR » [Node 052] querying the CC version for Device Reset Locally... 2024-12-14T15:07:14.031Z CNTRLR [Node 052] supports CC Device Reset Locally (0x5a) in version 1 2024-12-14T15:07:14.032Z CNTRLR » [Node 052] querying the CC version for Powerlevel... 2024-12-14T15:07:14.252Z CNTRLR [Node 052] supports CC Powerlevel (0x73) in version 1 2024-12-14T15:07:14.253Z CNTRLR » [Node 052] querying the CC version for Battery... 2024-12-14T15:07:14.484Z CNTRLR [Node 052] supports CC Battery (0x80) in version 1 2024-12-14T15:07:14.485Z CNTRLR » [Node 052] querying the CC version for Door Lock... 2024-12-14 10:07:33.229 INFO APP: GET /health/zwave 301 0.376 ms - 162 2024-12-14T15:07:44.506Z CNTRLR The controller is unresponsive 2024-12-14 10:07:44.508 INFO Z-WAVE: Controller status: Controller is unresponsive 2024-12-14T15:07:44.509Z DRIVER Controller missed Send Data callback. Attempting to recover... 2024-12-14T15:07:44.509Z CNTRLR Performing soft reset... 2024-12-14T15:07:44.516Z CNTRLR Waiting for the controller to reconnect... 2024-12-14T15:07:45.732Z CNTRLR reconnected and restarted 2024-12-14T15:07:45.733Z CNTRLR Starting hardware watchdog... 2024-12-14T15:07:45.735Z CNTRLR Switching serial API to 16-bit node IDs... 2024-12-14T15:07:45.743Z CNTRLR The controller is no longer unresponsive 2024-12-14 10:07:45.744 INFO Z-WAVE: Controller status: Controller is Ready 2024-12-14T15:07:45.768Z CNTRLR Switching to 16-bit node IDs successful 2024-12-14 10:08:03.259 INFO APP: GET /health/zwave 301 0.317 ms - 162 2024-12-14T15:08:15.784Z CNTRLR [Node 052] The node is causing the controller to become unresponsive, it is pr esumed dead 2024-12-14 10:08:15.787 INFO Z-WAVE: [Node 052] Is now dead 2024-12-14T15:08:15.789Z CNTRLR [Node 052] The node is now dead. 2024-12-14T15:08:15.793Z DRIVER Attempting to recover controller again... 2024-12-14T15:08:15.793Z CNTRLR Performing soft reset... 2024-12-14T15:08:15.797Z CNTRLR [Node 052] Interview attempt (1/5) failed, node is dead. 2024-12-14 10:08:15.798 ERROR Z-WAVE: [Node 052] Interview FAILED: The node is dead 2024-12-14T15:08:15.814Z CNTRLR Waiting for the controller to reconnect... 2024-12-14T15:08:17.021Z CNTRLR reconnected and restarted 2024-12-14T15:08:17.022Z CNTRLR Starting hardware watchdog... 2024-12-14T15:08:17.024Z CNTRLR Switching serial API to 16-bit node IDs... 2024-12-14T15:08:17.049Z CNTRLR Switching to 16-bit node IDs successful 2024-12-14 10:08:33.301 INFO APP: GET /health/zwave 301 0.470 ms - 162 2024-12-14 10:09:03.338 INFO APP: GET /health/zwave 301 0.394 ms - 162 2024-12-14 10:09:33.374 INFO APP: GET /health/zwave 301 0.300 ms - 162 2024-12-14 10:09:54.394 INFO Z-WAVE: [Node 052] Has returned from the dead 2024-12-14T15:09:54.396Z CNTRLR [Node 052] The node is now alive. 2024-12-14T15:09:54.397Z CNTRLR [Node 052] Beginning interview - last completed stage: NodeInfo 2024-12-14T15:09:54.401Z CNTRLR [Node 052] Interviewing Version... 2024-12-14T15:09:54.401Z CNTRLR » [Node 052] querying the CC version for Version... 2024-12-14 10:09:54.750 INFO Z-WAVE: [Node 052] Metadata updated: 113-0-alarmType 2024-12-14 10:09:54.752 INFO Z-WAVE: [Node 052] Value added: 113-0-alarmType => 227 2024-12-14 10:09:54.754 INFO Z-WAVE: [Node 052] Metadata updated: 113-0-alarmLevel 2024-12-14 10:09:54.755 INFO Z-WAVE: [Node 052] Value added: 113-0-alarmLevel => 0 2024-12-14 10:09:54.758 INFO Z-WAVE: [Node 052] Metadata updated: 113-0-Access Control-unknown 2024-12-14 10:09:54.760 INFO Z-WAVE: [Node 052] Value added: 113-0-Access Control-unknown => 254 2024-12-14T15:09:55.738Z CNTRLR [Node 052] Timed out while waiting for a response from the node (ZW0201) 2024-12-14T15:09:55.740Z CNTRLR [Node 052] CC version query for Version timed out - assuming the node supports version 1... 2024-12-14T15:09:55.741Z CNTRLR » [Node 052] querying node versions... 2024-12-14T15:09:56.984Z CNTRLR [Node 052] Timed out while waiting for a response from the node (ZW0201) 2024-12-14T15:09:56.986Z CNTRLR » [Node 052] querying CC versions... 2024-12-14T15:09:56.987Z CNTRLR » [Node 052] querying the CC version for Basic... 2024-12-14T15:09:57.151Z CNTRLR [Node 052] does NOT support CC Basic (0x20) 2024-12-14T15:09:57.152Z CNTRLR » [Node 052] querying the CC version for Z-Wave Plus Info... 2024-12-14T15:09:57.382Z CNTRLR [Node 052] supports CC Z-Wave Plus Info (0x5e) in version 2 2024-12-14T15:09:57.383Z CNTRLR » [Node 052] querying the CC version for Manufacturer Specific... 2024-12-14T15:09:57.612Z CNTRLR [Node 052] supports CC Manufacturer Specific (0x72) in version 2 2024-12-14T15:09:57.613Z CNTRLR » [Node 052] querying the CC version for Security... 2024-12-14T15:09:57.842Z CNTRLR [Node 052] supports CC Security (0x98) in version 1 2024-12-14T15:09:57.843Z CNTRLR » [Node 052] querying the CC version for Device Reset Locally... 2024-12-14T15:09:58.092Z CNTRLR [Node 052] supports CC Device Reset Locally (0x5a) in version 1 2024-12-14T15:09:58.093Z CNTRLR » [Node 052] querying the CC version for Powerlevel... 2024-12-14T15:09:58.322Z CNTRLR [Node 052] supports CC Powerlevel (0x73) in version 1 2024-12-14T15:09:58.323Z CNTRLR » [Node 052] querying the CC version for Battery... 2024-12-14T15:09:58.552Z CNTRLR [Node 052] supports CC Battery (0x80) in version 1 2024-12-14T15:09:58.553Z CNTRLR » [Node 052] querying the CC version for Door Lock... 2024-12-14T15:09:58.782Z CNTRLR [Node 052] supports CC Door Lock (0x62) in version 2 2024-12-14T15:09:58.784Z CNTRLR » [Node 052] querying the CC version for Association... 2024-12-14T15:09:59.088Z CNTRLR [Node 052] supports CC Association (0x85) in version 2 2024-12-14T15:09:59.089Z CNTRLR » [Node 052] querying the CC version for Association Group Information... 2024-12-14T15:09:59.422Z CNTRLR [Node 052] supports CC Association Group Information (0x59) in version 1 2024-12-14T15:09:59.423Z CNTRLR » [Node 052] querying the CC version for Notification... 2024-12-14T15:09:59.652Z CNTRLR [Node 052] supports CC Notification (0x71) in version 4 2024-12-14T15:09:59.653Z CNTRLR » [Node 052] querying the CC version for Configuration... 2024-12-14T15:09:59.882Z CNTRLR [Node 052] supports CC Configuration (0x70) in version 1 2024-12-14T15:09:59.883Z CNTRLR » [Node 052] querying the CC version for User Code... 2024-12-14T15:10:00.162Z CNTRLR [Node 052] supports CC User Code (0x63) in version 1 2024-12-14T15:10:00.164Z CNTRLR » [Node 052] querying the CC version for Time... 2024-12-14T15:10:00.401Z CNTRLR [Node 052] supports CC Time (0x8a) in version 2 2024-12-14T15:10:00.402Z CNTRLR » [Node 052] querying the CC version for Time Parameters... 2024-12-14T15:10:00.631Z CNTRLR [Node 052] supports CC Time Parameters (0x8b) in version 1 2024-12-14T15:10:00.633Z CNTRLR » [Node 052] querying the CC version for Door Lock Logging... 2024-12-14T15:10:00.862Z CNTRLR [Node 052] supports CC Door Lock Logging (0x4c) in version 1 2024-12-14T15:10:00.863Z CNTRLR » [Node 052] querying the CC version for Schedule Entry Lock... 2024-12-14T15:10:01.092Z CNTRLR [Node 052] supports CC Schedule Entry Lock (0x4e) in version 3 2024-12-14T15:10:01.093Z CNTRLR » [Node 052] querying the CC version for Firmware Update Meta Data... 2024-12-14T15:10:01.322Z CNTRLR [Node 052] supports CC Firmware Update Meta Data (0x7a) in version 3 2024-12-14T15:10:01.329Z CNTRLR [Node 052] No device config found 2024-12-14T15:10:01.338Z CNTRLR [Node 052] Interviewing Z-Wave Plus Info... 2024-12-14T15:10:01.339Z CNTRLR » [Node 052] querying Z-Wave+ information... 2024-12-14T15:10:01.555Z CNTRLR « [Node 052] received response for Z-Wave+ information: Z-Wave+ version: 1 role type: SleepingListeningSlave node type: Node installer icon: 0x0300 user icon: 0x0300 2024-12-14T15:10:01.558Z CNTRLR [Node 052] Interviewing Battery... 2024-12-14T15:10:01.559Z CNTRLR » [Node 052] querying battery status... 2024-12-14 10:10:02.589 INFO Z-WAVE: [Node 052] Metadata updated: 128-0-isLow 2024-12-14 10:10:02.592 INFO Z-WAVE: [Node 052] Value added: 128-0-isLow => false 2024-12-14 10:10:02.594 INFO Z-WAVE: [Node 052] Metadata updated: 128-0-level 2024-12-14 10:10:02.596 INFO Z-WAVE: [Node 052] Value added: 128-0-level => 92 2024-12-14T15:10:02.599Z CNTRLR « [Node 052] received response for battery information: level: 92 2024-12-14T15:10:02.601Z CNTRLR [Node 052] Interviewing Time... 2024-12-14T15:10:02.602Z CNTRLR » [Node 052] setting timezone information... 2024-12-14T15:10:03.002Z CNTRLR [Node 052] Interviewing Time Parameters... 2024-12-14T15:10:03.003Z CNTRLR » [Node 052] setting current time... 2024-12-14T15:10:03.351Z CNTRLR [Node 052] Interviewing Firmware Update Meta Data... 2024-12-14T15:10:03.352Z CNTRLR » [Node 052] Querying firmware update capabilities... 2024-12-14 10:10:03.419 INFO APP: GET /health/zwave 301 0.391 ms - 162 2024-12-14T15:10:04.429Z CNTRLR « [Node 052] Received firmware update capabilities: firmware targets: 0, 33031 continues to function: undefined supports activation: undefined 2024-12-14T15:10:04.434Z CNTRLR [Node 052] Interviewing Association... 2024-12-14T15:10:04.434Z CNTRLR » [Node 052] querying number of association groups... 2024-12-14T15:10:05.169Z CNTRLR « [Node 052] supports 1 association groups 2024-12-14T15:10:05.171Z CNTRLR » [Node 052] querying association group #1... 2024-12-14T15:10:05.914Z CNTRLR « [Node 052] received information for association group #1: maximum # of nodes: 1 currently assigned nodes: 1 2024-12-14T15:10:05.919Z CNTRLR [Node 052] Checking/assigning lifeline groups: 1 supports classic associations: true supports multi channel associations: false 2024-12-14T15:10:05.920Z CNTRLR [Node 052] Configuring lifeline group #1: group supports multi channel: false configured strategy: auto must use node association: true must use endpoint association: false 2024-12-14T15:10:05.922Z CNTRLR [Node 052] Lifeline group #1 is already assigned with a node association 2024-12-14T15:10:05.924Z CNTRLR [Node 052] Interviewing Association Group Information... 2024-12-14T15:10:05.925Z CNTRLR » [Node 052] Association group #1: Querying name... 2024-12-14T15:10:06.657Z CNTRLR « [Node 052] Association group #1 has name "Lifeline" 2024-12-14T15:10:06.658Z CNTRLR » [Node 052] Association group #1: Querying command list... 2024-12-14T15:10:07.396Z CNTRLR » [Node 052] Association group #1: Querying info... 2024-12-14T15:10:08.235Z CNTRLR « [Node 052] Received info for association group #1: info is dynamic: false profile: General: Lifeline 2024-12-14T15:10:08.238Z CNTRLR [Node 052] Interviewing Door Lock... 2024-12-14 10:10:08.240 INFO Z-WAVE: [Node 052] Metadata updated: 98-0-doorStatus 2024-12-14 10:10:08.243 INFO Z-WAVE: [Node 052] Metadata updated: 98-0-latchStatus 2024-12-14 10:10:08.245 INFO Z-WAVE: [Node 052] Metadata updated: 98-0-boltStatus 2024-12-14T15:10:08.248Z CNTRLR » [Node 052] requesting lock configuration... 2024-12-14 10:10:08.968 INFO Z-WAVE: [Node 052] Metadata updated: 98-0-lockTimeoutConfiguration 2024-12-14 10:10:08.970 INFO Z-WAVE: [Node 052] Metadata updated: 98-0-insideHandlesCanOpenDoorConfiguration 2024-12-14 10:10:08.971 INFO Z-WAVE: [Node 052] Value added: 98-0-insideHandlesCanOpenDoorConfiguration => false,false,false,false 2024-12-14 10:10:08.972 INFO Z-WAVE: [Node 052] Metadata updated: 98-0-outsideHandlesCanOpenDoorConfiguration 2024-12-14 10:10:08.973 INFO Z-WAVE: [Node 052] Value added: 98-0-outsideHandlesCanOpenDoorConfiguration => false,false,false,false 2024-12-14 10:10:08.974 INFO Z-WAVE: [Node 052] Metadata updated: 98-0-operationType 2024-12-14 10:10:08.976 INFO Z-WAVE: [Node 052] Value added: 98-0-operationType => 1 2024-12-14T15:10:08.978Z CNTRLR « [Node 052] received lock configuration: operation type: Constant outside handles can open door: false, false, false, false inside handles can open door: false, false, false, false 2024-12-14T15:10:08.979Z CNTRLR » [Node 052] requesting current lock status... 2024-12-14 10:10:10.003 INFO Z-WAVE: [Node 052] Metadata updated: 98-0-lockTimeout 2024-12-14 10:10:10.007 INFO Z-WAVE: [Node 052] Metadata updated: 98-0-insideHandlesCanOpenDoor 2024-12-14 10:10:10.009 INFO Z-WAVE: [Node 052] Value added: 98-0-insideHandlesCanOpenDoor => false,false,false,false 2024-12-14 10:10:10.011 INFO Z-WAVE: [Node 052] Metadata updated: 98-0-outsideHandlesCanOpenDoor 2024-12-14 10:10:10.013 INFO Z-WAVE: [Node 052] Value added: 98-0-outsideHandlesCanOpenDoor => false,false,false,false 2024-12-14 10:10:10.014 INFO Z-WAVE: [Node 052] Metadata updated: 98-0-targetMode 2024-12-14 10:10:10.073 INFO Z-WAVE: [Node 052] Metadata updated: 98-0-currentMode 2024-12-14 10:10:10.080 INFO Z-WAVE: [Node 052] Value added: 98-0-currentMode => 255 2024-12-14 10:10:10.081 INFO Z-WAVE: [Node 052] Value added: 98-0-doorStatus => closed 2024-12-14 10:10:10.082 INFO Z-WAVE: [Node 052] Value added: 98-0-boltStatus => locked 2024-12-14 10:10:10.083 INFO Z-WAVE: [Node 052] Value added: 98-0-latchStatus => open 2024-12-14T15:10:10.085Z CNTRLR « [Node 052] received lock status: current mode: Secured door status: closed bolt status: locked latch status: open 2024-12-14T15:10:10.087Z CNTRLR [Node 052] Interviewing Notification... 2024-12-14T15:10:10.089Z CNTRLR » [Node 052] querying supported notification types... 2024-12-14T15:10:10.853Z CNTRLR « [Node 052] received supported notification types: · Access Control · Power Management 2024-12-14T15:10:10.854Z CNTRLR » [Node 052] querying supported notification events for Access Control... 2024-12-14 10:10:11.615 INFO Z-WAVE: [Node 052] Metadata updated: 113-0-Access Control-Lock state 2024-12-14 10:10:11.617 INFO Z-WAVE: [Node 052] Metadata updated: 113-0-Access Control-Keypad state 2024-12-14 10:10:11.619 INFO Z-WAVE: [Node 052] Metadata updated: 113-0-Access Control-Door state 2024-12-14 10:10:11.620 INFO Z-WAVE: [Node 052] Metadata updated: 113-0-Access Control-Door state 2024-12-14T15:10:11.621Z CNTRLR « [Node 052] received supported notification events for Access Control: 1, 2, 3, 4, 5, 6, 9, 11, 12, 13, 14, 15, 16, 18, 22, 23 2024-12-14T15:10:11.621Z CNTRLR » [Node 052] querying supported notification events for Power Management... 2024-12-14 10:10:12.406 INFO Z-WAVE: [Node 052] Metadata updated: 113-0-Power Management-Power status 2024-12-14 10:10:12.408 INFO Z-WAVE: [Node 052] Metadata updated: 113-0-Power Management-Battery maintenance status 2024-12-14 10:10:12.409 INFO Z-WAVE: [Node 052] Metadata updated: 113-0-Power Management-Battery maintenance status 2024-12-14T15:10:12.410Z CNTRLR « [Node 052] received supported notification events for Power Management: 1, 10, 11 2024-12-14T15:10:12.412Z CNTRLR » [Node 052] enabling notifications for Access Control... 2024-12-14 10:10:12.813 INFO Z-WAVE: [Node 052] Value added: 113-0-Access Control-Lock state => 0 2024-12-14 10:10:12.815 INFO Z-WAVE: [Node 052] Value added: 113-0-Access Control-Keypad state => 0 2024-12-14T15:10:12.816Z CNTRLR » [Node 052] enabling notifications for Power Management... 2024-12-14 10:10:13.156 INFO Z-WAVE: [Node 052] Value added: 113-0-Power Management-Power status => 0 2024-12-14 10:10:13.159 INFO Z-WAVE: [Node 052] Value added: 113-0-Power Management-Battery maintenance status => 0 2024-12-14T15:10:13.164Z CNTRLR [Node 052] Interviewing Configuration... 2024-12-14T15:10:13.167Z CNTRLR [Node 052] ConfigurationCC: skipping interview because CC version is < 3 and t here is no config file 2024-12-14T15:10:13.169Z CNTRLR [Node 052] Interviewing User Code... 2024-12-14T15:10:13.170Z CNTRLR » [Node 052] querying number of user codes... 2024-12-14T15:10:14.183Z CNTRLR [Node 052] Interviewing Door Lock Logging... 2024-12-14T15:10:14.186Z CNTRLR » [Node 052] querying supported number of records... 2024-12-14T15:10:14.887Z CNTRLR « [Node 052] supports 250 records 2024-12-14T15:10:14.890Z CNTRLR [Node 052] Interviewing Schedule Entry Lock... 2024-12-14T15:10:14.891Z CNTRLR » [Node 052] Querying supported number of schedule slots... 2024-12-14T15:10:15.919Z CNTRLR « [Node 052] received supported number of schedule slots: day of week: 0 day of year: 1 daily repeating: 7 2024-12-14 10:10:15.923 INFO Z-WAVE: [Node 052] Interview stage COMMANDCLASSES completed 2024-12-14T15:10:15.925Z CNTRLR [Node 052] Interview stage completed: CommandClasses 2024-12-14 10:10:15.927 INFO Z-WAVE: [Node 052] Interview stage OVERWRITECONFIG completed 2024-12-14T15:10:15.930Z CNTRLR [Node 052] Interview stage completed: OverwriteConfig 2024-12-14 10:10:15.931 INFO Z-WAVE: [Node 052] Interview stage COMPLETE completed 2024-12-14T15:10:15.933Z CNTRLR [Node 052] Interview completed 2024-12-14 10:10:15.994 INFO Z-WAVE: [Node 052] Value added 52-98-0-doorStatus => closed 2024-12-14 10:10:15.995 INFO Z-WAVE: [Node 052] Value added 52-98-0-latchStatus => open 2024-12-14 10:10:15.995 INFO Z-WAVE: [Node 052] Value added 52-98-0-boltStatus => locked 2024-12-14 10:10:15.995 INFO Z-WAVE: [Node 052] Value added 52-98-0-insideHandlesCanOpenDoorConfiguration => false,false,false,false 2024-12-14 10:10:15.996 INFO Z-WAVE: [Node 052] Value added 52-98-0-outsideHandlesCanOpenDoorConfiguration => false,false,false,false 2024-12-14 10:10:15.996 INFO Z-WAVE: [Node 052] Value added 52-98-0-operationType => 1 2024-12-14 10:10:15.997 INFO Z-WAVE: [Node 052] Value added 52-98-0-insideHandlesCanOpenDoor => false,false,false,false 2024-12-14 10:10:15.997 INFO Z-WAVE: [Node 052] Value added 52-98-0-outsideHandlesCanOpenDoor => false,false,false,false 2024-12-14 10:10:16.036 INFO Z-WAVE: [Node 052] Value added 52-98-0-currentMode => 255 2024-12-14 10:10:16.036 INFO Z-WAVE: [Node 052] Value added 52-98-0-lockTimeoutConfiguration => undefined 2024-12-14 10:10:16.037 INFO Z-WAVE: [Node 052] Value added 52-98-0-lockTimeout => undefined 2024-12-14 10:10:16.037 INFO Z-WAVE: [Node 052] Value added 52-98-0-targetMode => undefined 2024-12-14 10:10:16.038 INFO Z-WAVE: [Node 052] Value added 52-99-0-userIdStatus-1 => 0 2024-12-14 10:10:16.038 INFO Z-WAVE: [Node 052] Value added 52-99-0-userCode-1 => 2024-12-14 10:10:16.039 INFO Z-WAVE: [Node 052] Value added 52-99-0-userIdStatus-2 => 0 2024-12-14 10:10:16.039 INFO Z-WAVE: [Node 052] Value added 52-99-0-userCode-2 => 2024-12-14 10:10:16.039 INFO Z-WAVE: [Node 052] Value added 52-99-0-userIdStatus-3 => 0 2024-12-14 10:10:16.040 INFO Z-WAVE: [Node 052] Value added 52-99-0-userCode-3 => 2024-12-14 10:10:16.040 INFO Z-WAVE: [Node 052] Value added 52-99-0-userIdStatus-4 => 0 2024-12-14 10:10:16.041 INFO Z-WAVE: [Node 052] Value added 52-99-0-userCode-4 => 2024-12-14 10:10:16.041 INFO Z-WAVE: [Node 052] Value added 52-99-0-userIdStatus-6 => 0 2024-12-14 10:10:16.041 INFO Z-WAVE: [Node 052] Value added 52-99-0-userCode-6 => 2024-12-14 10:10:16.192 INFO Z-WAVE: [Node 052] Value added 52-113-0-alarmType => 227 2024-12-14 10:10:16.192 INFO Z-WAVE: [Node 052] Value added 52-113-0-alarmLevel => 0 2024-12-14 10:10:16.192 INFO Z-WAVE: [Node 052] Value added 52-113-0-Access Control-unknown => 254 2024-12-14 10:10:16.193 INFO Z-WAVE: [Node 052] Value added 52-113-0-Access Control-Lock state => 0 2024-12-14 10:10:16.193 INFO Z-WAVE: [Node 052] Value added 52-113-0-Access Control-Keypad state => 0 2024-12-14 10:10:16.194 INFO Z-WAVE: [Node 052] Value added 52-113-0-Power Management-Power status => 0 2024-12-14 10:10:16.195 INFO Z-WAVE: [Node 052] Value added 52-113-0-Power Management-Battery maintenance status => 0 2024-12-14 10:10:16.195 INFO Z-WAVE: [Node 052] Value added 52-113-0-Access Control-Door state => undefined 2024-12-14 10:10:16.195 INFO Z-WAVE: [Node 052] Value added 52-113-0-Access Control-Door state (simple) => undefined 2024-12-14 10:10:16.197 INFO Z-WAVE: [Node 052] Value added 52-114-0-productId => 2514 2024-12-14 10:10:16.197 INFO Z-WAVE: [Node 052] Value added 52-114-0-productType => 33031 2024-12-14 10:10:16.197 INFO Z-WAVE: [Node 052] Value added 52-114-0-manufacturerId => 297 2024-12-14 10:10:16.198 INFO Z-WAVE: [Node 052] Value added 52-128-0-isLow => false 2024-12-14 10:10:16.198 INFO Z-WAVE: [Node 052] Value added 52-128-0-level => 92 2024-12-14 10:10:16.199 INFO Z-WAVE: [Node 052] Value added 52-134-0-firmwareVersions => undefined 2024-12-14 10:10:16.199 INFO Z-WAVE: [Node 052] Value added 52-134-0-libraryType => undefined 2024-12-14 10:10:16.200 INFO Z-WAVE: [Node 052] Value added 52-134-0-protocolVersion => undefined 2024-12-14 10:10:16.200 INFO Z-WAVE: [Node 052] Value added 52-139-0-dateAndTime => undefined 2024-12-14 10:10:16.209 INFO Z-WAVE: [Node 052] Ready: ASSA ABLOY - Unknown product 0x09d2 (0x8107) 2024-12-14 10:10:16.210 INFO Z-WAVE: [Node 052] Schedule Entry Lock is supported 2024-12-14T15:10:16.215Z CNTRLR Retrieving priority route to node 52... 2024-12-14T15:10:16.217Z CNTRLR [Node 052] The node is ready to be used 2024-12-14 10:10:16.259 INFO Z-WAVE: [Node 052] Interview COMPLETED, all values are updated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
config ⚙ Configuration issues or updates
Projects
None yet
Development

No branches or pull requests

1 participant