I get an error in the logs that states that there is an error during the setup on the influxdb component.
019-01-03 18:09:43 ERROR (MainThread) [homeassistant.setup] Error during setup of component influxdb
Traceback (most recent call last):
File “/usr/local/lib/python3.6/site-packages/homeassistant/setup.py”, line 148, in _async_setup_component
component.setup, hass, processed_config) # type: ignore
File “/usr/local/lib/python3.6/concurrent/futures/thread.py”, line 56, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/influxdb.py”, line 96, in setup
from influxdb import InfluxDBClient, exceptions
ModuleNotFoundError: No module named ‘influxdb’
So you are using hassio? The remove the InfluxDB you install manually in a Docker container and install the addon. Follow the instructions on the addon page.
I stopped the InfluxDB Docker container and installed the InfluxDB Addon. I followed the directions assosciated with teh Addon and I get the following in the error log:
File “/usr/local/lib/python3.6/concurrent/futures/thread.py”, line 56, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/influxdb.py”, line 96, in setup
from influxdb import InfluxDBClient, exceptions
ModuleNotFoundError: No module named ‘influxdb’