openhab / openhab1-addons

Add-ons for openHAB 1.x
Eclipse Public License 2.0
3.43k stars 1.71k forks source link

[Pilight] Not included in any feature. Not installable via normal binding installation methods #5742

Closed t-8ch closed 5 years ago

t-8ch commented 5 years ago

It seems the pilight binding is not included in any of the karaf features/binding indices. This means it cannot be installed easily via the addon UI. I had to dig my way through the maven repo and get the the Jar file manually.

Is this intentional?

Expected Behavior

Pilight binding is installable via addon browser from inside openHAB.

Current Behavior

Pilight binding cannot be found in openHAB addon browser. (The old wiki page advises to get the the addon from the download page, but it is included in none of the addon bundles)

Possible Solution

Adding the binding to features/openhab-addons-legacy/src/main/feature/feature.xml may be enough. (Not an expert on karaf).

Steps to Reproduce (for bugs)

Download the openHAB 2.4.0 distribution, addons and legacy-addons from the website. The pilight binding is not included. Search for the pilight binding from the addon page, it is not found.

sebastian-h commented 5 years ago

hi there, just to add that i was fighting pilight-binding today also on OH2.4. The solution to multiple spurious NPEs with binding versions 1.8.3 and 1.9-SNAPSHOT (from some google drive referenced by another thread) was to dig out the latest version of pilight-binding from here: https://bintray.com/openhab/mvn/openhab1-addons/1.13.0#files/org%2Fopenhab%2Fbinding%2Forg.openhab.binding.pilight%2F1.13.0

everything seems to work now. i think this plugin could be listed for a better user-experience.