feat: added polling of min modulation and max boiler power; added sensor for current boiler power

This commit is contained in:
Yurii
2024-10-14 19:54:26 +03:00
parent 05ff426b28
commit dc62f99b7d
8 changed files with 115 additions and 2 deletions

View File

@@ -9,6 +9,7 @@
"releases": "Releases"
},
"dbm": "dBm",
"kw": "kW",
"button": {
"upgrade": "Upgrade",
@@ -99,6 +100,8 @@
"modulation": "Modulation",
"pressure": "Pressure",
"dhwFlowRate": "DHW flow rate",
"maxPower": "Max power",
"currentPower": "Current power",
"faultCode": "Fault code",
"diagCode": "Diagnostic code",
"indoorTemp": "Indoor temp",

View File

@@ -9,6 +9,7 @@
"releases": "Релизы"
},
"dbm": "дБм",
"kw": "кВт",
"button": {
"upgrade": "Обновить",
@@ -99,6 +100,8 @@
"modulation": "Уровень модуляции",
"pressure": "Давление",
"dhwFlowRate": "Расход ГВС",
"maxPower": "Макс. мощность",
"currentPower": "Текущая мощность",
"faultCode": "Код ошибки",
"diagCode": "Диагностический код",
"indoorTemp": "Внутренняя темп.",