> 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.10-fehlercodes-und-blinkverhalten.md).

# 8.10 Fehlercodes und Blinkverhalten

### 8.10.1 Blinkverhalten

| Blinkcode                             | Bedeutung                                | Kommentar                                                                                                                                  |
| ------------------------------------- | ---------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ |
| 🟧 🟧 🟧 🟧 🟧 🟧 🔄                  | LoRaWAN® Joining-Prozess                 | Warten Sie, bis der Vorgang bestätigt wurde. Leuchtet die LED rot, ist der Vorgang fehlgeschlagen.                                         |
| 🟩                                    | Joining bestätigt                        | Sie können das Gerät jetzt via LoRaWAN® bedienen.                                                                                          |
| 🟥                                    | Joining fehlgeschlagen                   | Stellen Sie sicher, dass sich ein LoRaWAN®-Gateway in Reichweite des Geräts befindet und dass das Gerät ordnungsgemäß provisioniert wurde. |
| 🟩 🟩                                 | Uplink erfolgreich                       | -                                                                                                                                          |
| 🟥                                    | Uplink fehlgeschlagen                    | -                                                                                                                                          |
| 🟥      🟥 🔄                         | Ventiladaptionsfehler                    | Lesen Sie den Fehlercode des Geräts aus und prüfen Sie die Tabelle mit den Fehlercodes.                                                    |
| 🟧   🟧   🟧🔄                        | Systemtaste gedrückt (`0 s` bis `5 s`)   | -                                                                                                                                          |
| 🟧 🟧 🟧 🟧 🟧 🟧 🟧 🟧 🟧 🟧 🔄      | Systemtaste gedrückt (`5 s` bis `8 s`)   | -                                                                                                                                          |
| 🟥           🟥 🔄                    | Warten auf Update-Übertragung            | Starten Sie das Geräte-Update oder warten Sie, bis das Gerät den normalen Betrieb wieder aufnimmt.                                         |
| 🟩     🟩     🟩 🔄                   | Update wird übertragen                   | Warten Sie, bis das Geräte-Update beendet ist.                                                                                             |
| 🟥 (`1x` rotes Leuchten bis zu `5 s`) | Verbindungsproblem bei Updateübertragung | Warten Sie, bis die Übertragung fortgesetzt oder das Update abgebrochen wird. Starten Sie den Updateprozess bei Bedarf neu.                |

### 8.10.2 Fehlercodes

| Fehlercode |                   Bedeutung                  |                           Lösung                          |
| :--------: | :------------------------------------------: | :-------------------------------------------------------: |
|   `0x00`   |            Gerät ist einsatzbereit           |                             -                             |
|   `0x01`   | Gerät ist noch nicht am Heizkörper adaptiert |         Starten Sie die Adaptionsfahrt des Geräts.        |
|   `0x02`   |          Ventilantrieb schwergängig          |   Prüfen Sie, ob der Stößel des Heizungsventils klemmt.   |
|   `0x03`   |             Stellbereich zu groß             | Überprüfen Sie die Befestigung des Heizkörperthermostats. |
|   `0x04`   |             Stellbereich zu klein            |   Prüfen Sie, ob der Stößel des Heizungsventils klemmt.   |
|   `0x05`   |            Adaption fehlgeschlagen           |                 Starten Sie das Gerät neu.                |


---

# 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.10-fehlercodes-und-blinkverhalten.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.
