> 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/raum-visualisierung-visu.md).

# Raum-Visualisierung (Visu)

Die **Visualisierungsfunktion (Visu)** im nomos system Controller bietet eine Möglichkeit, die Struktur eines Raumes grafisch darzustellen und zu personalisieren. Diese Funktion erlaubt es, ein Bild hochzuladen, das zur besseren Visualisierung der Geräte im Raum verwendet werden kann.

**Schritte zur Verwendung der Visualisierung**

1. **Visu-Schaltfläche:**
   * Um die Visualisierung zu starten, klicken Sie auf die **„Visu“**-Schaltfläche neben dem Raum, den Sie visualisieren möchten.
   * Dies öffnet den Visualisierungsmodus für den ausgewählten Raum.
2. **Bild hochladen:**
   * Im Visualisierungsmodus sehen Sie die Option **„Bild hochladen“**. Diese ermöglicht es Ihnen, ein Bild, beispielsweise einen Grundriss oder eine Raumansicht, hochzuladen, um die Visualisierung zu beginnen.
   * **Schritt:** Klicken Sie auf „Bild hochladen“, um ein Bild von Ihrem Gerät auszuwählen und es hochzuladen.
3. **Geräte verwalten:**
   * Nachdem Sie ein Bild hochgeladen haben, können Sie die Geräte im Raum visuell auf der hochgeladenen Grafik positionieren.
   * Verwenden Sie die **„Geräte verwalten“**-Schaltfläche, um Geräte hinzuzufügen oder zu entfernen und Sie entsprechend auf dem Bild anzuordnen.
4. **Speichern:**
   * Nachdem Sie die Geräte platziert und die Visualisierung eingerichtet haben, klicken Sie auf „Speichern“, um die Änderungen zu sichern. Diese Visualisierung bleibt dann gespeichert und kann jederzeit angepasst werden.

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

* Die Visualisierungsfunktion bietet eine benutzerfreundliche Methode, um die Anordnung und Platzierung von Geräten in einem Raum grafisch darzustellen. Besonders nützlich bei großen Installationen, um einen klaren Überblick zu behalten.
  {% endhint %}

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

<figure><img src="/files/EzEu4FWf2CtwYOmtGkE0" 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/raum-visualisierung-visu.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.
