Hi,
When I try to connect my Trädfri setup, I get the following errors.
2017-10-19 22:04:01 INFO (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: service=configure, service_call_id=1967937648-5, domain=configurator, service_data=configure_id=1967937840-1, fields=key=RH9Ie3bjHG9EgTZ1>
2017-10-19 22:04:01 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_executed[L]: service_call_id=1967937648-5>
2017-10-19 22:04:01 ERROR (MainThread) [homeassistant.components.tradfri] Looks like something isn’t installed!
Traceback (most recent call last):
File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/tradfri.py”, line 115, in _setup_gateway
from pytradfri.api.aiocoap_api import api_factory
File “/srv/homeassistant/lib/python3.5/site-packages/pytradfri/api/aiocoap_api.py”, line 6, in
from aiocoap import Message, Context
ImportError: No module named ‘aiocoap’
I have tried following the updates, but no matter what I do, it still tells me that I am missing “aiocoap”. Can anyone help me with this one?