Skip to content

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]
  1. A rule is defined in Rule Library: which data source, under which condition it triggers.
  2. When the condition is met, a new alert record is created in Alert Center.
  3. 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 SourceCompass — Create QueriesHorizon — Board & DashboardAtlas — Advanced DashboardEcosystem


Quick Start

Define your first automation rule in three steps:

  1. Prepare Port + Compass — Create a Compass query that returns the data you want to monitor.
  2. Write a rule in Rule Library — Select the query, define the threshold condition, and configure the action.
  3. Open Alert Center — When the rule triggers, the alert appears in the list; acknowledge or close it.

Getting Started

Rule Library — Define RulesAlert Center — Alert Management