I have a Tuya smart bulb that has separate RGB and white LEDs and within the Tuya app I was able to operate the color and white independently to give cool white, warm white, etc. I flashed the bulb with Tasmota and now that functionality has disappeared. If I choose a color within Home Assistant the white LEDs are switched off and and only the RGB LEDs are functional. If I choose white I am only able to dim it and not able to add color. My Tasmota module configuration is:
- Defined as Module Type “Generic”
- Define GPIO14 ® as PWM1
- Define GPIO012 (G) as PWM2
- Define, GPIO13 (B) as PWM3
- Define GPIO04 (W) as PWM4
It is connected as MQTT to mosquitto broker.
Should my module configuration be different?