Optimizing for comfort and resource usage using ems-esp32 and a home automation software #2213
-
Hello everyone, thanks for this awesome project. I have got it up and running in my openhab setup and made a small grafana dashboard of some of the values that seem relevant to me (hard to pick with > 120 sensor entries ;-) OK so I have a Buderus Logamax Buderus GB172-14 with a RC310 as well as a TWL KER 500 storage tank with underfloor heating. So everything works OK so far with one exception. Everytime multiple people shower or someone takes a bath dhw temperature first drops to a level that does not feel warm anymore after like 2 minutes. After 10 minutes some logic seems to kick in and lets the burner run at 100% which raises the temperatures to comfortable levels for a shower/bath again. Now I am in a bit of a dilemma: I don't really want to raise the general temperature level, I think 45-50° is fine for warm water, but I do not want my showers/baths to be "luke warm". So I see 2 options:
Here is some data and some pictures for general insight: Boiler_GBx72_Trendline_Cerapur_Greenstar Si.csv |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Vorlauf = curflowtemp |
Beta Was this translation helpful? Give feedback.
You have set
dhw comfort;eco
,Set it to hot and the logic will always recharge if the dhw temperature goes below
dhw settemp + dhw hysteresis on in your setting settemp 55, hysteresis -5, so dhw is always between 50 and 55.