Jump to content

Welcome to Smart Home Forum by FIBARO

Dear Guest,

 

as you can notice parts of Smart Home Forum by FIBARO is not available for you. You have to register in order to view all content and post in our community. Don't worry! Registration is a simple free process that requires minimal information for you to sign up. Become a part of of Smart Home Forum by FIBARO by creating an account.

 

As a member you can:

  •     Start new topics and reply to others
  •     Follow topics and users to get email updates
  •     Get your own profile page and make new friends
  •     Send personal messages
  •     ... and learn a lot about our system!

 

Regards,

Smart Home Forum by FIBARO Team


  • 0

HCL, boiler, radiator valves


Question

Posted

Hi, 

How do you guys control a heating system that consists of danfos valves, room temp sensors and a boiler? With a HC2 you can create scenes and a var that controls it.. (if room < reqeusted temp, var +1). But how do you do such thing in HCL?

10 answers to this question

Recommended Posts

  • 0
Posted

Hi @hans1121,

 

We use heating panel + linked devices. Atleast that is what I teach new dealers at Fibaro training.

 

Heating panel to control temperature in zones and linked devices to link temperature sensor and boiler, because I need to turn on boiler only when sensor measures temperature that is lower than desired one.

 

If we need some non-standart setting of zones, then we make it through block scenes.

  • 0
  • Inquirer
  • Posted
    Just now, jakub.jezek said:

    Hi @hans1121,

     

    We use heating panel + linked devices. Atleast that is what I teach new dealers at Fibaro training.

     

    Heating panel to control temperature in zones and linked devices to link temperature sensor and boiler, because I need to turn on boiler only when sensor measures temperature that is lower than desired one.

     

    If we need some non-standart setting of zones, then we make it through block scenes.

    I dont think I can combine multiple radiator valves with 1 boilerswitch.. it would cause on/off flippering and very fast .. if 1 room is on temp, the switch will be turned off. Even if the second room requests hot water....

    • 0
    Guest spazpeker
    Posted

    Use one relay per heating zone with the outputs parrelled together (double switch can be used fit 2 zones)

    • 0
    Posted

    @hans1121,

     

    Like @spazpeker suggest. More switches in paralel. FGS-223 is best for it. That is easiest way how to accomplish that.

    • 0
    Posted

    As the heating is not a fast system, a timer based scene could work too, e.g. checking every 15 minutes if some adjustment to the boiler is needed due to some valve feedback. maybe more often during the day less often during night.

     

    • 0
    Posted (edited)
    5 hours ago, kunoch said:

    As the heating is not a fast system, a timer based scene could work too, e.g. checking every 15 minutes if some adjustment to the boiler is needed due to some valve feedback. maybe more often during the day less often during night.

     

    How would that work ? Create a scene that runs every X minutes, but what comes in the lower part of the scene ? I can't make a comparison between desired and actual temp....

     

    I think your only option is multiple relais...

    Edited by kariem112
    • 0
    Posted (edited)

    @kariem112: yes, you are right, does not work as within a scene a varaibel can not be 'handed over' as a value to a command. --> nice try, but fail ;-)

     

    I do not know how these room temp sensors e.g. from Danfoss work and what kind of feedback they give. I just thought about having the AND instead of achieved with the relays in the IF condition of the scene together with the periodical execution and the THEN is activating the boiler if 'enough' conditions are TRUE. As I do not have one of these devices, I can not do more than guessing.

    Edited by kunoch
    • 0
    Guest spazpeker
    Posted
    On 13/06/2017 at 7:20 PM, hans1121 said:

    Hi, 

    How do you guys control a heating system that consists of danfos valves, room temp sensors and a boiler? With a HC2 you can create scenes and a var that controls it.. (if room < reqeusted temp, var +1). But how do you do such thing in HCL?

    How many zones will you have ?

     

    • 0
  • Inquirer
  • Posted
    3 hours ago, kunoch said:

    @kariem112: yes, you are right, does not work as within a scene a varaibel can not be 'handed over' as a value to a command. --> nice try, but fail ;-)

     

    I do not know how these room temp sensors e.g. from Danfoss work and what kind of feedback they give. I just thought about having the AND instead of achieved with the relays in the IF condition of the scene together with the periodical execution and the THEN is activating the boiler if 'enough' conditions are TRUE. As I do not have one of these devices, I can not do more than guessing.

    Can you clarify that? :)  what do you mean?

    Total will be 7 zones... 

     

    • 0
    Posted (edited)

    @hans1121: as I do not know what kind of information is reported by the wall thermostats, it is hard for me to 'guess' what criteria could be used in the IF of the scene. I thought about something like this:

    IF  (Every 15 minutes) & ((set_temperature_zone1 > measured_temperature_zone1) or (set_temperature_zone2 > measured_temperature_zone2) or (set_temperature_zone2 > measured_temperature_zone2)....)

    THEN switch_on_boiler.

    Maybe some zones are combined with an if, so they are not so important in the condition.

    Might make sense to also include the boiler temperature into the if as it might not make sense to heat the boiler up to 80°C. maybe the boiler already has a built in thermal sensor to switch off the heating.

    Something similar would also be needed to switch the boiler off again. Would then be if all zones report (set_temperature_zone <= measured_temperature_zone)

    maybe this is just impossible with the available data from the temperature sensor. I have no clue.

    does this make sense, is it understandable?

    Edited by kunoch

    Join the conversation

    You can post now and register later. If you have an account, sign in now to post with your account.

    Guest
    Answer this question...

    ×   Pasted as rich text.   Paste as plain text instead

      Only 75 emoji are allowed.

    ×   Your link has been automatically embedded.   Display as a link instead

    ×   Your previous content has been restored.   Clear editor

    ×   You cannot paste images directly. Upload or insert images from URL.

    ×
    ×
    • Create New...