From 32cec174bdf6e97c4926b495df26b63cf989d4ea Mon Sep 17 00:00:00 2001 From: openhp <60161126+openhp@users.noreply.github.com> Date: Wed, 31 Mar 2021 21:25:13 +0000 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 22c0c14..14e01b8 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,13 @@ To check EEV connection, you can use a stepper motor as shown in the video. If To check temperature sensors connectors crimp one array of sensors. Plug it to all sensors connectors one-by-one and check results in a serial console.
{-Photo: PCB with connected arrays of sensors (I have enough sensors, so all 3 arrays are connected except Ts2 and Treg) -}
{-Screenshot: serial console with temperature readings: -}
-After tests completed comment 3 self-test defines and re-upload firmware. Your controller is ready to a first start (after wiring).

+After tests completed comment 3 self-test defines.
+Choose what so you wand to heat and uncomment one of those options: +```c +#define SETPOINT_THI //"warm floor" scheme: "hot in" (Thi) temperature used as setpoint +//#define SETPOINT_TS1 //"swimming pool" or "water tank heater" scheme: "sensor 1" (Ts1) is used as setpoint and located somewhere in a water tank +``` +Re-upload firmware. Your controller is ready to a first start (after wiring). Probably you'll never need to change other options.

## Wiring (permanent controller installation). Here are no instructions for choosing the right placement for permanent installation of the controller. It depends. You're building your system, and you know much better "where" and "how".
@@ -316,7 +322,7 @@ System type, comment both if HP with EEV //#define NO_EEV //capillary tube or TXV, EEV not used ``` -What sensor is used to check setpoint, uncomment one of those options +Sensor used to check setpoint, uncomment one of those options ```c #define SETPOINT_THI //"warm floor" scheme: "hot in" (Thi) temperature used as setpoint //#define SETPOINT_TS1 //"swimming pool" or "water tank heater" scheme: "sensor 1" (Ts1) is used as setpoint and located somewhere in a water tank