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

Hello , I have a problem .

I have 2 RGBW and I need one algorithm in LUA that makes same color for both  . (When one is on ,the other one start on with the same color)

I have done this for the moment:

 

local startSource = fibaro:getSourceTrigger();
if (
 ( tonumber(fibaro:getValue(167, "sceneActivation")) == 26 )
or
startSource["type"] == "other"
)
then
 fibaro:call(111, "turnOn");
 fibaro:call(8, "turnOn");
end

 

I'm sorry for my bad english ,I'm a begginer

Please login or register to see this image.

/emoticons/default_biggrin.png" alt=":D" srcset="https://forum.fibaro.com/uploads/emoticons/[email protected] 2x" width="20" height="20" />

 

Posted

Please login or register to see this link.

  • Topic Author
  • Posted

    It works...but with this Lua algorithm when i change a color the other one is changing only if a run again the scene

    Please login or register to see this image.

    /emoticons/default_sad.png" alt=":(" srcset="https://forum.fibaro.com/uploads/emoticons/[email protected] 2x" width="20" height="20" />

    Posted

    Did you change this line:

     

    20 color

     

    it should have the same number as the id_master

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