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


Question

Posted

Hey everyone, I have a  window that has a electric blind on it as well, When Fibaro closes the blinds it will shut the blind regardless of the window being open or not. This is what i need to happen i would like the to only shut when the window is in the closed position, when it is open the blind to NOT be able to shut. I have a Fibaro window sensor on the window, has anyone done this Scene yet?

10 answers to this question

Recommended Posts

  • 0
Posted

the red markers to make the door a condition it is closed  (uncheck use as trigger). 
the blue arrow to what should trigger the electrical shading.

just an exampel at a spesific time. could also be a lux level, profile change or what else u imagine :D 

 

 

image.png.ecc39fcebb7df8bacabf4f7fe617f4bb.png

 

 

  • Like 1
  • 0
  • Inquirer
  • Posted

    Thanks but time has no value just all the time to operate so blinds wont shut, when window open, but i will try to create a scene and see if that works, 

    • 0
  • Inquirer
  • Posted

    In doing as above i cant save as it requires Do the Following to complete to process? 

    • 0
    Posted (edited)

    yeah, you have to add shutter on the action side to close like this 😄

     

    Please login or register to see this image.

    /monthly_2024_06/image.png.b0941dd2293603ec77cbda011a4cdd0a.png" />

    Edited by Brors94
    • 0
  • Inquirer
  • Posted

    Thanks , i do require the blind to ONLY be able to close though when the Window is Closed ONLY, when the window is OPEN the Blind NOT to be able to close😊👍

    • 0
    Posted
    On 6/19/2024 at 7:58 AM, Todd Magatelli said:

    Hey everyone, I have a  window that has a electric blind on it as well, When Fibaro closes the blinds it will shut the blind regardless of the window being open or not. This is what i need to happen i would like the to only shut when the window is in the closed position, when it is open the blind to NOT be able to shut. I have a Fibaro window sensor on the window, has anyone done this Scene yet?

    What do you mean by "When Fibaro closes the blinds"? Do you have any scene/scenario where your blinds are automatically closed?

    Or do you just mean when you press the button to close?

    How is this electric blind controlled?

    • 0
  • Inquirer
  • Posted

    It is closed by either remote or fibaro or Google all controlled by a bridge, I have had that when i have told google to close my kitchen blind it says that closing all blinds and when my theatre room window is open it binds up on it and damaged the blind. So would like to have it so when that window is open that it will not close that blind regardless. Thanks

    • 0
    Posted

    How is the blind then connected and bound to your HC3? Do you use a Fibaro Rollershutter2/3 or anything else?

     

    If you use a Fibaro RS2/3 you can create a Lua Scene to set the protection of the blind.

    If not, I don't know how you could realize it.

     

    With this scene you will set the remote protection when opening the window and reset it when closing the window.

     

    As condition you have this:

    {
      conditions = { {
          id = XXX,
          isTrigger = true,
          operator = "==",
          property = "value",
          type = "device",
          value = false
        }, {
          id = XXX,
          isTrigger = true,
          operator = "==",
          property = "value",
          type = "device",
          value = true
        } },
      operator = "any"
    }

    Replace the XXX with your ID of your D/W Sensor.

     

    And this as actions:

     
    if sourceTrigger.value == false then
        hub.call(tonumber(blindID), "setProtection", 0, 0--closed window
    elseif sourceTrigger.value == true then
        hub.call(tonumber(blindID), "setProtection", 0, 1--opened window
    end

    blindID is the device ID of your RS2/3.

     

    With this you will set the remote protection of the blind, so no automatic scene etc. will drive this device.

     

    • 0
  • Inquirer
  • Posted

    My Blind is connected through automation bridge and using Bond Bridge, 

    • 0
    Posted (edited)

    Shutter Automation Field Insights from US Shutters & Blinds
         *(300+ Smart Home Integrations Documented)*

    Sensor Placement Solutions
     Window contact sensors often conflict with shutter frames. Our team at

    Please login or register to see this link.

    recommends:
            ✓ Recessed Sensors – Installed in window jambs (ask us for frame-compatible guides)
            ✓ 45° Offset Brackets – Essential for Z-Wave sensors near metal tracks

    Why Our Shutters Outperform Blinds in Automation

              Military-Grade Durability – 5-7x longer lifespan than standard motorized blinds

              Sleek Wiring – All components hide in patented side channels

              Energy Fortress – R-5 insulation rating when closed

    Battery Optimization
      US Shutters & Blinds’ composite materials require 30% less motor force than wood:

              Extends battery life 4-9 months in Fibaro/Yale systems

              Critical for solar-reliant coastal homes

    Pro Tip: We provide pre-install automation checklists with every order – test all sensors before final mounting!

    Edited by James Robert
    • Like 1

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