> 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/dutch-nl/vesta-434.md).

# VESTA-434

## Inleiding

Deze gids legt uit hoe de integratie van de megafoon met VESTA werkt. Je leert over het installatieproces, de belangrijkste functies en hoe je de effectiviteit van deze integratie maximaliseert.

<figure><img src="/files/748f102dc7eb17c43f3792efc0711201aaa97011" alt=""><figcaption></figcaption></figure>

## 🔐 Lokale toegang

Het volgende zijn de lokale toegangsgegevens voor de hoorn:

<table data-header-hidden><thead><tr><th width="350"></th><th></th></tr></thead><tbody><tr><td>STANDAARD IP</td><td>192.168.5.200</td></tr><tr><td>STANDAARD GEBRUIKERSNAAM</td><td>admin</td></tr><tr><td>STANDAARD WACHTWOORD</td><td>admin</td></tr></tbody></table>

## Nieuw audiobestand laden

<figure><img src="/files/a570ce3029fc457418673cd1022318b8993b6dab" alt=""><figcaption><p>Om nieuw mp3-bestand te laden</p></figcaption></figure>

{% hint style="info" %}
Vergeet niet ALARM -> HTTP URL (Play File Enable) in te schakelen
{% endhint %}

<figure><img src="/files/715aa820536334c164e2dd506a868ab7d283ecd5" alt=""><figcaption></figcaption></figure>

## 📢 HTTP-commando's voor het afspelen van audiofragmenten in VESTA

### 🔊 **Voorbeelden van API Play-acties**

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

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

**Begin met afspelen van bell1:**&#x20;

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

**Begin met afspelen van userfile1 één keer met volume 10**:&#x20;

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

**Begin met meerdere keren afspelen van userfile1 (10 keer) met volume 20:**

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

**Begin met afspelen van userfile1 voor een specifieke duur (10 keer) met volume 30:**&#x20;

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

## Een audiowedges activeren vanuit VESTA

{% hint style="success" %}
Deze **HTTP** commando's kunnen rechtstreeks in VESTA-regelacties worden geplaatst. Bijvoorbeeld, we kunnen een regel programmeren die in geval van alarm audio wedge 1 op de megafoon start: We maken een regel met het volgende:&#x20;

* ***TRIGGER:** Alarm -> Elk alarm*&#x20;
* ***VOORWAARDEN:** Na*&#x20;
* ***ACTIES:** HTTP ->* <http://192.168.0.155/api/play?action=start\\&file=><mark style="color:rood;">userfile1</mark>
  * *<mark style="color:rood;">userfile1</mark>*: Dit is het eerste mp3-bestand dat we naar de hoorn hebben geüpload
    {% endhint %}

<figure><img src="/files/e26b6acbb91b4b567ac6297f218b05ac96db7850" alt=""><figcaption><p>Voorbeeldregel in VESTA</p></figcaption></figure>

***

## Handleiding downloaden (volledige gids)

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


---

# 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/dutch-nl/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.
