zwave-js/.config-db/devices/0x019b/heatit_z-relay.json
2025-01-10 22:05:04 -08:00

246 lines
4.7 KiB
JSON

{
"manufacturer": "Heatit",
"manufacturerId": "0x019b",
"label": "Z-RELAY",
"description": "Multipurpose Relay",
"devices": [
{
"productType": "0x0003",
"productId": "0x0208"
}
],
"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 is connected to input 1.",
"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 is connected to input 2.",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "No thermistor, input is disabled",
"value": 0
},
{
"label": "10K NTC",
"value": 1
}
]
},
{
"#": "5",
"label": "Input 1 Calibration",
"valueSize": 1,
"unit": "0.1 °C",
"minValue": -40,
"maxValue": 40,
"defaultValue": 0
},
{
"#": "6",
"label": "Input 2 Calibration",
"valueSize": 1,
"unit": "0.1 °C",
"minValue": -40,
"maxValue": 40,
"defaultValue": 0
},
{
"#": "7",
"label": "Input 1 Report Interval",
"valueSize": 2,
"unit": "10 seconds",
"minValue": 0,
"maxValue": 8640,
"defaultValue": 6
},
{
"#": "8",
"label": "Input 2 Report Interval",
"valueSize": 2,
"unit": "10 seconds",
"minValue": 0,
"maxValue": 8640,
"defaultValue": 6
},
{
"#": "9",
"label": "Flood Sensor Report Interval",
"valueSize": 2,
"unit": "10 seconds",
"minValue": 0,
"maxValue": 8640,
"defaultValue": 2
},
{
"#": "10",
"label": "Meter Reports Interval",
"valueSize": 2,
"unit": "10 seconds",
"minValue": 0,
"maxValue": 8640,
"defaultValue": 90
},
{
"#": "11",
"label": "Input 3 Flood Steady Timer",
"description": "Defines the time after which the flood sensor state will be considered valid",
"valueSize": 1,
"unit": "seconds",
"minValue": 0,
"maxValue": 60,
"defaultValue": 6
},
{
"#": "12",
"label": "Auto Relay On",
"description": "Configures which events will cause the relay to be turned on",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Not automatically turned on",
"value": 0
},
{
"label": "Flood detected",
"value": 1
},
{
"label": "No flood detected",
"value": 2
}
]
},
{
"#": "13",
"label": "Auto Relay Off",
"description": "Configures which events will cause the relay to be turned off",
"valueSize": 1,
"defaultValue": 2,
"allowManualEntry": false,
"options": [
{
"label": "Not automatically turned off",
"value": 0
},
{
"label": "Flood detected",
"value": 1
},
{
"label": "No flood detected",
"value": 2
}
]
},
{
"#": "14",
"label": "Flood Detection Threshold",
"description": "Configures the threshold for input 3 that will cause a flood to be detected.",
"valueSize": 2,
"minValue": 0,
"maxValue": 4095,
"defaultValue": 2048
},
{
"#": "15",
"label": "Voltage",
"description": "Voltage value used for power calculation.",
"valueSize": 1,
"unit": "V",
"minValue": 0,
"maxValue": 250,
"defaultValue": 220,
"unsigned": true
},
{
"#": "17",
"label": "Digital Value Per Ampere",
"description": "Note: Heatit recommends not changing this value unless instructed to do so",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 81,
"unsigned": true
},
{
"#": "18",
"label": "Load Size Connect to Relay Output",
"description": "Actual load in Watt.",
"valueSize": 2,
"unit": "W",
"minValue": 0,
"maxValue": 6000,
"defaultValue": 0
}
],
"compat": {
"commandClasses": {
"remove": {
// The device does not support Supervision correctly
"Supervision": {
"endpoints": "*"
}
}
}
}
}