mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-11 10:19:55 +03:00
thermostat minflowtemp and fixes
This commit is contained in:
@@ -66,6 +66,7 @@ MAKE_PSTR_WORD(publish)
|
||||
MAKE_PSTR_WORD(bar)
|
||||
MAKE_PSTR_WORD(min)
|
||||
MAKE_PSTR_WORD(uA)
|
||||
MAKE_PSTR_WORD(timeout)
|
||||
|
||||
// for commands
|
||||
MAKE_PSTR_WORD(call)
|
||||
@@ -241,6 +242,8 @@ MAKE_PSTR(floordrytemp, "Floordrying temperature")
|
||||
MAKE_PSTR(wwmode, "Warm water mode")
|
||||
MAKE_PSTR(wwtemp, "Warm water high temperature")
|
||||
MAKE_PSTR(wwtemplow, "Warm water low temperature")
|
||||
MAKE_PSTR(wwextra1, "Warm water circuit 1 extra")
|
||||
MAKE_PSTR(wwextra2, "Warm water circuit 2 extra")
|
||||
MAKE_PSTR(wwcircmode, "Warm water circulation mode")
|
||||
|
||||
// thermostat - per heating circuit
|
||||
@@ -262,6 +265,7 @@ MAKE_PSTR(summertemp, "Summer temperature")
|
||||
MAKE_PSTR(summermode, "Summer mode")
|
||||
MAKE_PSTR(roominfluence, "Room influence")
|
||||
MAKE_PSTR(flowtempoffset, "Flow temperature offset")
|
||||
MAKE_PSTR(minflowtemp, "Min. flow temperature")
|
||||
MAKE_PSTR(maxflowtemp, "Max. flow temperature")
|
||||
MAKE_PSTR(mode, "Mode")
|
||||
MAKE_PSTR(modetype, "Mode type")
|
||||
|
||||
Reference in New Issue
Block a user