OpenHab 2 Homekit on iOS Device

Hi Community

I am new on openhab and setup a OH2 on a RP2 with openhabian.
I have add my hue lightingsystem to OH2 without any problems.
Next i have install the homekit binding and configure it.
This is my homekit.items

Switch	hue01_power	        "Hue Wand"                 ["Lighting"]	     { channel="hue:0210:00178828a92e:1:color" }
Dimmer  hue01_dimmer		"Hue Wand Dimmer"          ["Lighting"]      { channel="hue:0210:00178828a92e:1:color" }
Color 	hue01_farbe	        "Hue Wand Farbe"           ["Lighting"]      { channel="hue:0210:00178828a92e:1:color" } 
Dimmer 	hue01_farbtemp	        "Hue Wand FarbTemp"        ["Lighting"]      { channel="hue:0210:00178828a92e:1:color_temperature" }

After pairing my ios device with openhab i can see 4 items like hue01_power, hue01_dimmer, hue01_farbe, hue01_farbetemp.

Need i to group items before or what is the best way to have 1 item in ios to controll power, color and brightness?

Search for “HSBType” in this forum and you will find your answer.

Also this tutorial is very helpful:

Good luck.

I try this. Thanks

just define the color item with [“Lighting”]
that will do all what you want

So simple. great