Defining an alarm rule from a device profile allows you to set global alarm behavior for a specific type of device (e.g., pump, sensor, meter). All devices using this profile will inherit these alarm settings automatically.
Steps:
- Go to the Device Profiles menu.
- Select the profile you want to configure an alarm for.
- In the profile editor, switch to the “Alarm Rules” tab.
- Click the “+” (Add New Alarm Rule) button.
- Fill in the following fields:
- Alarm Type (e.g.,
High Temperature
,Low Pressure
) - Severity Level: Warning, Minor, Major, Critical
- Condition:
- Telemetry key (e.g.,
temperature
) - Logic condition (e.g.,
temperature > 80
)
- Telemetry key (e.g.,
- Basic Settings:
- Duration (e.g., threshold must persist for 30 seconds)
- Clear condition (e.g.,
temperature < 75
)
- Alarm Type (e.g.,
- Optionally, add notification templates, labels, or descriptions.
- Save the rule and publish the profile.
All devices using this profile will now generate alarms based on the defined rule.