[SOLVED] Start a binding manually

Hello! I downloaded the binding in JAR. Added to the folder “addons”. How to understand that binding is started and I can install it through Paper UI? Thanks!!

Well… which binding?
The most common way to install a binding would be, just to choose the binding in
Paper UI->Add-ons->Bindings->Select Binding->install.
Only if the binding does not appear in the list, you would have to download the binding manually and install it “the old fashioned way” by placing the jar in /usr/share/openhab2/addons/ (this is the path if installed through apt-get or openhabian). As soon as the jar file is copied or moved to the folder, the binding will be installed (assumed openHAB2 is running), no need for additional steps, the only thing left is to configure this binding through /etc/openhab2/services/openhab.cfg See http://docs.openhab.org/tutorials/migration.html#installing-unofficially-supported-openhab-1x-add-ons for details.

Thanks!