Dear @jkarsten,
maybe i can help you. There was a change in deploying the binding and habmin2 in the last week.
The latest habmin2 version is found on the link on top of the thread here in the forum:
org.openhab.ui.habmin_2.0.0.SNAPSHOT-0.1.0.jar
At the moment only the org.openhab.ui.habmin should be downloaded manually und placed in the
…/openhab/addons folder.
Please keep in mind to delete the older version in this folder.
org.openhab.binding.zwave comes with openhab-online-2.0.0-SNAPSHOT.zip from the nightly buildings at Cloudbees
Due to so much changes i start every 2-3 days with a new installation form the scratch, i keep only
…/openhab/addons
…/openhab/conf
I don’t save my items and things-configuration, even here is a discussion about the best way of backup and restore this:
The bindings, UIs and services i want to test with are defined in my addons.cfg:
# The base installation package of this openHAB instance
# Valid options:
# - minimal : Installation only with dashboard, but no UIs or other addons
# - standard : Typical installation with all standards UIs
# - demo : A demo setup which includes UIs, a few bindings, config files etc.
package = minimal
# A comma-separated list of bindings to install (e.g. "sonos,knx,zwave")
binding = avmfritz, hue, netatmo, zwave, mqtt
# A comma-separated list of UIs to install (e.g. "basic,paper")
ui = basic,paper,rest
# A comma-separated list of miscellaneous services to install (e.g. "myopenhab")
misc = homekit
With this cfg the latest OH2-snapshot starts fresh with the Addons, UIs, and Misc option i want to test.
After starting OH2, drinking 1 or 2 coffees i’ll check the installed versions with the command
bundle:list -s | grep openhab
with the following output from my last setup:
10 | Active | 80 | 2.0.0.201602271417 | org.openhab.ui.habmin
132 | Resolved | 90 | 2.0.0.201603021555 | org.openhab.core
133 | Resolved | 80 | 2.0.0.201603021555 | org.openhab.core.karaf
141 | Resolved | 80 | 2.0.0.201603021555 | org.openhab.io.rest.docs
142 | Resolved | 80 | 2.0.0.201603021555 | org.openhab.ui.dashboard
147 | Resolved | 80 | 2.0.0.201603040203 | org.openhab.binding.avmfritz
149 | Resolved | 80 | 1.9.0.201603040213 | org.openhab.binding.netatmo
150 | Resolved | 80 | 2.0.0.201603021555 | org.openhab.core.compat1x
151 | Resolved | 80 | 2.0.0.201603040203 | org.openhab.binding.zwave
152 | Resolved | 80 | 2.0.0.201603021555 | org.openhab.io.transport.serial
153 | Resolved | 80 | 1.9.0.201603040213 | org.openhab.binding.mqtt
154 | Resolved | 80 | 1.9.0.201603040213 | org.openhab.io.transport.mqtt
156 | Resolved | 80 | 2.0.0.201603021555 | org.openhab.ui.basicui, Hosts: 155
157 | Resolved | 80 | 2.0.0.201603021555 | org.openhab.ui.iconset.classic
159 | Resolved | 80 | 2.0.0.201603021555 | org.openhab.ui.paperui, Hosts: 158
162 | Resolved | 80 | 2.0.0.201603040203 | org.openhab.io.homekit
I think when also Habmin is included in Maven-Projekt openHAB-Distribution, it could be load via PaperUI or addons.cfg.
Hope this could be helpful.
Regards,
Heiko