> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/new-alarms/de/konfiguration/configure-doors-as-alarm-triggers/configure-door-held-open-dho-alarm-triggers-for-wired-and-wireless-door-sensors.md).

# Alarmauslöser für offen gehaltene Türen (DHO) für kabelgebundene und drahtlose Türsensoren konfigurieren

{% hint style="success" %}
Dieser Artikel ist ein Leitfaden für neue Alarme. Siehe [Neue Alarme vs. klassische Alarme](/new-alarms/de/erste-schritte/new-alarms-vs-classic-alarms.md) wenn Sie sich nicht sicher sind, welche Version von Alarmen Sie haben.
{% endhint %}

Die Verzögerung für Tür länger offen (DHO) löst einen Alarm aus, wenn eine Tür länger als die konfigurierte Dauer offen bleibt. Der Alarm wird erst aktiviert, nachdem die Tür mindestens die angegebene Zeit lang offen war.

***

## Konfiguration

{% stepper %}
{% step %}
**Gehen Sie in Verkada Command zu Alle Produkte > Alarme.**
{% endstep %}

{% step %}
**Wählen Sie Ihren Alarmstandort aus.**
{% endstep %}

{% step %}
**Klicken Sie in der linken Navigation auf Geräte.**
{% endstep %}

{% step %}
**Wählen Sie den kabelgebundenen oder kabellosen Türsensor aus, um seine Detailseite zu öffnen.**
{% endstep %}

{% step %}
**Wählen Sie unter „Tür länger offen“-Verzögerung eine Verzögerungsdauer aus.**
{% endstep %}
{% endstepper %}

**Verfügbare Verzögerungsoptionen:** 30 Sekunden, 60 Sekunden, 5 Minuten, 10 Minuten.

{% hint style="warning" %}
Die DHO-Warnung bleibt als *Tür offen* bestehen, bis die Tür geschlossen wird.
{% endhint %}


---

# 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://help.verkada.com/new-alarms/de/konfiguration/configure-doors-as-alarm-triggers/configure-door-held-open-dho-alarm-triggers-for-wired-and-wireless-door-sensors.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.
