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

RGWB Led Strip with remote control?


Question

Posted

Hello all

 

I have a fibaro RGBW setup in my house and it works great. However i have another application that needs something similar but ideally requires a remote to change colours and also start scenes.

Basically this will be put round a wooden cabin outside. I dont want to use a phone to change colours or scenes etc so a basic remote is required that i can change the colour with and also start/stop fibaro scenes. Does anyone know of anything that will work? I'm open to any manufacturer as long as it works with the HC2.

 

Cheers

Mat

8 answers to this question

Recommended Posts

  • 0
Posted
4 hours ago, M4T VW said:

so a basic remote is required that i can change the colour

 

Hi @M4T VW

You could use the aeotec minimote running as a secondary controller ( approx €50)

Please login or register to see this link.

 

It works well with the HC and with a bit of lua you can use it to run scenes or press vd buttons

It has 4 buttons with 2 press events (single press and press + hold ) so you can drive 8 actions

I have a few and they are fast to respond for me (I use them to control sonos players on the bedrooms) 

It has a rechargeable batters (through a mini usb port) and estimates would seem to suggest 3-6 months depending on use

 

The lua code to control actions is below

 

Please login or register to see this code.

 

 

 

 

  • 0
  • Inquirer
  • Posted

    Thanks for the reply!

    It looks like a good idea.

     

    Looking into it, The fibaro keyfob might be a better option as it has up to 30 buttons. (Single click, double, triple etc) This means i could map buttons to change colours.

    Is that possible in the coding to mix colours with buttons so you would hold one button for R and it turns the red channel up, and one for B (blue) etc?

     

    Also, as i'm going to be quite far away from the HC2, does either of these remotes use the mesh network created by the HC2?  Would i have any problems with that?

     

    Cheers

    Mat

    • 0
    Posted (edited)
    29 minutes ago, M4T VW said:

    Looking into it, The fibaro keyfob might be a better option as it has up to 30 buttons. (Single click, double, triple etc) This means i could map buttons to change colours.

    Is that possible in the coding to mix colours with buttons so you would hold one button for R and it turns the red channel up, and one for B (blue) etc?

     

    I'm sure some of this may be possible but i have no experience with the keyfob

    Its worth mentioning if you will recall the actions of all button combinations or would it be better to stay with a smaller number of combinations that are useful to you

    30 minutes ago, M4T VW said:

    Also, as i'm going to be quite far away from the HC2, does either of these remotes use the mesh network created by the HC2?  Would i have any problems with that?

     

    All zwave devices will utilise the "mesh" to track back top the HC2 but this may impact response time

    Could you indicate how far from the HC2 the remote/keyfob device will be and if other powered zwave devices will be close to where you are using the remote/keyfob device

    Edited by AutoFrank
    • 0
    Posted

    hi

    the keyfob will work and as mentioned you will then need to remember what each button corresponds to.

    regarding trying to increase the 'RED' channel or other channels by pressing a button i have not tried myself so dont know if that is possible.

    could be a little project to look into when i get a chance but definitely you can add the following line to the button:

     

    fibaro:call(RGBWID, "setColor", "R","G","B","W")

     

    RGBWID - ID OF DEVICE

    R,G,B,W = VALUE OF THE COLOUR RANGE IS 0 TO 255

     

    have a look at my other thread for LUA scene...

     

     

     

     

     

     

    • 0
  • Inquirer
  • Posted

    Excellent, thanks guys. I'm going to order one and try it out. I can use it for other things if it doesnt work.

    (I wonder if it's waterproof to use it in the hot-tub haha)

    • 0
    Posted
    1 hour ago, M4T VW said:

    Excellent, thanks guys. I'm going to order one and try it out. I can use it for other things if it doesnt work.

    (I wonder if it's waterproof to use it in the hot-tub haha)

     

    Can I recommend this topic?

     

     

    • 0
  • Inquirer
  • Posted
    17 minutes ago, petergebruers said:

     

    Can I recommend this topic?

     

    Many thanks! It looks good.

     

    Could you tell me if you think it's possible to assign the hold button feature to map to an RGBW channel?

    • 0
    Posted

    I do not know how well it behaves with an RGBW. Theoretically, you can have 3 pairs of buttons which control a dimmer. Never tried. All my RGBW setups cycle through a few favorite programs.

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