mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-11 02:09:57 +03:00
Boiler: add reset, add last code, json output 2 parts (main/ww)
This commit is contained in:
@@ -139,6 +139,7 @@ MAKE_PSTR(heatingActive, "Heating active")
|
||||
MAKE_PSTR(tapwaterActive, "Warm water/DHW active")
|
||||
MAKE_PSTR(serviceCode, "Service code")
|
||||
MAKE_PSTR(serviceCodeNumber, "Service code number")
|
||||
MAKE_PSTR(lastCode, "Last error")
|
||||
MAKE_PSTR(wWSelTemp, "Warm water selected temperature")
|
||||
MAKE_PSTR(wWSetTemp, "Warm water set temperature")
|
||||
MAKE_PSTR(wWDisinfectionTemp, "Warm water disinfection temperature")
|
||||
@@ -275,6 +276,11 @@ MAKE_PSTR(modetype, "Mode type")
|
||||
MAKE_PSTR(airHumidity, "Relative air humidity")
|
||||
MAKE_PSTR(dewTemperature, "Dew point temperature")
|
||||
|
||||
// other
|
||||
MAKE_PSTR(activated, "Switch activated")
|
||||
MAKE_PSTR(status, "Switch status")
|
||||
|
||||
|
||||
// Home Assistant icons
|
||||
MAKE_PSTR(icontemperature, "mdi:coolant-temperature")
|
||||
MAKE_PSTR(iconpercent, "mdi:sine-wave")
|
||||
|
||||
Reference in New Issue
Block a user