Hi,
influxdb version 1.6.0
hassio version 0.75.2
I have influxdb running on separate rpi and everything worked fine, until I restarted Hassio, then following log shows:
Setup failed for influxdb: Component failed to initialize.
12:57 PM setup.py (ERROR)
Database host is not accessible due to 'HTTPConnectionPool(host='192.168.30.33', port=8086): Read timed out.', please check your entries in the configuration file (host, port, etc.) and verify that the database exists and is READ/WRITE
12:57 PM components/influxdb.py (ERROR)
Config looks like this:
influxdb:
host: 192.168.30.33
port: 8086
username: ///
password: ///
database: E69b
# database: test
If I switch config (moves the #-comment) to use test-database instead, it works fine.
Can I place some kind of extension so that the initiation is aloud to take longer time?