mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-10 18:24:27 +05:00
feat: added freeze protection parameter for heating, removed forced start of heating in emergency mode #157
This commit is contained in:
@@ -350,7 +350,11 @@
|
||||
|
||||
"heating": {
|
||||
"hyst": "Hysteresis <small>(in degrees)</small>",
|
||||
"turboFactor": "Turbo mode coeff."
|
||||
"turboFactor": "Turbo mode coeff.",
|
||||
"antiFreezeTemp": {
|
||||
"title": "Freeze protection temperature",
|
||||
"note": "If the heat carrier or indoor temperature drops below this value, the heating will be forced to turn on"
|
||||
}
|
||||
},
|
||||
|
||||
"emergency": {
|
||||
|
||||
@@ -350,7 +350,11 @@
|
||||
|
||||
"heating": {
|
||||
"hyst": "Isteresi <small>(in gradi)</small>",
|
||||
"turboFactor": "Turbo mode coeff."
|
||||
"turboFactor": "Turbo mode coeff.",
|
||||
"antiFreezeTemp": {
|
||||
"title": "Temperatura di protezione antigelo",
|
||||
"note": "Se la temperatura del fluido termovettore o interna scende al di sotto di questo valore, il riscaldamento verrà forzato ad accendersi"
|
||||
}
|
||||
},
|
||||
|
||||
"emergency": {
|
||||
|
||||
@@ -350,7 +350,11 @@
|
||||
|
||||
"heating": {
|
||||
"hyst": "Гистерезис <small>(в градусах)</small>",
|
||||
"turboFactor": "Коэфф. турбо режима"
|
||||
"turboFactor": "Коэфф. турбо режима",
|
||||
"antiFreezeTemp": {
|
||||
"title": "Температура защиты от замерзания",
|
||||
"note": "Отопление будет принудительно включено, если температура теплоносителя или внутренняя температура опустится ниже этого значения"
|
||||
}
|
||||
},
|
||||
|
||||
"emergency": {
|
||||
|
||||
Reference in New Issue
Block a user