Replies: 5 comments
-
Normally the modulation is handled by boiler and not thermostat. The thermostat only sends the desired flow temperature to the boiler and the boiler manages burner starts and modulation to achieve this temperature. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your answer. Using dedicated thermostat was/is my primary idea. At least in order to have fallback in case of home automation failure. I was looking around for heating gateways/thermostats which can collect data from smart TRVs and demand heating from a boiler accordingly (and efficiently), but found nothing close to what I need. Most commercial products are focusing on single zone solutions. Multizone usually takes district heating into account (not boiler). At this point I'm still in doubt: should I invest into EMS protocol or convert it to OpenTherm potentially getting more range of compatible devices. From DIY point seems the same. Maybe except of that note in HomeAssistant docs: Please make sure no other device or application is connected to the OpenTherm Gateway at the same time as Home Assistant. This is not a supported scenario and may lead to unexpected results. - something which might be a limiting at some point. |
Beta Was this translation helpful? Give feedback.
-
Modulation is confusing, because there are different types. Gasboilers can modulate the burner power in a large range, resulting in a steady small flame. Oilburners have mostly unmodulated flame (or smaller range) and modulate heatingpower by start/stoping the flame. But both are done by boiler logic. The thermostat only tells the boiler the required flow-temperature and the boiler starts/modulates to keep this temperature. For multizone the best solution is always to have a seperate heating circuits and mixers for each zone, handled by a dedicated thermostat. Each heatingcircuit mixes the the flowtemp for it's zone, only the header can be hotter, but there is low loss. Using TRVs creats loss in the pipes. For a simple multizone look at #174, this is done with a Tado room thermostat and TRVs. The thermostat function is really simple and only sends the required flow temperature to the boiler. I think this can easily done by a homeautomation script if you have already the smart TRVs. |
Beta Was this translation helpful? Give feedback.
-
A tip that might be useful: I installed the Tado system and fitted all radiators with TRV's. Because flow must be guaranteed, if all radiators are closed or because only one radiator minimally open, I installed a differential pressure bypass. (200 mbar) First I mounted the bypass directly underneath the boiler. Resulting if only 1 or 2 radiators requires heat, the flow partially flows over the bypass. The return temperature then becomes too high, the boiler starts to toggle and does not reach its required temperature. I'm still experimenting for a solution, but it has already helped to move the bypass halfway through the circuit. There is then more water volume to circulate. |
Beta Was this translation helpful? Give feedback.
-
Related to a ticket I will soon open; but it's somehow related. |
Beta Was this translation helpful? Give feedback.
-
Question
As next part of home automation I'm looking for options of extending heating features beyond my current installation offers.
There is wide range of ideas available on net, from completely custom automations (Home Assistant yaml), through ready to use components simulating thermostats (python, NodeRed) ending with dedicated solutions from NEST, Tado etc
In most cases however proposed solutions are focusing on single thermostat controlling the boiler. It's really hard to find serious, described with details solution for multizone heating. My main goal is ability to control temperatures for each room separately. Incl. heating single room up on demand. I can limit heating with use of smart TRVs (few zigbee currently installed). But I have no way to send heating demand to the boiler. Heating is still controlled by central thermostat.
For obvious reasons I would like to leave such a complex thing like modulating the boiler to specialized hardware. This is why using ie NodeRed I consider only for learning/experimenting purposes, not for production.
I have Junkers ZWC24 and FR100. I just found that EMS protocol allows communication between more devices. I can imagine I'm somehow ask my thermostat to turn heating on letting it to modulate the boiler.
In addition I would get high reliability of the system (it's basic features) in case my home automation outage.
So idea is:
Is it right way to go? or maybe I should send demand to boiler and he will modulate itself?
Have you any suggestions? What should I avoid?
PS. I know that my FR100 must not accept commands thus potentially might be considered to be replaced with newer model. I have to check it's production date.
Edit: now I know it's FD881.
Thanks in advance
i
Beta Was this translation helpful? Give feedback.
All reactions