> 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 mehr über den Einrichtungsprozess, die wichtigsten Funktionen und wie Sie die Wirksamkeit dieser Integration maximieren können.

<figure><img src="https://1111433686-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZJzpNocHhYVmD43GZobR%2Fuploads%2FK0uuS4a4TDcCWwppht6F%2Fimage.png?alt=media&amp;token=62c1d362-c642-413b-8aa1-5ce204b05606" alt=""><figcaption></figcaption></figure>

## Lokaler Zugriff

Im Folgenden sind die lokalen Zugriffsdaten für das Horn aufgeführt:

<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="https://1111433686-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZJzpNocHhYVmD43GZobR%2Fuploads%2F6pvSCjJrhZ28YlNroSdp%2Fimage.png?alt=media&amp;token=cda823b1-9eed-4b95-a486-9f6d8f558704" alt=""><figcaption><p>Um eine neue MP3-Datei zu laden</p></figcaption></figure>

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

<figure><img src="https://1111433686-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZJzpNocHhYVmD43GZobR%2Fuploads%2F7zsbm7YIjsX6y3obmXRw%2Fimage.png?alt=media&amp;token=8cef06fa-9b54-497a-ae49-9e17570825e5" alt=""><figcaption></figcaption></figure>

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

### **Beispiele für API-Play-Aktionen**

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

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

**Bell1 abspielen starten:**&#x20;

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

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

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

**userfile1 mehrmals abspielen starten (10 Mal) mit Lautstärke 20:**

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

**userfile1 für eine bestimmte Dauer abspielen starten (10 Mal) mit Lautstärke 30:**&#x20;

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

## Aktivierung eines Audio-Spots von VESTA aus

{% 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 Falle eines Alarms Audio-Spot 1 auf dem Megafon auslöst: Wir erstellen eine Regel mit Folgendem:&#x20;

* ***AUSLÖSER:** Alarm -> Beliebiger Alarm*&#x20;
* ***BEDINGUNGEN:** Na*&#x20;
* ***AKTIONEN:** HTTP ->* http\://<mark style="color:violett;">admin</mark>:<mark style="color:blau;">admin</mark>@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 das Horn hochgeladen haben
  * <mark style="color:violett;">admin:</mark> Benutzername
  * <mark style="color:blau;">admin:</mark> Passwort
    {% endhint %}

<figure><img src="https://1111433686-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZJzpNocHhYVmD43GZobR%2Fuploads%2FAWbKp0Sm9sDHZOOAN34b%2Fimage.png?alt=media&amp;token=bdb51d67-bea6-433c-9f4a-7a066f0de245" alt=""><figcaption><p>Regelbeispiel in VESTA</p></figcaption></figure>

***

## Vollständige Handbuchanleitung herunterladen

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

***

{% updates format="full" %}
{% update date="2026-08-20" %}

## Firmware-Update August 2026

Ermöglicht HTTP-Aktionen mit Authentifizierung (Benutzername und Passwort)

<figure><img src="https://1111433686-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZJzpNocHhYVmD43GZobR%2Fuploads%2FFs36wmKdOedtBq5Fmpwk%2Fimage.png?alt=media&amp;token=2cd7318f-36cc-4296-add8-de09fc4220b8" alt=""><figcaption></figcaption></figure>

{% file src="/files/6b08f60f7a4c0f402d0788badcfb112ec53162a4" %}
{% endupdate %}
{% endupdates %}
