> For the complete documentation index, see [llms.txt](https://vesta-guide.gitbook.io/vesta-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vesta-guide.gitbook.io/vesta-guide/german-de/vesta-434.md).

# VESTA-434

## Einführung

Dieser Leitfaden erklärt, wie die Integration des Megafons mit VESTA funktioniert. Sie erfahren etwas über den Einrichtungsprozess, die wichtigsten Funktionen und wie Sie die Effektivität dieser Integration maximieren können.

<figure><img src="/files/3ab89a35b5b147d554707a3aa2b16ef2a35849a6" alt=""><figcaption></figcaption></figure>

## 🔐 Lokaler Zugriff

Die folgenden Angaben sind die lokalen Zugangsdaten zum Horn:

<table data-header-hidden><thead><tr><th width="350"></th><th></th></tr></thead><tbody><tr><td>STANDARD-IP</td><td>192.168.5.200</td></tr><tr><td>STANDARD-BENUTZERNAME</td><td>admin</td></tr><tr><td>STANDARD-PASSWORT</td><td>admin</td></tr></tbody></table>

## Neue Audiodatei laden

<figure><img src="/files/291d3e1401fe948f4127082b27499d326e4a4079" alt=""><figcaption><p>Um eine neue MP3-Datei zu laden</p></figcaption></figure>

{% hint style="info" %}
Denken Sie daran, unter ALARM -> HTTP URL (Play File Enable) zu aktivieren
{% endhint %}

<figure><img src="/files/6c5a9f483b8dd57fb829a9c3e0230d0fba1e4eae" alt=""><figcaption></figcaption></figure>

## 📢 HTTP-Befehle zum Abspielen von Audio-Spots in VESTA

### 🔊 **API Play Action Beispiele**

**Stopp-Aktion:**&#x20;

* <http://192.168.0.155/api/play?action=stop>

**Abspielen von bell1 starten:**&#x20;

* <http://192.168.0.155/api/play?action=start\\&file=bell1>

**Abspielen von userfile1 einmal mit Lautstärke 10 starten**:&#x20;

* <http://192.168.0.155/api/play?action=start\\&file=userfile1\\&mode=once\\&volume=10>

**Abspielen von userfile1 mehrmals (10-mal) mit Lautstärke 20 starten:**

* <http://192.168.0.155/api/play?action=start\\&file=userfile1\\&mode=multiple\\&count=10\\&volume=20>

**Abspielen von userfile1 für eine bestimmte Dauer (10-mal) mit Lautstärke 30 starten:**&#x20;

* <http://192.168.0.155/api/play?action=start\\&file=userfile1\\&mode=duration\\&count=10\\&volume=30>

## Aktivierung eines Audio-Wedges aus VESTA

{% hint style="success" %}
Diese **HTTP** Befehle können direkt in VESTA-Regelaktionen eingefügt werden. Zum Beispiel können wir eine Regel programmieren, die im Alarmfall Audio-Wedge 1 am Megafon startet: Wir erstellen eine Regel mit folgendem:&#x20;

* ***AUSLÖSER:** Alarm -> Beliebiger Alarm*&#x20;
* ***BEDINGUNGEN:** Na*&#x20;
* ***AKTIONEN:** HTTP ->* <http://192.168.0.155/api/play?action=start\\&file=><mark style="color:rot;">userfile1</mark>
  * *<mark style="color:rot;">userfile1</mark>*: Dies ist die erste MP3-Datei, die wir auf dem Horn hochgeladen haben
    {% endhint %}

<figure><img src="/files/b092309af9e22698519c12b57a62da9150105f65" alt=""><figcaption><p>Regelbeispiel in VESTA</p></figcaption></figure>

***

## Vollständiges Handbuch herunterladen

{% file src="/files/b0bcd8c0b8b6a752f1cddd74337ac9290b4a8d59" %}


---

# 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://vesta-guide.gitbook.io/vesta-guide/german-de/vesta-434.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.
