OH2 - manual adding a binding / addon?

Hi I have OH2 running on a Synology. And I want to manually add a binding? ( in this is case the DSMR 2 binding)

What I’m reading is that I should be putting it in the addons folder and it should so up in de paper-ui but it doesn’t.
Its also not in the bundle:list or feature:list…

How can I see if the addons folder is binding scanned of new addons and where is this configured?
Or how can I see what going wrong?

DSMR is part of the openHAB2 distribution, you can just install it the easy way through PaperUI:

Edit: the current wiki is here:
http://docs.openhab.org/addons/bindings/dsmr1/readme.html

@sihui yes bus it is a OH binding and not a OH2 binding.
In the port https://github.com/openhab/openhab2-addons/issues/1608 there is a link for the OH2 binding.

I found that it is installing in the bundle but I still do not see it in the paper-ui or in the feature:list
The openhab.log gives

2017-02-26 17:10:44.794 [INFO ] [org.apache.felix.fileinstall ] - Installing bundle org.openhab.binding.dsmr;singleton:=true / 2.1.0.201702232024
2017-02-26 17:10:44.918 [DEBUG] [org.openhab.binding.dsmr ] - BundleEvent INSTALLED - org.openhab.binding.dsmr

and the bundle:list gives:
227 | Installed | 80 | 2.1.0.201702232024 | DSMR Binding

How do I get it to appear in the feature:list of the paper-ui to install?

Sorry, did not catch that.

It says “installed”, but not active. So you need to start the binding manually through karaf:

http://docs.openhab.org/administration/console.html

I guess it could be (never done that):

bundle:start org.openhab.binding.dsmr

I just found out that its missing a bundle “com.neuronrobotics.nrjavaserial”…

You can start it with: ( 227 is the bundle number)

bundle:start 227

and that de the bindings are automatically installed that are placed in the addons folder.