Vantage Infusion (Driver)
This guide explains how to configure the AlertFleet integration for a Vantage Infusion controller.
Requirements
To integrate Vantage Controls with AlertFleet, ensure the following prerequisites are met:
- An AlertFleet subscription plan with the API Source feature enabled
- Vantage Infusion Controller
- Internet Connectivity: The Vantage Infusion controller must be connected to the internet. Make sure the IP gateway and DNS settings are correctly configured.
In most cases, the AlertFleet driver only requires a simple Update of the Vantage system to start working.
A full Program is usually NOT necessary, unless you have also made structural changes to the project.
This design significantly reduces deployment time, making the driver quick and easy to integrate in existing projects.
Get the right driver for you
Design Center | Driver | Online Drivers | Notes |
---|---|---|---|
3.2+, 4.x | AlertFleet | Yes | Tested with 3.2, 3.3, 3.5, 3.6, 3.7, 3.9, 4.9, 4.10. We’re confident it works with other DC 3.2+ or 4.x versions – feel free to try and share your feedback! |
3.0, 3.1 | In development | - | - |
2.x | AlertFleet DC2 | No | Tested with 2.3. We’re confident it works with other DC 2.x versions – feel free to try and share your feedback! |
Setting up the Vantage Driver
With the AlertFleet Vantage Driver, you can configure groups of SMS, Whatsapp, Email, and Webhook recipients, and then trigger alerts using a Vantage Task procedure.
1) Import the AlertFleet Vantage driver into your DC project
Option 1 - From SNAPIN files:
- Download the right snapin files from the table above.
- Paste the
.snapin.xml
files into yourObjectRepository
folder, for example:
C:\Program Files (x86)\Vantage\InFusion Design Center 3.9.2\ObjectRepository
- Open the Design Center
- On the left side, select Drivers
- At the top, select "All Drivers" (yellow gear icon)
- Select the AlertFleet driver into the Lifetronic folder, and drag and drop it into the Area View
Option 2 - From Online Drivers:
- Open Design Center
- On the left side, select Drivers
- At the top, select "All Drivers" (yellow gear icon) and enable "Show online drivers" (globe icon)
- Select the AlertFleet driver into the Lifetronic folder, and drag and drop it into the Area View
2) Configure the Vantage driver properties
Root Level
- API Key: Copy the
API Key
from alertfleet.com → Login → Subscription - Subscription ID: Copy the
Subscription ID
from alertfleet.com → Login → Subscription
SMS Recipients
Specify the phone numbers that will receive an SMS for every alert triggered by this driver instance.
- Click on
SMS Recipients
, then add up to 5 phone numbers with theAdd SMS Phone Number
button - For each added child, select it and set the
Phone Number
property
Whatsapp Recipients
Follow the same procedure as for SMS Recipients.
Email Recipients
Specify the email addresses that will receive an email message for every alert triggered by this driver instance.
- Click on
Email Recipients
, then add up to 5 email addresses with theAdd Email Address
button - For each added child, select it and set the
Email Address
property
Webhook Recipients
Specify the webhook requests that will be triggered for every alert sent by this driver instance.
- Click on
Webhook Recipients
, then add up to 5 requests with theAdd Webhook
button - For each added child, select:
Method
:GET
orPOST
URL
: The URL to call (supportshttps://
)
More details about Webhooks here.
Setting up the Vantage Task
- On the left side, go to
Programming View
, and create a newTask
- Select the
Send
procedure from the Procedure Wizard SMS Device
: Select the AlertFleet driver instancePhone Number
: Specify the alert level. Allowed values:info
,warning
,danger
Message
: Enter the message to be sent to the recipients
Usage Tips
When designing your alerting strategy, keep in mind that each driver instance defines its own group of recipients.
This allows you to configure multiple driver instances in the same project, each representing a specific "audience" or operational group.
For example, in a luxury residence or villa, you might want to separate alerts according to the type of intervention required:
- Electrical technicians → receive SMS/WhatsApp messages in case of power failures, lighting control issues, or generator alarms.
- HVAC & climate control specialists → notified via email if the heating, cooling, or ventilation systems report anomalies.
- Security staff → receive immediate SMS/WhatsApp alerts when intrusion or access control alarms are triggered.
- Homeowners / property managers → notified with higher-level summaries (e.g., via email) for incidents that require awareness but not urgent technical intervention.
- IT / network administrators → receive webhook calls for integration with monitoring dashboards when internet connectivity or automation servers report downtime.
You can create different driver instances such as:
-
Driver Instance - Electricians
- SMS Recipients:
+393331111111 (John Smith)
- WhatsApp Recipients:
+393332222222 (David Johnson)
- SMS Recipients:
-
Driver Instance - HVAC
- Email Recipients:
hvac-support@climatepro.com (ClimatePro Team)
- Email Recipients:
-
Driver Instance - Security
- SMS Recipients:
+393333333333 (Guard 1)
- WhatsApp Recipients:
+393334444444 (Guard 2)
- SMS Recipients:
-
Driver Instance - Homeowners
- Email Recipients:
owner@luxvilla.com (Mr. Smith)
- Email Recipients:
assistant@luxvilla.com (Personal Assistant)
- Email Recipients:
-
Driver Instance - IT
- Webhook Recipients:
- Method:
POST
- URL:
https://monitoring.luxvilla.com/alerts
- Method:
- Webhook Recipients:
By structuring your recipients this way, you ensure that the right people are informed promptly, while avoiding unnecessary notifications to others. This improves efficiency, reduces noise, and guarantees faster response times when critical events occur.