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

Hot Water Return Pump


Question

Posted

Hi - could do with a bit of help please... Just finished a rebuild of my house and integrated Fibaro.

 

I have a hot water return pump controlled by a Fibaro relay. I also have 5 motion sensors (3 in bathrooms, 1 in the stairway and 1 in the kitchen) - I’d like to switch the pump on for 3 mins when the motion detector is breached... the problem I have is preventing a constant cycle due to people moving round the house. I tried a scene in block builder that said:

 

- 1 scene every 15 mins between 11:00 to 10:59

- motion breached on any motion sensor

- Turn pump on 

- and 

- turn pump off after 180 sec delay 

 

but it didn’t work - what am I doing wrong? Can I achieve what I want in block builder?

 

Thanks, Andrew

5 answers to this question

Recommended Posts

  • 0
Posted

Hi

Try this

 

motion1 breaket
or
motion2 breaket
or
motion3 breaket
or
motion4 breaket
or
motion5 breaket
Then
turn pump on
and
turn pump off after 180 sec delay

  • 0
  • Inquirer
  • Posted
    5 hours ago, hTiger1 said:

    Hi

    Try this

     

    motion1 breaket
    or
    motion2 breaket
    or
    motion3 breaket
    or
    motion4 breaket
    or
    motion5 breaket
    Then
    turn pump on
    and
    turn pump off after 180 sec delay

    Thank you for the reply - is there anyway i can add a "no repeat for the next 15 mins" ???

    • 0
    Posted

    Hi

     

    1) Create a variable: NoRepeat that can be 0 or 1

    2) Add at the end of the first scene: NoRepeat = 0

    3) Create a scene more with the content:

    Pump = off 900
    then
    NoRepeat = 1

     

    4)
    motion1 breaket and
    NoRepeat = 1
    or
    motion2 breaket and
    NoRepeat = 1
    or
    motion3 breaket and
    NoRepeat = 1
    or
    motion4 breaket and
    NoRepeat = 1
    or
    motion5 breaket and
    NoRepeat = 1
    then
    NoRepeat = 0
    turn pump on
    and
    turn pump off after 180 sec delay

     

    Hope it will work :)

    • 0
  • Inquirer
  • Posted
    11 hours ago, hTiger1 said:

    Hi

     

    1) Create a variable: NoRepeat that can be 0 or 1

    2) Add at the end of the first scene: NoRepeat = 0

    3) Create a scene more with the content:

    Pump = off 900
    then
    NoRepeat = 1

     

    4)
    motion1 breaket and
    NoRepeat = 1
    or
    motion2 breaket and
    NoRepeat = 1
    or
    motion3 breaket and
    NoRepeat = 1
    or
    motion4 breaket and
    NoRepeat = 1
    or
    motion5 breaket and
    NoRepeat = 1
    then
    NoRepeat = 0
    turn pump on
    and
    turn pump off after 180 sec delay

     

    Hope it will work :)

    Thanks for the help - will try it out! Do I have to create in LUA - just starting out and I can grasp the logic of the block builder but not started getting up to speed with LUA yet!!

    • 0
    Posted (edited)

    Hi
    I have HCL so no lua.
    Try to create in block, so you can convert to lua and learn the code that way.

    Edited by hTiger1

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