For the complete documentation index, see llms.txt. This page is also available as Markdown.

⛓️rule chains

Introduction to rule chains

Rule chains are a central element in Eliona, with which you can define automated workflows and processes. They make it possible to automatically execute actions based on data, events, or schedules. With rule chains, you can link various system components, make decisions, and control processes without any manual input being required.


What are rule chains good for?

Rule chains can be used to implement a wide variety of automations in building management and IoT applications. They help make workflows more efficient, monitor alarms, analyze data, and process events in real time. Essentially, rule chains are used to create intelligent links between Assets, sensors, notifications, and other system components.


Application examples for rule chains

  1. Alarm when limits are exceeded For example, monitor the temperature of a room or a machine. As soon as a defined threshold is exceeded, an alarm is automatically triggered and an email is sent to the responsible technician.

  2. Automatic control of devices For example, control the air conditioning in a room depending on the outside temperature or occupancy. When certain sensor values are reached, the system is automatically switched on or off.

  3. Process optimization Use rule chains to optimize maintenance processes. When a device reaches a certain number of operating hours, a maintenance ticket is automatically created and assigned to a technician.

Configure rule chain

Rule chains page

[A]

Active

Shows the number of active rule chains. When enabled, only active rule chain are filtered and displayed.

[B]

Paused

Shows the number of paused rule chains. When enabled, only paused rule chain are filtered and displayed.

[C]

Search

Opens the search function to search for a Rule chain .

[D]

Add rule chain

Allows a new rule chain to be added.

[E]

Start/Stop rule

When clicked, the Rule chain can be started or stopped.

The rule chain is active. The rule chain is paused.

[F]

Name

Name of the rule chain.

[G]

Description

Description of the rule chain for better overview.

[H]

Last XCP

Indicates the last execution status of the rule chain.

[I]

Edit

Opens the rule chain to edit its contents and configuration

[J]

Delete

Deletes the selected rule chain.

[K]

Edit rule

Allows customizing the name and description of the existing rule chain.

Was this helpful?