> 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/classic-alarms/de/installation/alarm-setup-and-install-best-practices/supervised-wiring-with-classic-alarms.md).

# Überwachte Verdrahtung mit Classic Alarms

{% hint style="success" %}
Verkada hat das weltweite Verkaufsende (1. August 2026) und das Lebensende (1. August 2027) für Classic Alarms angekündigt. Berechtigte Kunden können bis zum 31. Januar 2027 kostenlos auf New Alarms upgraden. Besuchen Sie [Verkada.com/alarms/upgrade](https://www.verkada.com/alarms/upgrade) um loszulegen.
{% endhint %}

{% hint style="success" %}
Dieser Artikel ist ein Leitfaden für Classic Alarms. Siehe diesen [Artikel](/new-alarms/de/konfiguration/wireless-alarms-devices/supervised-wiring.md) wenn Sie New Alarms haben. Siehe [New Alarms vs. Classic Alarms](/new-alarms/de/erste-schritte/new-alarms-vs-classic-alarms.md) wenn Sie sich nicht sicher sind, welche Version von Alarms Sie haben.
{% endhint %}

***

In einem unüberwachten Stromkreis wird ein unterbrochenes Kabel an einem Sensor, der als normalerweise offen verdrahtet ist, oder ein kurzgeschlossenes Kabel an einem Sensor, der als normalerweise geschlossen verdrahtet ist, nicht als Alarmauslöser erkannt. Die Überwachung ermöglicht die [Verkada BP41-Alarmzentrale](https://docs.verkada.com/docs/alarm-panel-overview.pdf) diese Ereignisse zu erkennen und eine Benachrichtigung oder einen Alarm auszulösen.

***

## Überwachungsarten

Die BP41-Alarmzentrale unterstützt 2 Überwachungsarten:

* Einzelner End-of-Line-Widerstand (EOLR) (1 Widerstand)
* Doppelter EOLR (2 Widerstände)

Diese beiden Überwachungsarten können auf Sensoren angewendet werden, die als normalerweise offen (NO) oder normalerweise geschlossen (NC) verdrahtet sind. Referenzwiderstandswerte für jeden Typ sind unten dargestellt.

### Einzelne EOLR-Überwachung (1000-Ω-Widerstände)

|                |                                                             |                                                   |
| -------------- | ----------------------------------------------------------- | ------------------------------------------------- |
| **Widerstand** | **Normalerweise geschlossen (NC)**                          | **Normalerweise offen (NO)**                      |
| 0 Ω            | Kurzschluss; Störungszustand                                | Kurzschluss oder Schließereignis; Alarm ausgelöst |
| 1000 Ω         | Normalzustand                                               | Normalzustand                                     |
| Unendlich Ω    | Unterbrochenes Kabel oder Öffnungsereignis; Alarm ausgelöst | Unterbrochenes Kabel; Störungszustand             |

### Doppelte EOLR-Überwachung

|                |                                       |                                       |
| -------------- | ------------------------------------- | ------------------------------------- |
| **Widerstand** | **Normalerweise geschlossen (NC)**    | **Normalerweise offen (NO)**          |
| 0 Ω            | Kurzschluss; Störungszustand          | Kurzschluss; Störungszustand          |
| 1000 Ω         | Normalzustand                         | Schließereignis; Alarm ausgelöst      |
| 2000 Ω         | Öffnungsereignis; Alarm ausgelöst     | Normalzustand                         |
| Unendlich Ω    | Unterbrochenes Kabel; Störungszustand | Unterbrochenes Kabel; Störungszustand |

***

## Verdrahten Sie EOLRs mit Ihrer BP41-Alarmzentrale

Widerstände werden am Ende des Stromkreises installiert, bei einfachen und doppelten EOL-Widerständen so nah wie möglich am Sensor. Das Installieren von EOL-Widerständen an der Zentrale beeinträchtigt den Zweck der Überwachung.

|                                                      |                                                      |
| ---------------------------------------------------- | ---------------------------------------------------- |
| **Einzelner EOLR**                                   | **Doppelter EOLR**                                   |
| ![](/files/692feecec62682842a9200200caa230f085038a6) | ![](/files/0131a40f4390890fd73ce0b84e64aee1eea772bc) |


---

# 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/classic-alarms/de/installation/alarm-setup-and-install-best-practices/supervised-wiring-with-classic-alarms.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.
