I had a problem with corrupted sd card because of lack of power and after fixing it, I still have problem with initializing home assistant. Tried to google it but can’t find any relevant info. For me, it’s clear that homematic has problem to load but don’t know why and how to fix it. I really need to fix that asap because right now my heaters automatic is gone and I need to switch it on and off manually
Help, please!
17-04-27 08:42:33 ERROR (MainThread) [homeassistant.setup] Error during setup of component http
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/setup.py", line 189, in _async_setup_component
result = yield from component.async_setup(hass, processed_config)
File "/usr/lib/python3.4/asyncio/coroutines.py", line 141, in coro
res = func(*args, **kw)
File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/http/__init__.py", line 141, in async_setup
is_ban_enabled=is_ban_enabled
File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/http/__init__.py", line 184, in __init__
import aiohttp_cors
File "/home/homeassistant/.homeassistant/deps/aiohttp_cors/__init__.py", line 22, in <module>
from .__about__ import (
ImportError: No module named 'aiohttp_cors.__about__'
17-04-27 08:42:33 ERROR (MainThread) [homeassistant.setup] Unable to setup dependencies of websocket_api. Setup failed for dependencies: http
17-04-27 08:42:33 ERROR (MainThread) [homeassistant.setup] Setup failed for websocket_api: Could not setup all dependencies.
17-04-27 08:42:33 ERROR (MainThread) [homeassistant.setup] Unable to setup dependencies of api. Setup failed for dependencies: http
17-04-27 08:42:33 ERROR (MainThread) [homeassistant.setup] Setup failed for api: Could not setup all dependencies.
17-04-27 08:42:33 ERROR (MainThread) [homeassistant.setup] Unable to setup dependencies of tts. Setup failed for dependencies: http
17-04-27 08:42:33 ERROR (MainThread) [homeassistant.setup] Setup failed for tts: Could not setup all dependencies.
17-04-27 08:42:33 ERROR (MainThread) [homeassistant.setup] Unable to setup dependencies of frontend. Setup failed for dependencies: api, websocket_api
17-04-27 08:42:33 ERROR (MainThread) [homeassistant.setup] Setup failed for frontend: Could not setup all dependencies.
17-04-27 08:42:33 ERROR (MainThread) [homeassistant.setup] Error during setup of component homematic
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/setup.py", line 192, in _async_setup_component
None, component.setup, hass, processed_config)
File "/usr/lib/python3.4/asyncio/futures.py", line 388, in __iter__
yield self # This tells Task to wait for completion.
File "/usr/lib/python3.4/asyncio/tasks.py", line 286, in _wakeup
value = future.result()
File "/usr/lib/python3.4/asyncio/futures.py", line 277, in result
raise self._exception
File "/usr/lib/python3.4/concurrent/futures/thread.py", line 54, in run
result = self.fn(*self.args, **self.kwargs)
File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/homematic.py", line 246, in setup
from pyhomematic import HMConnection
ImportError: cannot import name 'HMConnection'
17-04-27 08:42:33 ERROR (MainThread) [homeassistant.setup] Unable to setup dependencies of climate.homematic. Setup failed for dependencies: homematic
17-04-27 08:42:33 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform climate.homematic: Could not setup all dependencies.
17-04-27 08:42:43 WARNING (MainThread) [homeassistant.setup] Setup of recorder is taking over 10 seconds.