> 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/greek-gr/vesta-434.md).

# VESTA-434

## Εισαγωγή

Αυτός ο οδηγός θα εξηγήσει πώς λειτουργεί η ενσωμάτωση του μεγαφώνου με το VESTA. Θα μάθετε για τη διαδικασία ρύθμισης, τα βασικά χαρακτηριστικά και πώς να μεγιστοποιήσετε την αποτελεσματικότητα αυτής της ενσωμάτωσης.

<figure><img src="/files/216ece2243832819b214a819b73e38e3c0c3764a" alt=""><figcaption></figcaption></figure>

## 🔐 Τοπική πρόσβαση

Τα παρακάτω είναι τα τοπικά δεδομένα πρόσβασης στο μεγάφωνο:

<table data-header-hidden><thead><tr><th width="350"></th><th></th></tr></thead><tbody><tr><td>ΠΡΟΕΠΙΛΕΓΜΕΝΗ IP</td><td>192.168.5.200</td></tr><tr><td>ΠΡΟΕΠΙΛΕΓΜΕΝΟ ΟΝΟΜΑ ΧΡΗΣΤΗ</td><td>admin</td></tr><tr><td>ΠΡΟΕΠΙΛΕΓΜΕΝΟ ΣΥΝΘΗΜΑΤΙΚΟ</td><td>admin</td></tr></tbody></table>

## Φόρτωση νέου αρχείου ήχου

<figure><img src="/files/f79cb3280645990ffaf8067d88cd63a46b3a67a5" alt=""><figcaption><p>Για να φορτώσετε νέο αρχείο mp3</p></figcaption></figure>

{% hint style="info" %}
Θυμηθείτε να ενεργοποιήσετε το ALARM -> HTTP URL (Play File Enable)
{% endhint %}

<figure><img src="/files/67acdb907442475294ae93cad2ded3e921359afe" alt=""><figcaption></figcaption></figure>

## 📢 HTTP εντολές για την αναπαραγωγή ηχητικών μηνυμάτων στο VESTA

### 🔊 **Παραδείγματα ενέργειας αναπαραγωγής API**

**Ενέργεια διακοπής:**&#x20;

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

**Έναρξη αναπαραγωγής bell1:**&#x20;

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

**Έναρξη αναπαραγωγής userfile1 μία φορά με ένταση 10**:&#x20;

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

**Έναρξη αναπαραγωγής userfile1 πολλές φορές (10 φορές) με ένταση 20:**

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

**Έναρξη αναπαραγωγής userfile1 για συγκεκριμένη διάρκεια (10 φορές) με ένταση 30:**&#x20;

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

## Ενεργοποίηση ηχητικού θραύσματος από το VESTA

{% hint style="success" %}
Αυτές **HTTP** εντολές μπορούν να μεταβιβαστούν απευθείας ως ενέργειες κανόνα στο VESTA. Για παράδειγμα, μπορούμε να προγραμματίσουμε έναν κανόνα που σε περίπτωση συναγερμού θα εκκινεί το ηχητικό θραύσμα 1 στο μεγάφωνο: Δημιουργούμε έναν κανόνα με τα εξής:&#x20;

* ***TRIGGER:** Συναγερμός -> Οποιοσδήποτε συναγερμός*&#x20;
* ***ΣΥΝΘΗΚΕΣ:** Na*&#x20;
* ***ΕΝΕΡΓΕΙΕΣ:** HTTP ->* <http://192.168.0.155/api/play?action=start\\&file=><mark style="color:κόκκινο;">userfile1</mark>
  * *<mark style="color:κόκκινο;">userfile1</mark>*: Αυτό είναι το πρώτο αρχείο mp3 που ανεβάσαμε στο μεγάφωνο
    {% endhint %}

<figure><img src="/files/8486da9b78548e672815a400ce90daf3c75f85c4" alt=""><figcaption><p>Παράδειγμα κανόνα στο VESTA</p></figcaption></figure>

***

## Λήψη πλήρους εγχειριδίου οδηγού

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


---

# 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/greek-gr/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.
