Trying to install HABmin

noob question

I’ve installed a clean openHAB on a windows 10 client with a ZWave usb stick. I’ve been able to add a couple of Things and get the option of paper UI and habpanel when i open the default site. In paper ui I have the option to install addons but looking at other sceenshots it seems that I have missing tabs in the addon page. I only have “bindings” “misc” and “voice”. In other sceenshots I see “Interfaces” where I would have the option to install HABmin for example.

What am I missing?

Many thanks!

  • Platform information:
    • Hardware: Desktop PC
    • OS: Windows 10
    • Java Runtime Environment: latest
    • openHAB version: latest

you are missing the proper initial setup. You most likely chose “Simple (Purely UI)”

To change that selection after the first startup, go to C:\openHAB2\conf\services\addons.cfg and modify the following line:

from:

#package = minimal

to:

package = expert

restart OH2

many thanks - that was it :slight_smile: