Hello Everybody.
It is my first post and i have just installed HA so excuse me for some basic questions!
I have installed HA on Raspberry Pie 4 and i have been reading and looking at tutorils to set up Influxdb. But i cant get it working. i get this errormessage
- Cannot connect to InfluxDB due to ‘HTTPConnectionPool(host=‘a0d7b954_influxdb’, port=8086): Max retries exceeded with url: /write?db=Homeassistant (Caused by NewConnectionError(’<urllib3.connection.HTTPConnection object at 0x7f57f1b7a0>: Failed to establish a new connection: [Errno -5] Name has no usable address’))'. 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.
I have created database and user in Influxdb added this code in the yaml file
influxdb:
host: a0d7b954_influxdb
port: 8086
database: Homeassistant
username: influxdb
password: influxdb
max_retries: 9
default_measurement: state
I dont realy know what is wrong
BR /Hajakz