zwave-js/.config-db/devices/0x0159/zmnhmd.json
2025-01-10 22:05:04 -08:00

213 lines
3.8 KiB
JSON

{
"manufacturer": "Qubino",
"manufacturerId": "0x0159",
"label": "ZMNHMD",
"description": "Smart Leak Protector",
"devices": [
{
"productType": "0x0006",
"productId": "0x0051"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "1",
"label": "Output 1 Valve Type",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "NO (Normally open)",
"value": 0
},
{
"label": "NC (Normally closed)",
"value": 1
}
]
},
{
"#": "2",
"label": "Input 2 Contact Type",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "NO (Normally open)",
"value": 0
},
{
"label": "NC (Normally closed)",
"value": 1
}
]
},
{
"#": "3",
"label": "Input 3 Contact Type",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "NO (Normally open)",
"value": 0
},
{
"label": "NC (Normally closed)",
"value": 1
}
]
},
{
"#": "30",
"$import": "~/templates/master_template.json#state_after_power_failure_prev_off"
},
{
"#": "48",
"label": "Total Water Consumption",
"valueSize": 4,
"unit": "l",
"minValue": -2147483648,
"maxValue": 2147483647,
"defaultValue": 0
},
{
"#": "50",
"label": "Number of Liters Per Pulse",
"valueSize": 2,
"minValue": 1,
"maxValue": 1000,
"defaultValue": 10
},
{
"#": "51",
"label": "Slow Leak: Threshold",
"description": "How much water must be consumed in the timespan defined by parameter 52 to trigger slow leak alarm",
"valueSize": 2,
"unit": "l",
"minValue": 1,
"maxValue": 1000,
"defaultValue": 1
},
{
"#": "52",
"label": "Slow Leak: Time Interval",
"valueSize": 1,
"unit": "hours",
"minValue": 1,
"maxValue": 24,
"defaultValue": 24
},
{
"#": "60",
"label": "Slow Leak: Close Valve on Alarm",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Enable",
"value": 0
},
{
"label": "Disable",
"value": 1
}
]
},
{
"#": "53",
"label": "Medium Leak: Threshold",
"description": "How much water must be consumed in the timespan defined by parameter 54 to trigger medium leak alarm",
"valueSize": 2,
"minValue": 1,
"maxValue": 1000,
"defaultValue": 150
},
{
"#": "54",
"label": "Medium Leak: Time Interval",
"valueSize": 1,
"unit": "hours",
"minValue": 1,
"maxValue": 24,
"defaultValue": 6
},
{
"#": "61",
"label": "Medium Leak: Close Valve on Alarm",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Enable",
"value": 0
},
{
"label": "Disable",
"value": 1
}
]
},
{
"#": "55",
"label": "Fast Leak: Threshold",
"description": "How much water must be consumed in the timespan defined by parameter 56 to trigger fast leak alarm",
"valueSize": 2,
"minValue": 1,
"maxValue": 1000,
"defaultValue": 300
},
{
"#": "56",
"label": "Fast Leak: Time Interval",
"valueSize": 1,
"unit": "hours",
"minValue": 1,
"maxValue": 24,
"defaultValue": 3
},
{
"#": "62",
"label": "Fast Leak: Close Valve on Alarm",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Enable",
"value": 0
},
{
"label": "Disable",
"value": 1
}
]
},
{
"#": "63",
"label": "Hardware Leak: Close Valve on Alarm",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Enable",
"value": 0
},
{
"label": "Disable",
"value": 1
}
]
}
]
}