> 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/verbundene-gerate-weitere-optionen.md).

# Verbundene Geräte – Weitere Optionen

Klicken Sie auf ein bereits verbundenes Gerät, um weitere Optionen anzuzeigen. Nun öffnet sich ein Fenster mit den detaillierten Angaben und Einstellungen des ausgewählten Gerätes.

**Gerät Übersicht:**

1. **Bereich und Raum:**
   * Zeigt den **Bereich** und den **Raum** an, in dem sich das Gerät befindet. In diesem Fall ist das Gerät im Bereich WHG 1 (EG rechts) im Raum Balkon platziert.
2. **Plattform, Kategorie und Typ:**
   * Die **Plattform** ist Wiser, die **Kategorie** lautet Beleuchtung und der **Typ** ist Licht.
3. **Hersteller und Modell:**
   * Hersteller: *Feller*
   * Modell: *Wiser*
4. **Verbindung und Status:**
   * Zeigt die Qualität der Verbindung (hier 44%) sowie den aktuellen Status des Geräts (OK).
5. **Kompatibilität und Zertifizierung:**
   * Kompatibilität: 100 %
   * Zertifiziert vom nomos-system.

**Einstellungen:**

1. **Zentralfunktion:**
   * Aktivieren oder deaktivieren Sie, ob das Gerät an Zentralfunktionen teilnehmen soll, z.B. zur Steuerung in zentralen Szenarien.
2. **App-Anzeige:**
   * Das Gerät kann in Apps angezeigt werden oder versteckt bleiben, je nach Bedarf.
3. **Sprachsteuerung:**
   * Aktivieren Sie, ob das Gerät über Sprachassistenten (z.B. Google Assistant, Alexa oder Siri) verwendet werden kann.
4. **HAP Anzeige:**
   * Zeigt an, ob das Gerät im HomeKit Accessory Protocol (HAP) verfügbar ist, um über Apple Home gesteuert zu werden.

**Verbindung:**

1. **Szenen:**
   * Zeigt die verbundenen Szenen an, z.B. eine Szene, bei der alle Lichter ausgeschaltet werden („Alles Aus“).

**Bildschirmkonfiguration:**

1. **Verbindungsqualität:**
   * Diese Einstellung ermöglicht es, die Verbindungsqualität auf einem StatusBildschirm anzuzeigen.

**Weitere Optionen:**

1. **Werte & Optionen:**
   * Über diese Schaltfläche können erweiterte Einstellungen wie die Helligkeit der Lampe oder andere Funktionen festgelegt werden (abhängig vom Gerätetyp).
2. **Daten Logs:**
   * Hier kann ein Datenprotokoll abgerufen werden, das nützliche Informationen über die Verbindung und Aktivität des Geräts liefert.
3. **Gerät löschen:**
   * Wenn Sie das Gerät aus dem System entfernen möchten, können Sie dies über die **Gerät löschen**-Option tun.

<figure><img src="/files/tfdk3wGCgIiATt4OlKkB" 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/verbundene-gerate-weitere-optionen.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.
