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

# 8.9 Wiederherstellung der Werkseinstellungen

{% hint style="info" %}
Die Werkseinstellungen des Geräts können jederzeit 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 %}

Es gibt zwei Wege für den Werksreset:

* Per LoRaWAN® Downlink <i class="fa-arrow-right">:arrow-right:</i> [`Perform Factory Reset (0x7D)`](/dnt-lw-etrv-c/kommunikationsprotokoll/9.konfigurationsubersicht-und-reset.md)
* Direkt am Gerät

Für einen Werksreset direkt am Gerät muss `ID_FACTORY_RESET_HW_LOCK` auf `0` gesetzt sein. Der Wert kann mit [`Get Hardware Factory Reset Lock (0x3A)`](/dnt-lw-etrv-c/kommunikationsprotokoll/9.konfigurationsubersicht-und-reset.md) geprüft und mit [`Set Hardware Factory Reset Lock (0x39)`](/dnt-lw-etrv-c/kommunikationsprotokoll/9.konfigurationsubersicht-und-reset.md) geändert werden. Anschließend gehen sie wie folgt vor:

* Halten Sie die Systemtaste für 5 s gedrückt, bis im Display „RESET“ angezeigt wird.
* Lassen Sie die Systemtaste wieder los.
* Halten Sie die Systemtaste erneut für 5 s gedrückt, bis der Ladebalken komplett gefüllt ist.
* Lassen Sie die Systemtaste wieder los. \
  Die Werkseinstellungen werden wiederhergestellt.


---

# 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-c/funktion-and-gerateubersicht/8.-gerateverhalten/8.9-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.
