220 lines
3.9 KiB
JSON
220 lines
3.9 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": "0.0",
|
|
"max": "1.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: 900-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"
|
|
}
|
|
]
|
|
}
|