[SOLVED] InfluxDB does not show any measurements

That sorted me out, thanks!!!

Hello

just for sharing.

I have a problem with influxdb on NUC with hassio. add-on is correctly installed, but no measurement available with folliwing config on configuration.yaml

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

This config work well anyway on ODROID-C2.

To solve my problem on NUC, I just replace “host:” with its real ip address, and all measurements appear :innocent:

Hope this help someome.
cheers

JVU

I have the same issue. Influxdb is not receiving data anymore. It did receive them after the initial setup though, and I don’t didn’t change anything. No issue in either HA nor influxdb logs. Reinstall didn’t fix, SSL is enabled (saw this being discussed as the culprit).