Good morning Comunity,
I am playing arround with InfluxDB and Grafana and I am exited about the possibilities in Grafana. It works perfectly in the openhab app for Android but I have a problem with displaying it in BasicUI over a browser (firefox, Internetexpolorer and Chrome).
I use the following code for the sitemap:
Frame {
Webview height=12 url="http://openhab:3000/d-solo/OdD8lZmRz/cpu-temperatur?orgId=1&refresh=10s&from=now-14d&to=now&panelId=2&theme=light"
Webview height=12 url="http://openhab:3000/d/7X0bOmZgk/speicherkapazitat?tab=visualization&edit&orgId=1&from=now-6h&to=now&theme=light"
}
The following Error is shown in Chrome:
and this one in the Internet Explorer:
Does somebody know what to do?
Thanks a lot and best regards
BrainPain
H102
(CM6.5 H102)
May 7, 2020, 1:26pm
2
Try cleaning your browsers cache.
momo90
(Chris)
May 7, 2020, 1:32pm
3
Try to set allow_embedding = true in the grafana.ini
Btw here is a solution for displaying as Webview element
I’ve just got this up and running and have encountered the same issue as you @vespaman
I don’t have a reverse proxy set up, but am running openHABian fwiw. I have triple checked my login settings match those set out in the guide, but still no image actually loads.
As a workaround (a better option @ThomDietrich ?) i’ve set up a few html pages with iframes to the graphs. And not only does it work, it loads pretty quickly on my Pi3 and has some of the interactive elemnts of the original grafana gr…
Hey,
sorry for the late reply but I did not had the time yet.
This parameter was already set
If there is no other solution I had to try the html thing.
Thank you!