Lovelace custom cards RGB individual sliders

Good Morning,

I have a Tuya RGBCCT LED controller and I’m looking to create individual cards to control the brightness of each channel separately. Specifically, I want to control red, green, blue, white, and warm white individually. I’ve been searching for a solution for the past week but haven’t found anything. Can anyone provide guidance on how to achieve this?

Thanks,
Etienne

I have a little experience with lights.
But I think there is a possibility to change colors\brightness by service calls.
Then a possible solution could be creating 4 input number helpers (color, brightness), adding sliders on any cards supporting sliders, calling the mentioned services in automations triggered by a change of a corr. helper.

Thanks for your reply. Can you please tell me how I can see the individual channels as under the supported states under development tools I can only see the below.

effect_list:

  • Solid
  • Wake up
  • Cycle up
  • Cycle down
  • Random
    supported_color_modes:
  • hs
  • white
    effect: null
    color_mode: null
    brightness: null
    hs_color: null
    rgb_color: null
    xy_color: null
    friendly_name:RGBWW
    supported_features: 36

Thanks again for your support