zwave-js/.config-db/devices/0x015f/mh9-co2.json
2025-01-10 22:05:04 -08:00

134 lines
2.4 KiB
JSON

{
"manufacturer": "McoHome Technology Co., Ltd.",
"manufacturerId": "0x015f",
"label": "MH9-CO2",
"description": "CO2 Monitor Air Quality Detector",
"devices": [
{
"productType": "0x0901",
"productId": "0x3102"
},
{
"productType": "0x0901",
"productId": "0x5102"
},
{
"productType": "0x0902",
"productId": "0x5102"
},
{
"productType": "0x0905",
"productId": "0x0201"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"$if": "firmwareVersion < 2.4",
"label": "CO2 Above Threshold Notification",
"maxNodes": 5
},
"2": {
"$if": "firmwareVersion < 2.4",
"label": "CO2, Temperature and Humidity",
"maxNodes": 1,
"isLifeline": true
}
},
"paramInformation": [
{
"#": "1",
"$if": "firmwareVersion >= 2.4",
"label": "CO2 Notification Threshold",
"valueSize": 2,
"unit": "ppm",
"minValue": 1,
"maxValue": 5000,
"defaultValue": 1000
},
{
"#": "1",
"label": "CO2 Notification Threshold",
"valueSize": 2,
"unit": "ppm",
"minValue": 1,
"maxValue": 2000,
"defaultValue": 1000
},
{
"#": "2",
"$if": "firmwareVersion >= 2.4",
"label": "CO2 Reporting Threshold",
"valueSize": 1,
"unit": "5 ppm",
"minValue": 0,
"maxValue": 255,
"defaultValue": 10,
"unsigned": true,
"options": [
{
"label": "Disable",
"value": 0
}
]
},
{
"#": "3",
"$if": "firmwareVersion >= 2.4",
"label": "Temperature Reporting Threshold",
"valueSize": 1,
"unit": "0.1 °C",
"minValue": 0,
"maxValue": 255,
"defaultValue": 1,
"unsigned": true,
"options": [
{
"label": "Disable",
"value": 0
}
]
},
{
"#": "4",
"$if": "firmwareVersion >= 2.4",
"label": "Humidity Reporting Threshold",
"valueSize": 1,
"unit": "%",
"minValue": 0,
"maxValue": 100,
"defaultValue": 2,
"options": [
{
"label": "Disable",
"value": 0
}
]
},
{
"#": "255",
"$if": "firmwareVersion >= 2.4",
"label": "Reset to Factory Settings",
"valueSize": 1,
"defaultValue": 0,
"writeOnly": true,
"allowManualEntry": false,
"options": [
{
"label": "Normal operation",
"value": 0
},
{
"label": "Reset to factory settings",
"value": 85
}
]
}
],
"compat": {
"forceNotificationIdleReset": true
}
}