cdjackson / HABmin

A web admin console for openHAB home automation
http://www.cd-jackson.com/index.php/openhab/habmin
217 stars 51 forks source link

habmin offline #303

Closed mmcc-xx closed 8 years ago

mmcc-xx commented 8 years ago

I am running openhab 1.8.2. I installed habmin 0.1.3 from the releases page (with the 1.5.0 snapshots of the addons). With that, habmin showed online, I could see my sitemaps and items, but could not see any of my rdd4j persisted items.

I read some folks suggesting that with the 0.1.3 release that only specifically persisted items - not those that were being persisted due to a wildcard - were being shown. My persistence is being done based on wildcards. So, I decided to try the source code version.

I have the addons and webapp files in place from the latest project zip. I can see the habmin web UI, but it shows offline.

There is nothing related to habmin in my openhab.log file. In my request log file, I can see all sorts of GET requests, but no errors.

Any suggestions as to what to check next?

mmcc-xx commented 8 years ago

And of course I figured it out right after posting this. I had tried to download the addons separately via wget from github.com - that didn't work correctly. Replaced them with the addons from the zip and all is well.