You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package is designed to manage a fan with the objective to control the temprature of the solar router.
4
+
This module is reading the temperature form a `temperature limiter`.
5
+
Fan can be configured to start spinning as soon as the start temperature is reached and stop spinning when the measured temperature comes bellow the stop temperature.
6
+
7
+
!!! note
8
+
The two thresholds regulation use here is named **hysteresis**. This mechansim avoid regulation bouncing.
9
+
See ***More details about hysteresis and Schmitt trigger*** in [temperature_limiter](#temperature_limiter) page.
10
+
11
+
12
+
!!! danger "WARNING: Conduct some tests before letting the system regulate alone"
13
+
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.
14
+
15
+
The energy available on pin of ESP32 is not sufficient to directly power the fan. It is then required to add an additionnal circuit to use 5V or 12V with the fan.
16
+
17
+
The following schematic is representing the wiring of the fan:
0 commit comments