zwave-js/.config-db/devices/0x019b/heatit_z_water.json

201 lines
3.9 KiB
JSON
Raw Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "Heatit",
"manufacturerId": "0x019b",
"label": "Z Water",
"description": "Relay Control",
"devices": [
{
"productType": "0x0003",
"productId": "0x020a"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "1",
"label": "Status LED",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "LED turned off",
"value": 0
},
{
"label": "LED turned on",
"value": 1
},
{
"label": "LED flashing at 1 second intervals",
"value": 2
},
{
"label": "LED flashing at ½ second interval",
"value": 3
}
]
},
{
"#": "2",
"label": "LED Brightness",
"valueSize": 1,
"unit": "%",
"minValue": 0,
"maxValue": 100,
"defaultValue": 50
},
{
"#": "3",
"label": "Thermistor Type Input 1",
"description": "This parameter decides which kind of thermistor that is connected to the input..",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "No thermistor, input is disabled",
"value": 0
},
{
"label": "10K NTC",
"value": 1
}
]
},
{
"#": "4",
"label": "Thermistor Type Input 2",
"description": "This parameter decides which kind of thermistor that is connected to the input.",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "No thermistor, input is disabled",
"value": 0
},
{
"label": "10K NTC",
"value": 1
}
]
},
{
"#": "5",
"label": "Thermistor Type Input 3",
"description": "This parameter decides which kind of thermistor that is connected to the input.",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "No thermistor, input is disabled",
"value": 0
},
{
"label": "10K NTC",
"value": 1
}
]
},
{
"#": "6",
"label": "Thermistor Type Input 4",
"description": "This parameter decides which kind of thermistor that is connected to the input.",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "No thermistor, input is disabled",
"value": 0
},
{
"label": "10K NTC",
"value": 1
}
]
},
{
"#": "7",
"label": "Input 1 Calibration",
"valueSize": 1,
"unit": "0.1 °C",
"minValue": -40,
"maxValue": 40,
"defaultValue": 0
},
{
"#": "8",
"label": "Input 2 Calibration",
"valueSize": 1,
"unit": "0.1 °C",
"minValue": -40,
"maxValue": 40,
"defaultValue": 0
},
{
"#": "9",
"label": "Input 3 Calibration",
"valueSize": 1,
"unit": "0.1 °C",
"minValue": -40,
"maxValue": 40,
"defaultValue": 0
},
{
"#": "10",
"label": "Input 4 Calibration",
"valueSize": 1,
"unit": "0.1 °C",
"minValue": -40,
"maxValue": 40,
"defaultValue": 0
},
{
"#": "11",
"label": "Input 1 Report Interval",
"description": "Time interval between consecutive temperature reports.",
"valueSize": 2,
"unit": "10 seconds",
"minValue": 0,
"maxValue": 8640,
"defaultValue": 6
},
{
"#": "12",
"label": "Input 2 Report Interval",
"description": "Time interval between consecutive temperature reports.",
"valueSize": 2,
"unit": "10 seconds",
"minValue": 0,
"maxValue": 8640,
"defaultValue": 6
},
{
"#": "13",
"label": "Input 3 Report Interval",
"description": "Time interval between consecutive temperature reports.",
"valueSize": 2,
"unit": "10 seconds",
"minValue": 0,
"maxValue": 8640,
"defaultValue": 6
},
{
"#": "14",
"label": "Input 4 Report Interval",
"description": "Time interval between consecutive temperature reports.",
"valueSize": 2,
"unit": "10 seconds",
"minValue": 0,
"maxValue": 8640,
"defaultValue": 6
}
]
}