zwave-js/.config-db/devices/0x0409/cfa3010.json
2025-01-10 22:05:04 -08:00

229 lines
4.4 KiB
JSON

{
"manufacturer": "ABUS",
"manufacturerId": "0x0409",
"label": "CFA3010",
"description": "Z-Wave Door Lock",
"devices": [
{
"productType": "0x0005",
"productId": "0x0003"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "1",
"label": "Latch Hold Time",
"description": "Defines how long the latch is kept open.",
"valueSize": 1,
"unit": "seconds",
"minValue": 1,
"maxValue": 20,
"defaultValue": 3
},
{
"#": "2",
"label": "Latch Torque",
"description": "Defines the torque of the latch.",
"valueSize": 1,
"defaultValue": 2,
"allowManualEntry": false,
"options": [
{
"label": "High",
"value": 1
},
{
"label": "Medium",
"value": 2
},
{
"label": "Low",
"value": 3
}
]
},
{
"#": "3",
"label": "Acoustic Feedback",
"description": "Defines Acoustic Feedback signals. Button-, Low-Battery-, Error- and Alarm-Signals can not be adjusted.",
"valueSize": 1,
"defaultValue": 3,
"allowManualEntry": false,
"options": [
{
"label": "Inactive",
"value": 1
},
{
"label": "Only at the beginning of the lock travel",
"value": 2
},
{
"label": "When reaching the position of the event",
"value": 3
},
{
"label": "When reaching the position locked",
"value": 4
},
{
"label": "When reaching each end position",
"value": 5
}
]
},
{
"#": "4",
"label": "Travel Time",
"description": "This parameter defines the travel path of the Lock.",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Automatic/Normal",
"value": 1
},
{
"label": "Multiple turns for one open/close action",
"value": 2
},
{
"label": "Travel from window-tilted position is turned on (Abus FCA3000)",
"value": 3
}
]
},
{
"#": "5",
"label": "Touch Panel Settings",
"description": "This parameter defines Touch Panel settings.",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Touch panel is active",
"value": 1
},
{
"label": "Only touch panel control buttons are active",
"value": 2
},
{
"label": "Touch panel is inactive",
"value": 3
},
{
"label": "Touch panel trap is inactive",
"value": 4
}
]
},
{
"#": "6",
"label": "Motor Force",
"description": "This parameter defines the motor force, when turning the lock.",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Automatic/Normal",
"value": 1
},
{
"label": "Maximum force",
"value": 2
}
]
},
{
"#": "250",
"label": "Lock Status",
"valueSize": 1,
"defaultValue": 0,
"readOnly": true,
"allowManualEntry": false,
"options": [
{
"label": "Unknown",
"value": 0
},
{
"label": "Open",
"value": 1
},
{
"label": "Unlocked",
"value": 2
},
{
"label": "1x locked",
"value": 3
},
{
"label": "2x locked",
"value": 4
},
{
"label": "Locked (End stop)",
"value": 5
},
{
"label": "Multiple interlocked",
"value": 6
}
]
},
{
"#": "251",
"label": "Drive Cycles Trap",
"description": "Counter, how often the trap was activated.",
"valueSize": 4,
"minValue": 0,
"maxValue": 16700000,
"defaultValue": 0,
"readOnly": true,
"allowManualEntry": false
},
{
"#": "252",
"label": "Driving Cycles Unlocked",
"description": "Counter, how often it has been unlocked.",
"valueSize": 4,
"minValue": 0,
"maxValue": 16700000,
"defaultValue": 0,
"readOnly": true,
"allowManualEntry": false
},
{
"#": "253",
"label": "Driving Cycles Interlocked",
"description": "Counter, how often it has been interlocked.",
"valueSize": 4,
"minValue": 0,
"maxValue": 16700000,
"defaultValue": 0,
"readOnly": true,
"allowManualEntry": false
},
{
"#": "254",
"label": "ABUS Firmware Version",
"description": "Version of the ABUS Firmware, e.g. 1.05",
"valueSize": 2,
"minValue": 0,
"maxValue": 65535,
"defaultValue": 0,
"unsigned": true,
"readOnly": true,
"allowManualEntry": false
}
]
}