Skip to content

Commit

Permalink
Update cometz_700.json
Browse files Browse the repository at this point in the history
Thermostat modes
  • Loading branch information
jakubbaginski authored Feb 22, 2024
1 parent 4229045 commit 0b5e70d
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions packages/config/config/devices/0x0148/cometz_700.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,31 @@
"defaultValue": 0
}
],
"compat": {
"overrideQueries": {
// The device does not report "Manufacturer specific" as a supported thermostat mode
"Thermostat Mode": [
{
"method": "getSupportedModes",
"result": [0, 1, 11, 15, 31], // Off / Heat / Energy heat / Full power / Manufacturer specific
"persistValues": {
"supportedModes": [0, 1, 11, 15, 31]
},
"extendMetadata": {
"thermostatMode": {
"states": {
"0": "Off",
"1": "Heat",
"11": "Energy heat",
"15": "Full power",
"31": "Manufacturer specific"
}
}
}
}
]
}
},
"metadata": {
"manual": "https://eurotronic.org/wp-content/uploads/2023/04/Comet-Z-Wave-EN-2023-04-06.pdf"
}
Expand Down

0 comments on commit 0b5e70d

Please sign in to comment.