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
a6d78008dc
commit
ca0d3348f2
1 changed files with 17 additions and 2 deletions
19
README.md
19
README.md
|
@ -190,8 +190,23 @@ Additional sensors, disabled and not used by default:
|
|||
| Treg | regenerator temperature|
|
||||
| Ts2 | additional sensor2 |
|
||||
|
||||
Relays:
|
||||
| Abbr. | Full name |
|
||||
| ----- | -------------------- |
|
||||
| RCRCH | regenerator temperature|
|
||||
| RC | additional sensor2 |
|
||||
| RH | additional sensor2 |
|
||||
| RP | additional sensor2 |
|
||||
|
||||
Other:
|
||||
| Abbr. | Full name |
|
||||
| ----- | -------------------- |
|
||||
| LSM | LastStopCause |
|
||||
| LSC | LastStartMessage |
|
||||
|
||||
|
||||
## Appendix B: Diagnostic and status messages
|
||||
**LastStopCause messages. Why system was stopped**
|
||||
**LastStopCause (LSC) messages. Why system was stopped**
|
||||
| Message | description |
|
||||
| ------------- | ------------- |
|
||||
| **Normal_stop** | Normal stop, i.e. setpoint sensor temperature > setpoint, so no need to heat anymore. |
|
||||
|
@ -210,7 +225,7 @@ Additional sensors, disabled and not used by default:
|
|||
| **E.PresCold** | Cold side pressure too low, check refrigerant charge and pressure sensors. |
|
||||
| **E.PresHot** | Hot side pressure too high, check refrigerant charge and pressure sensors. |
|
||||
|
||||
**LastStartMessage messages. What event system is waiting for. Some informational messages.**
|
||||
**LastStartMessage (LSM) messages. What event system is waiting for. Some informational messages.**
|
||||
| Message | description |
|
||||
| ------------- | ------------- |
|
||||
| **StCntd:_seconds_** | Startup countdown, short-term power loss protection. |
|
||||
|
|
Loading…
Reference in a new issue