mirror of
https://github.com/openhp/HeatPumpController.git
synced 2024-11-08 12:25:43 +00:00
Update README.md
This commit is contained in:
parent
cd476ebeb3
commit
e1574b5442
1 changed files with 6 additions and 7 deletions
13
README.md
13
README.md
|
@ -66,18 +66,17 @@ To run a self-tests:
|
||||||
- connect 12V power supply,
|
- connect 12V power supply,
|
||||||
- disconnect +5V wire from USB-UART converter.<br>
|
- disconnect +5V wire from USB-UART converter.<br>
|
||||||
|
|
||||||
Video {- demostration "How self-tests works":-}
|
To check EEV connection, you can use a stepper motor. If you are testing a real EEV, it will be closed after the first "beep" and partially opened after the second "beep". If it's not, check if stepper or EEV center pin(s) connected to +12V and try to swap coil-end pins (EEV1..EEV4). {-EEV photo here-}
|
||||||
To check EEV connection, you can use a stepper motor as shown in the video. If you are testing a real EEV, it will be closed after the first "beep" and partially opened after the second "beep".<br>
|
To check temperature sensors connectors crimp one array of sensors. Plug it to all sensor connectors one-by-one and check results in a serial console.<br>
|
||||||
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.<br>
|
{-Photo: PCB-}<br>
|
||||||
{-Photo: PCB with connected arrays of sensors (I have enough sensors, so all 3 arrays are connected except Ts2 and Treg) -}<br>
|
|
||||||
{-Screenshot: serial console with temperature readings: -}<br>
|
{-Screenshot: serial console with temperature readings: -}<br>
|
||||||
After tests completed comment 3 self-test defines.<br>
|
After tests completed, comment 3 self-test defines.<br>
|
||||||
Choose what so you wand to heat and uncomment one of those options:
|
Choose your installation scheme and uncomment one of those options:
|
||||||
```c
|
```c
|
||||||
#define SETPOINT_THI //"warm floor" scheme: "hot in" (Thi) temperature used as setpoint
|
#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
|
//#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.<br><br>
|
Re-upload firmware. Your controller is ready for the first start (after wiring). Probably you'll never need to change other options.<br><br>
|
||||||
|
|
||||||
## Wiring (permanent controller installation).
|
## 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".<br>
|
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".<br>
|
||||||
|
|
Loading…
Reference in a new issue