Hi,
After upgrading to 0.85.1 I get a message saying that my influx db cant be setup. This is what I have in my configuration.yaml.
influxdb:
host: a0d7b954-influxdb
port: 8086
database: HomeAssistant
username: mysuser
password: mypass
max_retries: 3
default_measurement: state
This is what I have in my error log:
Fri Jan 18 2019 08:59:52 GMT+0100 (W. Europe Standard Time)
Database host is not accessible due to ‘HTTPConnectionPool(host=‘a0d7b954-influxdb’, port=8086): Max retries exceeded with url: /write?db=HomeAssistant (Caused by NewConnectionError(’<urllib3.connection.HTTPConnection object at 0x732cc550>: Failed to establish a new connection: [Errno 111] Connection refused’,))’, please check your entries in the configuration file (host, port, etc.) and verify that the database exists and is READ/WRITE
And this
Fri Jan 18 2019 09:00:04 GMT+0100 (W. Europe Standard Time)
Setup failed for influxdb: Component failed to initialize
However, the component itself signals that everything is fine and when I test the datasource in grafana all is well, so im not sure there actually is an issue.
Anyone experienced this as well?