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

Hi there i need some help.

I have one light conected to a dimmer 2 controller by S1, on/OFF and dimme Up and Down. Now i want to control the same light from another dimmer2 from the s2 on/OFF and dimme Up and Down. I have a hc2, but im really new to fibaro i come from the plc World. Please help

5 answers to this question

Recommended Posts

  • 0
Posted

Hi, Not sure if this is exactly what you are looking to do. Vesternet have some good worked examples.

Please login or register to see this link.

  • 0
  • Inquirer
  • Posted

    i just want to control 1 light connect to a fibaro dimmer 2, and then control it from another dimmer 2

    • 0
    Posted

    May I ask why? It's enough with one dimmer if the are in a 2/3 way connection. Eg. I got 3 buttons for one of my lights, above this a got the fibaro dimmer. All 3 buttons controls the dimmer and can adjust the light.

    • 0
    Posted

    i think i know what you wanna do.

    enable scene activation in the parameters of the 2nd dimmer module.

     

    then create a scene and under properties type:

     

    ID sceneActivation

     

    where ID is the ID of the 2nd dimmer

     

    then if you are using the 3 way retractive momentary switch where you can dim up/down then the scene activation commands are:

    double click up or down is 14

    triple click down is 15

     

    local sa = fibaro:getValue(ID2,'sceneActivation')

     

    if (sa == '15') then fibaro:call(ID1,'turnOn') end

     

    ID1 = light that needs controlling

    ID2 = dimmer that is controlling it

    scene 15 is triple click down

     

    hope this makes sense

    • 0
    Guest FredrikKarlsson
    Posted

    Hi there i need some help.

    I have one light conected to a dimmer 2 controller by S1, on/OFF and dimme Up and Down. Now i want to control the same light from another dimmer2 from the s2 on/OFF and dimme Up and Down. I have a hc2, but im really new to fibaro i come from the plc World. Please help

    Ok, I'm away from my dimmer 2 manual, but looking at this

    Please login or register to see this link.

    (page 17)

    You should be able to set this up simply by going into the device you want to control the othe one with using s2 and go into associations. Set an association with the dimmer being controlled in group 5 (multilevel) of this controlling dimmer.

    Save and wait a bit. Then you should be able to do what I think you want to do.

    (Without relying on scenes to, which might break on controller update)

    Fredrik

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