[SOLVED] Habmin page not loading

I have downloaded the zwave 1.8.0 snap shot and that is in the addons folder and also have downloaded and extracted the Habmin2-0.0.15-relase.zip into /opt/openhab/webapps

pi@raspberrypi /opt/openhab/webapps $ ls
assets  HABmin2-0.0.15-release.zip  images  index.html  languages  README  static

pi@raspberrypi /opt/openhab/addons $ ls
org.openhab.binding.mqtt-1.7.0.jar  org.openhab.binding.xbmc-1.7.0.jar            org.openhab.io.habmin-1.7.0-SNAPSHOT.jar
org.openhab.binding.wemo-1.7.0.jar  org.openhab.binding.zwave-1.8.0-SNAPSHOT.jar

I am running version 1.7.0 of openhab

When i navigate to http://192.168.1.80:8080/habmin2 or http://192.168.1.80:8080/habmin I get an error page

HTTP ERROR 404

Problem accessing /habmin2. Reason:

ProxyServlet: /habmin2

Any help would be much appreciated

With OH 1.x you need to use the habmin binding for version 1, not 2.

Do you mean org.openhab.io.habmin-1.7.0-SNAPSHOT.jar from github ?

Yes, that should do it.
If you can’t download it, click on “Raw”.

Good luck.

I am assuming that this should be placed in the addons directory ?

P.s is the below correct? I am using Habmin2-0.0.15-release.zip (obviously unzipped as shown below) with OH1 version of Habmin .jar (org.openhab.io.habmin-1.7.0-SNAPSHOT.jar)

pi@raspberrypi /opt/openhab/webapps $ ls
assets  HABmin2-0.0.15-release.zip  images  index.html  languages  README  static

You need to create a folder called habmin2 in /opt/openhab/webapps, unzip HABmin2-0.0.15-release.zip, put it in the folder /opt/openhab/webapps/habmin2, place the downloaded binding jar for version 1 of habmin in the addons folder, delete the version 2 binding addon of habmin and point your browser to http://192.168.1.80:8080/habmin2

BUT: I recommend to use habmin1 because habmin2 is targeted to OH 2.x, habmin 1 is a little bit easier to use and you can do all the necessary stuff with it for your z-wave nodes …

1 Like

Thank you

I have tried everything and still no luck, I get to the habmin page (http://192.168.1.80:8080/habmin/) but it says that the online status is offline?

I am using Habmin from here https://github.com/cdjackson/HABmin

I downloaded the .zip and unzipped. I moved the .jar for zwave and habmin to the /opt/openhab/addons folder.

pi@raspberrypi /opt/openhab/webapps/habmin $ ls
app  chart.html  debug.html  Gruntfile.js  images  index.html  js  openhab  package.json  README.md  resources


pi@raspberrypi /opt/openhab/addons $ ls
org.openhab.binding.mqtt-1.7.0.jar  org.openhab.binding.xbmc-1.7.0.jar            org.openhab.io.habmin-1.7.0-SNAPSHOT.jar
org.openhab.binding.wemo-1.7.0.jar  org.openhab.binding.zwave-1.8.0-SNAPSHOT.jar

Any help please would be much appreciated

Strange … I have no more ideas.
According to the installation wiki you probably need to restart openhab, but I assume you did that anyway …

Edit: maybe another service is running on port 8080? Sometimes web servers can be configured for port 8080.

I have that same problem with Raspberry (OH 1.8). I have installed newest habmin on
/usr/share/openhab/webapps/habmin

  • addons

I get webpage of habmin, but I can’t see config, items, etc. It tells that OH is offline. Under port 8080, openhab works, but I understand that it use same port.
Service was restarted.

anybody knows why it can not see a config ?

This shows [SOLVED] but i dont see a solution? I have the same setup oh1.8.2 and habmin1.7. I have the 1.7 binding in place and the habmin folder in webapps. But simply get 404

I also get a 404 when trying to access webapps/static/index.html (which exists) so i am wondering if it has something to do with my webapps folder all together…