[SOLVED] How to add new tile to openhab start dashboard

Hi,

Will appreciate if someone can point me to how to add application tile to the start dashboard. I want to add Grafana tile.

Thx!

You need to create a files called: dashboard.cfg in your /services folder

Then put this in the file:

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

You also need to add an image for the tile in your /html folder called grafana.png

I use this one:

grafana

Thank you!! It worked perfectly.

I did this BTW: (so IP is same as OpenHAB & not hardcoded)
grafana.link-name=Grafana
grafana.link-url=http://{HOSTNAME}:3000/login
grafana.link-imageurl=…/static/grafana.png