VESTA 434

Introduction

This guide will explain how the integration of the megaphone with VESTA works. You'll learn about the setup process, key features, and how to maximize the effectiveness of this integration.

🔐 Local access

The following is the local access data to the horn:

DEFAULT IP

192.168.5.200

DEFAULT USER NAME

admin

DEFAULT PASSWORD

admin

Load new audio file

To load new mp3 file

Remember to enable en ALARM -> HTTP URL (Play File Enable)

📢 HTTP commands for running audio spots in VESTA

🔊 API Play Action Examples

Stop Action:

  • http://192.168.0.155/api/play?action=stop

Start playing bell1:

  • http://192.168.0.155/api/play?action=start&file=bell1

Start playing userfile1 once with volume 10:

  • http://192.168.0.155/api/play?action=start&file=userfile1&mode=once&volume=10

Start playing userfile1 multiple times (10 times) with volume 20:

  • http://192.168.0.155/api/play?action=start&file=userfile1&mode=multiple&count=10&volume=20

Start playing userfile1 for a specific duration (10 times) with volume 30:

  • http://192.168.0.155/api/play?action=start&file=userfile1&mode=duration&count=10&volume=30

Activating an audio wedge from VESTA

Rule example in VESTA

Last updated

Was this helpful?