My setup:
tried both hassio 0.96.3 and 0.96.2 running in docker(Ubuntu LTS on intel NUC8)
Fibaro HC2 as Z-wave controller, added in configuration.yaml
Homekit parameter:
homekit:
port: 51828
At the beginning, I wasn’t able to add HA bridge in Homekit at all, so I changed port number to 51828 after a bit research. Now that HA bridge is added to Homekit along with 20+ Z-wave devices.
The problem is, everything works as expected for the first 60 seconds or so, then everything goes “no response” in Homekit, but works fine in hassio.
My problem is very similar to this fellow, Homekit devices "Not Responding"
So I tried 'docker exec -it homeassistant pip install git+https://github.com/ikalchev/HAP-python@dev
’ still the same problem. I’ve also tried removing homekit.states and clean install.
The only log in hassio is the follwing, but some googling tells me this should not be the cause:
2019-07-22 15:34:49 WARNING (zeroconf-Engine) [zeroconf] Exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/zeroconf.py", line 2245, in send
bytes_sent = s.sendto(packet, 0, (addr, port))
PermissionError: [Errno 1] Operation not permitted
and, this is after 30 seconds when everything goes ‘no response’. 192.168.1.38 is my Apple TV
2019-07-22 22:15:26 DEBUG (StateHandler) [fiblary3.client.v4.client] <Response [200]>
2019-07-22 22:15:53 DEBUG (MainThread) [homeassistant.components.ssdp] Scanning
2019-07-22 22:15:56 DEBUG (StateHandler) [fiblary3.client.v4.client] <Response [200]>
2019-07-22 22:16:04 DEBUG (Thread-4) [pyhap.hap_server] Cleaning connection to ('192.168.1.38', 49266)
2019-07-22 22:16:26 DEBUG (StateHandler) [fiblary3.client.v4.client] <Response [200]>
2019-07-22 22:16:54 DEBUG (MainThread) [homeassistant.components.ssdp] Scanning
2019-07-22 22:16:56 DEBUG (StateHandler) [fiblary3.client.v4.client] <Response [200]>
2019-07-22 22:17:26 DEBUG (StateHandler) [fiblary3.client.v4.client] <Response [200]>
2019-07-22 22:17:55 DEBUG (MainThread) [homeassistant.components.ssdp] Scanning
2019-07-22 22:17:56 DEBUG (StateHandler) [fiblary3.client.v4.client] <Response [200]>
I’m fairly new to Linux, any help would be highly appreciated.