Replies: 1 comment 1 reply
-
Hello, because i don't have such heating system (full electrical devices in my house), I don't know if it is relevant. I will wait for others opinions |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have a suggestion that may be achievable by tweaking some entities, for example by creating an intermediate entity or setup automations.
My setup is as follow:
Ideally, I'd like to be able to optimize the heating inertia of the flowing water and to avoid a situation where all the TRV are closed just after the boiler has been activated.
I can imagine 2 methods in achieving this behavior:
What do you think about those scenarios? Maybe inertia isn't that benefical to the overall heating setup in most cases so feel free to comment this suggestion from a pure thermostat point of view.
UPDATE
In order to replicate this behavior I've currently setup 3 VTherm per room:
It seems to be working fine, currently just testing with 3 rooms to check for possible conflicts and I'll extend it to the whole house if it goes well. I've enabled temperature regulation from the central room control VTherm and it seems to behave as I wanted: the boiler progressively turns off long before the valves are fully closed. The next thing I'll check is the target temperature deviation, having multiple TPI algorithms layered might be weird. Please feel free to comment on this implementation @jmcollin78
From my own testing I think I need to be careful about 2 things:
In order to avoid those 2 issues, I've created an automation that triggers the main boiler switch only if at least 1 virtual boolean value from
on_switch
VTherm is set to 1, along with a check of the open_percent of the valves:Beta Was this translation helpful? Give feedback.
All reactions