Grafana & InfluxDB
I use the Grafana and InfluxDB Home Assistant integrations to better track and monitor all sorts of sensors and services.
Visualize 1 Data set with 2 different Panels
Query > Data Source > -- Dashboard --
Home Assistant Allow Domains
The error message “origin not allowed” appears at the top left of the graphics window.
Grafana Plugin Options
plugins: []
custom_plugins: []
env_vars:
- name: GF_SECURITY_CSRF_TRUSTED_ORIGINS
value: home.lan ## <-- add domain here
ssl: false
certfile: fullchain.pem
keyfile: privkey.pem
environment:
- GF_AUTH_DISABLE_LOGIN_FORM=true
- GF_AUTH_ANONYMOUS_ENABLED=true
- GF_AUTH_ANONYMOUS_ORG_ROLE=Admin
- GF_SECURITY_ALLOW_EMBEDDING=true
Not sure how to add multiple domains