I have tried to set up several HK components, only to find the following in the logs. I am running 82.1 and have installed libgmp-dev, libmpfr-dev, libmpc-dev. For the HK components I have tried, I have held down the reset button until the lights flashed, deleted the components from the Home app, and then entered the HK code into the UI, only to find the below in the logs. Let me know if you need me to post my configs.
Tue Dec 11 2018 21:32:29 GMT-0600 (Central Standard Time)
Error executing service <ServiceCall configurator.configure (c:ba1ac1d4e1704cde867f0da113e7206b): configure_id=140640875513784-4, fields=code=46815xxx>
Traceback (most recent call last):
File “/usr/local/lib/python3.6/site-packages/homeassistant/core.py”, line 1177, in _event_to_service_call
await service_handler.func(service_call)
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/configurator.py”, line 221, in async_handle_service_call
call.data.get(ATTR_FIELDS, {}))
File “/usr/local/lib/python3.6/concurrent/futures/thread.py”, line 56, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/homekit_controller/init.py”, line 191, in device_config_callback
pairing_id)
File “/usr/local/lib/python3.6/site-packages/homekit/protocol.py”, line 69, in perform_pair_setup
connection.request(‘POST’, ‘/pair-setup’, request_tlv, headers)
File “/usr/local/lib/python3.6/http/client.py”, line 1239, in request
self._send_request(method, url, body, headers, encode_chunked)
File “/usr/local/lib/python3.6/http/client.py”, line 1285, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File “/usr/local/lib/python3.6/http/client.py”, line 1234, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/homekit_controller/init.py”, line 63, in homekit_http_send
self.send(msg)
File “/usr/local/lib/python3.6/http/client.py”, line 964, in send
self.connect()
File “/usr/local/lib/python3.6/http/client.py”, line 936, in connect
(self.host,self.port), self.timeout, self.source_address)
File “/usr/local/lib/python3.6/socket.py”, line 724, in create_connection
raise err
File “/usr/local/lib/python3.6/socket.py”, line 713, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused