Custom links in MainUI

Is there an option to add custom links to Main UI?

E.g. direct access to the log file viewer, or web-based tools I’m using frequently like the Shelly Manager.

Those links should go directly into the navigation on the left so no widget or something like that.

You can add links in right area via edit button ‘other apps’.

Which edit button ?

Sorry, there is no edit button. It is the button to open the navigation panel on the right.
The entries need to be done via file /etc/openhab/services/runtime.cfg.
There are three entries for an entry to be added e.g.:

org.openhab.core.ui.tiles:frontail-link-name=openHAB Log Viewer
org.openhab.core.ui.tiles:frontail-link-url=http://192.168.0.40:9001
org.openhab.core.ui.tiles:frontail-link-imageurl=data:image/png;base64,iVBORw0KGgoA........

Last row is incomplete and needs to contain a base64 encoded png image.

1 Like