> 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-wth/funktion-and-gerateubersicht/8.-gerateverhalten/8.7-wiederherstellung-der-werkseinstellungen.md).

# 8.7 Wiederherstellung der Werkseinstellungen

{% hint style="info" %}
Die Werkseinstellungen des Geräts können wiederhergestellt werden. Dabei gehen alle Einstellungen verloren.
{% endhint %}

{% hint style="info" %}
Der Parameter `ID_HARDWARE_LOCK` wird nach dreimaligem Fehlschlagen des Join-Prozesses automatisch zurückgesetzt. So bleibt ein Werksreset auch bei nicht provisionierten Geräten möglich
{% endhint %}

Um die Werkseinstellungen des dnt LoRaWAN® Wandthermostats wieder herzustellen, gibt es zwei Möglichkeiten:

Zum Wiederherstellen der Werkseinstellungen per LoRaWAN® muss der Befehl [`PERFORM FACTORY RESET (0x7D)`](/dnt-lw-wth/kommunikationsprotokoll/8.-konfigurationsubersicht-und-reset.md) an das Gerät gesendet werden. Um die Werkseinstellungen direkt am Gerät wiederherzustellen, stellen Sie zunächst sicher, dass das Zurücksetzen auf Werkseinstellungen direkt am Gerät nicht gesperrt ist. Dazu muss das Bit 0 des Parameters `ID_HARDWARE_LOCK` auf 0 gesetzt werden. Das kann mit dem Befehl [`GET HARDWARE LOCK (0xF5)`](/dnt-lw-wth/kommunikationsprotokoll/8.-konfigurationsubersicht-und-reset.md) überprüft und mit dem Befehl [`SET HARDWARE LOCK (0xF6)`](/dnt-lw-wth/kommunikationsprotokoll/8.-konfigurationsubersicht-und-reset.md) korrigiert werden.

Gehen Sie danach wie folgt vor:

* Halten Sie die Systemtaste 5 Sekunden gedrückt, bis im Display `rES` erscheint.
* Lassen Sie die Modustaste los.
* Halten Sie die Systemtaste erneut 5 Sekunden gedrückt, bis `rES` im Display blinkt.
* Lassen Sie die Modustaste los, um den Werksreset abzuschließen.
* Nach einem erfolgreichen Werksreset startet das Gerät neu und zeigt den Testscreen mit vollständig aktiviertem Display.


---

# 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-wth/funktion-and-gerateubersicht/8.-gerateverhalten/8.7-wiederherstellung-der-werkseinstellungen.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.
