[SOLVED] UI missing

Hello,

I’ve installed openHab2 manual on a RPi 3. Runs perfect and a first set-up with a simple binding and switch a switch works perfect. :star_struck:
However, If I take a look at PaperUI menu Configurations -> Services -> UI I see only HABPanel. I would like to add HABmin and Basic. How can I do that? :roll_eyes:

Thank you very much in advance
Andreas

  • Platform information:
    • Hardware: Raspberry Pi 3
    • OS: Wheezy
    • openHAB version: 2.3

Add-Ons
USER INTERFACES
Install what you need

Thank you for fast answering. Unfortunately it doesn’t exists :triumph: Also in MISC is no entry available.

Best regards
Andreas

What package did you choose when you first started OH?

I choose at first Paper UI. However, there was definitely only the existing Paper UI and HAB Panel available. Neither Basic UI now Classic UI, etc.
Thanks in advance and best regards
Andreas

Delete the addons.cfg from the services folder and restart openHAB
Choose standard or expert package

Thank you for the hint.
I moved the .cfg file and restarted the service but unfortunately it doesn’t fix the issue :confounded:
But the hint was very helpful :smiley:
I found within the folder /var/lib/openhab2/config/org/openhab an additional addons.config.

Content:
binding=“innogysmarthome,astro,network,sonos”
misc=“ruleengine”
package=“standard”
service.pid=“org.openhab.addons”
ui=“paper,habpanel”

and I enhanced the last line by ,classic,basic,habmin
restarted the service afterwards and voila, the issue was fixed.

Great! Thank you very much for your help. :sunglasses:
Best regards
Andreas