Conditions
Last updated
Last updated
In this example, an alarm will occur if the absolute difference between the minimum and maximum value in the past hour is >= 10:
In this example, an alarm will occur if the absolute difference between the minimum and maximum value in the past hour is >= the value of the Site 1/inverter/1/ac/power
tag:
In this example, if the tag is not available (NA, in other words has no value) for 30 minutes straight, a notification will be triggered:
In this mode you can enter arbitrary conditions. All of the above conditions can be expressed as a custom formula, and when you switch to Custom Formula mode it will show the formula corresponding to the condition you had selected (unless any options were blank). The formula must evaluate to true
, false
, or null
; any time it becomes true
, it triggers a notification. See Formula Language for a complete guide to writing formulae.