As many many users reported, I never had chance to run influxDB properly.
I got the classic error: “Database host is not accessible due to ‘HTTPSConnectionPool(host=‘a0d7b954_influxdb’, port=8086): Max retries exceeded with url: /write?db=homeassistant (Caused by NewConnectionError(’<urllib3.connection.VerifiedHTTPSConnection object at 0x7f717ab748>: Failed to establish a new connection: [Errno -2] Name does not resolve’))’, please check your entries in the configuration file (host, port, etc.) and verify that the database exists and is READ/WRITE. Retrying again in 60 seconds.”
Dear, one small question
with influxdb addon Chronograf & Kapacitor comes as preinstalled
what should ne done to stop them installing with influxdb.
Please guide
thanks
This is my first post here and I am just beginner when it comes to the Hassio.
I was trying for few days to setup Hassio+Influxdb+Grafana.
The hardest thing was to configure and start Hassio+Influxdb. I was doing everything and according to the documentation but no success. I was also trying unofficial tips but the same result - everything was configured without errors but no data in Influxdb.
Then I installed Grafana and connected it to database created in Influxdb. And surprise - I have data to query and visualize in Influxdb’s dashboards. I started again to changing all configs and finally I managed to get Influxdb also working.
This is my Influxdb configuration:
"
{
“auth”: true,
“reporting”: false,
“ssl”: false,
“certfile”: “fullchain.pem”,
“keyfile”: “privkey.pem”,
“username”: “homeassistant”,
“password”: “test”,
“log_level”: “info”
}
"
Other things are configured inline with Hassio documentation:
database in Influxdb created: home_assistant
user in Influxdb created with ALL permission: homeassistant.
This is a general maintenance release, and add support for allowing tuning of InfluxDB by passing in configuration environment variables via the add-on configuration.
Changes
Upgrades Chronograf to 1.7.15
Fixes typo (#54)
Add environment variable support for InfluxDB (#52)