csowada / openhab-ebus-binding

This is the new repository for my openHAB eBUS binding.
Eclipse Public License 1.0
18 stars 3 forks source link

ebus not working on 3.1.0.M5 #9

Closed LuiSauberhorn closed 3 years ago

LuiSauberhorn commented 3 years ago

Hello csowada,

as discussed in the community, I am not able to get ebusd running on OPenhab 3.1.0.M5. System is running on a Debian system on a Pi4.

As described, I put the binding kar-file and commons-lang-2.6.jar in the add-on folder /usr/share/openhab/addons:

-rw-r--r-- 1 openhab openhab  284220 Jun 21 23:02 commons-lang-2.6.jar
-rw-r--r-- 1 openhab openhab  734398 Jun 21 23:44 org.openhab.binding.ebus-3.0.12-SNAPSHOT.kar
-rw-r--r-- 1 openhab openhab 2414277 Mär 12 12:41 org.openhab.binding.freeathome-3.1.0-SNAPSHOT.ja

Putting the files there does not create any log entry. When I do a bundle:list on karaf console, there is no ebus bundle listed. When I do a

bundle:install https://github.com/csowada/openhab-ebus-binding/releases/download/fix001/org.openhab.binding.ebus-3.0.12-SNAPSHOT.kar

I get the following message:

Bundle IDs: 
Error executing command: Error installing bundles:
    Unable to install bundle https://github.com/csowada/openhab-ebus-binding/releases/download/fix001/org.openhab.binding.ebus-3.0.12-SNAPSHOT.kar: org.osgi.framework.BundleException: OSGi R3 bundle not supported

which seems logical. However, I would have expected that putting the files in the add-in folder works. That at least works for other bindings like free@home (third line above). bundle:list leads to a line:

236 │ Active │ 80 │ 3.1.0.202102081101 │ openHAB Add-ons :: Bundles :: freeathome Binding

Let me know in case you need more infos.

csowada commented 3 years ago

Hello @LuiSauberhorn,

the latest release v3.1.12 should fix the M5 compatibility.

LuiSauberhorn commented 3 years ago

New version tested, works fine