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

Question

Posted (edited)

 

Hello everyone,

 

As many before on this forum I'm working on my heating system and want to convert my current single room heating plan into to a multi zone heating plan.

I want to integrate my boiler into my heating plan but want to create some safety interlock that I won't fire up the boiler if all the thermostats are closed.

 

I think this is a very important feature and often overlooked as the behavior of a thermostat is to close more and more when the thermostat is reaching it's set-point to prevent overshoot.

 

So therefore I need to know what to position is of the valve, based on that condition i went for the TRV's of eurotronic as it stated in the manual that it is able to report it's current valve position.

And it looked like everything would work correct with the fibaro template as I was able to set parameter 6 and enable the valve postion reporting.

 

I think everything is configured correctly but i have a bit of strange behavior now in fibaro when I enable parameter 6.

 

The setpoint value is getting overwritten with the valve position percentage:

 

Setpoint displays: new setpoint in degree Celsius

 

Please login or register to see this image.

/monthly_2020_10/Setpoint.PNG.ca6a52ca33e2e391597dbb891342b80d.PNG" />

 

After few minutes same device is overwritten and setpoint value displays Open valve percentage (unit doesn't update and stays on degree Celsius):

 

Please login or register to see this attachment.

 

Enabled parameter 6.

 

 

parameter6.PNG.a8bc63e818ea16b5a69ee71df48868a3.PNG

 

When i change setpoint and debug the info.

I noticed the following behavior:

 

Setpoint change -> Setpoint value displays setpoint -> after few minutes Setpoint value displays: valve position -> Setpoint value displays setpoint value again.

 

luachangeSP.PNG.65a903c7a84495085b49d2d24da6bc63.PNGluavalveposSP.PNG.fe8e9bd22a53e9db04fee09cfb752d95.PNG

 

Maybe I'm looking at the wrong values but here is the list of the available values:

I wasn't able to locate the opening valve percentage value in this list to make a virtual device as work around..

 

Getsetpointinfo.PNG.b338526ad565de807cd880fc37c88d45.PNG

 

Does someone have a solution for my problem?

I would like to receive the actual setpoint and the open valve percentage on a different value/device.

 

 

 

 

 

 

 

 

 

Edited by CoopR
adding tags

Recommended Posts

  • 0
Posted (edited)

Yes, I can confirm this is working as Jeroen_ had explained it. I am doing it since last year with some minor changes:

When turning on the Thermostat, I am using following sample logic:

         fibaro:debug("*** Turning on Heating in Room")
         fibaro:call(Heating ID, "setMode", "1")   -- set the Heating to ON
         fibaro:call(Heating ID, "setMode", "15") -- set the Heating to MAX - use this to open the valve directly
         fibaro:call(Thermostat ID, "setThermostatSetpoint", "1", "28")  -- set the Thermostat to 28°C 

 

When it has to be turned off I use:

         fibaro:debug("*** Turning off Heating in Room")
         fibaro:call(Heating ID, "setMode", "0") -- set the Heating to OFF - will closed th valve
         fibaro:call(Thermostat ID, "setThermostatSetpoint", "1", room.roomSetpoint)  -- I am using another logic to set the Thermostat back to the value maintained in the Heating Panel

 

When you install the Thermostat you will get the below two functions, beside the Temperature

 

Heating ID is the ID from 

Please login or register to see this image.

/monthly_2021_03/image.png.a48ce579c47f10b8c281e85dbb122fe7.png" />

 

Thermostat ID is the ID from image.png.9c2b8099bc32eb7ec7f436910fee8cfa.png

Edited by AlexFl.

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