Loading binding from source after build

Hello,
I’m trying to load a binding in openhab after building:
1- mvn clean install -pl :org.openhab.binding.weatherunderground
2- cp ./bundles/org.openhab.binding.accuweather/target/org.openhab.binding.accuweather-3.1.0-SNAPSHOT.jar /opt/openhab/addons/
If I run bundle:list | grep -i wea I get the following output:
“257 | Active | 80 | 3.1.0.202012280717 | openHAB Add-ons :: Bundles :: WeatherUnderground Binding”
But I can not see the binding as available in the openhab UI (Settings -> Bingdings). What I’m missing.

PD: I’m not interested in installing it from the official release repository as I want to play with the source code and learn.
Thank you in advance

If you manual put a binding in the addons directory it won’t show up in the list of bindings. But you should be able to create new things and/or discover (if supported) new things.

1 Like