At least itās consistently rubbish.
Once you navigate to grafana (main program) on the left navigation. Then back to a window with iframe. They display. For a while.
Weāve all checked the settings to the best of our knowledge (no doubt). I know I haveā¦
thanks for the input. Will google it and see if I can find owt new with it
Just to report. I am having the same issue,
in lovelace I see 401, unauthorized
INfluxDB is working fine.
Grafana is working, it sees the data from homeassistant. First attempt of creating iframe is fine, nice graphs. after closing everything and trying it a while later, HA shows the 401 message.
I solved on my docker installation as github ticket suggest.
On docker server i installed sqlite3 package and then do the job
root@docker:/# apt install sqlite3
Reading package lists... Done
Building dependency tree
Reading state information... Done
[...] [....]
root@docker:/# sqlite3 /usr/share/hassio/addons/data/a0d7b954_grafana/grafana.db
SQLite version 3.27.2 2019-02-25 16:06:06
Enter ".help" for usage hints.
sqlite> select name from org;
TWProject
sqlite>
Great that you solved it.
Do you suggest to ssl into hassio, login as root.
Type: āapt install sqlite3ā
Then: āsqlite3 /usr/share/hassio/addons/data/a0d7b954_grafana/grafana.dbā
I run Hass. IO as VM. Does this still apply?
I can test tonight,
[edit]
tried it just now. doesnt work on hassio i gues (or I dont understand it).
No youāre not forgetting about anything. It isnāt possible to do at this time to do. It simply wonāt work due the way Ingress handles authentication.
Ah, ok. Thank you for the reply.
I myself didnt get that clear answer through my skull yet. I was looking/waiting for a fixā¦ ghehe.
Thanks for clarifying.
Cheers
@frenck
I saw on github the issue is closed, also a hint on that the ingress issue should be fixed now. Am I correct? If so, could you give a hints on how to set it up.
Iframe, influx+grafana should be such that I dont see the 401 message anymore?
What I tried is this in the grafana addon setup.
āgrafana_ingress_userā: āadminā
should it be like this? anything else?
kindly tips