Addon to add external links to openHAB dashboard

@pauli_anttila thank you so much for the enhancement!
Looks great!

Here’s my configuration file for anyone interested :slight_smile:

$openhab-config/services/dashboard.cfg

frontail.link-name=openHAB Log Viewer
frontail.link-url=http://home:9001
frontail.link-imageurl=../static/frontail.png

nodered.link-name=Node-RED
nodered.link-url=http://home:1880
nodered.link-imageurl=../static/nodered.png

grafana.link-name=Grafana
grafana.link-url=http://home:3000
grafana.link-imageurl=../static/grafana.png

And in this album you can find the images to be placed in $openhab-config/html/.

Here’s how it looks like:
list

Note: I’m using openHAB 2.2.0 Build #1031.

7 Likes