HomeKit controller on Mac OS X, py25519

Hey!

I have a KooGeek LS1 light strip that only supports HomeKit but since version 0.68, there should be something called HomeKit controller to Home Assistant, which as I understand, makes it possible to get components from HomeKit to collaborate with HA.

If you follow the instructions, you should add the following to the config file:

discovery:
  enable:
    - homekit

The problem is that I get the following error message on the front page:

Invalid config
The following components and platforms could not be set up:

  • homekit-controller

Please check your config.

and the log file shows the following:

I should add that I run Home Assistant 0.77.3 on a Mac mini and that I have installed libmpfr and libmpc via ‘brew install’ but now I’ve got stuck. I can not get rid of the error message or figure out what to do to move on and I hope that someone here can help me.

​Andreas

Looks like it’s failing because it can’t install all the python dependencies.

Which Python version do you have installed?

$ python --version

If i type ‘python --version’ i get 2.7.10, but if I type ‘python3 --version’ I get 3.6.5 so I assume that I’m using python 3.6.5?

No thoughts about this?