Hello! So I just successfully converted my Govee Cylinder lamp to WLED. It was a pretty involved process. I replaced their MCU with an ESP32. The result is great. The animations of the effects are much less choppy and I like the WLED effects a lot more. This lamp has aRGB LEDs and separate warm and cool white LEDs controlled via mosfets using PWM within the array. I’m having issues getting the settings in WLED to behave like the original Govee in terms of white handling. Ideally, I want the lamp to use only the white leds when I select solid warm or cool white colors, but keep them off and use the ARGB leds for all other colors and effects. I set the ARGB lights as the first segment. I then set the 2nd segment to CCT with the 2 gpios controlling the mosfets. With the settings I’ve tried, I was able to get them to work individually, meaning I have to turn on/off the color leds or white leds to switch between them. This is annoying, especially in home assistant because it treats this lamp like 3 separate lights. When I tried the settings with WLED using both at the same time, it would run the white leds when displaying non-white colors or run the color leds when displaying white only. I’d really appreciate the help if anyone knows the best settings to fix this.