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

# Kommunikationsprotokoll

- [0. Befehlsübersicht und Command Cheat Sheet](https://docs.dnt.de/dnt-lw-etrv/kommunikationsprotokoll/0.-befehlsubersicht-und-command-cheat-sheet.md): Referenz der wichtigsten Set- und Get-Befehle
- [1. Allgemeines Kommunikationskonzept](https://docs.dnt.de/dnt-lw-etrv/kommunikationsprotokoll/1.-allgemeines-kommunikationskonzept.md): Grundlagen zu Protokoll, fPorts und Befehlsaufbau
- [2. Gerätestatus](https://docs.dnt.de/dnt-lw-etrv/kommunikationsprotokoll/2.-geratestatus.md): Setzen und Auslesen von Geräte-Statusinformationen
- [3. Gerätezeit](https://docs.dnt.de/dnt-lw-etrv/kommunikationsprotokoll/3.-geratezeit.md): Setzen und Auslesen der Gerätezeit und der Gerätezeit-Konfiguration
- [4. Gerätemodi](https://docs.dnt.de/dnt-lw-etrv/kommunikationsprotokoll/4.-geratemodi.md): Setzen und Auslesen der Gerätemodi
- [5. Wochenprogramm](https://docs.dnt.de/dnt-lw-etrv/kommunikationsprotokoll/5.-wochenprogramm.md): Setzen und Auslesen der Wochenprogramme
- [6. Konfiguration des Ventils](https://docs.dnt.de/dnt-lw-etrv/kommunikationsprotokoll/6.-konfiguration-des-ventils.md): Setzen und Auslesen der Ventilparameter
- [7. Temperaturregelung](https://docs.dnt.de/dnt-lw-etrv/kommunikationsprotokoll/7.-temperaturregelung.md): Setzen und Auslesen von Temperatur- und Reglerparametern
- [8. Fenster Offen](https://docs.dnt.de/dnt-lw-etrv/kommunikationsprotokoll/8.-fenster-offen.md)
- [9. Konfigurationsübersicht und Reset](https://docs.dnt.de/dnt-lw-etrv/kommunikationsprotokoll/9.-konfigurationsubersicht-und-reset.md): Durchführung eines Resets und Auslesen der Gerätekonfiguration
- [10. Datenrate und Rejoin](https://docs.dnt.de/dnt-lw-etrv/kommunikationsprotokoll/10.-datenrate-und-rejoin.md): Einstellung der Datenrate und des Rejoinverhaltens
- [11. FUOTA](https://docs.dnt.de/dnt-lw-etrv/kommunikationsprotokoll/11.-fuota.md): Überwachung, Installation und Konfiguration der Update Installation
- [12. Sonstige Befehle](https://docs.dnt.de/dnt-lw-etrv/kommunikationsprotokoll/12.-sonstige-befehle.md)


---

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