Documentation
Consumption Alert
Require: IP-Symcon >= 6.0
The module is used to detect unusual consumption. It reacts to a counter variable and switches an alarm under certain conditions. There are two state variables.
A high consumption state, which switches when an adjustable limit value is exceeded. A low consumption state, which ticks up in 7 steps if a set limit value (e.g. dripping faucet) is exceeded over a longer period of time. The interval for both controls can be set via the configuration. An alarm, which switches when the high consumption state is switched to alarm, or the low consumption alarm exceeds a set value.
function range
- Selection of the counter variable
- Large/small consumption timer adjustable in minutes
- Large/small consumption limit value adjustable
- 7 steps display for small consumption
- Alarm display for large consumption
software installation
- Install the 'VerbrauchsAlarm' module via the Module Store.
Set up instances in IP-Symcon
- Under 'Add Instance' the 'VerbrauchsAlarm' module can be found using the quick filter.
- More information about adding instances in the Instances documentation
Configuration Page:
Name | Description |
---|---|
Counter variable | Variable that represents the counter value. |
Alarm trigger | Default: 6 Low consumption level at which the alarm is triggered. |
Low Consumption Interval | Default: 1min Time interval to check if the consumption is too high. |
Low consumption limit | Default: 0 Limit value at which the state is changed. If this is not set, it will not be checked. |
High consumption interval | Default: 5min Time interval in which it is checked if the consumption is too high. |
Limit value for large consumption | Default: 0 Limit value at which the state is changed. If this is not set, it is not checked. |
status variables and profiles
The status variables/categories are created automatically. Deleting individual ones can lead to malfunctions.
Statusvariables:
Name | Type | Description |
---|---|---|
Alarm notification | Boolean | Alarm when large consumption switched or small consumption exceeds value. |
Low Consumption State | Integer | 7 level indicator for the state of the alarm level. |
High consumption state | Boolean | Alarm if the flow is too high. |
Profile:
Name | Description |
---|---|
VBA.LeakLevel | Profile for small consumption - 7 alarm levels with different symbols and color indicators |
VBA.ThresholdValue | Profile for small/large consumption threshold value |
Breakdown VBA.LeakLevel
Level | Value |
---|---|
No activity | 0 |
Everything okay | 1 |
Normal activity | 2 |
Increased activity | 3 |
Abnormal Activity | 4 |
Pre-Alarm | 5 |
Alarm | 6 |
Visualization
The limit values can be set via the Visualization.
It is additionally displayed whether an alarm is present or not.