zwave-js/.config-db/devices/0x0084/mimolite.json

218 lines
3.7 KiB
JSON
Raw Permalink Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "FortrezZ LLC",
"manufacturerId": "0x0084",
"label": "MIMOlite",
"description": "Digital or Analog Voltage Input And/or Dry Contact Relay",
"devices": [
{
"productType": "0x0451",
"productId": "0x010e"
},
{
"productType": "0x0451",
"productId": "0x0110"
},
{
"productType": "0x0453",
"productId": "0x010e"
},
{
"productType": "0x0453",
"productId": "0x010f"
},
{
"productType": "0x0453",
"productId": "0x0110"
},
{
"productType": "0x0453",
"productId": "0x0111",
"zwaveAllianceId": 1756
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Binary input Set Group",
"maxNodes": 2
},
"2": {
"label": "MultiLevel Sensor report",
"maxNodes": 2,
"isLifeline": true
},
"3": {
"label": "Power Alarm",
"maxNodes": 2,
"isLifeline": true
},
"4": {
"label": "Binary Sensor report",
"maxNodes": 2,
"isLifeline": true
},
"5": {
"label": "Pulse Meter Sensor report",
"maxNodes": 2
}
},
"paramInformation": [
{
"#": "2",
"label": "Clear_Pulse_Meter_Counts",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Clear pulse meter counts",
"value": 0
}
]
},
{
"#": "3",
"label": "Trigger_Mapping",
"description": "Input-to-relay Mapping",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Disabled",
"value": 0
},
{
"label": "SIG1 triggered/untriggered sets or clears Relay1",
"value": 1
}
]
},
{
"#": "4",
"label": "Lower_Threshold_High",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 187,
"unsigned": true,
"options": [
{
"label": "Default (0xBB)",
"value": 187
}
]
},
{
"#": "5",
"label": "Lower_Threshold_Low",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 171,
"unsigned": true,
"options": [
{
"label": "Default (0xAB)",
"value": 171
}
]
},
{
"#": "6",
"label": "Upper_Threshold_High",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 255,
"unsigned": true,
"options": [
{
"label": "Default (0xFF)",
"value": 255
}
]
},
{
"#": "7",
"label": "Upper_Threshold_Low",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 254,
"unsigned": true,
"options": [
{
"label": "Default (0xFE)",
"value": 254
}
]
},
{
"#": "8",
"label": "Trigger_Level_And_Input_Threshold",
"valueSize": 1,
"defaultValue": 3,
"allowManualEntry": false,
"options": [
{
"label": "Analog, trigger outside of thresholds",
"value": 0
},
{
"label": "Analog, trigger between thresholds",
"value": 1
},
{
"label": "Digital, trigger outside of thresholds",
"value": 2
},
{
"label": "Digital, trigger between thresholds",
"value": 3
}
]
},
{
"#": "9",
"label": "Multilevel_AutoReport_Interval",
"valueSize": 1,
"defaultValue": 3,
"allowManualEntry": false,
"options": [
{
"label": "Disable automatic reports",
"value": 0
},
{
"label": "Enable reports every 30 seconds",
"value": 3
}
]
},
{
"#": "11",
"label": "Momentary_Relay1_Duration",
"description": "Momentary Relay1 output enable/disable (100msec).",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 0,
"unsigned": true,
"options": [
{
"label": "Disabled",
"value": 0
},
{
"label": "500 milliseconds",
"value": 5
}
]
}
]
}