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
eb18e544b1
commit
658cd2ce31
1 changed files with 6 additions and 6 deletions
|
@ -302,7 +302,7 @@ Communication protocol with an external world. Choose one.
|
||||||
```c
|
```c
|
||||||
//#define RS485_JSON 1 //JSON, external systems integration
|
//#define RS485_JSON 1 //JSON, external systems integration
|
||||||
//#define RS485_HUMAN 2 //RS485 is used in the same way as the local console, warning: Use only if 2 devices (server and this controller) connected to the same RS485 line
|
//#define RS485_HUMAN 2 //RS485 is used in the same way as the local console, warning: Use only if 2 devices (server and this controller) connected to the same RS485 line
|
||||||
#define RS485_MODBUS 3 //default, MODBUS via RS485, connection to the display (both sensor or 1602, see https://gitlab.com/valden/) or connection to any other MODBUS application or device
|
#define RS485_MODBUS 3 //default, MODBUS via RS485, connection to the display (both sensor or 1602, see https://GitHub.com/OpenHP/Display/) or connection to any other MODBUS application or device
|
||||||
```
|
```
|
||||||
|
|
||||||
System type, comment both if HP with EEV
|
System type, comment both if HP with EEV
|
||||||
|
@ -311,10 +311,10 @@ System type, comment both if HP with EEV
|
||||||
//#define NO_EEV //capillary tube or TXV, EEV not used
|
//#define NO_EEV //capillary tube or TXV, EEV not used
|
||||||
```
|
```
|
||||||
|
|
||||||
Which sensor is used to check setpoint, uncomment one of options
|
What sensor is used to check setpoint, 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 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
|
||||||
```
|
```
|
||||||
|
|
||||||
Some more options
|
Some more options
|
||||||
|
|
Loading…
Reference in a new issue