Test addon on Live System

Hello,

i made an binding/addon and want to test it! But i dont see it under Add-ons: bindings in openHab3

I use openHab3 with WIN10 installed maven and build the JAR file with
D:\openhab-addons-main\bundles\org.openhab.binding.pushsafer>mvn clean install -DskipChecks -DskipTests -Dspotless.check.skip=true

The generated JAR file i moved to my openHab installation: D:\openhab-3.0.0\addons

The addon do not appear in web interface under bindings in openHab3 or in the openhab CLI with feature:list

No errors, no idea what i make wrong. Who can help me?

Regards Kevin


I think the “no show” on the UI under bindings is normal. What are you referring to with “openhab CLI with feature:list”. IMHO you should use the Karaf-condole (sterted with ssh -p 8101 openhab@localhost) with the command bundle:list).
Did you try to create a new thing with this binding?

That worked, thanks

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.