> 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/raume/gerate-im-raum-positionieren.md).

# Geräte im Raum positionieren

Die Visualisierungsfunktion im nomos system Controller ermöglicht es, nach dem Hochladen eines Bildes, die Geräte in einem Raum zu visualisieren, indem Sie an die korrekten Positionen auf dem Bild verschoben werden. Dies sorgt für eine bessere Übersicht und eine einfache Verwaltung der Geräte.

**Schritte zur Verwendung der Visualisierung und Platzierung der Geräte:**

1. **Bild hochladen:**
   * Nachdem Sie die Visualisierungsfunktion über die Schaltfläche **„Visu“** für einen Raum gestartet haben, laden Sie ein Bild des Raumes hoch, z.B. einen Grundriss oder ein Raumlayout.
   * **Schritt:** Klicken Sie auf **„Bild hochladen“**, um das Bild zu wählen, das zur Visualisierung verwendet werden soll.
2. **Geräte verwalten:**
   * Nachdem das Bild hochgeladen wurde, erscheinen die Geräte, die dem Raum zugeordnet sind, als **Rosa Felder** auf dem Bildschirm. Jedes dieser Felder repräsentiert ein Gerät, wie z.B.:
     * *Lampe Test 2*
     * *RTH Test 2* (Thermostat)
     * *Steckdose Test 2* (Beleuchtung)
     * *Wetter aktuell*
   * Diese Geräte können nun auf dem Bild platziert werden.
3. **Geräte verschieben:**
   * Die **Rosa Felder**, die die Geräte darstellen, können frei auf dem Bild verschoben werden.
   * **Schritt:** Ziehen Sie jedes rosa Feld an die Stelle im Raum, wo sich das jeweilige Gerät physisch befindet, z.B. die Lampe in der Nähe eines Tisches oder die Steckdose an der Wand.
   * Diese flexible Anordnung hilft, die tatsächliche physische Anordnung der Geräte im Raum widerzuspiegeln.
4. **Speichern der Visualisierung:**
   * Nachdem alle Geräte auf dem Bild korrekt platziert wurden, klicken Sie auf die Schaltfläche **„Speichern“**, um die Änderungen zu sichern.
   * Diese Visualisierung bleibt gespeichert und kann jederzeit bearbeitet werden.
5. **Bild entfernen:**
   * Wenn Sie das Bild ändern oder entfernen möchten, können Sie auf die Schaltfläche **„Bild entfernen“** klicken und ein neues Bild hochladen.

<figure><img src="/files/culCfNbhGApe6p2M1B3W" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/YiEczwNtRcYxu7FlhhI7" 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/raume/gerate-im-raum-positionieren.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.
