Hi,
i have a simple embarrassing question about developing binding.
I installed eclipse for debugging a binding (https://next.openhab.org/docs/developer/#develop-a-new-binding)
Now i’m editing pom.xml in org.openhab.demo.app and add my binding and resolve in app.bndrun.
Now i’m able to start openhab with “Debug OSGi”. I set some breakpoint in “supportsThingType” in my thing handlers.
Eclipse now stops at this breakpoint.
To this point all is fine.
Now, if i start the browser my binding is not available and i’m not able two create things for my binding.
I’ve no idea why this problem occurs. Does anyone have any ideas?