Binding active but no thing available

Hey guys!

I have create my own yeelight binding. In my eclipse environment the binding works without any problems. I have built the plug-in with maven and copied the jar in /usr/share/openhab2/addons on my raspberrypi. When i called the karaf-console the binding is active.

...
216 │ Active   │  80 │ 2.3.0.201804291401     │ Yeelightbulb Binding
...

My binding provides a thing. But when i want to create a thing in the paperui my binding is not listed?
I also can not find any errors in the events.log?

I do not know what i have to do now. Thank you for your help!

Maybe your OH on RPI is too old and so incompatible with your just built 2.3 binding ?

It’s the latest openhabian release 2.2.0.

Can i provide you further informations to narrow down the problem?

I am so stupid…problem solved.

I have added the ESH-INF folder with the xml configuration files in the build configuration…that was all.