KNX and other bindings not loaded after beta5/Snapshot update

Hi,

today I updted my OH2 installation to the latest snapshot after beta5 but it would not load some of my bindings. I configured them to be installed in addons.cfg like

#A comma-separated list of bindings to install (e.g. "sonos,knx,zwave")
binding = knx,http,fritzboxtr064,systeminfo

only systeminfo is loaded.

In the logs i see:

14:41:25.122 [INFO ] [smarthome.event.ExtensionEvent      ] - Extension 'binding-http' has been installed.
14:41:25.125 [INFO ] [smarthome.event.ExtensionEvent      ] - Extension 'binding-knx' has been installed.
14:41:25.130 [INFO ] [smarthome.event.ExtensionEvent      ] - Extension 'binding-fritzboxtr064' has been installed.
(snip)
14:41:30.083 [INFO ] [nx.internal.connection.KNXConnection] - Established connection to KNX bus on 192.168.178.35:3671 in mode TUNNEL.
14:41:33.622 [WARN ] [ing.fritzboxtr064.internal.Tr064Comm] - No tr064 service found for service id urn:WLANConfiguration-com:serviceId:WLANConfiguration3
14:41:33.640 [INFO ] [b.core.service.AbstractActiveService] - FritzboxTr064 Refresh Service has been started
14:41:33.832 [INFO ] [b.core.service.AbstractActiveService] - HTTP Refresh Service has been started
(snip)
14:41:41.201 [INFO ] [core.karaf.internal.FeatureInstaller] - Uninstalled 'openhab-binding-http1'
14:41:41.208 [INFO ] [smarthome.event.ExtensionEvent      ] - Extension 'binding-http1' has been uninstalled.
14:41:41.730 [INFO ] [b.core.service.AbstractActiveService] - HTTP Refresh Service has been shut down
(snip)
14:41:55.025 [INFO ] [core.karaf.internal.FeatureInstaller] - Uninstalled 'openhab-binding-fritzboxtr0641'
14:41:55.042 [INFO ] [smarthome.event.ExtensionEvent      ] - Extension 'binding-fritzboxtr0641' has been uninstalled.
(snip)
14:42:06.958 [INFO ] [nx.internal.connection.KNXConnection] - Closing KNX connection
14:42:07.114 [INFO ] [core.karaf.internal.FeatureInstaller] - Uninstalled 'openhab-binding-knx1'
14:42:07.122 [INFO ] [smarthome.event.ExtensionEvent      ] - Extension 'binding-knx1' has been uninstalled.

It works when installing again from Paper UI

14:56:37.629 [INFO ] [smarthome.event.ExtensionEvent      ] - Extension 'binding-http' has been installed.
14:56:37.637 [INFO ] [smarthome.event.ExtensionEvent      ] - Extension 'binding-knx1' has been installed.
14:56:37.648 [INFO ] [smarthome.event.ExtensionEvent      ] - Extension 'binding-knx' has been installed.
14:56:37.652 [INFO ] [smarthome.event.ExtensionEvent      ] - Extension 'binding-fritzboxtr064' has been installed.
14:56:37.731 [INFO ] [nx.internal.connection.KNXConnection] - Established connection to KNX bus on 192.168.178.35:3671 in mode TUNNEL.

but only for KNX. even though the logs states http and fritzboxtr064 is installed as well.
After restarting openhab2, it is broken again.

Any idea where this is coming from? Why does it say binding-knx1?
It was working properly in a snapshot version from september.

Thanks, and happy holidays :slight_smile:

The id’s have changed:


All 1.9 bindings now have a “1” at the end, so you have to adapt your addons.cfg.

Ouch, thanks a lot.
Subscribed to #openhab-2:news-important-changes now :slight_smile: