Hello, I’m trying to display my Grafana chart on both my Basic UI and HABPanel for the first time, but I’m running into some issues. When I copy the link to my Grafana dashboard into the browser, it works perfectly, but integrating it into my openHAB setup isn’t going as smoothly as I hoped. Let me walk you through what I’ve tried so far and where I’m stuck.
First, I followed some online guides and made sure Grafana is configured correctly. I added allow_embedding=true
under the [security]
section in my grafana.ini
file and enabled anonymous access. I also updated my sitemap with the correct URL, but when I click on the image in Basic UI, I get an error message saying Grafana has failed to load its application files. The error suggests issues with reverse proxy settings, subpath configurations, or frontend builds, but I’m not entirely sure how to troubleshoot these.
Additionally, I’ve noticed that when I create a new dashboard in HABPanel, it doesn’t save properly. Every time I restart HABPanel, I have to recreate the dashboard from scratch, which is quite frustrating. I’m using openHAB 2.5.0 with Grafana v6.6.1 and the InfluxDB persistence service, but none of these seem to be resolving the issue.
I’ve tried restarting my openHABian system multiple times, but the problem persists. Does anyone have any ideas or suggestions on how to fix this? I’d really appreciate any help or guidance you can offer. Thanks in advance!