From 5acd9c624dfb9a8789a7b50a80fc17543058306e Mon Sep 17 00:00:00 2001 From: petersulyok Date: Thu, 9 Nov 2023 22:37:16 +0100 Subject: [PATCH] New: a note added about setting back fans to 100% --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6bd88de..ae95e36 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,8 @@ In this service a fan control logic is implemented for both zones which can: The fan control logic can be enabled and disabled independently per zone. In the zone all fans will have the same rotational speed. The user can configure different temperature calculation method (e.g. minimum, average, maximum temperatures) in case of multiple heat sources in a zone. +Please note that `smfc` will set all fans back to 100% speed at service termination in order to avoid overheating! + #### 2. User-defined control function The user-defined parameters (see configuration file below for more details) create a function where a temperature interval is being mapped to a fan level interval.