> 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-14.2-freezed/dokumentation/einstellungen/system.md).

# System

## System

<div data-full-width="true"><figure><img src="/files/zRzYqf4bbz6ZKdpxeoJl" alt=""><figcaption></figcaption></figure></div>

<table data-header-hidden data-full-width="true"><thead><tr><th width="60"></th><th width="178"></th><th></th></tr></thead><tbody><tr><td><strong>[A]</strong></td><td>Host</td><td>Geben Sie den Hostnamen an.</td></tr><tr><td><strong>[B]</strong></td><td>System Owner</td><td>Systemadministrator mit uneingeschränkten Rechten. Notwendig für Systembenachrichtigungen.</td></tr><tr><td><strong>[C]</strong></td><td>Standardsprache</td><td>Legt die Anzeigesprache von Eliona fest (Deutsch, Englisch, Italienisch, Französisch).</td></tr><tr><td><strong>[D]</strong></td><td>Primärfarbe</td><td>Definiert die Hauptfarbe der System-Bedienelemente.</td></tr><tr><td><strong>[E]</strong></td><td>System-Logotyp</td><td>Ermöglicht das Hochladen eines eigenen Logos für das System.</td></tr><tr><td><strong>[F]</strong></td><td>Version</td><td>Zeigt die aktuell installierte und die neueste verfügbare Version von Eliona an.</td></tr><tr><td><strong>[G]</strong></td><td>Audit Log Limit</td><td>Wenn deaktiviert, werden Audit-Logs unbegrenzt gespeichert. Wenn aktiviert, erfolgt die Speicherung gemäß "Storage Time Log".</td></tr><tr><td><strong>[H]</strong></td><td>Storage Time Log</td><td>Legt fest, wie lange Logs gespeichert bleiben, bevor sie automatisch gelöscht werden.</td></tr><tr><td><strong>[I]</strong></td><td>Storage Time Trend</td><td>Definiert, wie lange Trend-Daten gespeichert werden.</td></tr><tr><td><strong>[J]</strong></td><td>Smart Batch Mode</td><td><p>Steuerung der Datenverarbeitung:</p><ul><li><strong>Plain:</strong> Daten werden sofort einzeln eingefügt.</li><li><strong>Batch:</strong> Daten werden für eine konfigurierte Zeit gesammelt und dann als eine einzelne Abfrage gespeichert.</li><li><strong>Smart Batch:</strong> Ähnlich wie Batch, jedoch wird nur der letzte Wert für häufig geänderte Daten gespeichert.</li></ul><p></p></td></tr><tr><td><strong>[K]</strong></td><td>Cold Storage</td><td>Gibt an, wann Trend-Daten in ein platzsparenderes Format überführt werden, um Speicherplatz zu reduzieren.</td></tr><tr><td><strong>[L]</strong></td><td>Storage Time From</td><td>Wenn <strong>Cold Storage</strong> aktiviert ist, kann hier die Zeitspanne definiert werden, nach der die Daten ins Cold Storage überführt werden.</td></tr><tr><td><strong>[M]</strong></td><td>Webserver Zertifikat</td><td>Zeigt den aktuellen Status des hinterlegten Zertifikats an. Über die Schaltfläche <strong>Update</strong> können neue Zertifikatsdateien (.crt / .key) hochgeladen werden. Nach dem Austausch wird die Eliona-Instanz automatisch neu gestartet und ist wieder über eine sichere HTTPS-Verbindung erreichbar.</td></tr></tbody></table>

{% hint style="info" %}
Um Systembenachrichtigungen zu erhalten, muss ein *System Owner* (Systemadministrator) eingetragen sein. Systembenachrichtigungen geben Auskunft über Kommunikationsprobleme, API Parameter und weitere systemkritische Informationen.
{% endhint %}

{% hint style="info" %}
Um die Aufbewahrungszeit der daten auf **unbegrenzt** zu stellen, kontaktieren Sie unser Team.
{% endhint %}


---

# 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-14.2-freezed/dokumentation/einstellungen/system.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.
