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 (edited)

Hello, i want the RGBW-Contoroller to set a specific color each time it is turned on - no matter witch color-setting or brightness it was turned off. I tried it with scenes, but the only value i get from the controller is get.value - and with this the colorsetting runs in a loop and is not changeable after switching on. I think the only way is to turn the controller in In/out mode - but i still want to use hold momentary-switch function to control the brightness.

 

Any ideas?

 

Configuration:

RBGW-Mode

momentary Switch

RGBW-Stripe

Edited by Radiohead
Posted

the way to set this up would be using the switch.

i use a toggle switch and i run a scene which is fixed to a certain colour every time it is switched 'on' ie when (value == '1')

 

if ( fibaro:getValue(ID,'value') == '1') then fibaro:call(ID, 'setColor','R','G','B','W') end

 

with momentary you would have to do some extra coding to determine whether you switching on/off as when you press and let go, it would see a value as '1' then '0' or turn off the strip lights by another method..

 

hope this helps

 

 

  • Topic Author
  • Posted

    Thank you for your idea, but this is not practicable for me. I have 5 momentary switches in a row to control this device and i sill want to use the dimming function by holding the button.

    Posted

    let me know how you are using the 5 momentary switches?

     

    my assumption is IN1 to IN4 is connected to 4 of them?

    the 5th one to turn on/off??

     

    if so 5th momentary can be used as above...

  • Topic Author
  • Posted

    i wrote "in a row" so i mean 5 on port1. in this case i cant use switches.

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