> For the complete documentation index, see [llms.txt](https://documentation.nomos-system.com/nomos-system/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.nomos-system.com/nomos-system/integrator-de/administration/erweitert/node-red.md).

# Node-RED

**Zugang und Anmeldung:**

Das Interface ist über einen eigenen Anmeldebildschirm zugänglich, wo der Benutzername und das Passwort des Integrators eingegeben werden muss.

<figure><img src="/files/kEa59kzWwVYdKJjKjsZp" alt="" width="563"><figcaption></figcaption></figure>

**Funktionen:**

Node-RED bietet folgende Möglichkeiten:

* **Erstellen von Automatisierungsflüssen** durch einfache Drag-and-Drop-Elemente.
* **Verwaltung von Verbindungen und Datenflüssen** zwischen verschiedenen Geräten und Diensten im nomos system.
* **Integration von APIs und externen Diensten** für erweiterte Automatisierungen und Szenarien.

{% hint style="warning" %}
**Wichtiger Hinweis:**

Die Konfiguration und Nutzung von **Node-RED** sollte ausschließlich von geschulten **Integratoren** durchgeführt werden. Es sind ein tiefergehende Fachkenntnisse erforderlich, um das System korrekt und sicher zu konfigurieren.
{% endhint %}

**Node-RED Interface**

Hier sehen Sie das Haupt-Interface von **Node-RED**, wenn ein Benutzer auf den Bereich zugreift. Hier können Integratoren die verschiedenen **Flows** und **Automatisierungen** erstellen.

**Funktionen des Node-RED-Interface:**

* **Linke Spalte:** Liste der verfügbaren **Funktionen und nomos-Komponenten** (wie z.B. Bewegungsmelder, Temperatursensoren, Fensterkontakte), die durch Drag-and-Drop in den Flow gezogen werden können.
* **Rechter Bereich:** Informationen zum aktuellen **Flow** und dessen Konfiguration.
* **Zentrale Arbeitsfläche:** Ort, an dem die **Flows und Automatisierungen** erstellt und konfiguriert werden. Verschiedene Blöcke (Nodes) können hier verbunden werden, um automatisierte Abläufe zu erstellen.

{% hint style="warning" %}
**Hinweis:**

* **Wichtiger Hinweis:** Dieses Tool ist ausschließlich für Integratoren gedacht, die Erfahrung mit Automatisierungs- und Programmierungsprozessen haben. Unachtsamer Umgang kann zu Fehlfunktionen führen.
  {% endhint %}

<figure><img src="/files/Vrrr55smy2awjxzOMUjs" alt=""><figcaption></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://documentation.nomos-system.com/nomos-system/integrator-de/administration/erweitert/node-red.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.
