> 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-c/funktion-and-gerateubersicht/8.-gerateverhalten/8.1-zyklische-statusmeldung.md).

# 8.1 Zyklische Statusmeldung

Das Gerät sendet automatisch in einem zeitlich festgelegten Abstand seinen Status in Form des Antwortframes des Befehls [`Get Status (0x04)`](/dnt-lw-etrv-c/kommunikationsprotokoll/2.-geratestatus.md).

Der zeitliche Abstand zwischen zwei Statusmeldungen kann mithilfe des Befehls [`Get Status Interval (0x00)`](/dnt-lw-etrv-c/kommunikationsprotokoll/2.-geratestatus.md) ausgelesen und mithilfe des Befehls [`Set Status Interval (0x01)`](/dnt-lw-etrv-c/kommunikationsprotokoll/2.-geratestatus.md) angepasst werden. Dabei kann das Intervall auf eine Periode zwischen 30 Sekunden und 128 Minuten in 30-Sekunden-Schritten eingestellt werden.

Welche Parameter innerhalb des Status-Frames gesendet werden, kann mithilfe des Befehls [`Get Status Parameter TX Enable Register (0x02)`](/dnt-lw-etrv-c/kommunikationsprotokoll/2.-geratestatus.md) gelesen und mit dem Befehl [`Set Status Parameter TX Enable Register (0x03)`](/dnt-lw-etrv-c/kommunikationsprotokoll/2.-geratestatus.md) konfiguriert werden.&#x20;

Damit ist es möglich, die Statusmeldung auf die Häufigkeit und die Parameter zu beschränken, die für den Nutzer nötig sind, um somit den Energiebedarf des Heizkörperthermostats zu optimieren.

Wie sich das Statusintervall auf die Batterielaufzeit auswirkt, ist im nachfolgenden Diagramm bei verschiedenen Spreading-Faktoren dargestellt.

<figure><img src="/files/821BioM2ucWadC0GejYl" alt=""><figcaption><p>Abb. 11: Auswirkung des Statusintervalls auf die Batterielaufzeit</p></figcaption></figure>


---

# 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-c/funktion-and-gerateubersicht/8.-gerateverhalten/8.1-zyklische-statusmeldung.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.
