This tutorial describes how to detect a change on a system and trigger an action to automate monitoring of your device fleet, and how to visualize your operational KPI with the dashboard.
The use case in the first section is an embedded application tutorial for devices like the HL8518-S. If you use a different application, you can adapt the rules and the dashboard to your own use case.
To exploit data from the fleet, organizations often define a custom dashboard in AirVantage, with visual widgets and alerts.
The dashboard tutorial described later on this page could apply to a use case such as the following:
For a fleet of refrigerated trucks, containers must be monitored via AirVantage to ensure that temperature-sensitive perishable cargo (blood, chilled food…) remains within safety parameters:
Every two days, the fan is physically checked by a maintenance engineer.
Each truck is fitted with a device that sends the following data to AirVantage:
And AirVantage must be able to send the following Commands to the truck’s device:
Rules must be created to detect any change about your system and automate action when a given change has been detected. Thus, you can highlight a specific behavior of your system and fix the problem.
A rule must contain a:
This can be implemented by defining the following rules:
In order to simplify the creation of a rule, a set of templates is available to focus on what you want to monitor. If you want to use any of the available data and operator, choose Custom
:
Let’s create the following rule If temp > 0 then send command startFan
:
Data sent to AirVantage
template.Temperature
data.is greater than
and fill the right value.Send Command
and select the startFan command.This rule creates a Send Command operation which is executed as soon as the device becomes connected with AirVantage.
You can repeat these steps for each rule you want to create.
The command will not be sent again when the conditions are no longer met. However, the
Add label
action will remove the label when the conditions are no longer met.
Each rule will raise an event (an alert) each time the condition is met. The event can be viewed in three pages:
In the top bar, a quick notification when an event has been raised. Click on the event to see more details about it.
In the table in Monitor > Systems, the systems are identified in error if a problem has been detected by a rule as long as the problem is still raised.
In Monitor > Alerts, all the current alerts are listed for troubleshooting. If you click on an alert, a dialog box shows you the details of the alert.
Now that you can detect system changes, you may want to have a single dashboard to show KPIs about your fleet and to drill down to a system’s dashboard.
Follow the steps below to define a dashboard for a system:
Follow the steps below to customize your fleet dashboard:
- Click on the top-left icon:
- Proceed similarly like for the system dashboard described above. By default, the widget shows the data aggregated for the entire fleet, but you can select a specific system.
This dashboard contains the following widgets:
Next Step Once your system communicates correctly with AirVantage and data values can be browsed and displayed, you may want to get them into your specific application. Have a look to our AirVantage API to learn how to use these API to build powerful applications for your customer.