Influxdb empty due to invalid config

Hi,

I have installed InfluxDB on Hass.io to eventually get Grafana to work but nothing seems to be showing up in the InfluxDB when I check that out with Chronograf.
Hassio config database, username and password is matching the ones I have used to create the user and database in InfluxDB using Chronograf.

Please help!

hassio config:
influxdb:
host: a0d7b954-influxdb
port: 8086
database: homeassistant
username: username
password: mypasswd
max_retries: 3
default_measurement: state

add-on config:
{
“log_level”: “info”,
“auth”: true,
“ssl”: false,
“certfile”: “certificate.pem”,
“keyfile”: “privkey.pem”
}

Eventually got this resolved by using a direct IP address for the host (i.e. 192.168.1.80) and an actual reboot of the machine (power off, power on).

1 Like