Hue bulb 210 or 220 for latest color lamps?

Hi,

I have a hue bulb latest version who can do dimmer, color and color_temp. At least in the hue app, I can chose white warm, white cold, colors, and also intensity.

When looking at the table with all the codes, I hesitate between 0210 and 0220 because none of them have all the options for my bulb.

Also when I look in the logs, I can see:
11:40:58.215 [INFO ] [me.event.ThingStatusInfoChangedEvent] - ‘hue:0210:1:bulb2’ changed from ONLINE to OFFLINE: Bridge reports light as not reachable
11:40:58.228 [INFO ] [me.event.ThingStatusInfoChangedEvent] - ‘hue:0220:1:bulb2’ changed from ONLINE to OFFLINE: Bridge reports light as not reachable

so it is as if the hue bulb is composed of 2 items.

Is it correct?

Not on my HUE :grinning:

Did you manually configure your Things? Then you probably made a mistake.

Things:

Bridge hue:bridge:123456789 [ ipAddress="192.168.2.xx", userName="xyzxyzxyzxyz" ] {
	0210 1 [ lightId="1" ]
	0210 2 [ lightId="2" ]
	0210 3 [ lightId="3" ]
	0210 4 [ lightId="4" ]
	0210 5 [ lightId="5" ]
}

Items:

Switch	Hue_Bulb1_Toggle "Hue Bulb1" { channel="hue:0210:0017882e7a2d:1:color" }
Dimmer  Hue_Bulb1_Dim "Hue Bulb1 Dim" { channel="hue:0210:0017882e7a2d:1:color" }
Color 	Hue_Bulb1_Color "Hue Bulb1 Color" { channel="hue:0210:0017882e7a2d:1:color" }
Dimmer 	Hue_Bulb1_ColorTemp "Hue Bulb1 Temp" { channel="hue:0210:0017882e7a2d:1:color_temperature" }