Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Combine Channels #27

Open
ShiranNYC opened this issue Mar 11, 2023 · 3 comments
Open

Combine Channels #27

ShiranNYC opened this issue Mar 11, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@ShiranNYC
Copy link

Hi,

Is it possible to combine channels to use with a color picker for example. Designate RGB to color picker.

Below are the channels of the fixture I have:

CH Value Function
1 000-255 All dimmer
2 000-255 Strobe
3 000-255 Macro effect
4 000-255 Macro Speed
5 000-255 R dimmer
6 000-255 G dimmer
7 000-255 B dimmer
8 000-255 W dimmer
9 000-255 Y dimmer
10 000-255 P dimmer

Thanks!

@Breina
Copy link
Owner

Breina commented Mar 11, 2023

Absolutely!

You can put

        - channel: 5
          name: my_rgb_lamp
          type: rgbw

This will create a light entity with a color picker and a white channel. That wil combine channels 5 to 8 in your example.

More information, see the type property: https://github.com/Breina/ha-artnet-led#device-configuration-variables

@ShiranNYC
Copy link
Author

ShiranNYC commented Mar 12, 2023 via email

@Breina
Copy link
Owner

Breina commented Mar 12, 2023

In the current version not unfortunately. I can add this requirement into the next rework if you'd like that. :)

@Breina Breina added the enhancement New feature or request label Jul 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants