zwave-js/.config-db/devices/0x028c/pwly-7828-a1.json
2025-01-10 22:05:04 -08:00

271 lines
6 KiB
JSON

{
"manufacturer": "Powerley",
"manufacturerId": "0x028c",
"label": "PWLY-7828-A1",
"description": "Thermostat",
"devices": [
{
"productType": "0xa55a",
"productId": "0x0001",
"zwaveAllianceId": 2401
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Lifeline",
"maxNodes": 5,
"isLifeline": true
}
},
"paramInformation": [
{
"#": "1",
"label": "Display Units",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Celsius",
"value": 0
},
{
"label": "Fahrenheit",
"value": 1
}
]
},
{
"#": "2",
"label": "HVAC Settings",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
/* eslint-disable @zwave-js/consistent-config-string-case */
"options": [
{
"label": "1 Stage Conventional",
"value": 0
},
{
"label": "2 Stage Conventional",
"value": 1
},
{
"label": "Heat pump with O-Wire",
"value": 2
},
{
"label": "Heat pump with B-Wire",
"value": 3
},
{
"label": "Heat pump with O-Wire and Aux heating",
"value": 4
},
{
"label": "Heat pump with B-Wire and Aux heating",
"value": 5
}
]
/* eslint-enable @zwave-js/consistent-config-string-case */
},
{
"#": "3",
"label": "ECO Mode",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Disable",
"value": 0
},
{
"label": "Enable",
"value": 1
}
]
},
{
"#": "4",
"label": "Thermostat Default Settings",
"valueSize": 1,
"minValue": 0,
"maxValue": 1,
"defaultValue": 0,
"options": [
{
"label": "No change",
"value": 0
},
{
"label": "Restore thermostat factory settings (Excluding Z-Wave settings)",
"value": 1
}
]
},
{
"#": "5",
"label": "Temperature Calibration",
"valueSize": 1,
"unit": "°F",
"minValue": -5,
"maxValue": 5,
"defaultValue": 0,
"options": [
{
"label": "No change",
"value": 0
}
]
},
{
"#": "6",
"label": "LED Dimming",
"description": "When powered via C-Wire",
"valueSize": 1,
"minValue": 0,
"maxValue": 3,
"defaultValue": 3,
"options": [
{
"label": "Low",
"value": 0
},
{
"label": "Medium",
"value": 1
},
{
"label": "High",
"value": 2
},
{
"label": "Auto",
"value": 3
}
]
},
{
"#": "7",
"label": "Demand Response Mode",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Disable",
"value": 0
},
{
"label": "Enable",
"value": 1
}
]
},
{
"#": "8",
"label": "Swing Setting",
"description": "Number of degrees from the set point at which the HVAC will turn on",
"valueSize": 1,
"unit": "°F",
"minValue": 0,
"maxValue": 10,
"defaultValue": 1,
"options": [
{
"label": "No swing",
"value": 0
}
]
},
{
"#": "9",
"label": "Differential Setting",
"description": "Number of degrees from the set point at which the 2nd stage will engage",
"valueSize": 1,
"unit": "°F",
"minValue": 0,
"maxValue": 10,
"defaultValue": 3,
"options": [
{
"label": "No differential",
"value": 0
}
]
},
{
"#": "10",
"label": "OTA (Over the Air) Programming Error Code",
"valueSize": 1,
"minValue": 0,
"maxValue": 10,
"defaultValue": 0,
"readOnly": true,
"options": [
{
"label": "No error",
"value": 0
},
{
"label": "Battery low, reflashing not possible",
"value": 1
},
{
"label": "OTA cancelled before completion",
"value": 2
},
{
"label": "Fragment CRC error",
"value": 3
},
{
"label": "Total image CRC error",
"value": 4
},
{
"label": "External flash error",
"value": 5
},
{
"label": "Fragment received out of order",
"value": 6
},
{
"label": "Invalid firmware or manufacturer id",
"value": 7
},
{
"label": "OTA session not properly initialized",
"value": 8
},
{
"label": "Same image currently running",
"value": 9
},
{
"label": "Time out during OTA download between fragments",
"value": 10
}
]
},
{
"#": "11",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Display On in C-Wire Powered Mode",
"defaultValue": 1
}
],
"metadata": {
"inclusion": "Press and hold Mode (circle on front of thermostat) for 5 seconds. CONNECT will scroll across the thermostat display once in inclusion mode. SUCCESS will scroll across the thermostat display once included. FAIL will scroll across the thermostat display if inclusion is unsuccessful, or if process takes longer than 1 minute.",
"exclusion": "Press and hold Mode (circle on front of thermostat) for 5 seconds to initiate Z-Wave exclusion process. DELETE will scroll across the thermostat display once in exclusion mode. To cancel the exclusion process, press Mode (circle on front of thermostat). To complete exclusion press either of the up/down arrows. SUCCESS will scroll across the thermostat display once excluded. NOTE: Excluding the thermostat will restore it to the default state for Z-Wave and temperature set points.",
"reset": "Turn the thermostat off by pressing Mode (circle on front of thermostat) repeatedly until OFF scrolls across the display, then press and hold the down and up Setpoint arrows at the same time for 5 sec. If successful, RESET will scroll across the display and the device will be restored to its default settings. NOTE: If a reset to factory default settings is performed, all settings including Z-Wave configuration parameter values and temperature setpoints will return to default values.",
"manual": "https://manuals-backend.z-wave.info/make.php?lang=en&sku=PWLY-7828-A1&cert=ZC10-17065620"
}
}