> 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/9.-konfigurationsubersicht-und-reset.md).

# 9. Konfigurationsübersicht und Reset

## 9.1 Hardware Factory Reset Lock

{% tabs %}
{% tab title="SET HARDWARE FACTORY RESET LOCK" %}
Aktivieren oder Deaktivieren der Hardware-Werksreset-Sperre.

**Beispiel**

```
3900h = Hardware-Werksreset nicht gesperrt
```

<table><thead><tr><th width="144.45458984375" align="center">Byte</th><th width="171.181884765625" 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>0x39</code> (Command ID)</td></tr><tr><td align="center">1</td><td align="center">7:1</td><td align="center">Res.</td></tr><tr><td align="center">1</td><td align="center">0</td><td align="center"><code>ID_FACTORY_RESET_HW_LOCK</code></td></tr></tbody></table>
{% endtab %}

{% tab title="GET HARDWARE FACTORY RESET LOCK" %}
Abfrage der Hardware-Werksreset-Sperre.

**Downlink**

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

**Uplink**

<table><thead><tr><th width="117.5455322265625" align="center">Byte</th><th width="186.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>0x3A</code> (Command ID)</td></tr><tr><td align="center">1</td><td align="center">7:1</td><td align="center">Res.</td></tr><tr><td align="center">1</td><td align="center">0</td><td align="center"><code>ID_FACTORY_RESET_HW_LOCK</code></td></tr></tbody></table>
{% endtab %}
{% endtabs %}

<details>

<summary>ID_FACTORY_RESET_HW_LOCK</summary>

|   Eigenschaft  |                                                     Wert                                                    |
| :------------: | :---------------------------------------------------------------------------------------------------------: |
|  Beschreibung  |                                       Sperren den Hardware Werksreset                                       |
|      Größe     |                                                    1 Bit                                                    |
|  Wertebereich  |                                                    0 - 1                                                    |
|  Standardwert  |                                                      1                                                      |
| Interpretation | <p><code>1</code> = Hardware-Werksreset gesperrt</p><p><code>0</code> = Hardware-Werksreset freigegeben</p> |
|   Persistent   |                                                      Ja                                                     |
|     Zugriff    |                                                     r/w                                                     |

</details>

***

## 9.2 Auslesen der Gerätekonfiguration

{% tabs %}
{% tab title="GET ALL CONFIG" %}
Abfrage der gesamten Konfiguration.

**Downlink**

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

**Uplink**

<table><thead><tr><th width="154.8182373046875" align="center">Byte</th><th align="center">Bit(s)</th><th align="center">Value</th></tr></thead><tbody><tr><td align="center">0</td><td align="center">7:0</td><td align="center"><code>Config Command ID 1</code></td></tr><tr><td align="center">1</td><td align="center">7:0</td><td align="center"><code>Config Data 1</code></td></tr><tr><td align="center">N-1</td><td align="center">7:0</td><td align="center"><code>Config Command ID M</code></td></tr><tr><td align="center">N</td><td align="center">7:0</td><td align="center"><code>Config Data N</code></td></tr></tbody></table>
{% endtab %}
{% endtabs %}

## 9.3 Factory Reset

{% tabs %}
{% tab title="PERFORM FACTORY RESET" %}
Durchführung des Werksreset.

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

## 9.4 Soft Reset

{% tabs %}
{% tab title="PERFORM SOFT RESET" %}
Durchführung eines Software-Resets.

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


---

# 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/9.-konfigurationsubersicht-und-reset.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.
