> 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/wireless-alarms-devices/supervised-wiring.md).

# Überwachte Verdrahtung

{% hint style="success" %}
Dieser Artikel ist ein Leitfaden für neue Alarms. Siehe hierzu [Artikel](/classic-alarms/de/installation/alarm-setup-and-install-best-practices/supervised-wiring-with-classic-alarms.md) wenn Sie klassische Alarme haben. Siehe [Neue Alarme vs. klassische Alarme](/new-alarms/de/erste-schritte/new-alarms-vs-classic-alarms.md) wenn Sie sich nicht sicher sind, welche Alarmversion Sie haben.
{% endhint %}

***

In einem nicht überwachten Stromkreis wird ein unterbrochenes Kabel an einem Sensor mit normalerweise offenem Anschluss oder ein kurzgeschlossenes Kabel an einem Sensor mit normalerweise geschlossenem Anschluss nicht als Alarmauslösung erkannt. Die Überwachung ermöglicht es der Verkada BP52-Alarmzentrale, diese Ereignisse zu erkennen und eine Benachrichtigung oder einen Alarm auszulösen.

***

## Überwachungsarten

Die BP52-Alarmzentrale unterstützt 2 Arten der Überwachung:

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

Diese beiden Überwachungsarten können auf Sensoren angewendet werden, die normalerweise offen (NO) oder normalerweise geschlossen (NC) verdrahtet sind. Referenz-Widerstandswerte für jeden Typ sind unten aufgeführt.

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

|                        |                                                             |                                                                           |
| ---------------------- | ----------------------------------------------------------- | ------------------------------------------------------------------------- |
| **Widerstand**         | **Normalerweise geschlossen (NC)**                          | **Normalerweise offen (NO)**                                              |
| 0 Ω                    | Kurzgeschlossener Stromkreis; Störungszustand               | Kurzgeschlossener Stromkreis oder geschlossenes Ereignis; Alarm ausgelöst |
| 1000 Ω                 | Normalzustand                                               | Normalzustand                                                             |
| Unendlicher Widerstand | Unterbrochenes Kabel oder offenes Ereignis; Alarm ausgelöst | Unterbrochenes Kabel; Störungszustand                                     |

### Doppelte EOLR-Überwachung

|                        |                                               |                                               |
| ---------------------- | --------------------------------------------- | --------------------------------------------- |
| **Widerstand**         | **Normalerweise geschlossen (NC)**            | **Normalerweise offen (NO)**                  |
| 0 Ω                    | Kurzgeschlossener Stromkreis; Störungszustand | Kurzgeschlossener Stromkreis; Störungszustand |
| 1000 Ω                 | Normalzustand                                 | Geschlossenes Ereignis; Alarm ausgelöst       |
| 2000 Ω                 | Offenes Ereignis; Alarm ausgelöst             | Normalzustand                                 |
| Unendlicher Widerstand | Unterbrochenes Kabel; Störungszustand         | Unterbrochenes Kabel; Störungszustand         |

***

## Verdrahten Sie EOLR-Widerstände an Ihre BP52-Alarmzentrale

Widerstände werden am Ende des Stromkreises, so nah wie möglich am Sensor, sowohl für einzelne als auch für doppelte EOL-Widerstände installiert. Das Installieren von EOL-Widerständen an der Zentrale beeinträchtigt den Zweck der Überwachung.

|                                                      |                                                      |
| ---------------------------------------------------- | ---------------------------------------------------- |
| **Einzelner EOLR**                                   | **Doppelter EOLR**                                   |
| ![](/files/2e192d5b901b44404823c46471aee7694ab2b1ef) | ![](/files/c640666c12709c821fcbb5be898851256a882461) |

{% hint style="danger" %}
Es ist nicht kompatibel, wenn Sie einen normalerweise geschlossenen Alarmsensor haben und der Widerstand parallel verdrahtet ist. Wenn Sie diese Konfiguration haben, fügen Sie einen einzelnen Widerstand in Reihe hinzu, um ihn in Doppel-EOLR umzuwandeln.
{% endhint %}

<div align="left" data-with-frame="true"><img src="/files/22a1be57c7df6bdbcac84f7be03fff66f54108e5" alt=""></div>


---

# 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/wireless-alarms-devices/supervised-wiring.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.
