Hello together,
just upgraded to version 0.55.0 and now, the Ikea Tradfri Component isn’t working anymore.
The first error i have is the following:
homeassistant hass[18836]: Traceback (most recent call last):
homeassistant hass[18836]: File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/tradfri.py", line 115
homeassistant hass[18836]: from pytradfri.api.aiocoap_api import api_factory
homeassistant hass[18836]: File "/srv/homeassistant/lib/python3.5/site-packages/pytradfri/api/aiocoap_api.py", line 6, in <mod
homeassistant hass[18836]: from aiocoap import Message, Context
homeassistant hass[18836]: ImportError: No module named 'aiocoap'
The other error is the following:
homeassistant hass[19146]: Traceback (most recent call last):
homeassistant hass[19146]: File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/tradfri.py", line 115
homeassistant hass[19146]: from pytradfri.api.aiocoap_api import api_factory
homeassistant hass[19146]: File "/srv/homeassistant/lib/python3.5/site-packages/pytradfri/api/aiocoap_api.py", line 9, in <mod
homeassistant hass[19146]: from aiocoap.transports import tinydtls
homeassistant hass[19146]: ImportError: cannot import name 'tinydtls'
I have tried to install aiocoap via pip3 in the virtual environment and also from the raspian strecht repo itself, but both didn’t worked for me.
For the other problem i have no Idea…
Any suggestions to solve this?
Thanks and regards
danyo