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

277 lines
5.1 KiB
JSON

{
"manufacturer": "Radio Thermostat Company of America (RTC)",
"manufacturerId": "0x0098",
"label": "CT200X",
"description": "Vivint Element Thermostat W/ Other Sensors",
"devices": [
{
"productType": "0xc801",
"productId": "0x0022"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "1",
"label": "Temperature Reporting Threshold (8-Bit)",
"description": "This value determines the reporting threshold",
"valueSize": 1,
"defaultValue": 2,
"writeOnly": true,
"allowManualEntry": false,
"options": [
{
"label": "Disabled",
"value": 0
},
{
"label": "Also disabled",
"value": 1
},
{
"label": "0.5 °F",
"value": 2
},
{
"label": "1.0 °F",
"value": 3
},
{
"label": "1.5 °F",
"value": 4
}
]
},
{
"#": "2",
"label": "HVAC Settings",
"description": "Retrieves the HVAC Settings",
"valueSize": 4,
"minValue": 0,
"maxValue": 0,
"defaultValue": 0,
"readOnly": true
},
{
"#": "3",
"label": "Utility Lock",
"description": "Enable or Disable the Utility Lock",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 0,
"unsigned": true,
"writeOnly": true
},
{
"#": "4",
"label": "C-Wire/Battery Status",
"description": "Query power which source is in use",
"valueSize": 1,
"defaultValue": 0,
"readOnly": true,
"allowManualEntry": false,
"options": [
{
// eslint-disable-next-line @zwave-js/consistent-config-string-case
"label": "Powered by C-Wire",
"value": 1
},
{
"label": "Powered by battery",
"value": 2
}
]
},
{
"#": "5",
"label": "Humidity Reporting Threshold",
"description": "This value determines the reporting threshold",
"valueSize": 1,
"minValue": 0,
"maxValue": 3,
"defaultValue": 2
},
{
"#": "6",
"label": "Auxiliary/Emergency Heat Pump Mode",
"valueSize": 1,
"minValue": 0,
"maxValue": 1,
"defaultValue": 0
},
{
"#": "7",
"label": "Thermostat Swing Temp",
"description": "Temperature spread between the on and off temperatures",
"valueSize": 1,
"unit": "°F",
"defaultValue": 2,
"allowManualEntry": false,
"options": [
{
"label": "0.5 °F",
"value": 1
},
{
"label": "1.0 °F",
"value": 2
},
{
"label": "1.5 °F",
"value": 3
},
{
"label": "2.0 °F",
"value": 4
},
{
"label": "2.5 °F",
"value": 5
},
{
"label": "3.0 °F",
"value": 6
},
{
"label": "3.5 °F",
"value": 7
},
{
"label": "4.0 °F",
"value": 8
}
]
},
{
"#": "8",
"label": "Thermostat Diff Temp",
"description": "How far off from target temp before turning on unit",
"valueSize": 1,
"defaultValue": 4,
"allowManualEntry": false,
"options": [
{
"label": "2.0 °F",
"value": 4
},
{
"label": "3.0 °F",
"value": 6
},
{
"label": "4.0 °F",
"value": 8
},
{
"label": "5.0 °F",
"value": 10
},
{
"label": "6.0 °F",
"value": 12
}
]
},
{
"#": "9",
"label": "Thermostat Recovery Mode",
"description": "Bring a space back to a normal occupied temp",
"valueSize": 1,
"defaultValue": 2,
"allowManualEntry": false,
"options": [
{
"label": "Fast",
"value": 1
},
{
"label": "Economy",
"value": 2
}
]
},
{
"#": "11",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Simple UI Mode",
"defaultValue": 1
},
{
"#": "12",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Multicast",
"description": "Toggle Multicast Mode"
},
{
"#": "13",
"label": "Main Display Selection",
"description": "Control which info is displayed in the main display area",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Show temperature",
"value": 1
},
{
"label": "Show (Unknown)",
"value": 2
}
]
},
{
"#": "14",
"label": "Save Energy Mode Type",
"valueSize": 1,
"minValue": 1,
"maxValue": 255,
"defaultValue": 2,
"unsigned": true
},
{
"#": "15",
"label": "Fan Timer",
"description": "Activate Fan w/ auto shutoff timer",
"valueSize": 1,
"minValue": 0,
"maxValue": 60,
"defaultValue": 0
},
{
"#": "17",
"label": "Temperature Calibration",
"valueSize": 1,
"minValue": -6,
"maxValue": 6,
"defaultValue": 0
},
{
"#": "18",
"label": "Display Units",
"description": "Celsius or Fahrenheit",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Fahrenheit",
"value": 0
},
{
"label": "Celsius",
"value": 1
}
]
}
],
"compat": {
// https://github.com/zwave-js/node-zwave-js/issues/4228
// This device doesn't encode the supported sensor scales correctly
"disableStrictMeasurementValidation": true
}
}