HomeKit fails to intialize and I am not sure what to do. I get these three messages. This is after upgrading to 0.68.
Unable to install package homekit==0.6: Command “python setup.py egg_info” failed with error code 1 in /tmp/pip-build-heqq1gds/cffi/
Not initializing homekit_controller because could not install requirement homekit==0.6
Setup failed for homekit_controller: Could not install all requirements.
Watching the log I can see homekit try to start, and it does find the three devices I would hope to see. Unfortunately after that it fails with these messages.
I am seeing the same thing after updating to 0.68 in Hass.io:
(SyncWorker_6) [homeassistant.util.package] Unable to install package homekit==0.6: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-kedmi3ai/cffi/
ERROR (MainThread) [homeassistant.requirements] Not initializing homekit_controller because could not install requirement homekit==0.6
ERROR (MainThread) [homeassistant.setup] Setup failed for homekit_controller: Could not install all requirements.
Did you have homekit: enabled in your configuration.yaml?
I didn’t, as I was using HomeBridge. I just turned off HomeBridge auto start at boot, added the lines to my configuration.yaml:
@HarmlessSaucer This is something different. There’s HomeKit and then there’s HomeKit Controller. You’re talking about the HomeKit component which is an alternative to Homebridge (which you don’t need to add to discovery to have work, it has nothing to do with discovery), and the other posters are talking about HomeKit Controller.
I have a similar problem.
I’m trying to add my Nanoleaf Smarter Hub (4 simple lights connected). Home Assistant discovers the Hub and I entered the PIN Code.
The problem is, the 4 lights are not shown in HA. I only see light.nanoleaf_smarter_hub in HA but this did nothing. I thought I see all light, connected to the Nanolead Hub ?!?!
Log:
Sat May 12 2018 20:38:46 GMT+0200 (CEST)
Update of light.nanoleaf_smarter_hub is taking over 10 seconds
Edit:
And I have an second issue.
Home Assistant shows a configurable Homekit devices called “Home Assistant Bridge”. I’m not sure what this is. Homebridge via Addons is disabled and Nanoleaf Hub is my only homekit device.
Maybe its the Homekit Component from Home Assistant. But how can I remove this window?