Parallel installation of different (versions) Modbus Bindings - possible?

Good evening.

I just tried to install the Modbus binding Snapshot Version 1.11. in my running OH2 sytem (V 2.1.0) and copied the JAR file into the addons directory.

After a restart I get the following output:

openhab> bundle:list | grep Modbus
208 | Active   |  80 | 1.11.0.201708050109    | openHAB ModbusTCP Master Binding
219 | Active   |  80 | 1.10.0                 | openHAB ModbusTCP Master Binding

My system seems to work as always - no strange errors in the log.

Is it somehow possible to install two versions in parallel?? How can I get rid of this problem? Or is there nothing to worry about?

TIA

Matthias

Interesting. :thinking:

Indeed…
I have never seen both go Active… Whenever I have a conflict like this (with any bundle), one version stays Installed and the other one goes Active.

bundle:uninstall 219

Hi Dim.

I didn’t expect the solution would be that easy :blush: I uninstalled the old Modbus version 1.10

The only difference I noticed is a that my systems response time is shorter.

Thanks again.

1 Like