> For the complete documentation index, see [llms.txt](https://docs.dnt.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dnt.de/dnt-lw-etrv/kommunikationsprotokoll/4.-geratemodi.md).

# 4. Gerätemodi

## 4.1 Modus Status

{% tabs %}
{% tab title="GET MODE STATUS" %}
Liest aktive Gerätemodi und das ausgewählte Wochenprogramm aus.

**Downlink**

| Byte | Bit(s) |        Value        |
| :--: | :----: | :-----------------: |
|   0  |    7   |          IR         |
|   0  |   6:0  | `0x0C` (Command ID) |

**Uplink**

<table><thead><tr><th width="207.272705078125" align="center">Byte</th><th width="146.5455322265625" align="center">Bit(s)</th><th align="center">Value</th></tr></thead><tbody><tr><td align="center">0</td><td align="center">7</td><td align="center">Res.</td></tr><tr><td align="center">0</td><td align="center">6:0</td><td align="center"><code>0x0C</code> (Command ID)</td></tr><tr><td align="center">1</td><td align="center">7:6</td><td align="center"><code>ID_ACTIVE_MAIN_MODE</code></td></tr><tr><td align="center">1</td><td align="center">5</td><td align="center"><code>ID_HOLIDAY_MODE_ACTIVE</code></td></tr><tr><td align="center">1</td><td align="center">4</td><td align="center"><code>ID_HOLIDAY_MODE_PENDING</code></td></tr><tr><td align="center">1</td><td align="center">3</td><td align="center"><code>ID_BOOST_MODE_ACTIVE</code></td></tr><tr><td align="center">1</td><td align="center">2</td><td align="center"><code>ID_FROST_PROTECTION_MODE_ACTIVE</code></td></tr><tr><td align="center">1</td><td align="center">1</td><td align="center"><code>ID_WINDOW_OPEN_MODE_ACTIVE</code></td></tr><tr><td align="center">1</td><td align="center">0</td><td align="center"><code>ID_EMERGENCY_MODE_ACTIVE</code></td></tr><tr><td align="center">2</td><td align="center">7:6</td><td align="center"><code>ID_SELECTED_WEEK_PROGRAM</code></td></tr><tr><td align="center">2</td><td align="center">5:0</td><td align="center">Res.</td></tr></tbody></table>
{% endtab %}
{% endtabs %}

<details>

<summary>ID_ACTIVE_MAIN_MODE</summary>

|   Eigenschaft  |                                                                Wert                                                               |
| :------------: | :-------------------------------------------------------------------------------------------------------------------------------: |
|  Beschreibung  |                                                   Aktiver Hauptmodus des Geräts                                                   |
|      Größe     |                                                               2 Bit                                                               |
|  Wertebereich  |                                                               0 - 2                                                               |
|  Standardwert  |                                                                 0                                                                 |
| Interpretation | <p><code>0</code> → Manueller Temperaturmodus</p><p><code>1</code>→ Manueller Positioniermodus <code>2</code>→ Automatikmodus</p> |
|   Persistent   |                                                                 Ja                                                                |
|     Zugriff    |                                                                r/w                                                                |

</details>

<details>

<summary>ID_HOLIDAY_MODE_ACTIVE</summary>

|   Eigenschaft  |                                         Wert                                         |
| :------------: | :----------------------------------------------------------------------------------: |
|  Beschreibung  |                          Aktivitätsstautus des Urlaubsmodus                          |
|      Größe     |                                         1 Bit                                        |
|  Wertebereich  |                                         0 - 1                                        |
|  Standardwert  |                                           -                                          |
| Interpretation | <p><code>0</code> → Modus ist nicht aktiv</p><p><code>1</code> → Modus ist aktiv</p> |
|   Persistent   |                                          Ja                                          |
|     Zugriff    |                                           r                                          |

</details>

<details>

<summary>ID_HOLIDAY_PENDING</summary>

|   Eigenschaft  |                                                    Wert                                                    |
| :------------: | :--------------------------------------------------------------------------------------------------------: |
|  Beschreibung  |                     Zustand, ob der Urlaubsmodus gestartet, jedoch noch nicht aktiv ist                    |
|      Größe     |                                                    1 Bit                                                   |
|  Wertebereich  |                                                    0 - 1                                                   |
|  Standardwert  |                                                      -                                                     |
| Interpretation | <p><code>0</code> → Aktivierung ist nicht ausstehend</p><p><code>1</code> → Aktivierung ist ausstehend</p> |
|   Persistent   |                                                     Ja                                                     |
|     Zugriff    |                                                      r                                                     |

</details>

<details>

<summary>ID_BOOST_MODE_ACTIVE</summary>

|   Eigenschaft  |                        Wert                       |
| :------------: | :-----------------------------------------------: |
|  Beschreibung  |          Aktivitätsstatus des Boostmodus          |
|      Größe     |                       1 Bit                       |
|  Wertebereich  |                       0 - 1                       |
|  Standardwert  |                         -                         |
| Interpretation | `0` → Modus ist nicht aktiv `1` → Modus ist aktiv |
|   Persistent   |                        Nein                       |
|     Zugriff    |                         r                         |

</details>

<details>

<summary>ID_FORST_PROTECTION_MODE_ACTIVE</summary>

|   Eigenschaft  |                                         Wert                                         |
| :------------: | :----------------------------------------------------------------------------------: |
|  Beschreibung  |                         Aktivitätsstatus des Frostschutzmodus                        |
|      Größe     |                                         1 Bit                                        |
|  Wertebereich  |                                         0 - 1                                        |
|  Standardwert  |                                           -                                          |
| Interpretation | <p><code>0</code> → Modus ist nicht aktiv</p><p><code>1</code> → Modus ist aktiv</p> |
|   Persistent   |                                         Nein                                         |
|     Zugriff    |                                           r                                          |

</details>

<details>

<summary>ID_WINDOW_OPEN_MODE_ACTIVE</summary>

|   Eigenschaft  |                                         Wert                                         |
| :------------: | :----------------------------------------------------------------------------------: |
|  Beschreibung  |                       Aktivitätsstatus des Fenster-Offen-Modus                       |
|      Größe     |                                         1 Bit                                        |
|  Wertebereich  |                                         0 - 1                                        |
|  Standardwert  |                                           -                                          |
| Interpretation | <p><code>0</code> → Modus ist nicht aktiv</p><p><code>1</code> → Modus ist aktiv</p> |
|   Persistent   |                                         Nein                                         |
|     Zugriff    |                                          r/w                                         |

</details>

<details>

<summary>ID_EMERGENCY_MODE_ACTIVE</summary>

|   Eigenschaft  |                                         Wert                                         |
| :------------: | :----------------------------------------------------------------------------------: |
|  Beschreibung  |                         Aktivitätsstatus des Emergency-Modus                         |
|      Größe     |                                         1 Bit                                        |
|  Wertebereich  |                                         0 - 1                                        |
|  Standardwert  |                                           -                                          |
| Interpretation | <p><code>0</code> → Modus ist nicht aktiv</p><p><code>1</code> → Modus ist aktiv</p> |
|   Persistent   |                                         Nein                                         |
|     Zugriff    |                                           r                                          |

</details>

<details>

<summary>ID_SELECTED_WEEK_PROGRAM</summary>

|   Eigenschaft  |                                                           Wert                                                           |
| :------------: | :----------------------------------------------------------------------------------------------------------------------: |
|  Beschreibung  |                                  Aktuell ausgewähltes Wochenprogramm im Automatikmodus.                                  |
|      Größe     |                                                           2 Bit                                                          |
|  Wertebereich  |                                                           0 - 2                                                          |
|  Standardwert  |                                                             0                                                            |
| Interpretation | <p><code>0</code> → Wochenprogramm 1</p><p><code>1</code> → Wochenprogramm 2</p><p><code>2</code> → Wochenprogramm 3</p> |
|   Persistent   |                                                            Ja                                                            |
|     Zugriff    |                                                            r/w                                                           |

</details>

## 4.2 Manual Temperature Mode

{% tabs %}
{% tab title="SET MANUAL TEMPERATURE MODE" %}
Aktivierung des manuellen Temperaturmodus.

**Beispiel**

```
0Dh = Manueller Temperaturmodus aktiv
```

|      Byte     | Bit(s) |        Value        |
| :-----------: | :----: | :-----------------: |
|       0       |    7   |          IR         |
|       0       |   6:0  | `0x0D` (Command ID) |
|  {% endtab %} |        |                     |
| {% endtabs %} |        |                     |

***

## 4.3Manual Positioning Mode

{% tabs %}
{% tab title="SET MANUAL POSITIONING MODE" %}
Aktivierung des manuellen Positioniermodus.

**Beispiel**

```
0Eh = Manueller Positioniermodus aktiv
```

|      Byte     | Bit(s) |        Value        |
| :-----------: | :----: | :-----------------: |
|       0       |    7   |          IR         |
|       0       |   6:0  | `0x0E` (Command ID) |
|  {% endtab %} |        |                     |
| {% endtabs %} |        |                     |

***

## 4.4 Auto Mode

{% tabs %}
{% tab title="SET AUTO MODE" %}
Aktivierung des Automatikmodus mit dem ausgewählten Wochenprogramm.

**Beispiel**

```
0F01h = Automatikmodus mit Wochenprogramm 2
```

<table><thead><tr><th width="165.0909423828125" align="center">Byte</th><th width="140.1817626953125" align="center">Bit(s)</th><th align="center">Value</th></tr></thead><tbody><tr><td align="center">0</td><td align="center">7</td><td align="center">Res.</td></tr><tr><td align="center">0</td><td align="center">6:0</td><td align="center"><code>0x0F</code> (Command ID)</td></tr><tr><td align="center">1</td><td align="center">7:2</td><td align="center">Res.</td></tr><tr><td align="center">1</td><td align="center">1:0</td><td align="center"><code>ID_SELECTED_WEEK_PROGRAM</code></td></tr></tbody></table>
{% endtab %}
{% endtabs %}

<details>

<summary>ID_SELECTED_WEEK_PROGRAM</summary>

|   Eigenschaft  |                                                           Wert                                                           |
| :------------: | :----------------------------------------------------------------------------------------------------------------------: |
|  Beschreibung  |                                  Aktuell ausgewähltes Wochenprogramm im Automatikmodus.                                  |
|      Größe     |                                                           2 Bit                                                          |
|  Wertebereich  |                                                           0 - 2                                                          |
|  Standardwert  |                                                             0                                                            |
| Interpretation | <p><code>0</code> → Wochenprogramm 1</p><p><code>1</code> → Wochenprogramm 2</p><p><code>2</code> → Wochenprogramm 3</p> |
|   Persistent   |                                                            Ja                                                            |
|     Zugriff    |                                                            r/w                                                           |

</details>

***

## 4.5 Holiday Mode Konfiguration

{% tabs %}
{% tab title="SET HOLIDAY MODE" %}
Aktivierung des Urlaubsmodus mit Startzeit, Endzeit und Soll-Temperatur.

**Beispiel**

```
1002986A1BBB1A1A20h = Urlaubsmodus vom 24.12.2026, 18:00 bis 27.12.2026, 10:30 mit 16,0 °C
```

<table><thead><tr><th width="125.54541015625" align="center">Byte</th><th width="146.5455322265625" align="center">Bit(s)</th><th width="418.31396484375" align="center">Value</th></tr></thead><tbody><tr><td align="center">0</td><td align="center">7</td><td align="center">Res.</td></tr><tr><td align="center">0</td><td align="center">6:0</td><td align="center"><code>0x10</code> (Command ID)</td></tr><tr><td align="center">1</td><td align="center">7:6</td><td align="center">Res.</td></tr><tr><td align="center">1</td><td align="center">5:2</td><td align="center"><code>ID_HOLIDAY_MODE_START_MINUTE</code></td></tr><tr><td align="center">1</td><td align="center">1:0</td><td align="center"><code>ID_HOLIDAY_MODE_START_HOUR</code></td></tr><tr><td align="center">2</td><td align="center">7:5</td><td align="center"><code>ID_HOLIDAY_MODE_START_HOUR</code></td></tr><tr><td align="center">2</td><td align="center">4:0</td><td align="center"><code>ID_HOLIDAY_MODE_START_DAY</code></td></tr><tr><td align="center">3</td><td align="center">7:6</td><td align="center">Res.</td></tr><tr><td align="center">3</td><td align="center">5:2</td><td align="center"><code>ID_HOLIDAY_MODE_STOP_MINUTE</code></td></tr><tr><td align="center">3</td><td align="center">1:0</td><td align="center"><code>ID_HOLIDAY_MODE_STOP_HOUR</code></td></tr><tr><td align="center">4</td><td align="center">7:5</td><td align="center"><code>ID_HOLIDAY_MODE_STOP_HOUR</code></td></tr><tr><td align="center">4</td><td align="center">4:0</td><td align="center"><code>ID_HOLIDAY_MODE_STOP_DAY</code></td></tr><tr><td align="center">5</td><td align="center">7:4</td><td align="center"><code>ID_HOLIDAY_MODE_START_MONTH</code></td></tr><tr><td align="center">5</td><td align="center">3:0</td><td align="center"><code>ID_HOLIDAY_MODE_STOP_MONTH</code></td></tr><tr><td align="center">6</td><td align="center">7:0</td><td align="center"><code>ID_HOLIDAY_MODE_START_YEAR</code></td></tr><tr><td align="center">7</td><td align="center">7:0</td><td align="center"><code>ID_HOLIDAY_MODE_STOP_YEAR</code></td></tr><tr><td align="center">8</td><td align="center">7:0</td><td align="center"><code>ID_HOLIDAY_MODE_TEMPERATURE</code></td></tr></tbody></table>
{% endtab %}

{% tab title="GET HOLIDAY MODE CONFIG" %}
Abfrage der Urlaubsmodus-Konfiguration.

**Downlink**

| Byte | Bit(s) |        Value        |
| :--: | :----: | :-----------------: |
|   0  |    7   |          IR         |
|   0  |   6:0  | `0x12` (Command ID) |

**Uplink**

<table><thead><tr><th width="118.45458984375" align="center">Byte</th><th width="163.818115234375" align="center">Bit(s)</th><th align="center">Value</th></tr></thead><tbody><tr><td align="center">0</td><td align="center">7</td><td align="center">Res.</td></tr><tr><td align="center">0</td><td align="center">6:0</td><td align="center"><code>0x12</code> (Command ID)</td></tr><tr><td align="center">1</td><td align="center">7:6</td><td align="center">Res.</td></tr><tr><td align="center">1</td><td align="center">5:2</td><td align="center"><code>ID_HOLIDAY_MODE_START_MINUTE</code></td></tr><tr><td align="center">1</td><td align="center">1:0</td><td align="center"><code>ID_HOLIDAY_MODE_START_HOUR</code></td></tr><tr><td align="center">2</td><td align="center">7:5</td><td align="center"><code>ID_HOLIDAY_MODE_START_HOUR</code></td></tr><tr><td align="center">2</td><td align="center">4:0</td><td align="center"><code>ID_HOLIDAY_MODE_START_DAY</code></td></tr><tr><td align="center">3</td><td align="center">7:6</td><td align="center">Res.</td></tr><tr><td align="center">3</td><td align="center">5:2</td><td align="center"><code>ID_HOLIDAY_MODE_STOP_MINUTE</code></td></tr><tr><td align="center">3</td><td align="center">1:0</td><td align="center"><code>ID_HOLIDAY_MODE_STOP_HOUR</code></td></tr><tr><td align="center">4</td><td align="center">7:5</td><td align="center"><code>ID_HOLIDAY_MODE_STOP_HOUR</code></td></tr><tr><td align="center">4</td><td align="center">4:0</td><td align="center"><code>ID_HOLIDAY_MODE_STOP_DAY</code></td></tr><tr><td align="center">5</td><td align="center">7:4</td><td align="center"><code>ID_HOLIDAY_MODE_START_MONTH</code></td></tr><tr><td align="center">5</td><td align="center">3:0</td><td align="center"><code>ID_HOLIDAY_MODE_STOP_MONTH</code></td></tr><tr><td align="center">6</td><td align="center">7:0</td><td align="center"><code>ID_HOLIDAY_MODE_START_YEAR</code></td></tr><tr><td align="center">7</td><td align="center">7:0</td><td align="center"><code>ID_HOLIDAY_MODE_STOP_YEAR</code></td></tr><tr><td align="center">8</td><td align="center">7:0</td><td align="center"><code>ID_HOLIDAY_MODE_TEMPERATURE</code></td></tr></tbody></table>
{% endtab %}
{% endtabs %}

<details>

<summary>ID_HOLIDAY_MODE_START_MINUTE</summary>

|   Eigenschaft  |                             Wert                             |
| :------------: | :----------------------------------------------------------: |
|  Beschreibung  |           Minute, in der der Urlaubsmodus beginnt.           |
|      Größe     |                             4 Bit                            |
|  Wertebereich  |                            0 - 11                            |
|  Standardwert  |                               0                              |
| Interpretation | <p><code>y = x \* 5</code></p><p><code>\[y] = min</code></p> |
|   Persistent   |                              Ja                              |
|     Zugriff    |                              r/w                             |

</details>

<details>

<summary>ID_HOLIDAY_MODE_START_HOUR</summary>

|   Eigenschaft  |                          Wert                         |
| :------------: | :---------------------------------------------------: |
|  Beschreibung  |        Stunde, in der der Urlaubsmodus beginnt.       |
|      Größe     |                         5 Bit                         |
|  Wertebereich  |                         0 - 23                        |
|  Standardwert  |                           1                           |
| Interpretation | <p><code>y = x</code></p><p><code>\[y] = h</code></p> |
|   Persistent   |                           Ja                          |
|     Zugriff    |                          r/w                          |

</details>

<details>

<summary>ID_HOLIDAY_MODE_START_DAY</summary>

|   Eigenschaft  |                          Wert                         |
| :------------: | :---------------------------------------------------: |
|  Beschreibung  |         Tag, an dem der Urlaubsmodus beginnt.         |
|      Größe     |                         5 Bit                         |
|  Wertebereich  |                         1 - 31                        |
|  Standardwert  |                           1                           |
| Interpretation | <p><code>y = x</code></p><p><code>\[y] = d</code></p> |
|   Persistent   |                           Ja                          |
|     Zugriff    |                          r/w                          |

</details>

<details>

<summary>ID_HOLIDAY_MODE_START_MONTH</summary>

|   Eigenschaft  |                              Wert                             |
| :------------: | :-----------------------------------------------------------: |
|  Beschreibung  |            Monat, in dem der Urlaubsmodus beginnt.            |
|      Größe     |                             4 Bit                             |
|  Wertebereich  |                             0 - 11                            |
|  Standardwert  |                               1                               |
| Interpretation | <p><code>y = x + 1</code></p><p><code>\[y] = Monat</code></p> |
|   Persistent   |                               Ja                              |
|     Zugriff    |                              r/w                              |

</details>

<details>

<summary><mark style="color:green;">ID_HOLIDAY_MODE_START_YEAR</mark></summary>

|   Eigenschaft  |                             Wert                             |
| :------------: | :----------------------------------------------------------: |
|  Beschreibung  |            Jahr, in dem der Urlaubsmodus beginnt.            |
|      Größe     |                             8 Bit                            |
|  Wertebereich  |            FW ≥ 1.2.1: 0 - 37 FW < 1.2.1: 0 - 255            |
|  Standardwert  |                               0                              |
| Interpretation | <p><code>y = x + 2000</code></p><p><code>\[y] = a</code></p> |
|   Persistent   |                              Ja                              |
|     Zugriff    |                              r/w                             |

</details>

<details>

<summary>ID_HOLIDAY_MODE_STOP_MINUTE</summary>

|   Eigenschaft  |                             Wert                             |
| :------------: | :----------------------------------------------------------: |
|  Beschreibung  |            Minute, in der der Urlaubsmodus endet.            |
|      Größe     |                             4 Bit                            |
|  Wertebereich  |                            0 - 11                            |
|  Standardwert  |                               0                              |
| Interpretation | <p><code>y = x \* 5</code></p><p><code>\[y] = min</code></p> |
|   Persistent   |                              Ja                              |
|     Zugriff    |                              r/w                             |

</details>

<details>

<summary>ID_HOLIDAY_MODE_STOP_HOUR</summary>

|   Eigenschaft  |                          Wert                         |
| :------------: | :---------------------------------------------------: |
|  Beschreibung  |         Stunde, in der der Urlaubsmodus endet.        |
|      Größe     |                         5 Bit                         |
|  Wertebereich  |                         0 - 23                        |
|  Standardwert  |                           1                           |
| Interpretation | <p><code>y = x</code></p><p><code>\[y] = h</code></p> |
|   Persistent   |                           Ja                          |
|     Zugriff    |                          r/w                          |

</details>

<details>

<summary>ID_HOLIDAY_MODE_STOP_DAY</summary>

|   Eigenschaft  |                          Wert                         |
| :------------: | :---------------------------------------------------: |
|  Beschreibung  |          Tag, an dem der Urlaubsmodus endet.          |
|      Größe     |                         5 Bit                         |
|  Wertebereich  |                         1 - 31                        |
|  Standardwert  |                           1                           |
| Interpretation | <p><code>y = x</code></p><p><code>\[y] = d</code></p> |
|   Persistent   |                           Ja                          |
|     Zugriff    |                          r/w                          |

</details>

<details>

<summary>ID_HOLIDAY_MODE_STOP_MONTH</summary>

|   Eigenschaft  |                              Wert                             |
| :------------: | :-----------------------------------------------------------: |
|  Beschreibung  |             Monat, in dem der Urlaubsmodus endet.             |
|      Größe     |                             4 Bit                             |
|  Wertebereich  |                             0 - 11                            |
|  Standardwert  |                               1                               |
| Interpretation | <p><code>y = x + 1</code></p><p><code>\[y] = Monat</code></p> |
|   Persistent   |                               Ja                              |
|     Zugriff    |                              r/w                              |

</details>

<details>

<summary><mark style="color:green;">ID_HOLIDAY_MODE_STOP_YEAR</mark></summary>

|   Eigenschaft  |                             Wert                             |
| :------------: | :----------------------------------------------------------: |
|  Beschreibung  |             Jahr, in dem der Urlaubsmodus endet.             |
|      Größe     |                             8 Bit                            |
|  Wertebereich  |            FW ≥ 1.2.1: 0 - 37 FW < 1.2.1: 0 - 255            |
|  Standardwert  |                               0                              |
| Interpretation | <p><code>y = x + 2000</code></p><p><code>\[y] = a</code></p> |
|   Persistent   |                              Ja                              |
|     Zugriff    |                              r/w                             |

</details>

<details>

<summary><mark style="color:green;">ID_HOLIDAY_MODE_TEMPERATURE</mark></summary>

|   Eigenschaft  |                                                                         Wert                                                                        |
| :------------: | :-------------------------------------------------------------------------------------------------------------------------------------------------: |
|  Beschreibung  |                                             Temperatur, auf die der Raum im Urlaubsmodus geregelt wird.                                             |
|      Größe     |                                                                        8 Bit                                                                        |
|  Wertebereich  |                                                <p>FW ≥ 1.2.0: 10 - 60</p><p>FW ≥ 1.2.0: 25 - 150</p>                                                |
|  Standardwert  |                                                      <p>FW ≥ 1.2.0: 24</p><p>FW < 1.2.0: 60</p>                                                     |
| Interpretation | <p>FW >= 1.2.0: <code>y = x \* 0,5</code></p><p><code>\[y] = °C</code></p><p>FW < 1.2.0: <code>y = x \* 0,2</code></p><p><code>\[y] = °C</code></p> |
|   Persistent   |                                                                          Ja                                                                         |
|     Zugriff    |                                                                         r/w                                                                         |

</details>

***

## 4.6 Ausschalten des Holiday Mode

{% tabs %}
{% tab title="DISABLE HOLIDAY MODE" %}
Deaktivierung des Urlaubsmodus.

<table><thead><tr><th align="center">Byte</th><th width="182.9090576171875" align="center">Bit(s)</th><th align="center">Value</th></tr></thead><tbody><tr><td align="center">0</td><td align="center">7</td><td align="center">Res.</td></tr><tr><td align="center">0</td><td align="center">6:0</td><td align="center"><code>0x13</code> (Command ID)</td></tr></tbody></table>
{% endtab %}
{% endtabs %}

***

## 4.7 Aktivierung des Boost-Modus

{% tabs %}
{% tab title="SET BOOST MODE" %}
Aktivierung des Boost-Modus.

**Beispiel**

```
11h = Boost-Modus aktiv
```

|      Byte     | Bit(s) |        Value        |
| :-----------: | :----: | :-----------------: |
|       0       |    7   |         Res.        |
|       0       |   6:0  | `0x11` (Command ID) |
|  {% endtab %} |        |                     |
| {% endtabs %} |        |                     |

***

## 4.8 Konfiguration des Boost-Modus

{% tabs %}
{% tab title="GET BOOST CONFIG" %}
Abfrage der Dauer und des Ventilöffnungsgrades des Boost-Modus.

**Downlink**

| Byte | Bit(s) |        Value        |
| :--: | :----: | :-----------------: |
|   0  |    7   |          IR         |
|   0  |   6:0  | `0x14` (Command ID) |

**Uplink**

|     Byte     | Bit(s) |         Value        |
| :----------: | :----: | :------------------: |
|       0      |    7   |         Res.         |
|       0      |   6:0  |  `0x14` (Command ID) |
|       1      |   7:0  |  `ID_BOOST_DURATION` |
|       2      |   7:0  | `ID_VALVE_BOOST_POS` |
| {% endtab %} |        |                      |

{% tab title="SET BOOST CONFIG" %}
Konfiguration der Dauer und des Ventilöffnungsgrades des Boost-Modus.

**Beispiel**

```
1514A0h = Boost für 5 Min. mit 80 % Ventilöffnung
```

|      Byte     | Bit(s) |         Value        |
| :-----------: | :----: | :------------------: |
|       0       |    7   |         Res.         |
|       0       |   6:0  |  `0x15` (Command ID) |
|       1       |   7:0  |  `ID_BOOST_DURATION` |
|       2       |   7:0  | `ID_VALVE_BOOST_POS` |
|  {% endtab %} |        |                      |
| {% endtabs %} |        |                      |

<details>

<summary>ID_BOOST_DURATION</summary>

|   Eigenschaft  |                             Wert                            |
| :------------: | :---------------------------------------------------------: |
|  Beschreibung  |      Dauer des Boost-Modus, nachdem er aktiviert wurde      |
|      Größe     |                            8 Bit                            |
|  Wertebereich  |                           0 - 255                           |
|  Standardwert  |                              8                              |
| Interpretation | <p><code>y = x \* 15</code></p><p><code>\[y] = s</code></p> |
|   Persistent   |                              Ja                             |
|     Zugriff    |                             r/w                             |

</details>

<details>

<summary>ID_VALVE_BOOST_POS</summary>

|   Eigenschaft  |                             Wert                             |
| :------------: | :----------------------------------------------------------: |
|  Beschreibung  |     Position des Ventils während der Dauer des Boos-Modus    |
|      Größe     |                             8 Bit                            |
|  Wertebereich  |                            0 - 200                           |
|  Standardwert  |                              160                             |
| Interpretation | <p><code>y = x \* 0,5</code></p><p><code>\[y] = %</code></p> |
|   Persistent   |                              Ja                              |
|     Zugriff    |                              r/w                             |

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.dnt.de/dnt-lw-etrv/kommunikationsprotokoll/4.-geratemodi.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
