> 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/skills/wiser-by-feller/dashboard-ubersicht-der-verbundenen-gerate.md).

# Dashboard – Übersicht der verbundenen Geräte

Auf dem Dashboard **nomos/Skills/Wiser** sehen Sie eine Übersicht der bereits verbundenen Geräte.

**Übersicht Dashboard Wiser:**

1. **Verbundene Geräte:**
   * In der Hauptübersicht werden alle bereits hinzugefügten Geräte wie **Deckenleuchten, Spots, Jalousien, Ventilatoren** und mehr angezeigt.
   * Jedes Gerät wird mit einem **Symbol** und einem **Namen** dargestellt, der dem jeweiligen Raum zugeordnet ist.
2. **IP-Adresse des Controllers:**
   * Oberhalb der Liste sehen Sie die **IP-Adresse** des verbundenen Controllers, der die Geräte steuert. In diesem Fall 192.168.1.79.
   * Dies ist nützlich, um sicherzustellen, dass die Verbindung zum Controller korrekt eingerichtet ist.
3. **Gerät hinzufügen:**
   * Rechts oben befindet sich die Schaltfläche **Gerät hinzufügen**, um neue Geräte in das System einzubinden. Hier können weitere Wiser-Komponenten wie Schalter, Lampen, Jalousien RTH’s uvm. hinzugefügt werden.
4. **Gerät bearbeiten oder entfernen:**
   * Neben der Schaltfläche zum Hinzufügen gibt es auch die Möglichkeit, ein **Gerät zu bearbeiten** oder **zu entfernen**. Diese Aktionen sind über die entsprechenden Symbole (Stift für Bearbeiten, X für Löschen) verfügbar.
5. **Detailinformationen zu Geräten:**
   * Durch Anklicken eines Geräts können weitere **Detailinformationen** abgerufen werden, wie z.B. der Gerätestatus, die zugewiesenen Szenen oder Automationen.

<figure><img src="/files/wqX9dXsolsTCUryx74p9" 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/skills/wiser-by-feller/dashboard-ubersicht-der-verbundenen-gerate.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.
