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


Recommended Posts

Posted

I have just finished upgrading a 3-gang wall switch in my kitchen to a 4-gang, with two FGS-221 dual relay switches behind it. There are only three light sets to control, so I have an unused output channel, and a spare switch which I've connected to the spare input.

Is there any way to set up the associations so that the spare switch controls all three outputs? I've tried setting up associations for Group 2, but the only channels I can see are the first channel of the other switch - I can't seem to create an association with the second channel of the other switch, or indeed the first channel of this switch.

Posted

Make a scene that detects the state of the spare relay and then switches on or off the other three lights.

Something like:

if relay_switch spare == 1

then

turnOn switch 1

turnOn switch 2

turnOn switch 3

else

turnOff switch 1

turnOff switch 2

turnOff switch 3

end

  • Topic Author
  • Posted

    Thanks, that worked. I've added two block-based scenes, one for on and one for off. It takes about a second to turn all three channels on of off. Making it run faster would be great but I can live with it.

    Posted

    You might want to try to put the switches in a "Devices Group". In the block scenes instead of selecting each individual device under "Devices" you can select them all under "Devices -> More Devices". This might run faster.

  • Topic Author
  • Posted

    I did use a device group. Performance isn't too bad, it's just not instant. Which for some reason confuses the rest of my family.

    Please login or register to see this image.

    /emoticons/default_icon_rolleyes.gif" alt=":roll:" />

    Posted

    Well, the last thing you can try is to convert your block scene to lua. Maybe that will run faster.

    Join the conversation

    You can post now and register later. If you have an account, sign in now to post with your account.

    Guest
    Reply to this topic...

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