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

roller shutter 3 set a middle position


Amir142

Question

I saw that there is a button in the roller shutter 3 HC2 ui which has 3 horizontal lines. I assumed this button was for setting a middle position where the blinds are not quite closed (letting in a bit of light).

But when I press the button it sets the position to 1% which barely moves the blinds. My question is how can I change what this button does or at what percentage it sets the blinds?

  • Like 1
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

hi @Amir142,

Note: i only have roller shuter 2, might be different for shutter 3.

I think this button is not meant for that. I think it fully opens/fully closes the blinds only.

 

The roller shutter has no idea of the current angle of the lamellas. You can set a parameter that determines how long it takes your blinds to turn the lamellas

from fully open to fully closed. The better you adjust this parameter, the more accurate the visualization in HC2 will be.

 

To achive what you want you will need a lua script. something like this:

  • get the current percentage of the blindes
  • Add 2% to fully close them (so you have always the same starting point)
  • Set them to open for x seconds (or milliseconds)
  • then stop them

like this you should be able to get a similar result each time.

br - kro

Link to comment
Share on other sites

  • 0
  • Inquirer
  • On 9/6/2019 at 3:03 PM, kroeatschge said:

    hi @Amir142,

    Note: i only have roller shuter 2, might be different for shutter 3.

    I think this button is not meant for that. I think it fully opens/fully closes the blinds only.

     

    The roller shutter has no idea of the current angle of the lamellas. You can set a parameter that determines how long it takes your blinds to turn the lamellas

    from fully open to fully closed. The better you adjust this parameter, the more accurate the visualization in HC2 will be.

     

    To achive what you want you will need a lua script. something like this:

    • get the current percentage of the blindes
    • Add 2% to fully close them (so you have always the same starting point)
    • Set them to open for x seconds (or milliseconds)
    • then stop them

    like this you should be able to get a similar result each time.

    br - kro

     

    can you help me write this script I've never worked with lua before.

    and how would I activate this script when I press the button?
     

     

    Link to comment
    Share on other sites

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