VESTA-434
Last updated
Last updated
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.
The following is the local access data to the horn:
DEFAULT IP
192.168.5.200
DEFAULT USER NAME
admin
DEFAULT PASSWORD
admin
Remember to enable en ALARM -> HTTP URL (Play File Enable)
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
These HTTP commands can go directly into VESTA rule actions. For example, we can program a rule that in case of alarm will launch audio wedge 1 on the megaphone: We create a rule with the following:
TRIGGER: Alarm -> Any alarm
CONDITIONS: Na
ACTIONS: HTTP -> http://192.168.0.155/api/play?action=start&file=userfile1
userfile1: This is the first mp3 file we uploaded on the horn