I can’t speak for others, but I haven’t responded because I honestly have no ideas.
For what it’s worth, this is how mine is set up, and has been working fine for months:
My addon config is:
{
"log_level": "info",
"auth": false,
"ssl": true,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"username": "!secret influxdb_addon_username",
"password": "!secret influxdb_addon_password",
"ipv6": true
}
In Configuration.yaml:
influxdb:
host: a0d7b954-influxdb
port: 8086
database: !secret influxdb_database
username: !secret influxdb_username
password: !secret influxdb_password
max_retries: 5
default_measurement: state
As for those secrets (user/pass redacted),
influxdb_database: homeassistant
influxdb_username: DEMOhomeassistantDEMO
influxdb_password: DEMOhomeassistantDMEO
The DB is the name of the DB inside influx, and the username and password are for the account inside Influx which I created per the instructions (not related to any HA users/passwords).
That homeassistant user inside influx has full permissions.
As for the “connections” inside influx, this is how it looks in mine:
Oddly (or not…?) those are both http and not https even with having SSL enabled.
And that’s all I can think of as configuration goes.
I can’t comment on dashboards, because I rarely (never) open influx, and process/view all of the data in grafana, but if I go to “explore” inside influx, I can see all my data just fine.
Assuming yours is close enough to all that, have you tried the simple thing of uninstalling the addon, restarting HA, then installing it again?