Hi all,
I have :MDT DALI Gateway. Openhab 4.3.1, RGBW Stripe
I have configured the device as
I found in the documentation:
RGBW (DPT 251.600) can either be converted to HSBType, or represented by two items: a HSBType for RGB and an additional PercentType for the W channel. Default handling for RGBW is to use separate items. Note that this also requires two frames to be sent out separately when these elements are sent to the bus, as the binary representation uses a partially populated KNX frame. Alternatively, a single HSB item can be used. Conversion to a single HSBType will lose the exact setting for W, and will reconstruct it when a conversion to RGBW is required. This option can be selected using the special DPT 251.60600.
#Channel Type contact
, contact-control
Openhab config:
Type dimmer : G05 "G05" [ switch="1/1/32+<1/2/32", position="1/3/32+<1/5/32", increaseDecrease="1/4/32" ]
Type color : G05_HSB "G05 - HSB" [ hsb="251.60600:2/1/32+<2/3/32" ]
I don’t understand what is meant with the explanation in the doc. How to get that working?