You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After adding RGBW commands support (#280) please change MQTT integration in following way:
Add separate state values for RGB and Dimmer parts as state/rgb/on and state/dimmer/on. Common "state/on" may be left as it is.
Add separate topic for execute_action for RGB and Dimmer parts: "~/execute_action/rgb" and "~/execute_action/dimmer". Common topic "~/execute_action" may stay as it is.
Additionally change "on_cmd_type" to "last".
Changes should be done for RGBW, RGB, and Dimmer - when flag SUPLA_CHANNEL_FLAG_RGBW_COMMANDS_SUPPORTED is set.
Here is example of HA discovery for RGB part (used on device's local MQTT integration):
After adding RGBW commands support (#280) please change MQTT integration in following way:
Additionally change "on_cmd_type" to "last".
Changes should be done for RGBW, RGB, and Dimmer - when flag SUPLA_CHANNEL_FLAG_RGBW_COMMANDS_SUPPORTED is set.
Here is example of HA discovery for RGB part (used on device's local MQTT integration):
and here is a dimmer part:
The text was updated successfully, but these errors were encountered: