> 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/danish-dk/vesta-434.md).

# VESTA-434

## Introduktion

Denne guide forklarer, hvordan integrationen af megafonen med VESTA fungerer. Du vil lære om opsætningsprocessen, de vigtigste funktioner og hvordan du maksimerer effektiviteten af denne integration.

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

## Lokal adgang

Følgende er de lokale adgangsdata til hornet:

<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 BRUGERNAVN</td><td>admin</td></tr><tr><td>STANDARD ADGANGSKODE</td><td>admin</td></tr></tbody></table>

## Indlæs ny lydfil

<figure><img src="/files/1e9d0463c170a0dac5620792744fb51815a2c534" alt=""><figcaption><p>For at indlæse en ny mp3-fil</p></figcaption></figure>

{% hint style="info" %}
Husk at aktivere en ALARM -> HTTP URL (Play File Enable)
{% endhint %}

<figure><img src="/files/162c84475a306d885a6582565c325621682e6728" alt=""><figcaption></figcaption></figure>

## HTTP-kommandoer til afspilning af lydspots i VESTA

### **Eksempler på API Play-handlinger**

**Stop-handling:**&#x20;

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

**Start afspilning af bell1:**&#x20;

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

**Start afspilning af userfile1 én gang med lydstyrke 10**:&#x20;

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

**Start afspilning af userfile1 flere gange (10 gange) med lydstyrke 20:**

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

**Start afspilning af userfile1 i en bestemt varighed (10 gange) med lydstyrke 30:**&#x20;

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

## Aktivering af en lydblok fra VESTA

{% hint style="success" %}
Disse **HTTP** kommandoer kan indsættes direkte i VESTA-regelhandlinger. For eksempel kan vi programmere en regel, der i tilfælde af alarm vil starte lydblok 1 på megafonen: Vi opretter en regel med følgende:&#x20;

* ***UDLØSER:** Alarm -> Enhver alarm*&#x20;
* ***BETINGELSER:** Nej*&#x20;
* ***HANDLINGER:** HTTP ->* http\://<mark style="color:violet;">admin</mark>:<mark style="color:blå;">admin</mark>@192.168.0.155/api/play?action=start\&file=<mark style="color:rød;">userfile1</mark>
  * *<mark style="color:rød;">userfile1</mark>*: Dette er den første mp3-fil, vi uploadede til hornet
  * <mark style="color:violet;">admin:</mark> Brugernavn
  * <mark style="color:blå;">admin:</mark> Adgangskode
    {% endhint %}

<figure><img src="/files/1c436e8bc5b0ab6182389796b4996d66305ef43b" alt=""><figcaption><p>Regel eksempel i VESTA</p></figcaption></figure>

***

## Download den komplette manual

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

***

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

## Firmwareopdatering august 2026

Gør det muligt at udføre HTTP-handlinger med autentificering (brugernavn og adgangskode)

<figure><img src="/files/584fd5d4f941e076e59c1569a1b93c82fc6eba39" alt=""><figcaption></figcaption></figure>

{% file src="/files/968ad0c7ca3afcf4261d7e625bb7db81a608a08a" %}
{% endupdate %}
{% endupdates %}
