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

262 lines
5.5 KiB
JSON
Raw Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "Fibargroup",
"manufacturerId": "0x010f",
"label": "FGSD002",
"description": "Smoke Detector",
"devices": [
{
"productType": "0x0c02",
"productId": "0x1002"
},
{
"productType": "0x0c02",
"productId": "0x1003"
},
{
"productType": "0x0c02",
"productId": "0x4002"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "1",
"label": "Smoke Sensor Sensitivity",
"valueSize": 1,
"defaultValue": 2,
"allowManualEntry": false,
"options": [
{
"label": "High",
"value": 1
},
{
"label": "Medium",
"value": 2
},
{
"label": "Low",
"value": 3
}
]
},
{
"#": "2",
"label": "Z-Wave Notifications Status",
"description": "This parameter allows to activate excess temperature ...",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 255,
"unsigned": true
},
{
"#": "3",
"label": "Visual Indicator Notifications Status",
"description": "This parameter allows to activate visual indications",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "All notifications disabled",
"value": 0
},
{
"label": "Enclosure opening notification enabled",
"value": 1
},
{
"label": "Exceeding temp threshold notification enabled",
"value": 2
},
{
"label": "Enclosure opening notification enabled +",
"value": 3
},
{
"label": "Lack of Z-Wave range notification",
"value": 4
},
{
"label": "Enclosure opening notification enabled and",
"value": 5
},
{
"label": "Exceeding temp threshold notification enabled +",
"value": 6
},
{
"label": "Enclosure opening notification enabled +",
"value": 7
}
]
},
{
"#": "4",
"label": "Sound Notifications Status",
"description": "This parameter allows to activate sound signals...",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "All notifications disabled",
"value": 0
},
{
"label": "Enclosure opening notification enabled",
"value": 1
},
{
"label": "Exceeding temp threshold notification enabled",
"value": 2
},
{
"label": "Enclosure opening notification enabled +",
"value": 3
},
{
"label": "Lack of Z-Wave range notification",
"value": 4
},
{
"label": "Enclosure opening notification enabled +",
"value": 5
},
{
"label": "Exceeding temp threshold notification enabled +",
"value": 6
},
{
"label": "Enclosure opening notification enabled and",
"value": 7
}
]
},
{
"#": "10",
"label": "Config of Control Frames in Basic Command Class",
"description": "This parameter defines which frames will be sent ...",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Basic on and basic off enabled",
"value": 0
},
{
"label": "Basic on enabled",
"value": 1
},
{
"label": "Basic off enabled",
"value": 2
}
]
},
{
"#": "11",
"label": "BASIC ON Frame Value",
"description": "BASIC ON frame is sent in case of smoke presence detection ...",
"valueSize": 2,
"minValue": 1,
"maxValue": 255,
"defaultValue": 255
},
{
"#": "12",
"label": "BASIC OFF Frame Value",
"description": "BASIC OFF frame is sent in case of FIRE ALARM cancellation.",
"valueSize": 2,
"minValue": 0,
"maxValue": 255,
"defaultValue": 255
},
{
"#": "13",
"label": "Alarm Broadcast",
"description": "A value other than 0 means that alarms are being ...",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Broadcast inactive",
"value": 0
},
{
"label": "Fire alarm broadcast 2nd/4th association group",
"value": 1
},
{
"label": "Fire alarm broadcast 2nd/4th association group",
"value": 2
},
{
"label": "Fire alarm broadcast 2nd/4th association group",
"value": 3
}
]
},
{
"#": "14",
"$if": "firmwareVersion >= 3.2",
"label": "Associations in Z-Wave Network Security Mode",
"valueSize": 1,
"minValue": 0,
"maxValue": 15,
"defaultValue": 15
},
{
"#": "20",
"label": "Temperature Report Interval",
"description": "Time interval between consecutive temperature reports.",
"valueSize": 2,
"minValue": 0,
"maxValue": 8640,
"defaultValue": 1
},
{
"#": "21",
"label": "Temperature Report Hysteresis",
"description": "The temperature report will only be sent if there is a difference ...",
"valueSize": 1,
"minValue": 1,
"maxValue": 100,
"defaultValue": 10
},
{
"#": "30",
"label": "Temperature Threshold",
"description": "Temperature threshold for activating alarms",
"valueSize": 1,
"minValue": 1,
"maxValue": 100,
"defaultValue": 55
},
{
"#": "31",
"label": "Excess Temperature Signaling Interval",
"description": "Time interval of signaling (visual indication/sound) excess ...",
"valueSize": 2,
"minValue": 1,
"maxValue": 8640,
"defaultValue": 1
},
{
"#": "32",
"label": "Lack of Z-Wave Range Indication Interval",
"description": "Time interval of signaling (visual indication/sound) lack of ...",
"valueSize": 2,
"minValue": 1,
"maxValue": 8640,
"defaultValue": 180
}
]
}