[SOLVED] My Color Temperature Light does not work

Hi Jesper,

please have a look at the TRÅDFRI binding docs.

As it seems your using .items files for your items and not the PaperUI?
You need to define your color bulbs as Colour Temperature Light or even Extended Colour Light within your items.
Currently you defined your color lights as as basic dimmable light with the thing type 0100.
Please try to change this thing type to 0200 or 0210.

For example:

Switch Stue_Lys_Sofa “Stue lys, sofa” { channel=“tradfri:0210:gwdcefcabd28e7:65571:color” }
Dimmer Stue_Lys_Sofa_Daemper “Stue lys, sofa” { channel=“tradfri:0210:gwdcefcabd28e7:65571:color” }

By the way: Please have a look at this thread that describes how to put your code into tags to make it easier to read.

kind regards
Michael

Edit: Changed the thing types because they´re a little bit different to the hue binding :slight_smile: