Hi,
First post!!!
I have a home assistant VM (hassos_ova-4.10) running on an unraid server. I also have Influxdb running on the same unraid server in a docker.
I cannot get HA to connect to influxdb. I added the following to my configuration.yaml in HA:
influxdb:
host: 192.168.1.89
port: 8086
database: home_assistant
username: home_assistant
password: XXXXXXX ( i have this filled in)
ssl: false
verify_ssl: false
max_retries: 5
default_measurement: state
When I restart HA, I get the following in the logs:
Setup of influxdb is taking over 10 seconds.
2:47:05 PM – runner.py (WARNING)Cannot connect to InfluxDB due to ‘HTTPConnectionPool(host=‘192.168.1.89’, port=8086): Read timed out. (read timeout=5)’. Please check that the provided connection details (host, port, etc.) are correct and that your InfluxDB server is running and accessible. Retrying in 60 seconds.
2:47:10 PM – InfluxDB (ERROR)
I’m sure i’m missing something obvious, but any help would be appreciated.