Need help with OH2 and hue light demo setup

Hi,

I just installed OH2 and trying to get the demo to work with hue lights but having a hard time. I can control the HUE lights with paperUI but not with the demo site.

Here is my items.
/* Lights */
Color Light_GF_Living_Table “Table” (GF_Living, Lights) { hue=“1” }
Color Light_GF_Living_Table2 “Table2” (GF_Living, Lights) { hue=“2” }
Color Light_GF_Living_Table3 “Table3” (GF_Living, Lights) { hue=“3” }

Thanks

I’m seeing items being turned off in the log but the lights are still on.

16:50:08.123 [INFO ] [smarthome.event.ItemCommandEvent ] - Item ‘Light_GF_Living_Table’ received command OFF
16:50:10.092 [INFO ] [smarthome.event.ItemCommandEvent ] - Item ‘Light_GF_Living_Table2’ received command OFF
16:50:10.545 [INFO ] [smarthome.event.ItemCommandEvent ] - Item ‘Light_GF_Living_Table3’ received command OFF
16:50:10.561 [INFO ] [marthome.event.ItemStateChangedEvent] - Light_GF_Living_Table3 changed from 0,0,100 to 0,0,0

You did auto discovery with hue2.0 binding, didn’t you? Then you have to use the channels from your things that represent your hue bulbs. See http://docs.openhab.org/tutorials/migration#understanding-things for details.