[SOLVED] List of UIs available

Hello,
I want to have a custom configuration of the UIs that are available my openhab2.3
In the <openhab_dir>/config/addons.cfg there is the option to configure the UIs you want to have available.
The comment goes like this:

A comma-separated list of UIs to install (e.g. “ui = basic,paper”)

I used the names that I thought would be the correct ones but some did not work.
So the question is where is the list of names and their relation to the UIs?

You can get the correct id through console like described in https://www.openhab.org/docs/configuration/addons.html#through-configuration-files

Untested but it could work like this for ui only:

feature:list | grep ^openhab-ui

Edit:

It works

image

This should be the correct ids to mention in the addons.cfg file

1 Like

Thank you, this worked great :slight_smile:

1 Like