> For the complete documentation index, see [llms.txt](https://docs.buildings.ability.abb/collection/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.buildings.ability.abb/collection/german/pflichtbasis/assets/attribute-functions/device-simulator.md).

# Gerätesimulator

{% hint style="warning" %}
Achtung: Um den Gerätesimulator zu verwenden, muss die [-> Geräte-Simulator-App](/collection/german/pflichtbasis/platform-core/connect-hub/edge-app-marketplace-for-plug-ins-and-extentions/apps/device-simulator.md) installiert sein.
{% endhint %}

Die **Gerätesimulator** in *Eliona* ermöglicht es Ihnen, Datenströme zu simulieren, um Dashboards, Regeln und andere Funktionen vor der Integration realer Geräte zu testen. Es eignet sich ideal zum Validieren von Konfigurationen, zum Prototyping neuer Funktionen und zur Analyse verschiedener Szenarien. Außerdem unterstützt es Schulungen und die Fehlerbehebung, indem es realistische Betriebsbedingungen emuliert – ganz ohne physische Hardware.

<figure><img src="https://3489494878-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9GvUpaatBiReR43XFSMg%2Fuploads%2FLgYfPi0WLCulwjxGYOLa%2FDevice%20simulator%20(1).png?alt=media&#x26;token=fa68ce4b-0ef9-4419-a865-395f1d520cf6" alt=""><figcaption></figcaption></figure>

## Gerätesimulator konfigurieren

1. **Navigieren Sie zum gewünschten Attribut des Assets:** Öffnen Sie ein Asset und wählen Sie ein Attribut aus der Liste der **Attributwerte**. Klicken Sie dazu auf das Attribut **\[A]**.
2. **Simulator aktivieren:** Schalten Sie den Gerätesimulator mit dem **Aktivieren \[B]** Schalter gestartet.
3. **Simulationsart auswählen:** Wählen Sie die gewünschte Simulationsart **\[C]**:

   ▷ **Sinuswelle:** Glatte, zyklische Daten.

   ▷ **Zufällig:** Unvorhersehbare Werte.

   ▷ **Sägezahnwelle:** Linearer Anstieg, gefolgt von einem abrupten Abfall. Diese Optionen finden Sie unter **Konfiguration**.
4. **Ganzzahl:** Gibt an, ob der erzeugte Wert eine Ganzzahl oder eine Fließkommazahl sein soll **\[D]**.
5. **Parameter definieren:** Legen Sie die Parameter für die Simulation fest:

   ▷ **Minimalwert:** Der niedrigste erzeugte Wert **\[E]**.

   ▷ **Maximalwert:** Der höchste erzeugte Wert **\[F]**.

   ▷ **Intervall (Sekunden):** Intervall in Sekunden für die Datenerzeugung. (Abtastrate) (Wie oft sollen neue Daten erzeugt werden?) **\[G]**.

   ▷ **Frequenz (Hz):** Frequenz in Hz für Wellenfunktionen. (Wie oft soll die Funktion pro Sekunde den Ausgangswert erreichen?) (typischerweise weniger als 1) (Darf nicht höher sein als 1/(2\*Interval\_seconds), um Aliasing/Nyquist-Frequenz zu vermeiden) **\[H]**.
6. **Einstellungen speichern:** Klicken Sie auf **Speichern** um die Konfiguration anzuwenden **\[I]**.

   ▷ Die Simulation wird mit den ausgewählten Parametern aktiviert.

{% hint style="info" %}
Simulierte Attribute sind markiert mit einem <img src="https://3489494878-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9GvUpaatBiReR43XFSMg%2Fuploads%2FlT7Pz65olEnXwtMljybN%2Fimage.png?alt=media&#x26;token=e9bc21d2-4c2a-4103-81c2-1c4d0bfc6c94" alt="" data-size="line">.
{% endhint %}

## Zusätzliche Verwaltungsoptionen

Für erweiterte Konfigurationen und API-basierte Generatoren kann die **Geräte-Simulator-App** verwendet werden. [-> Dokumentation der Geräte-Simulator-App](/collection/german/pflichtbasis/platform-core/connect-hub/edge-app-marketplace-for-plug-ins-and-extentions/apps/device-simulator.md)


---

# 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://docs.buildings.ability.abb/collection/german/pflichtbasis/assets/attribute-functions/device-simulator.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.
