/* clang-format off */ static const char html_confadv_script[] PROGMEM = R"=====( )====="; // html_confadv_script static const char html_confadv_body[] PROGMEM = R"=====( Configuration - Thermostat Advanced

Thermostat - Advanced

Hysteresis [°C]


Min. Heating Off-Time [s]

Heating stays off for at least [x] seconds before it
can start again.


Measured Temp Correction [°C] *

Measured Hum Correction [%] *

* added to the measured values.
Can be negative and/or fractions.
Use if measurements deviate from a calibrated sensor.


Set Temp. Decrease Value **

** the actual set temperatur is decreased by that value.
Can be a fraction. Can be used to prevent over-heating
when the thermostat is badly placed.


Names and Labels

Used in some MQTT status/commands,
and also for the LCD and Web interface.


Off-Message

Shown on LCD in OFF mode.
max. 13 chars!


Labels

Used on LCD to identify the data displayed.
MUST be 1 char or empty for default

Inside

Outside


Mode

Used in web interface and for Home Assistant
MQTT Climate component support.
Should be 'heat' and 'off' normally.
Case sensitive! Lower case recommended.
Web interface shows all in capitals.

On

Off


Preset Names

Used in web interface and for Home Assistant
MQTT Climate component support.
Also shown on LCD at preset change,
therefore may not exceed 13 chars!
Case sensitive! Type exactly as in HA!

Normal *

* always sends/receives "none" as this is hardcoded in
Home Assistant MQTT Climate component

Reduction 1 **

Reduction 2 **

** sent/received as defined


)====="; // html_confadv_body