> 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/errata.md).

# Errata

Diese Seite listet bekannte Probleme, ihre Auswirkungen und, ggf. die Lösung / Korrektur des Problems auf&#x20;

{% hint style="info" %}
**NOTE FÜR EDITOR:** Erfassen Sie hier nur bestätigte Punkte. Nennen Sie immer den betroffenen Stand, die Korrektur und die praktische Auswirkung.
{% endhint %}

### Aufbau eines Eintrags

Jeder Eintrag enthält diese Angaben:

* **Betroffen:** Dokument, Kapitel, Firmware oder Funktion
* **Firmware Version**
* **Problem:** falsche, unvollständige oder missverständliche Angabe, Fehler in FW
* **Korrektur:** richtige Angabe / Workaround
* **Auswirkung:** Relevanz für Inbetriebnahme, Bedienung oder Integration
* **Status:** offen oder korrigiert ab Version X.Y.Z

### Einträge

{% updates format="full" %}
{% update date="2026-05-27" %}

## Titel des Errata-Eintrags

* **Betroffen:** z. B. Kommunikationsprotokoll, Temperaturregelung
* **Firmware Version :** z. B. 1.3.0 bis 1.3.2
* **Problem:** Kurze Beschreibung der Abweichung
* **Korrektur:** Eindeutige, fachlich richtige Angabe
* **Auswirkung:** Kurze Einordnung für Anwender oder Integratoren
* **Status:** Offen
  {% endupdate %}
  {% endupdates %}

### Pflegehinweise

* Sicherheitsrelevante Punkte stehen immer zuerst.
* Pro Fehlerbild wird nur ein Eintrag angelegt.
* Nach einer Korrektur bleibt der Eintrag erhalten. Der Status wird ergänzt.

#### 1. Gerät sendet und empfängt nach längerem Netzwerkausfalls keine Nachrichten mehr

**Firmware Version:** bis App v1.1.5

**Beschreibung:** Schlägt die automatische Zeitsynchronisierung aufgrund unzuverlässiger oder keiner Verbindung zum LoRaWAN-Server mehr als 5 mal fehl kann das Gerät keine Join-Anfragen mehr bearbeiten. Dies führt dazu, dass das Gerät im beschriebenen Fehlerfall bei einem Rejoin nicht mehr dem LoRaWAN-Netzwerk beitreten kann.

**Workaround:** Abschalten der automatischen Zeitsynchronisierung nach dem Start des Gerätes gefolgt von einem Soft-Reset&#x20;

### 1.&#x20;


---

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