Skip to content

Temperature limiters

A temperature limiter is designed to monitor a temperature and stop energy diverting when a threshold is reached. The regulation is reactivated when restart condition is ready again .

The 2 thresholds regulation is named hysteresis. This mechansim avoid regulation bouncing.

More details about hysteresis and Schmitt trigger here

The implementation of hysteresis in this package is similar to the electronic circuit named Schmitt trigger. The circuit is named a trigger because the output retains its value until the input changes sufficiently to trigger a change.


Transfer function of a Schmitt trigger. The horizontal and vertical axes are input voltage and output voltage, respectively. T and −T are the switching thresholds, and M and −M are the output voltage levels.


Comparison of the action of an ordinary comparator (A) and a Schmitt trigger (B) on a noisy analog input signal (U). The green dotted lines are the circuit's switching thresholds. The Schmitt trigger tends to remove noise from the signal.

source: wikipedia

If temperature is not reachable, safety_limit is activated and energy divertion is stopped

HA

Controls

  • Restart temperature
    Define the temperature when regulation can restart after a safety limit.
  • Stop temperature
    Define the temperature when regulation is stopped due to threshold reached.
  • Use for cooling
    When regulation is use on a heating system restart temperature has to be lower than stop temperature. This is the oposit for a cooling system.
 








HA

Sensors

  • Safety limit
    This binary sensor shows if safety limit is activated or not.
  • safety temperature This sensors show the actual temperature which is compared with thresholds.