How to add my binding to the Add-ons/bindings in paper UI?

It might be asked before, but I have not found a concrete answer in this topic!

I have made a new binding and add it to the eclipse_workspace/openhab2-master/git/openhab2-addons/addons/binding.

I also follow the instruction and for the Maven build, add a new line in the binding pom.xml and feature.xml. So, everything works up to now.

Now I want to add it to my paper UI. On the basis of instructions, I have followed all and it should be appear in add-ons/bindings, but it is not!

Any help would be appreciated!

You won’t see your ‘new’ binding in Paper UI until you either:

  1. You create a pull request to the OH2 repo and the binding gets reviewed and merged
  2. You upload it to the Eclipse SmartHome Marketplace

If you merely want to test your new binding on a non-development machine then you can drop the built .jar file and put it in /usr/share/openhab2/addons which will install it, but it still won’t show in Paper UI.