Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(config): ignore setpoint range for Ecolink TBZ500 #7393

Merged
merged 1 commit into from
Nov 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions packages/config/config/devices/0x014a/tstat-tbz500.json
Original file line number Diff line number Diff line change
Expand Up @@ -689,6 +689,19 @@
]
}
],
"compat": {
"commandClasses": {
"add": {
// The device claims to support v3, but encodes the setpoint range
// with mixed units (43..99 °C). To avoid this nonsense, we force
// version 2 of the CC, so the range is not queried.
"Thermostat Setpoint": {
"isSupported": true,
"version": 2
}
}
}
},
"metadata": {
"inclusion": "1. Follow the instructions provided with your system for enrolling the thermostat.\n2. Press and hold the FAN button on the Thermostat until the screen changes to the Menu screen.\n3. Press the UP button until ZWAVE is shown in the Status Display line then press Select.\n4. INSTALL should be shown on the status line.\n5. When instructed by your system installation to add the thermostat to the network press the “Select” button to install. Wait until SUCCESS or FAILED is shown on thestatus display.\n6. Press Done on the Thermostat to exit the ZWAVE screen.\n7. Press Done on the Thermostat again to exit the Menu screen.\n8. Once enrolled on your system’s network, continue to follow the instructions provided to complete the enrollment and naming of the thermostat.\n9. The indicator should be shown on the Thermostat Main screen indicating the thermostat has successfully been enrolled into the Z-Wave network.",
"exclusion": "It may be necessary to remove and/or reinstall the thermostat from a Z-Wave network if the thermostat has been previously installed on another network. Follow the instructions supplied with your Z-Wave system to remove/uninstall a Z-Wave device. When the system instructs you to press and release the Z-Wave button on the thermostat, follow these steps:\n\n1. Press and hold the FAN button for 3 seconds until the Menu screen is displayed.\n2. Press the UP arrow button to scroll to the “ZWAVE” menu.\n3. Press “Select” to select the ZWAVE screen.\n4. The display will show “REMOVE” in the text line.\n5. Press “Select” to perform the remove action.\n6. “WAIT” will be displayed in the text line. The remove operation is in process.\n7. “SUCCESS” will be display when the thermostat has been excluded from the network.\n8. Press “Done” to exit back to the thermostat screen.\n9. Thermostat is now ready to be added to any Z-Wave network.",
Expand Down
Loading