diff --git a/README.md b/README.md index 6487206..300abac 100644 --- a/README.md +++ b/README.md @@ -131,55 +131,55 @@ qwer **LastStopCause messages. Why system was stopped** | Message | description | | ------------- | ------------- | -| **Normal_stop** | Normal stop, i.e. setpoint sensor temperature > setpoint, so no need to heat anymore | -| **P.WtMax:_WATTS_** | Protective stop. Overcurrent, double check your system, then **MAX_WATTS** and **POWERON_HIGHTIME** options | -| **P.W.wattMIN** | Protective stop. Power consumtion abnormally low ( setpoint, so no need to heat anymore. | +| **P.WtMax:_WATTS_** | Protective stop. Overcurrent, double check your system, then **MAX_WATTS** and **POWERON_HIGHTIME** options. | +| **P.W.wattMIN** | Protective stop. Power consumtion abnormally low ( setpoint, so hot side pump powered off and going to power saving mode, see **HOTCIRCLE_STOP_AFTER** | -| **HWP_ON_by_ev** | hot side pump started after power saving, see **HOTCIRCLE_START_EVERY** option | -| **#CWPpStart** | coldside pump started, preparing system to start compressor | -| **#HotPrp:_seconds_** | hot side pump is on, waiting for T stabilisation countdown see **HOTCIRCLE_CHECK_PREPARE** option | -| **#HotSlp:_seconds_** | sleepeng, last cycle temperature was > setpoint, waiting for next startup, see **HOTCIRCLE_START_EVERY** option | -| **#HPSlp:_seconds_**" | + String( (mincycle_poweroff -(unsigned long)(millis_now - millis_last_heatpump_on))/1000 ); | -| **#CWPp:_seconds_** | coldside pumping, preparing countdown**COLDCIRCLE_PREPARE** option | -| **#Tho>Max** | , see **T_HOT_MAX** option | -| **#Thi>Max** | , see **T_HOT_MAX** option | -| **#CaseCold** | , see **T_CRANKCASE_MIN** option | -| **#CaseHot** | , see **T_CRANKCASE_MAX** option | -| **#Thi>Setp.** | hot in temperature > setpoint, so no reason to start | -| **#Ts1>Setp.** | Ts1 temperature > setpoint, so no reason to start, see SETPOINT_TS1 option to switch betwees Thi and Ts1 as setpoint sensor | -| **#TaeMax** | Before Condenser temperature is too high, check system, see **T_BEFORE_CONDENSER_MAX** option | -| **#TciSetp.** | "Hot in" temperature > setpoint, so no reason to start | +| **#Ts1>Setp.** | "Ts1" temperature > setpoint, so no reason to start, see SETPOINT_TS1 option to switch betwees Thi and Ts1 as setpoint sensor | +| **HWP_OFF** | Setpoint sensor temperature > setpoint, so hot side pump powered off and gone to power saving mode. See **HOTCIRCLE_STOP_AFTER**. | +| **HWP_ON_by_ev** | Hot side pump started after power saving. See **HOTCIRCLE_START_EVERY** option. | +| **#HotPrp:_seconds_** | Hot side pump is on, waiting for T stabilisation. Countdown, seconds. See **HOTCIRCLE_CHECK_PREPARE** option. | +| **#HotSlp:_seconds_** | Hot side pump in power save mode (sleeping). Waiting for next startup. Countdown, seconds. See **HOTCIRCLE_START_EVERY** option. | +| **#HPSlp:_seconds_**" | Compressor: pause between starts. Countdown, seconds. **MINCYCLE_POWEROFF** option.| +| **#CPpStart** | Cold side pump started. | +| **#CPp:_seconds_** | Cold side pumping. Preparing system to start compressor. Countdown, seconds. **COLDCIRCLE_PREPARE** option | +| **#Tho>Max** | "Hot out" temperature is too high. See **T_HOT_MAX** option | +| **#Thi>Max** | "Hot in" temperature is too high. , see **T_HOT_MAX** option | +| **#CaseCold** | Compressor crankcase temperature is too low. Can't start. This situation occurs if the outdoor installation when AC power was lost for a few hours. Wait, while the crankcase heater stabilizing your compressor temperature. See **T_CRANKCASE_MIN** option | +| **#CaseHot** | Compressor is still overheated, waiting. See **T_CRANKCASE_MAX** option | +| **#TaeMax** | "Before condenser" temperatire is too high. Overheat protection. See **T_BEFORE_CONDENSER_MAX** option | +| **#Tci
+**Additional messages** | Message | description | | ------------- | ------------- | -| **OK:E.T.Sens.** | Sensor restored
-| **OK:Pr.Cold** | Cold side pressure restored
-| **OK:Pr.Hot** | Hot side pressure restored
-| **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
+| **OK:Pr.Cold** | Cold side pressure restored| +| **OK:Pr.Hot** | Hot side pressure restored| +| **OK:E.T.Sens.** | Temperature sensors restored| +| **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| ## Firmware options and fine tunings