Automation #Extension
This page is under development.
Screenshots and detailed configuration guides will be added soon.
Automation is Pirivision's rule-based automation and alert engine. You can define automatic actions and notifications for threshold breaches, state transitions, or custom conditions in sensor data.
Automation consists of two sub-modules:
| Sub-Module | Role |
|---|---|
| Rule Library | Create, edit, and manage automation rules |
| Alert Center | Monitor, acknowledge, or close triggered alerts |
How It Works
flowchart LR
S[Sensor / Query<br/>Data] --> R[Rule Library<br/>Rule Evaluation]
R -->|Condition Met| A[Alert Center<br/>Alert Created]
A -->|Notification| U[Operator]
A -->|Action| EX[External System<br/>Webhook / E-mail]
- A rule is defined in Rule Library: which data source, under which condition it triggers.
- When the condition is met, a new alert record is created in Alert Center.
- The operator can acknowledge, close, or add a comment to the alert.
Prerequisite — Data Flow
Automation rules feed from Pirivision's core data flow. Before defining a rule, make sure the following modules are ready:
flowchart LR
P[Port<br/>Data Source] --> C[Compass<br/>Query]
C --> R[Rule Library<br/>Rule Evaluation]
R -->|Triggered| A[Alert Center]
C --> CAR[Cartography<br/>KPI Widget]
CAR --> HD[Horizon / Atlas<br/>Dashboard]
→ Port — Add Data Source → Compass — Create Queries → Horizon — Board & Dashboard → Atlas — Advanced Dashboard → Ecosystem
Quick Start
Define your first automation rule in three steps:
- Prepare Port + Compass — Create a Compass query that returns the data you want to monitor.
- Write a rule in Rule Library — Select the query, define the threshold condition, and configure the action.
- Open Alert Center — When the rule triggers, the alert appears in the list; acknowledge or close it.
Getting Started
→ Rule Library — Define Rules → Alert Center — Alert Management