You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`refreshInterval`| no | Refresh interval of state updates in seconds | 30|
52
+
|`hvacChangeDebounce`| no | Duration in seconds to combine multiple HVAC changes into one | 5|
53
53
54
54
Zones can either be added through discovery or manually. Following up on the above example, a zone configuration could look like this:
55
55
@@ -71,26 +71,26 @@ A zone is either of type `HEATING`, `AC` or `DHW` (domestic hot water).
71
71
The availability of items as well as their allowed values depend on type and capabilities of the HVAC setup.
72
72
If you are unsure, have a look at the tado° app and see if the functionality is available and what values are supported.
73
73
74
-
Name | Type | Description | Read/Write | Zone type
75
-
-|-|-|-|-
76
-
`currentTemperature` | Number:Temperature | Current inside temperature | R | `HEATING`, `AC`
77
-
`humidity` | Number:Dimensionless | Current relative inside humidity in percent | R | `HEATING`, `AC`
78
-
`hvacMode` | String | Active mode, one of `OFF`, `HEAT`, `COOL`, `DRY`, `FAN`, `AUTO` | RW | `HEATING` and `DHW` support `OFF` and `HEAT`, `AC` can support more
79
-
`targetTemperature` | Number:Temperature | Set point | RW | `HEATING`, `AC`, `DHW`
80
-
`operationMode` | String | Operation mode the zone is currently in. One of `SCHEDULE` (follow smart schedule), `MANUAL` (override until ended manually), `TIMER` (override for a given time), `UNTIL_CHANGE` (active until next smart schedule block or until AWAY mode becomes active) | RW | `HEATING`, `AC`, `DHW`
81
-
`overlayExpiry` | DateTime | End date and time of a timer | R | `HEATING`, `AC`, `DHW`
82
-
`timerDuration` | Number | Timer duration in minutes | RW | `HEATING`, `AC`, `DHW`
83
-
`heatingPower` | Number:Dimensionless | Amount of heating power currently present | R | `HEATING`
84
-
`acPower` | Switch | Indicates if the Air-Conditioning is Off or On | R | `AC`
85
-
`fanspeed`<sup>1)</sup> | String | Fan speed, one of `AUTO`, `LOW`, `MIDDLE`, `HIGH` | RW | `AC`
86
-
`fanLevel`<sup>1)</sup> | String | Fan speed, one of <sup>3)</sup> `AUTO`, `SILENT`, `LEVEL1`, `LEVEL2`, `LEVEL3`, `LEVEL4`, `LEVEL5` | RW | `AC`
|`currentTemperature`| Number:Temperature| Current inside temperature | R |`HEATING`, `AC`|
77
+
|`humidity`| Number:Dimensionless| Current relative inside humidity in percent | R |`HEATING`, `AC`|
78
+
|`hvacMode`| String | Active mode, one of `OFF`, `HEAT`, `COOL`, `DRY`, `FAN`, `AUTO`| RW |`HEATING` and `DHW` support `OFF` and `HEAT`, `AC` can support more|
79
+
|`targetTemperature`| Number:Temperature| Set point | RW |`HEATING`, `AC`, `DHW`|
80
+
|`operationMode`| String | Operation mode the zone is currently in. One of `SCHEDULE` (follow smart schedule), `MANUAL` (override until ended manually), `TIMER` (override for a given time), `UNTIL_CHANGE` (active until next smart schedule block or until AWAY mode becomes active) | RW |`HEATING`, `AC`, `DHW`|
81
+
|`overlayExpiry`| DateTime | End date and time of a timer | R |`HEATING`, `AC`, `DHW`|
82
+
|`timerDuration`| Number | Timer duration in minutes | RW |`HEATING`, `AC`, `DHW`|
83
+
|`heatingPower`| Number:Dimensionless| Amount of heating power currently present | R |`HEATING`|
84
+
|`acPower`| Switch | Indicates if the Air-Conditioning is Off or On | R |`AC`|
85
+
|`fanspeed`<sup>1)</sup> | String | Fan speed, one of `AUTO`, `LOW`, `MIDDLE`, `HIGH`| RW |`AC`|
86
+
|`fanLevel`<sup>1)</sup> | String | Fan speed, one of <sup>3)</sup> `AUTO`, `SILENT`, `LEVEL1`, `LEVEL2`, `LEVEL3`, `LEVEL4`, `LEVEL5`| RW |`AC`|
0 commit comments