mirror of
https://github.com/openhp/HeatPumpController.git
synced 2024-11-18 12:33:59 +00:00
Update README.md
This commit is contained in:
parent
c281fb4e92
commit
e4bd574552
1 changed files with 18 additions and 3 deletions
17
README.md
17
README.md
|
@ -262,7 +262,22 @@ Other:
|
|||
| **HWP_ON** | Hot side pump powered on. |
|
||||
| **Err:_errorcode_** | Error code: 1 = temperature sensor error, 2 = Hot side pressure too high 3 = cold side pressure too low. |
|
||||
|
||||
## Appendix C: Firmware options and fine tunings
|
||||
## Appendix C: secret appendix
|
||||
Are you still reading? If yes, your are interested in. And this appendix is for you.<br>
|
||||
About sensors: do not use cheap "waterproof epoxy covered" sensors. Waterproof lasts for a short time.<br>
|
||||
Buy raw DS18B20s, cheap or not cheap doesn't matter - I've never seen "bad" DSes. Solder sensors and cover them with two layers of 2-component epoxy resin as pictured below.<br>
|
||||
{-picture here-}<br>
|
||||
For sensors at compressor and discharge (+100°C and higher) add heat resistant sleeves for each wire.<br>
|
||||
{-picture here-}<br>
|
||||
To get precise temperature sensors must be covered from ambient air temperature influence with additional thermal insulation. Temperature readings from most of sensors are interesting, but +/- few degrees does not matter. So most of sensors can be covered with insulation as you wish. But 2 sensors "Before evaporator" and "After evaporator" are critical to EEV those needs extra attention. This sensors temperatures must be as close to copper tube temperature as it possible. So make wiring as pictured below. You can use thermal paste, but there is no significant difference with much more available silicone.<br>
|
||||
{-picture here-}<br>
|
||||
Heat exchangers. You can use plated heat exchangers, they works good
|
||||
{-picture here-}<br>
|
||||
You can build your own "tube-in-tube" heat exchangers, it's not hard, little cheaper, little worse heat exchange, and oxygen brazing with silver(20%+)-copper solder does not requered.
|
||||
{-pictures here-}<br>
|
||||
And do not think "I'll get old AC unit parts... Housing... Slightly change... A hour or two, day of work maximum, and i'll got a refrigerant<->water heat exchanger for a penny!" That was first thing I've tried. This idea is a huge waste of time with horrible look and very average or poor result.
|
||||
|
||||
## Appendix D: Firmware options and fine tunings
|
||||
|
||||
QA tests, uncomment to enable
|
||||
```c
|
||||
|
|
Loading…
Reference in a new issue