zwave-js/.config-db/devices/0x0010/tz43.json

252 lines
4.2 KiB
JSON
Raw Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "Residential Control Systems, Inc. (RCS)",
"manufacturerId": "0x0010",
"label": "TZ43",
"description": "Thermostat",
"devices": [
{
"productType": "0x0001",
"productId": "0x0002"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Group 1",
"maxNodes": 1,
"isLifeline": true
}
},
"paramInformation": [
{
"#": "1",
"label": "System Type",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Gas/Elec",
"value": 0
},
{
"label": "HeatPump",
"value": 1
}
]
},
{
"#": "2",
"label": "Fan Type",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Gas",
"value": 0
},
{
"label": "Elec",
"value": 1
}
]
},
{
"#": "3",
"label": "Change Over Type",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
/* eslint-disable @zwave-js/consistent-config-string-case */
"options": [
{
"label": "w/Cool",
"value": 0
},
{
"label": "w/Heat",
"value": 1
}
]
/* eslint-enable @zwave-js/consistent-config-string-case */
},
{
"#": "4",
"label": "C/F Type",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "C",
"value": 0
},
{
"label": "F",
"value": 1
}
]
},
{
"#": "9",
"label": "Display Lock",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Unlocked",
"value": 0
},
{
"label": "Locked",
"value": 1
}
]
},
{
"#": "10",
"label": "MOT",
"description": "Minimum OFF Time",
"valueSize": 1,
"minValue": 5,
"maxValue": 9,
"defaultValue": 6
},
{
"#": "11",
"label": "MRT",
"description": "Minimum Run Time",
"valueSize": 1,
"minValue": 1,
"maxValue": 9,
"defaultValue": 6
},
{
"#": "12",
"label": "H Delta Stage 1 On",
"valueSize": 1,
"minValue": 1,
"maxValue": 8,
"defaultValue": 1
},
{
"#": "13",
"label": "H Delta Stage 1 Off",
"valueSize": 1,
"minValue": 0,
"maxValue": 8,
"defaultValue": 0
},
{
"#": "14",
"label": "H Delta Stage 2 On",
"valueSize": 1,
"minValue": 1,
"maxValue": 8,
"defaultValue": 4
},
{
"#": "15",
"label": "H Delta Stage 2 Off",
"valueSize": 1,
"minValue": 0,
"maxValue": 8,
"defaultValue": 0
},
{
"#": "16",
"label": "H Delta Stage 3 On",
"valueSize": 1,
"minValue": 1,
"maxValue": 8,
"defaultValue": 6
},
{
"#": "17",
"label": "H Delta Stage 3 Off",
"valueSize": 1,
"minValue": 0,
"maxValue": 8,
"defaultValue": 3
},
{
"#": "18",
"label": "C Delta Stage 1 On",
"valueSize": 1,
"minValue": 1,
"maxValue": 8,
"defaultValue": 1
},
{
"#": "19",
"label": "C Delta Stage 1 Off",
"valueSize": 1,
"minValue": 0,
"maxValue": 8,
"defaultValue": 0
},
{
"#": "20",
"label": "C Delta Stage 2 On",
"valueSize": 1,
"minValue": 1,
"maxValue": 8,
"defaultValue": 4
},
{
"#": "21",
"label": "C Delta Stage 2 Off",
"valueSize": 1,
"minValue": 0,
"maxValue": 8,
"defaultValue": 0
},
{
"#": "25",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Setback Mode"
},
{
"#": "69",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Service Mode (Test)"
},
{
"#": "75",
"label": "Fan Cycler ON Time",
"valueSize": 1,
"minValue": 0,
"maxValue": 120,
"defaultValue": 0
},
{
"#": "76",
"label": "Fan Cycler OFF Time",
"valueSize": 1,
"minValue": 0,
"maxValue": 120,
"defaultValue": 20
},
{
"#": "77",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "2nd Stage Heat"
},
{
"#": "78",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Aux Heat"
},
{
"#": "79",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "2nd Stage Cool"
}
]
}