zwave-js/.config-db/devices/0x010f/fgdw002.json

280 lines
5.1 KiB
JSON
Raw Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "Fibargroup",
"manufacturerId": "0x010f",
"label": "FGDW002",
"description": "Fibaro Door Window Sensor 2",
"devices": [
{
"productType": "0x0702",
"productId": "0x1000"
},
{
"productType": "0x0702",
"productId": "0x2000"
},
{
"productType": "0x0702",
"productId": "0x3000"
},
{
"productType": "0x0702",
"productId": "0x4000"
},
{
"productType": "0x0702",
"productId": "0x7000"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "1",
"label": "Door/window State",
"description": "What state is door/window when the magnet is close to the sensor",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Closed when magnet near",
"value": 0
},
{
"label": "Opened when magnet near",
"value": 1
}
]
},
{
"#": "3",
"label": "Associations in Z-Wave Network Security Mode",
"valueSize": 1,
"defaultValue": 3,
"allowManualEntry": false,
"options": [
{
"label": "None of the groups sent as secure",
"value": 0
},
{
"label": "2nd group \"On/off\" sent as secure",
"value": 1
},
{
"label": "3rd group \"Tamper\" sent as secure",
"value": 2
},
{
"label": "2nd and 3rd group sent as secure",
"value": 3
}
]
},
{
"#": "11",
"label": "2nd Association Group Triggers",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Switch after opening and closing",
"value": 0
},
{
"label": "Switch after opening (Parameter 12)",
"value": 1
},
{
"label": "Switch after closing (Parameter 13)",
"value": 2
}
]
},
{
"#": "12",
"label": "Value of ON Command Sent to 2nd Association Group",
"valueSize": 2,
"minValue": 0,
"maxValue": 255,
"defaultValue": 255
},
{
"#": "13",
"label": "Value of OFF Command Sent to 2nd Association Group",
"valueSize": 2,
"minValue": 0,
"maxValue": 255,
"defaultValue": 255
},
{
"#": "14",
"label": "Association for Opening - Time Delay",
"valueSize": 2,
"minValue": 0,
"maxValue": 32400,
"defaultValue": 0
},
{
"#": "15",
"label": "Association for Closing - Time Delay",
"valueSize": 2,
"minValue": 0,
"maxValue": 32400,
"defaultValue": 0
},
{
"#": "30",
"label": "Tamper - Alarm Cancellation Delay",
"valueSize": 2,
"minValue": 0,
"maxValue": 32400,
"defaultValue": 5
},
{
"#": "31",
"label": "Tamper - Reporting Alarm Cancellation",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Do not send tamper cancellation report",
"value": 0
},
{
"label": "Send tamper cancellation report",
"value": 1
}
]
},
{
"#": "50",
"label": "Interval of Temperature Measurements",
"valueSize": 2,
"minValue": 0,
"maxValue": 32400,
"defaultValue": 300
},
{
"#": "51",
"label": "Temperature Reports Threshold",
"valueSize": 2,
"minValue": 0,
"maxValue": 300,
"defaultValue": 10
},
{
"#": "52",
"label": "Interval of Temperature Reports",
"valueSize": 2,
"minValue": 0,
"maxValue": 32400,
"defaultValue": 0
},
{
"#": "53",
"label": "Temperature Offset",
"valueSize": 2,
"minValue": -1000,
"maxValue": 1000,
"defaultValue": 0
},
{
"#": "54",
"label": "Temperature Alarm Reports",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Temperature alarms disabled",
"value": 0
},
{
"label": "High temperature alarm",
"value": 1
},
{
"label": "Low temperature alarm",
"value": 2
},
{
"label": "High and low temperature alarms enabled",
"value": 3
}
]
},
{
"#": "55",
"label": "High Temperature Alarm Threshold",
"valueSize": 2,
"minValue": 1,
"maxValue": 600,
"defaultValue": 350
},
{
"#": "56",
"label": "Low Temperature Alarm Threshold",
"valueSize": 2,
"minValue": 0,
"maxValue": 599,
"defaultValue": 100
},
{
"#": "2[0x01]",
"label": "Visual LED Indications - Open/close",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "No indication",
"value": 0
},
{
"label": "Open/Close indication",
"value": 1
}
]
},
{
"#": "2[0x02]",
"label": "Visual LED Indications - Wake Up",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "No indication",
"value": 0
},
{
"label": "Enable wake up notification",
"value": 1
}
]
},
{
"#": "2[0x04]",
"label": "Visual LED Indications - Tampering",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "No indication",
"value": 0
},
{
"label": "Enable indication of device tampering",
"value": 1
}
]
}
]
}