Hi everyone!
I installed InfluxDB and Grafana on my Raspberry Pi3 running HA.
I set up influx to get data from HA and set up a graph in Grafana. No I want to integrate it into my HA dashboard.
I tried 2 different methods:
Create a lovelace iframe card by adding following in lovelace config file:
type: iframe
url: >-
http://192.168.0.20:3000/d-solo/4Bq-LtmRk/home-assistant?orgId=1&theme=dark&panelId=2
The result is that I just get a blank card in lovelace UI.
I than tried a different approach. I added the following to my config.yaml file:
panel_iframe:
grafana:
title: 'Charts'
icon: mdi:elevation-rise
url: 'http://192.168.0.20:3000/d-solo/4Bq-LtmRk/home-assistant?orgId=1&panelId=2&theme=dark'
This resulted in a new tab to appear in the sidebar. When I open it I get a blank screen same as on the lovelace card.
I tried substituting the exact ip address with localhost. In that case I get a page not found error iniside the iframe.
Looks like it connects to something but not getting the picture of the graph. Anyone has any ideas how to fix this?
I am running Home Assistant - 0.97.2 on Raspberry 3B, along with Influx and Grafana.