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

Heating panel: how to turn on/off the boiler


Question

Posted

I just finished installing electric valves on the floor heating manifolds. The valves are connected to multiple FGS-221 relay switches and the boiler is connected to one of the FGS-221. I also have multiple DS18B20 sensors throughout the house connected to the binary sensor FGBS-001. I created a heating panel with appropriate temperatures for the bedrooms and a linked heating device for each room linking the temp sensor to the appropriate floor heating valve.

It is all working fine with the valves opening and closing depending on the temperature supplied by the sensor in each bedroom. The problem is how do I manage the Boiler???

I tried adding the boiler to the linked devices but that created a problem where one room reaches set temperature it would shut the boiler while another room below set temp would turn it on and the boiler kept flip flopping on and off.

There has to be a smart way of turning on the boiler when one of the valves turns on. can this be done in block scenes, any pointers on how to do this? I dont know LUA BTW.

 

thanks for your help.

regards

5 answers to this question

Recommended Posts

  • 0
Posted

Just maybe one way of doing this is to make global variable "runBolier". If this variable is equal to zero (0) then stop boiler. If one room temperature drops bellow set point then temperature sensor opens valve and adds +1 to the variable. Variable value is now 1 so boiler starts heating. Then if another room temperature drops bellow set point then valve opens and +1 is added to variable so value of variable is now 2 and boiler still heating. When first room temperature reached set point valve closes and subtracts -1 from the variable. runBoiler variable value is now 1 so boiler is still heating and will continue until last room reaches set point temperature and sets the variable value back to 0.

 

 

 

 

  • 0
  • Inquirer
  • Posted

    I played around with block scenes to turn on/off the boiler and basically did an "or" statement on all the FGS-221 connected to the heating valves (see pic). I thought (since I am still learning block scenes) that my scene would turn the boiler on when one of the devices was on but that I would need a separate scene to turn it off when the last valve was turned  off. But this one scene ended up also turning the boiler off when all valves where off. I guess what I am asking is this behavior normal for this scene?

    Appreciate any help in clearing up this issue?

    Please login or register to see this attachment.

    • 0
    Posted

    As I can see from scene picture provided, this scene can only start boiler if any of the valves is on but not turn it off. Is there any other scene that control boiler or it is turning off due to pressure in the system when all valves are closed?

    • 0
    Posted (edited)

    Have you tried to change from block scenes to LUA and just add 

    Please login or register to see this code.

    after 

    Please login or register to see this code.

    The "then"-statement should be at the end of your script.

     

    Or you have a look to this post:

    Please login or register to see this link.

    Edited by Muehle
    Added Link
    • 0
  • Inquirer
  • Posted

    Thanx I will give it a try. it makes sense.I now have an "or" scene to turn it on and an "and" scene to turn it off. 

    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...