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

Mutually exclusive "on" for 2x devices (in this case dimmers)


Question

Posted

Hello,

 

 

Background:

 

I have 4x Warm/Cool downlights. The manufacturer sells these as a three wire downlight with a smart wifi driver to control bothg warm and cool.

 

I have figured out a way  to treat these as two separate lighting circuits - they share a common positive, but the negative(s) each go to a separate dimmer. Net result: I have 'warm' and 'cool' lighting just a click away with two buttons on the wall.

 

The problems is that these lights have no power limitation - a CV driver will destroy them....I have to feed each light 550ma only. 

 

Problem is, I can accidentally turn on cool without turnin off warm....net result, each light has 1100ma going thru it. What's worse, once I rush to turn one or both off, one or two lights will randomly flash and I have to dim/on/off a lot to get them to settle down.

 

 

Goal:

If a request to turn on dimmer 1 is received, turn off dimmer 2 first (if it is on)

If a request to turn on dimmer 2 is received, turn off dimmer 1 first (if it is on)

 

So far:

I've tried a basic block scene, but these work more like:

As dimmer one turns on, turn off dimmer 2.

That is not a blocking logic, and the two circuits are on at the same time.

 

So...

Is there a way to prevent one circuit even turning on until the other turns off, while still using standard dimmer 2 physical switches and minimal delay?

 

1 answer to this question

Recommended Posts

  • 0
Posted

Assuming you aren't using an HC lite, You can easily convert the block code to LUA and then edit it from there, to make the logic that you describe. Just add commands that switch off both dimmers before turning on the selected one on. (This should be possible with a home centre 2 block scene i would have thought??).

It is still possible though, to have both dimmers on at the same time (for example, by clicking in the GUI). 

 

If you want a truly fail-safe method, you need slave relays connected to another fibaro device. The first relay is SPDT, and selects which colour. The second relay turns the whole light fitting on and off. This will require more hardware (fibaro dimmer + double switch + relays) and coding though! Up to you depending on the risk of having both dimmers on momentarily. 

 

 

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