zwave-js/.config-db/devices/0x0090/hc620.json

173 lines
3.4 KiB
JSON
Raw Permalink Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "Kwikset",
"manufacturerId": "0x0090",
"label": "HC620",
"description": "Home Connect 620 Connected Smart Lock",
"devices": [
{
"productType": "0x0811",
"productId": "0x03a8",
"zwaveAllianceId": [4026, 4288, 4279]
},
{
"productType": "0x0811",
"productId": "0x13a8",
"zwaveAllianceId": 4081
},
{
"productType": "0x0811",
"productId": "0x23a8",
"zwaveAllianceId": 4184
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "1",
"label": "Status LED",
"valueSize": 1,
"defaultValue": 1,
"writeOnly": true,
"allowManualEntry": false,
"options": [
{
"label": "Disable",
"value": 0
},
{
"label": "Enable",
"value": 1
}
]
},
{
"#": "2",
"label": "Buzzer",
"valueSize": 1,
"defaultValue": 1,
"writeOnly": true,
"allowManualEntry": false,
"options": [
{
"label": "Disable",
"value": 0
},
{
"label": "Enable",
"value": 1
}
]
},
{
"#": "3",
"label": "User Program Button",
"valueSize": 1,
"defaultValue": 1,
"writeOnly": true,
"allowManualEntry": false,
"options": [
{
"label": "Disable",
"value": 0
},
{
"label": "Enable",
"value": 1
}
]
},
{
"#": "4",
"label": "Secure Screen",
"description": "Control the secure screen functionality (on touch locks only)",
"valueSize": 1,
"defaultValue": 1,
"writeOnly": true,
"allowManualEntry": false,
"options": [
{
"label": "Disable",
"value": 0
},
{
"label": "Enable",
"value": 1
}
]
},
{
"#": "10",
"label": "Lock Direction",
"description": "Indicates the direction of the lock. Set to 1 (Right handed lock) to initiate direction detection.",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Unknown latch position",
"value": 0
},
{
"label": "Right handed lock",
"value": 1
},
{
"label": "Left handed lock",
"value": 2
}
]
},
{
"#": "40",
"label": "Reset to Factory Default Settings",
"valueSize": 1,
"defaultValue": 0,
"writeOnly": true,
"allowManualEntry": false,
"options": [
{
"label": "Normal operation",
"value": 0
},
{
"label": "Reset to factory defaults",
"value": 1
},
{
"label": "Perform a modified factory reset",
"value": 2
}
]
},
{
"#": "46",
"label": "Motor Resistance",
"valueSize": 4,
"minValue": 0,
"maxValue": 255,
"defaultValue": 0,
"readOnly": true
}
],
"compat": {
"commandClasses": {
"remove": {
// https://github.com/zwave-js/node-zwave-js/discussions/5566#discussioncomment-6702982
// The device gets stuck in a state where it continues spamming Supervision Reports
"Supervision": {
"endpoints": "*"
}
}
}
},
"metadata": {
"inclusion": "Press button \"A\" on the lock interior one time",
"exclusion": "Press button \"A\" one time",
"reset": "1. Remove battery pack.\n2. Press and HOLD \"Program\" button while reinserting the battery pack. Keep holding the button for 30 seconds until the lock beeps and the status LED flashes red",
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/4279/5069372%20Weiser%20GED1800ss.pdf"
}
}