hassio-addons / addon-grafana

Grafana - Home Assistant Community Add-ons
https://addons.community
MIT License
221 stars 61 forks source link

grafana-image-renderer not functioning / available #247

Closed anduchs closed 2 years ago

anduchs commented 2 years ago

Problem/Motivation

I'd like to add a graphana panel to my homescreen using grafana-image-renderer, but the "share" option of the pannel states "Image renderer plugin not installed".

This is weird, since it seems to be installed here: https://github.com/hassio-addons/addon-grafana/blob/73ae34b006af22f8934611429acda5b0e3ddf601/grafana/Dockerfile#L53

Expected behavior

Ability to share PNGs of Panels

Actual behavior

"Image renderer plugin not installed"

Steps to reproduce

Open "Share Panel" and see the message at the bottom.

Proposed changes

No idea what the problem is here ? Maybe the renderer has additional dependencies that are reported during docker build ? No clue... If there is another way to include the graphs, I'd follow thi as well...

tjorim commented 2 years ago

It only works on amd64 machines, what are you running?

anduchs commented 2 years ago

Odroid N2+ / ARM

tjorim commented 2 years ago

It's noted in the documentation: Known issues and limitations

anduchs commented 2 years ago

Oh sorry, totally missed that. Any other ideas to add graphana panels into HA dashboard ? Closing this though...

anduchs commented 2 years ago

Ok, I found the webpage-card that can include the iframe...