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

# 8.9 Wiederherstellung der Werkseinstellungen

{% hint style="info" %}
Die Werkseinstellungen 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® mit [`Perform Factory Reset (0x7D)`](/dnt-lw-etrv/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/kommunikationsprotokoll/9.-konfigurationsubersicht-und-reset.md) geprüft und mit [`Set Hardware Factory Reset Lock (0x39)`](/dnt-lw-etrv/kommunikationsprotokoll/9.-konfigurationsubersicht-und-reset.md) geändert werden. Anschließend gehen Sie wie folgt vor:

{% stepper %}
{% step %}

### Schloss öffnen

Öffnen Sie das Schloss ([F](/dnt-lw-etrv/funktion-and-gerateubersicht/6.-gerateubersicht.md)) des Batteriefachs mit dem mitgelieferten Vierkantschlüssel (s. [Abbildung 10](/dnt-lw-etrv/funktion-and-gerateubersicht/7.-inbetriebnahme-and-montage/7.3-adaptierfahrt.md)).
{% endstep %}

{% step %}

### Batteriefachdeckel abnehmen

Nehmen Sie den Batteriefachdeckel ([B](/dnt-lw-etrv/funktion-and-gerateubersicht/6.-gerateubersicht.md)) ab, indem Sie ihn im ersten\
Schritt nach hinten und im zweiten Schritt nach oben abziehen (s. [Abbildung 2](/dnt-lw-etrv/funktion-and-gerateubersicht/7.-inbetriebnahme-and-montage/7.1-inbetriebnahme.md)).
{% endstep %}

{% step %}

### Systemtaste das erste Mal gedrückt halten

Halten Sie die Systemtaste `5 s` gedrückt, bis die LED schnell orange blinkt.
{% endstep %}

{% step %}

### Systemtaste loslassen

Lassen Sie die Systemtaste wieder los.
{% endstep %}

{% step %}

### Systemtaste das zweite Mal gedrückt halten

Halten Sie die Systemtaste erneut `5 s` gedrückt, bis die LED schnell orange blinkt.
{% endstep %}

{% step %}

### Wiederherstellung abschließen

Lassen Sie die Systemtaste wieder los, um das Wiederherstellen der Werkseinstellungen abzuschließen.
{% endstep %}

{% step %}

### Ergebnis prüfen

Anschließend leuchtet die LED kurz grün, wenn der Vorgang erfolg\
reich war, oder rot, wenn der Vorgang fehlgeschlagen ist.
{% endstep %}
{% endstepper %}


---

# 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/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.
