Temperature limiter Home Assistant¶
This package is designed to monitor a temperature coming from a sensor in Home Assistant and determines if a temperature threshold as been reached or not.
When safety limit is reached, it is possible to turn on a LED. LED configuration has to be added in substitutions
section as explained bellow.
WARNING: Conduct some tests before letting the system regulate alone
This temperature limit monitoring and safety limit may have some bug. It is strongly advised to validate the behaviour of your system carefully before letting the system working by its own.
To use this package, add the following lines to your configuration file:
This package needs to know the sensor to use to get the temperature to monitor. This sensor has to be defined by temperature_sensor
into subtsitutions
section of your configuration as in example ballow:
Data availability and refresh rate
This temperature limiter rely on Home Assistant to gather the temperature. It also depends on the rate of sensor update. If a sensor is updated too slowly, the regulation may not work as expected.