// Log - Messages PROGMEM const char PGMStr_heatc_logName[] = "HEIZST"; PROGMEM const char PGMStr_confHeatc[] = "confHeatc"; PROGMEM const char PGMStr_heatc_pumpBacklashStarted[] = "%s: Pumpe - Nachlauf gestartet"; PROGMEM const char PGMStr_heatc_pumpBacklashCanceled[] = "%s: Pumpe - Nachlauf abgebrochen"; PROGMEM const char PGMStr_heatc_pumpBacklashFinished[] = "%s: Pumpe - Nachlauf beendet"; PROGMEM const char PGMStr_heatc_pumpSwitchedTo[] = "%s: Pumpe -> %s"; PROGMEM const char PGMStr_heatc_pumpForceRun[] = "%s: Pumpe - forceRun"; PROGMEM const char PGMStr_heatc_heatingSwitchedTo[] = "%s: Heizkessel -> %s"; PROGMEM const char PGMStr_heatc_testmodeStart[] = "%s: Testbetrieb - START"; PROGMEM const char PGMStr_heatc_testmodeStop[] = "%s: Testbetrieb - STOP"; PROGMEM const char PGMStr_heatc_locktimeStart[] = "%s: Sperrzeit gestartet (%dm)"; PROGMEM const char PGMStr_heatc_locktimeStop[] = "%s: Sperrzeit beendet"; PROGMEM const char PGMStr_heatc_switchOffCondition[] = "%s: Abschaltbedingung erreicht: %s"; PROGMEM const char PGMStr_heatc_switchOffCondition_tempFeedLimit[] = "max. Vorlauftemp."; PROGMEM const char PGMStr_heatc_switchOffCondition_heatRequest[] = "Heizanforderung aus"; PROGMEM const char PGMStr_heatc_switchOffCondition_heatCurve[] = "Heizkurve"; PROGMEM const char PGMStr_heatc_switchOnCondition[] = "%s: Einschaltbedingung erreicht: %s"; PROGMEM const char PGMStr_heatc_switchOnCondition_heatTestmode[] = "Testmode"; PROGMEM const char PGMStr_heatc_switchOnCondition_heatRequest[] = "Heizanforderung"; PROGMEM const char PGMStr_heatc_switchOnCondition_heatRequestHeatcurve[] = "Heizanforderung + Heizkurve"; PROGMEM const char PGMStr_heatc_switchOnCondition_heatCurveForced[] = "Heizkurve (forciert)"; // Display - Messages PROGMEM const char PGMStr_heatc_display_testModeON[] = "TESTBETRIEB AN"; PROGMEM const char PGMStr_heatc_display_testModeOFF[] = "TESTBETR. AUS"; PROGMEM const char PGMStr_heatc_display_testModeRemaining[] = "TESTBETR. %s%dm"; // %=spaces added, %d=min, length incl 2 digit number (and no extra space) max 14 PROGMEM const char PGMStr_heatc_display_pumpBacklashRemaining[] = "NACHLAUF P %s%dm"; // %=spaces added, %d=min, length incl 2 digit number (and no extra space) max 14 //PROGMEM const char PGMStr_heatc_display_pumpBacklashRemaining[] = "PUMP NACHL %s%dm"; // %=spaces added, %d=min, length incl 2 digit number (and no extra space) max 14 //PROGMEM const char PGMStr_heatc_display_pumpBacklashRemaining[] = "NACHL. P. %s %dm"; // %=spaces added, %d=min, length incl 2 digit number (and no extra space) max 14 PROGMEM const char PGMStr_heatc_display_idle_ready[] = "BETRIEBSBEREIT"; // %=spaces added, %d=min, length incl 2 digit number (and no extra space) max 14 PROGMEM const char PGMStr_heatc_display_disabled_outtemp[] = "AUS (A-TEMP) "; // %=spaces added, %d=min, length incl 2 digit number (and no extra space) max 14 PROGMEM const char PGMStr_heatc_display_disabled_switch_both[] = "AUS - UMGEHUNG"; // %=spaces added, %d=min, length incl 2 digit number (and no extra space) max 14 PROGMEM const char PGMStr_heatc_display_disabled_switch_heat[] = "UMGEHUNG HEIZ."; // %=spaces added, %d=min, length incl 2 digit number (and no extra space) max 14 PROGMEM const char PGMStr_heatc_display_disabled_switch_pump[] = "UMGEHUNG PUMPE"; // %=spaces added, %d=min, length incl 2 digit number (and no extra space) max 14 PROGMEM const char PGMStr_heatc_display_heating[] = "HEIZEN "; PROGMEM const char PGMStr_heatc_display_heatingUntilTFeed[] = "HEIZEN > Vs=%d"; PROGMEM const char PGMStr_heatc_display_lockTimeRemaining[] = "SPERRZEIT %s%dm"; // %=spaces added, %d=min, length incl 2 digit number (and no extra space) max 14 PROGMEM const char PGMStr_heatc_display_lockUntilTFeed[] = "SPERRE > V<%d"; // %=spaces added, %d=min, length incl 2 digit number (and no extra space) max 14 // Display - Temperaturen - Bezeichner PROGMEM const char PGMStr_heatc_display_caption_tempFeed[] = "V="; // 2 chars where 2nd = '=' PROGMEM const char PGMStr_heatc_display_caption_tempReturn[] = "R="; // 2 chars where 2nd = '=' PROGMEM const char PGMStr_heatc_display_caption_tempOutside[] = "A="; // 2 chars where 2nd = '='