Home Assistant Community Add-on: Grafana

hi
same for me with errors in the supervisor log :
23-03-10 14:49:08 WARNING (MainThread) [supervisor.ingress] Fails Ingress panel for a0d7b954_grafana with 500
and no more acces to the plugins store with unexpected error and This filter has been disabled because the grafana server cannot access grafana.com.
do you have found a solution ?

Are there mathematical calculations in your tiles that have stopped working? because it was the case for me, you have to cut the mathematical formula of the query, add a math expression and if the formula was in query A for example, you have to put $A and paste the formula.

I still have my problem of ingress auth that donā€™t work but all my graphs are now working.

It is the ingress auth that is not working I am guessing, I looked in the grafana logs and see the below, but have zero idea what it means.

InfluxDB Error: Internal Server Error - Check the Grafana server logs for the detailed error message.

logger=context userId=1 orgId=1 uname=admin t=2023-03-21T19:07:31.493927333-04:00 level=error msg=ā€œRequest errorā€ error=ā€œinterface conversion: interface {} is nil, not stringā€ stack="/usr/local/go/src/runtime/iface.go:262 (0x414e29)\n/drone/src/pkg/tsdb/influxdb/response_parser.go:103 (0x34714e4)\n/drone/src/pkg/tsdb/influxdb/response_parser.go:40

Hi experts,
The down arrow next to the panel titles in all my dashboards disappeared. The title is also no longer centered but on the left. I can still edit by pressing e on the keyboard and save later, so it does at least not appear to be a permission problem. Can anybody help me getting my arrows back? In case the arrow went with the last update, how do I get to the edit option other than pressing e?
Thanks a lot!!!

Home Assistant 2023.5.4
Supervisor 2023.04.1
Operating System 10.1
Frontend 20230503.3 - latest
Grafana 8.3.0

there is now 3 dots on the right hand side (only visible with mouseover)

Thanks!!! For the next version I recommend to color them black on black ā€¦ :slight_smile:

Hello everyone,

getting a bit crazy about that one, not sure Iā€™m missing an obvious thing, but since Iā€™m getting close to giving up, time to call for help :slight_smile:

Home assistant running like a charm on RaspPi 4, latest Core, Supervisor, OS, FE versions, installed the grafana add-on over the week-end to get up to speed on Ā« Monitoring & Observability Ā», starting by monitoring my Internet connection.

InfluxDB created, added as a data source to Grafana, first grafana dashboard looks pretty cool (although very basic), setting up thresholds, happy bunny, until I want to send alerts. Iā€™m not going to use PagerDuty for home appliance (that would be over the top), so email alert will do, if only it would work :frowning:

This is the issue:

logger=ngalert.sender.router rule_uid=f21331a5-c7f6-49f0-9ca4-6adfae7d742f org_id=1 t=2023-11-22T20:45:00.280128903+01:00 level=info msg="Sending alerts to local notifier" count=1
logger=ngalert.notifier.alertmanager 1=(MISSING) t=2023-11-22T20:45:00.606234641+01:00 level=error component=alertmanager orgID=1 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="grafana-alert-email/email[0]: notify retry canceled due to unrecoverable error after 1 attempts: failed to send notification to email addresses: [email protected]: EOF"

My SMTP config looks like that:

- name: GF_SMTP_ENABLED
  value: "true"
- name: GF_SMTP_HOST
  value: smtp.gmail.com:587
- name: GF_SMTP_USER
  value: [email protected]
- name: GF_SMTP_PASSWORD
  value: xxxxxxxxxxxxxx
- name: GF_SMTP_SKIP_VERIFY
  value: "false"
- name: GF_SMTP_FROM_NAME
  value: grafana
- name: GF_SMTP_FROM_ADDRESS
  value: [email protected]

I am using the so-called app password from Google Mail and I have confirmed that it works as I have been able to generate emails with other apps (InfluxDB for example). Any idea what the issue could be?

Many thanks in advance!

Rom

After another week of back and forth, I half gave up, but not completely. In the end, I decided to use AWS and the Simple Email Service, works like a charm, easy setup and it gives me ideas for other personal projects.

Can anybody help me how to start http service on port 3000?
By default, I think it does not work, at least not in my case.
I am using Grafana add-on on HA OS on Raspberry Pi and I do not see anything useful for it in Configuration tab.

Any ideas why Iā€™m getting the error message shown in this picture. Iā€™m using the Grafana Add-on (9.1.2) with InfluxDB (5.0.0) all installed on HA OS 11.4 with Supervisor 2023.12.1.

I am able to view the list of data sources which shows the InfluxDB with my local host and port 8086 but when I click to view the settings the screen is blank.

TIA for any suggestions.

I have manually edited the grafana dashboard (yaml?) file. Made a mistakeā€¦
Now grafana starts with an error: ā€˜An unexpected error happenedā€™ and doesnā€™t load my dashboard anymore.
Can anyone tell me in which file this dashboard data is stored so I can edit it manually?
I have searched all homeassistant locations as root, but could not find a file with a string I used in my dashboard.
Thanks in advance

1 Like

OS Version: Home Assistant OS 12.2
Home Assistant Core: 2024.4.3
Add-on version: 9.2.2

I have the problem that datasource plugins that are not part of Grafana Core lose their configuration after a restart. So it seems the configuration directory for this plugins are not persistent. How can I fix this?
I already reinstalled the Garafana addon several times.

Not 100% this is the right place for this question. Please advise if better place.

I am loving the new labels functionality in HA. Now I would like to move some of my grafana visualizations to use them. Currently I do queries of multiple entities by doing where clauses of entity equals entity_id1, entity_id2, entity_id3, etcā€¦ I would love to be able to do something like label equals label1.

Looking at the InfluxDB ingress, it does not look like it even stores that data. Not sure where to go from here.

Any assistance would be greatly appreciated.

hi

how can i add svg to the grafana addon
or can i map media folder to the grafana

thank you