You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/FAQ.md
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -29,16 +29,19 @@ If you search a setting, log the telegrams for the device (log all or watch <dev
29
29
30
30
## Can EMS-ESP simulate a Thermostat?
31
31
32
-
Partially.
32
+
Partially. As the folks over at [OpenTherm Gateway (OTGW)](https://otgw.tclcode.com/standalone.html#intro) nicely put it:
33
+
34
+
!!! quote "Why use a Thermostat?"
35
+
36
+
- The thermostat manufacturers have spent years of research to work out the heating characteristics for the most efficient and comfortable way to heat a house.
37
+
- The thermostat provides a control interface that people are familiar with, so other members of the household are still able to adjust the setpoint.
38
+
- It provides convenient housing for the room temperature sensor, which is needed unless you use a heating curve based solely on the outside temperature.
33
39
34
40
As **MichaelDvP** points out _"a thermostat is a clever electronic device. You can put in the desired room temperature and it calculates from some parameters and measurements the required flowtemp for this room temperature and sends it to the boiler. This happens in a control loop and is updated often."_
35
41
36
42
And **mtc716** said _"A thermostat creates a heat curve that is constantly adapted to the surrounding temperatures and used to estimate which water temperature is necessary in order to bring the room temperature up. There are some good articles in the net about how to setup the heat curve correctly. The main parameters you need are "design temp" which is the heating water temp at minimal outside temp. Furthermore you need the "comfort temp" like explained before and the "temp offset" which causes a parallel shift in the heating curve."_
37
43
38
-
See [This article on changing the boiler heating directly](tips-and-tricks#control-the-boiler-heating).
39
-
40
-
Some more details on GitHub at [Smart control a heating system with HA?](https://github.com/emsesp/EMS-ESP32/issues/144)
41
-
and [thermostat emulation](https://github.com/emsesp/EMS-ESP32/issues/151).
44
+
See this article on [changing the boiler heating directly](tips-and-tricks#control-the-boiler-heating), and these issues: [Smart control a heating system with HA?](https://github.com/emsesp/EMS-ESP32/issues/144) and [thermostat emulation](https://github.com/emsesp/EMS-ESP32/issues/151).
0 commit comments