Analog threshold settings

Analog Threshold converts analog values (i.e. different sensor readings) into boolean values.

Analog Input Value can be converted to a boolean.

This boolean value can then be used to trigger tasks in  the configuration for building automation.

We have two treshold settings:

  • SingleThreshold: Threshold limit with hysteresis. If Input Value > Threshold Value + Hysteresis output is set to True. If Input Value < Threshold Value - Hysteresis output is set to False.
  • HighLowThresholds: Separate high limit and low limits. If Input Value > Higher Limit output is set to True. If Input Value < Lower Limit output is set to False.

False Delay and True Delay settings can be used to delay the output change. False delay is a “below low limit” value time delay (in seconds) before it sends the output value to False.

True delay is a “above high limit” value time delay (in seconds) before it sends the output value to True.

Input Value must remain below/above limit the whole period of the delay to trigger the output. Delays can be used to filter the quick changes of the input value (e.g. fast changing brightness).Output Value can be used as a trigger in tasks. Output can be inverted with the Invert Output setting. Thresholds (High Limit, Low Limit or Threshold) can also be set from UI via Double control. The output value can be linked to a Boolean control.

If needed, Invert output value can be enabled to invert the boolean value.

Image 4335