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

Advanced Settings

Preventing Repeated Rule Notifications

When creating rules that send notifications, it is important to understand how rule retriggering works. By default, if a rule condition remains true, the action may continue to execute whenever the rule is evaluated.

For example:

Temperature > 30

If this condition remains fulfilled, the system may continue sending emails repeatedly unless retriggering settings are adjusted.

Retriggering and Cooldown Settings

To control how often actions are executed, open your Rule Action and navigate to:

Advanced Settings

Here, you can configure how the rule behaves after the condition becomes true.


Available Execution Modes

Execute action when conditions are becoming fulfilled

This option triggers the action only once when the condition changes from false to true.

Use this option if you only want to receive a single notification when the alarm condition first occurs.

Example:

  • Temperature changes from 28°C to 31°C

  • Condition becomes true

  • One email is sent

  • No further emails are sent while the condition remains true


Execute action when conditions remain fulfilled

This option allows the action to retrigger while the condition remains true.

This can be useful if you want reminder notifications in case the initial alert is missed.

However, depending on the device reporting interval, this may result in frequent emails.


Limiting Consecutive Executions

To avoid receiving notifications too frequently, you can enable:

This setting allows the rule to retrigger only a limited number of times while the condition remains fulfilled.

Example:

  • Device reports every 2 minutes

  • Condition remains true for 1 hour

  • Rule is limited to 2 consecutive executions

  • Only 2 emails are sent instead of 30


Send Only One Alert

Enable:

  • Execute action when conditions are becoming fulfilled

Disable:

  • Execute action when conditions remain fulfilled


Send Reminder Notifications

Enable:

  • Execute action when conditions remain fulfilled

  • Limit number of consecutive executions in your rule actions

This configuration allows a small number of reminder notifications without flooding the recipient inbox.

Last updated

Was this helpful?