I run OH on a Debian machine for a while now and switched to OH2 last January.
I use the stable repository: 'deb http://dl.bintray.com/openhab/apt-repo2 stable main’
But for some reason I cannot get the latest bindings. In the Paper UI I cannot see the eKey binding and the Zoneminder binding for example. They also do not show up in the feature list or bundle list in the Karaf console.
I did re-install OH2 now several times, but nothing seems to help.
I would be glad if someone can tell me what stupid mistake I am doing…
Well… I just tried out 2.0.0 Stable Release Build on a Windoze machine and I also don’t see these 2 bindings…
Maybe… just maybe… there are not supposed to show up ?
I believe that the 2.0.0 Stable OH2 core will only show 2.0.0 version bindings that were available at the time of the 2.0.0 release… (from the https://dl.bintray.com/openhab/mvn/online-repo/2.0 Release Build online repo)
If you want to access the latest 2.1.x bindings, you should switch from the stable to the snapshot core.
There is always the possibility to stay on OH2 Stable core and use 2.1.x Snapshot bindings, but this is not recommended since some improvements that may be required by the 2.1.x bindings could be found only in the 2.1.x snapshot core.
OK, thanks.
I’ll try that over the weekend.
In order to do so, I only need to amend /etc/apt/sources.list.d/openhab2.list and run:
> sudo apt-get update
I believe (but I am not 100% sure) that currently (on 2.0.0), you will only see the bindings that were available at the moment of the 2.0.0 Release Build of openHAB (independent if you have installed the offline addons bundle or you are accessing the online repo for the addons)
Before you upgrade from 2.0.0 Stable to 2.1.0 Snapshot (by using apt-get install openhab2 from the unstable repository), you should remove the old 2.0.0 offline addons package (apt-get remove openhab2-addons).