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

# 8.5 Wiederherstellung der Werkseinstellungen

Die Werkseinstellungen des Produkts können wiederhergestellt werden, dabei gehen alle&#x20;Einstellungen verloren.

{% hint style="info" %}
Die Sperre für die Taste ist standardmäßig deaktiviert. Ist das Produkt an keinem LoRaWAN-Netzwerk angemeldet, wird der Parameter `ID_HARDWARE_LOCK` nach drei fehlgeschlagenen Joining-Versuchen automatisch zurückgesetzt und die Taste aktiviert.
{% endhint %}

Um die Werkseinstellungen wiederherzustellen, gibt es zwei Möglichkeiten: per LoRaWAN oder direkt am Produkt.&#x20;

## 8.5.1 Wiederherstellung per LoRaWAN

Zum Wiederherstellen der Werkseinstellungen per LoRaWAN®-Downlink:&#x20;

* Senden Sie den Befehl [`Perform Factory Reset (0xFD)`](/dnt-lw-wsci/kommunikationsprotokoll/5.-konfigurationsubersicht-und-reset.md#perform-factory-reset) an das Produkt. Die Werkseinstellungen werden wiederhergestellt. Das Produkt wechselt automatisch in den Joining-Modus.

## 8.6.2 Wiederherstellung am Gerät

Um die Werkseinstellungen direkt am Produkt wiederherzustellen:

* Prüfen Sie mit dem Befehl [`Get Hardware Lock (0xF5)`](/dnt-lw-wsci/kommunikationsprotokoll/5.-konfigurationsubersicht-und-reset.md#get-hardware-factory-reset-lock), ob das Zurücksetzten auf Werkseinstellungen über die Systemtaste entsperrt ist. Setzen Sie den Parameter ID\_HARDWARE\_LOCK auf 0. Das kann mit dem Befehl [`Get Hardware Lock (0xF5)`](/dnt-lw-wsci/kommunikationsprotokoll/5.-konfigurationsubersicht-und-reset.md#get-hardware-factory-reset-lock) überprüft und mit dem Befehl [`Set Hardware Lock (0xF6)`](/dnt-lw-wsci/kommunikationsprotokoll/5.-konfigurationsubersicht-und-reset.md#set-hardware-factory-reset-lock) korrigiert werden.

Gehen Sie anschließend wie folgt vor:

{% stepper %}
{% step %}

### Drücken der Systemtaste für 4s

Halten Sie die Systemtaste für 4 s&#x20;gedrückt. Die LED blinkt schnell orange.

<figure><img src="/files/0AsDl6FKbkIEtPE4D1Cg" alt="" width="371"><figcaption><p>Abb. 19: Drücken der Systemtaste</p></figcaption></figure>
{% endstep %}

{% step %}

### Loslassen der Systemtaste

Lassen Sie die Systemtaste wieder los.

<figure><img src="/files/6X6SlncWNkwkdHEUUzTT" alt="" width="375"><figcaption><p>Abb. 20: Loslassen der Systemtaste</p></figcaption></figure>

{% endstep %}

{% step %}

### Erneutes Drücken der Systemtaste

Halten Sie die Systemtaste erneut für 4 s&#x20;gedrückt. Die LED leuchtet kurz grün auf.&#x20;Die Werkseinstellungen werden&#x20;wiederhergestellt. Das Produkt wechselt&#x20;automatisch in den Joining-Modus,&#x20;blinkt orange und leuchtet bei&#x20;erfolgreicher Verbindung grün.

<figure><img src="/files/BYzqJnipeQIp1PXcX2rf" alt="" width="375"><figcaption><p>Abb. 21: Erneutes Drücken der Systemtaste</p></figcaption></figure>
{% 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-wsci/funktion-and-gerateubersicht/8.-gerateverhalten/8.5-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.
