HABmin2 with OH2 minimal installation not working // now: own fault SOLVED

HI everyone,

after successfully playing with the demo environment (without habmin) I am trying to set up a minimal version on raspberry with HABmin2 to start with. After installing, I can not get the HABmin2 interface to run.

What I did:

  1. downloaded OH2 distribution-2.0.0-SNAPSHOT-runtime.zip from cloudbees yesterday
  2. deflated,
  3. dowloaded org.openhab.binding.sonos-2.0.0-SNAPSHOT.jar, org.openhab.binding.zwave-1.8.0-SNAPSHOT.jar, org.openhab.ui.habmin_2.0.0.SNAPSHOT-0.0.15.jar and copied them to addons,
  4. changed my http port in start.sh to 8081 (8080 is occupied),
  5. executed :/start.sh.

… no more no less.

Now everything comes up (using paperui I can see my sonos) , but calling the HABmin2 web interface (http://openhab2:8081/habmin/index.html) shows 404. Also ,on startup I see no reference to HABmin.As if it isn’t getting loaded.

What am I doing wrong ?

TIA&have a nice weekend
Peter

ps: Here’s the installation instructions from HABmin2 github
OpenHAB-2


For openHAB-2, download the org.openhab.ui.habmin JAR file from either the
releases folder or you can use the latest snapshot in the
the working folder and place it in the addons folder.

NOTE. Currently HABmin2 supports a backward compatible mode for the OpenHAB1 ZWave binding. Therefore
you must also install the OpenHAB1 zwave JAR into the addons folder. As soon as a OpenHAB2 ZWave binding
is available, this dependency will be removed.

Then open your browser at http://openhab server/habmin/index.html or follow the link from the OpenHAB dashboard

Have you installed the zwave binding? This is also required - as per the instructions that you posted into your message :smile:

ok, I missed that step in describing what I did. Damn. :blush:
(edit: was hidden in step 3)
But yes, I installed the zwave in addons:

ls -la addons/

insgesamt 3068
drwxr-xr-x 2 root root 4096 Sep 19 07:31 .
drwxr-xr-x 7 root root 4096 Sep 19 07:31 …
-rw-r–r-- 1 root root 60330 Sep 19 07:16 org.openhab.binding.sonos-2.0.0-SNAPSHOT.jar
-rw-r–r-- 1 root root 34339 Sep 19 07:31 org.openhab.binding.zwave-1.8.0-SNAPSHOT.jar
-rw-r–r-- 1 root root 3033811 Jun 19 22:23 org.openhab.ui.habmin_2.0.0.SNAPSHOT-0.0.15.jar

Downloaded from your (?) github.

But not downloaded correctly (wget duh)…
Looking at my own “ls -la” I noticed the size not being correct.

Now everything is loading and I can log in to HABmin2.

Thanks for listening :wink:

Ah - yes, I always forget about that issue… It’s a common problem downloading files from GitHub - it’s a warning at the bottom of the installation instructions, but I still forget…