I have a few RGBW controllers that are running Espurna. I haven’t tinkered with HA in a long while but needed to update recently to solve some issues. Unfortunately I ran into MQTT errors due to white_value_command_topic
being deprecated.
Configuration of one of the RGBW controllers looks like this for RGB and W:
rgb_state_topic: lights/H801_1/rgb
rgb_command_topic: lights/H801_1/rgb/set
white_value_command_topic: "lights/H801_1/channel/3/set"
white_value_state_topic: "lights/H801_1/channel/3"
With the white_value related settings being deprecated I can’t find a way to control the white channel. There’s no setting in the firmware to combine them into RGBW for example so I’m limited to RGB only for now.
I know there are other firmwares such as Tasmota thay may work but if possible I would like to avoid tinkering with that as this setup has been working flawlessly.
1 post - 1 participant