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

feat(config): add new device config for Philips DDL240X-15HZW lock #7497

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
127 changes: 127 additions & 0 deletions packages/config/config/devices/0x021d/ddl240x.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,127 @@
{
"manufacturer": "Shenzhen Kaadas Intelligent Technology Co., Ltd.",
"manufacturerId": "0x021d",
"label": "DDL240X-15HZW",
"description": "Philips Home Access Keyed Touchscreen Deadbolt",
"devices": [
{
"productType": "0x0903",
"productId": "0x00d4",
"zwaveAllianceId": 4973
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Lifeline",
"maxNodes": 5,
"isLifeline": true
},
"2": {
"label": "On/Off control",
"maxNodes": 5
}
},
"paramInformation": [
{
"#": "1",
"label": "Configure Volume Level",
"valueSize": 1,
"minValue": 0,
"maxValue": 2,
"defaultValue": 2,
"options": [
{
"label": "Silent",
"value": 0
},
{
"label": "Low volume",
"value": 1
},
{
"label": "High volume",
"value": 2
}
]

},
{
"#": "2",
"label": "Configure LED",
"description" : "Enable/Disable the LED on the inside of the product.",
"valueSize": 1,
"minValue": 0,
"maxValue": 1,
"defaultValue": 1,
"options": [
{
"label": "Off",
"value": 0
},
{
"label": "On (Blink)",
"value": 1
}
]
},
{
"#": "3",
"label": "Timed Battery Report",
"description": "Enable/Disable timed battery reports and sets how often battery is reported in minutes.",
"valueSize": 2,
"unit": "minutes",
"minValue": 0,
"maxValue": 14400,
"defaultValue": 1440
},
{
"#": "4",
"label": "Association Group 2 Settings",
"description": "Determine the Basic Set value to control other Z-Wave devices directly.",
"valueSize": 1,
"minValue": 0,
"maxValue": 6,
"defaultValue": 1,
"options": [
{
"label": "Disable completely",
"value": 0
},
{
"label": "Unlocked status: 0xff; Locked status: 0x00",
"value": 1
}, {
"label": "Unlocked status: 0x00; Locked status: 0xff",
"value": 2
},
{
"label": "Unlocked status: 0xff; Locked status: No command",
"value": 3
},
{
"label": "Unlocked status: No command; Locked status: 0x00",
"value": 4
},
{
"label": "Unlocked status: 0x00; Locked status: No command",
"value": 5
},
{
"label": "Unlocked status: No command; Locked status: 0xff",
"value": 6
}
]
}
],
"metadata": {
"inclusion": "1. Enter master mode(input X + X + Master PIN Code + √)\n2. Input \"0\" to enter \"Network settings\"\n3. Input \"1 + √\" to enter \"Include mode\"",
"exclusion": "1. Enter master mode(input X + X + Master PIN Code + √ )\n2. Input \"0\" to enter \"Network settings\"\n3. Input \"2 + √\" to enter \"Exclusion mode\"",
"reset": "1. Operations on lock\n1) Remove one of the batteries.\n2) Press and hold the Reset Button.\n3) While pressing, insert the removed battery. When you hear the voice prompt, the factory reset is complete.\n\n2. Please use this procedure only when the network primary controller is missing or otherwise inoperable",
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=cert_portal/certs/1010/DDL240X-15HZWManualV2.0.pdf"
}
}

Loading