zwave-js/.config-db/devices/0x0371/zwa009_11.0_255.255.json
2025-01-10 22:05:04 -08:00

227 lines
4.6 KiB
JSON

{
"manufacturer": "Aeotec Ltd.",
"manufacturerId": "0x0371",
"label": "ZWA009",
// eslint-disable-next-line @zwave-js/consistent-config-string-case
"description": "aërQ Temperature and Humidity Sensor V1.0",
"devices": [
{
"productType": "0x0002",
"productId": "0x0009"
},
{
"productType": "0x0102",
"productId": "0x0009"
},
{
"productType": "0x0202",
"productId": "0x0009"
}
],
"firmwareVersion": {
"min": "11.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Lifeline",
"maxNodes": 5,
"isLifeline": true
},
"2": {
"label": "High Temperature",
"maxNodes": 5
},
"3": {
"label": "Low Temperature",
"maxNodes": 5
},
"4": {
"label": "High Humidity",
"maxNodes": 5
},
"5": {
"label": "Low Humidity",
"maxNodes": 5
},
"6": {
"label": "Air Temperature (Multilevel)",
"maxNodes": 5
}
},
"paramInformation": [
{
"#": "1",
"label": "Temperature Change Report Threshold",
"valueSize": 1,
"unit": "0.1 °(C/F)",
"minValue": 0,
"maxValue": 100,
"defaultValue": 20,
"options": [
{
"label": "Disable",
"value": 0
}
]
},
{
"#": "2",
"label": "Humidity Change Report Threshold",
"valueSize": 1,
"unit": "%",
"minValue": 0,
"maxValue": 20,
"defaultValue": 5,
"options": [
{
"label": "Disable",
"value": 0
}
]
},
{
"#": "4",
"label": "Automatic Reporting Interval",
"description": "Allowable Range: 30-65535",
"valueSize": 2,
"unit": "seconds",
"minValue": 0,
"maxValue": 65535,
"defaultValue": 43200,
"unsigned": true,
"options": [
{
"label": "Disable",
"value": 0
}
]
},
{
"#": "5",
"label": "High Temperature Basic Set Threshold",
"valueSize": 2,
"unit": "0.1 °(C/F)",
"minValue": 0,
"maxValue": 1000,
"defaultValue": 0,
"options": [
{
"label": "Disable",
"value": 0
}
]
},
{
"#": "10",
"label": "High Temperature Basic Set Value",
"description": "Allowable Range: 0-99, 255.",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 0,
"unsigned": true
},
{
"#": "6",
"label": "Low Temperature Basic Set Threshold",
"description": "Allowable Range: 200-1000.",
"valueSize": 2,
"unit": "0.1 °(C/F)",
"minValue": 0,
"maxValue": 1000,
"defaultValue": 0,
"options": [
{
"label": "Disable",
"value": 0
}
]
},
{
"#": "9",
"label": "Low Temperature Basic Set Value",
"description": "Allowable Range: 0-99, 255.",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 255,
"unsigned": true
},
{
"#": "7",
"label": "High Humidity Basic Set Threshold",
"valueSize": 1,
"unit": "%",
"minValue": 0,
"maxValue": 90,
"defaultValue": 0,
"options": [
{
"label": "Disable",
"value": 0
}
]
},
{
"#": "12",
"label": "High Humidity Trigger Basic Set Value",
"description": "Allowable Range: 0-99, 255.",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 0,
"unsigned": true
},
{
"#": "8",
"label": "Low Humidity Basic Set Threshold",
"valueSize": 1,
"unit": "%",
"minValue": 0,
"maxValue": 90,
"defaultValue": 0,
"options": [
{
"label": "Disable",
"value": 0
}
]
},
{
"#": "11",
"label": "Low Humidity Trigger Basic Set Value",
"description": "Allowable Range: 0-99, 255.",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 255,
"unsigned": true
},
{
"#": "13",
"label": "Humidity Offset for Mold Danger Notification",
"valueSize": 1,
"unit": "%",
"minValue": 0,
"maxValue": 10,
"defaultValue": 0
},
{
"#": "64",
"$import": "~/0x0086/templates/aeotec_template.json#celsius_fahrenheit",
"valueSize": 1
},
{
"#": "255",
"$import": "~/0x0086/templates/aeotec_template.json#factory_reset_complete"
}
],
"metadata": {
"inclusion": "Set the controller in inclusion mode, then press the central button quickly three times in a row",
"exclusion": "Set the controller in exclusion mode, then press the central button quickly three times in a row",
"wakeup": "Press the central button once",
"reset": "Keep the button pressed for 10 seconds. Then the green LED will start blinking. Release the button, when the LED stops blinking. Your device is reset to factory default now.",
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/3876/Ae%CC%88rQ_Manual%20Extended-2_4.pdf"
}
}