chpc/README.md

106 lines
3.7 KiB
Markdown
Raw Normal View History

2019-04-01 03:12:06 +00:00
### CHPC: Cheap Heat Pump Controller v1.0
2019-04-01 03:12:26 +00:00
<b>The CHPC a minimal cost Heat Pump (HP) controller, which can be used as provided, or can be adopted to nearly all use cases due to open source nature.</b>
2019-04-01 03:12:06 +00:00
## Development
State: active
## <b>Applications:</b>
### <b>1. Thermostat.</b>
2019-04-01 03:09:29 +00:00
_Brief_: <b>Precision thermostat.</b> Simple and cheap. Only 1 relay and 1 temperature sensor required.
_Application examples:_ Room heat control. Chicken coop climate control. Distillation column or Yogurt maker temperature control.
2019-04-01 03:12:06 +00:00
### <b>2. Heat pump (HP) controller.</b>
2019-04-01 03:09:29 +00:00
_Brief_: <b> Heat pump controler.</b> Controller drives HP system components: compressor, Cold and Hot side Circulating Pumps (CP). Protects system from overload, overheat and freezing up. Drives EEV\* to optimize HP running conditions.
_Application examples:_ DIY heat pump system. Repair module for commercial system.
Water heater, house heating systems and same.
_Available protections_: Compressor: cold start or overheat. Discharge and suction lines protection. Short-term power loss. Anti-freeze. Power overload protection. Others.
\* under development
For more information about Heap Pumps look at [Wikipedia about HP](https://en.wikipedia.org/wiki/Heat_pump)
<br>
2019-04-01 03:12:06 +00:00
### <b>Control interfaces:</b>
2019-04-01 03:09:29 +00:00
<b>None:</b> Target temperature uploaded to board with firmware and cannot be changed. System used as fixed thermostat. Target temperature can be changed later with firmware re-upload.
<b>0.96 OLED or 1602 LCD screen + buttons:</b> Simple, local screen controlled system. Remote control is not possible.
<b>Remote computer terminal over RS-485 line. </b> Target temperature and running conditions under remote control. User can get stats from all T sensors. Up to 1.2 kilometer line.\*
<b> Remote automated control/stats via RS-485.</b> Firmware was written with python scripting in mind (and real scripts at prototype 485 network).
\* RS-485 specification. Hardware test succeeded on 400 meters line.
<br>
2019-04-01 03:12:06 +00:00
### <b>Relays:</b>
### <b>"Thermostat"</b>:
2019-04-01 03:09:29 +00:00
Only 1 Relay: drives electric heater (any)
2019-04-01 03:12:06 +00:00
### <b>Heat Pump.</b> Capillary tube, TXV, EEV:
2019-04-01 03:09:29 +00:00
5 Relays, drives all you need:
* Compressor (can be used as external relay driver for High Power systems)
* Cold Circulating Pump (CP)
* Hot CP
* Sump Heater (optional, recommended for outdoor HP installations)
* 4-way Valve (support coming up: autumn 2019)
2019-04-01 03:12:06 +00:00
### <b>Temperature sensors:</b>
2019-04-01 03:09:29 +00:00
* Up to 13 temperature sensors can be connected to CHPC to control all processes that you want.
* Only 1 sensor needed for "Thermostat" or "Heat Pump capillary/TXV"
* 3 sensors needed for "HP with EEV" (absolute minimum scheme)
<br>
2019-03-13 21:01:21 +00:00
## PCB Design
2019-03-13 20:47:10 +00:00
2019-03-13 20:51:07 +00:00
There are 2 PCB designs: type "F" and type "G".
2019-03-13 22:05:29 +00:00
2019-03-13 22:00:41 +00:00
## Type "F" features:
2019-03-13 21:38:26 +00:00
- **mostly SMD** componens,
2019-03-13 20:59:56 +00:00
- **internal power** source,
- **10** output channels,
2019-03-13 20:47:10 +00:00
- 4 input channels,
2019-03-13 20:51:07 +00:00
- 5 relays: 1 * 16A + 4 * 7A,
2019-03-13 20:47:10 +00:00
- buzzer,
- EEV support,
2019-03-13 20:59:56 +00:00
- 16 bit **i2c ADC: on board**,
2019-03-13 20:51:07 +00:00
- i2c devices: allowed,
2019-03-13 23:44:31 +00:00
- T sensors: ds18b20 on one lane.
2019-03-13 20:47:10 +00:00
2019-03-13 22:00:41 +00:00
## Type "G" features:
2019-03-13 20:59:56 +00:00
- **no SMD** components,
2019-03-17 16:03:51 +00:00
- **external or board-placed** power source,
2019-03-13 22:08:44 +00:00
- **5** output channels,
2019-03-13 20:47:10 +00:00
- 4 input channels,
2019-03-13 20:51:07 +00:00
- 5 relays: 2 * 16A + 3 * 7A,
2019-03-13 20:47:10 +00:00
- buzzer,
- EEV support,
2019-03-13 20:59:56 +00:00
- 16 bit **i2c ADC: off board**,
2019-03-13 20:51:07 +00:00
- i2c devices: allowed,
2019-03-13 23:44:31 +00:00
- T sensors: ds18b20 on one lane.
2019-03-13 09:13:37 +00:00
2019-03-13 21:03:45 +00:00
# Type "F" PCB
2019-03-13 20:57:53 +00:00
![Type F PCB](./PCB_Type_F.png)
2019-03-13 21:33:57 +00:00
# Type "G" PCB
![Type G PCB](./PCB_Type_G.png)
2019-03-19 16:10:40 +00:00
....
....
Drafts below.
Sensors abbreviations:
2019-03-19 16:16:46 +00:00
2019-03-19 16:15:23 +00:00
| Abbr. | Full name |
| ----- | -------------------- |
| Tae | after evaporator |
| Tbe | before evaporator |
2019-03-19 16:40:04 +00:00
| Ttarget | target |
2019-03-19 16:15:23 +00:00
| Tsump | sump |
| Tci | cold in |
| Tco | cold out |
| Thi | hot in |
| Tho | hot out |
| Tbc | before condenser |
| Tac | after condenser |
2019-03-19 16:17:48 +00:00
| Touter | outer (outdoor) |
2019-03-19 16:17:20 +00:00
| Ts1 | additional sensor1 |
| Ts2 | additional sensor2 |
2019-03-19 16:12:31 +00:00
2019-03-19 16:10:40 +00:00