171 lines
3 KiB
JSON
171 lines
3 KiB
JSON
{
|
|
"manufacturer": "Eurotronics",
|
|
"manufacturerId": "0x0148",
|
|
"label": "Comet Z",
|
|
"description": "Radiator Thermostat",
|
|
"devices": [
|
|
{
|
|
// 700 series
|
|
"productType": "0x0004",
|
|
"productId": "0x0003"
|
|
}
|
|
],
|
|
"firmwareVersion": {
|
|
"min": "0.0",
|
|
"max": "255.255"
|
|
},
|
|
"associations": {
|
|
"1": {
|
|
"label": "Lifeline",
|
|
"maxNodes": 1,
|
|
"isLifeline": true
|
|
}
|
|
},
|
|
"paramInformation": [
|
|
{
|
|
"#": "1",
|
|
"label": "Invert LCD",
|
|
"valueSize": 1,
|
|
"defaultValue": 0,
|
|
"allowManualEntry": false,
|
|
"options": [
|
|
{
|
|
"label": "Normal",
|
|
"value": 0
|
|
},
|
|
{
|
|
"label": "Mirrored",
|
|
"value": 1
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"#": "2",
|
|
"label": "LCD Timeout",
|
|
"valueSize": 1,
|
|
"unit": "seconds",
|
|
"minValue": 5,
|
|
"maxValue": 30,
|
|
"defaultValue": 5
|
|
},
|
|
{
|
|
"#": "4",
|
|
"label": "Battery Status Reporting",
|
|
"valueSize": 1,
|
|
"defaultValue": 0,
|
|
"allowManualEntry": false,
|
|
"options": [
|
|
{
|
|
"label": "Event-Controlled",
|
|
"value": 0
|
|
},
|
|
{
|
|
"label": "Daily",
|
|
"value": 1
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"#": "5",
|
|
"label": "Actual-Temperature Reporting",
|
|
"valueSize": 1,
|
|
"unit": "0.1 °C",
|
|
"minValue": 0,
|
|
"maxValue": 50,
|
|
"defaultValue": 5,
|
|
"options": [
|
|
{
|
|
"label": "Disabled",
|
|
"value": 0
|
|
}
|
|
]
|
|
},
|
|
{
|
|
// Some devices report this param, some don't, may be related to firmware version.
|
|
// But even when not reported by the device, it is supported.
|
|
"#": "6",
|
|
"label": "Valve Opening Report Change Threshold",
|
|
"valueSize": 1,
|
|
"unit": "%",
|
|
"minValue": 0,
|
|
"maxValue": 100,
|
|
"defaultValue": 0,
|
|
"options": [
|
|
{
|
|
"label": "Disabled",
|
|
"value": 0
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"#": "7",
|
|
"label": "Open Window Detection",
|
|
"valueSize": 1,
|
|
"minValue": 0,
|
|
"maxValue": 3,
|
|
"defaultValue": 1,
|
|
"options": [
|
|
{
|
|
"label": "Disabled",
|
|
"value": 0
|
|
},
|
|
{
|
|
"label": "Low sensitivity",
|
|
"value": 1
|
|
},
|
|
{
|
|
"label": "Medium sensitivity",
|
|
"value": 2
|
|
},
|
|
{
|
|
"label": "High sensitivity",
|
|
"value": 3
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"#": "8",
|
|
"label": "Temperature Calibration",
|
|
"valueSize": 1,
|
|
"unit": "0.1 °C",
|
|
"minValue": -50,
|
|
"maxValue": 50,
|
|
"defaultValue": 0
|
|
}
|
|
],
|
|
"compat": {
|
|
"overrideQueries": {
|
|
// The device does not report "Manufacturer specific" as a supported thermostat mode
|
|
"Thermostat Mode": [
|
|
{
|
|
"method": "getSupportedModes",
|
|
"result": [0, 1, 11, 15, 31], // Off / Heat / Energy heat / Full power / Manufacturer specific
|
|
"persistValues": {
|
|
"supportedModes": [0, 1, 11, 15, 31]
|
|
},
|
|
"extendMetadata": {
|
|
"thermostatMode": {
|
|
"states": {
|
|
"0": "Off",
|
|
"1": "Heat",
|
|
"11": "Energy heat",
|
|
"15": "Full power",
|
|
"31": "Manufacturer specific"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"commandClasses": {
|
|
"remove": {
|
|
"Supervision": {
|
|
"endpoints": "*"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"metadata": {
|
|
"manual": "https://eurotronic.org/wp-content/uploads/2023/04/Comet-Z-Wave-EN-2023-04-06.pdf"
|
|
}
|
|
}
|