Hue Emulation - only "Color Temperature Light"

Hello,

i used openhab 2.5.0.M1 and the addon2 package from the testing repo with the knx 1.x Binding.
I want to bring my knx lights and switches to alexa.
So far the basic function it work, i can power on/off the lights - but i habe a problem, all lights where set up as “Color Temperature Light”

/api/testuser/lights?debug=true

Exposed lights:

Arbeitszimmer Licht: Color Temperature Light
	on: false, brightness: 0, reachable: true
Kinderzimmer 1 Licht: Color Temperature Light
	on: false, brightness: 0, reachable: true
Kinderzimmer 1 Seilsystem: Color Temperature Light
	on: false, brightness: 0, reachable: true
Kinderzimmer 1 Schranklicht: Color Temperature Light
	on: false, brightness: 0, reachable: true

my knx.itms look like

Dimmer og_az_1 "Arbeitszimmer Licht" <light> (gArbeitszimmer, gOGLight) ["Lighting"] { knx="3/5/2+<3/5/3, 3/5/4, 3/5/0+<3/5/1" }
Dimmer og_kz1_1 "Kinderzimmer 1 Licht" <light> (gKinderzimmer1, gOGLight) ["Lighting"] { knx="3/3/3+<3/3/4, 3/3/2, 3/3/0+<3/3/1" }
Switch og_kz1_2 "Kinderzimmer 1 Seilsystem" <switch> (gKinderzimmer1, gOGLight) ["Switchable"] { knx="3/3/7+<3/3/8" }
Switch og_kz1_3 "Kinderzimmer 1 Schranklicht" <switch> (gKinderzimmer1) ["Switchable"] { knx="3/3/5+<3/3/6" }

can somebody help my - where is my issue ?

br goofy

Can you check the service configuration please? In PaperUI there is a tab for services.

Hello,

Configure Hue Emulation org.openhab.hueemulation

Name pairingEnabled
Value false

Name pairingTimeout
Value 120

Name createNewUserOnEveryEndpoint
Value false

Name restrictToTagsColorLights
Value ColorLighting

Name restrictToTagsWhiteLights
Value Lighting

Name discoveryIp
Value 172.16.0.93

Name discoveryHttpPort
Value 80

Name restrictToTagsSwitches
Value Switchable

Hm. That is setup correctly.
The service should have used a switch type instead of a color bulb type for “Seilsystem” and “Schranklicht”.

I have prepared a rewrite that includes Hue scenes, rules and schedules, so I rather concentrate on that at the moment tbh.

OK, so it’s may be i little bug ?
No problem, do you think you can have a look on it after your actual doing ?