Skip to content

Commit

Permalink
fix(config): disable Supervision for Heatit TF021, FW 1.92+
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Oct 25, 2024
1 parent 5dd9e9d commit ca4154b
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions packages/config/config/devices/0x019b/tf016_tf021.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,10 +225,25 @@
"defaultValue": 210
}
],
"compat": {
// The device reports its relay state via the Basic CC
"mapBasicReport": false
},
"compat": [
{
"$if": "firmwareVersion >= 1.92",
// Supervision reports are sent from the root device instead of endpoints
"commandClasses": {
"remove": {
"Supervision": {
"endpoints": "*"
}
}
},
// The device reports its relay state via the Basic CC
"mapBasicReport": false
},
{
// The device reports its relay state via the Basic CC
"mapBasicReport": false
}
],
"metadata": {
"inclusion": "To include the thermostat to your home automation gateway, press Center (confirm) for 10 seconds.\nThe display will show OFF. Press Right (down) 4 times till you see Con in the display.\nNow start adding the device in your home automation software. Start inclusion mode by pressing Center (confirm) for approximately 2 seconds. The inclusion/exclusion icon will appear in the display. Confirmation will show Inc/EcL in the display. If inclusion fails, Err (error) will appear.\nLeave programming mode by choosing ESC in menu. Your thermostat is ready for use with default settings",
"exclusion": "To exclude the thermostat from your home automation gateway, press Center (confirm) for 10 seconds.\nThe display will show OFF. Press Right (down) 4 times till you see Con in the display.\nNow start removing the device in your home automation software. Enter exclusion mode by pressing Center (confirm) for approximately 2 seconds. The inclusion/exclusion icon will appear in the display. Confirmation will show Inc/EcL in the display. If exclusion fails, Err (error) will appear.\nLeave programming mode by choosing ESC in menu. Your thermostat is ready for use with default settings",
Expand Down

0 comments on commit ca4154b

Please sign in to comment.