-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to find Component Light.IkeaTradfri #10119
Comments
I've had the same problem yesterday. The solution for me was to manually install DTLSSocket. But this worked only, when I've installed Cython. sudo pip3 install Cython Make sure that this will be done in the same terminal-window, where you start the homeassistant. This was another mistake I've made. Always start homeassistant with the options -v --debug. This writes informations into the logfile and you will see what was the problem. |
I've got the same problem, only on my raspberry pi B |
Thank you for the reply and suggestions. I could not install to /srv/homeassistant/bin/ folder Cython because it is already installed elsewhere. I´m using VirtualEnv for Homeassistant and also using Homebridge on PI3. Therefore there are some owner conflicts with /usr/.cache/pip ? Should it be /home/homeassistant/pip or /srv/homeassistant/bin/ I´m also using older version of AppleTV so it wouldnt work anyway. But same kind of issue installing dependency. Does this mean that I need to reinstall homebridge and homeassistant? Currently I have no need for homebridge and I installed it just to experience how it works. Homeassistant is the one I would use. Here is home-assistant.log information:
|
I made an fresh installation of Hass.io and now using latest 0.57.1 and now AppleTV works, Tradfri works. Great! Awesome update. |
Running Home Assistant 0.56.0
Python release python3.5-version
Home Assistant
Invalid Config
The following components and platforms could not be set up:
Tradfri
Description of problem:
2017-10-24 15:42:19 ERROR (MainThread) [homeassistant.loader] Unable to find component light.IkeaTradfri 2017-10-24 15:42:26 ERROR (Thread-14) [homeassistant.util.package] Unable to install package DTLSSocket==0.1.3: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-2kqc819x/DTLSSocket/ 2017-10-24 15:42:26 ERROR (MainThread) [homeassistant.setup] Not initializing tradfri because could not install dependency DTLSSocket==0.1.3 2017-10-24 15:42:26 ERROR (MainThread) [homeassistant.setup] Setup failed for tradfri: Could not install all requirements. 2017-10-24 15:42:28 ERROR (Thread-18)
I have tried to find a solution for this by following the instructions in various posts.
I don´t know how this can be solved? I hope someone has an idea how to fix this?
configuration.yaml
tradfri:
host: ip-address
api_key: security code
The text was updated successfully, but these errors were encountered: