No AddonEvent when binding is installed by openhab console

If I install a binding in openhab console by

bundle:install <url>

a few problems appear:

  • this binding does not appear under Settings - Addon-Settings in MainUI
  • it is not visible in REST Api (/rest/addons).
  • no AddonEvent is created from GenericEventTrigger when adding or deleting a binding.

I guess bindings installed by console command are not assigned to a serviceID.
Does anybody have more information? Is something missing or is this a bug?