Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Version published after converting to the new editor

The System element that reflects the state of the system has a special identifier with a fixed value of ID = 100. The state of this element depends on the state of such elements: 'Analog' sensors, 'Discrete' sensors, and 'Dry' type inputs, including virtual sensors and sensors on the, CAN bus. 'Relay', 'Outlets', and other outputs do not affect the state of the system. Sensors in the 'unknown' and 'not connected' states are also ignored. The System state can be 'normal', 'warning', and 'alarm'.

...

The System element allows you to monitor the overall system status without individually checking each sensor.

Option 1. Create an SMS notification to send the system state and some additional information. To display the System state, you can use the macro ID 100, as described in Creating notifications and How to use macros in the text of a notification.

...

Create logic for periodically sending messages in the 'normal' state. Messages will be sent with a period of 15 minutes (the 'Repeat' field) if the system has been continuously in the 'normal' state for at least 5 minutes (the 'Timeout' field).

Option 2. For example, if you need to periodically send a message regardless of the state of the system, then you can do this. Create a trigger - it will work as enable/disable of sending periodic messages. The trigger is normal by default then the system is started.

...