Where?
HA starts just fine and OZW seems to do fine, except it can never discover any devices besides the stick. (“No neighbors”)
The only thing in home-assistant.log is an exception:
2017-09-07 08:50:59 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/lib64/python3.4/asyncio/tasks.py", line 242, in _step
result = coro.throw(exc)
File "/usr/lib/python3.4/site-packages/homeassistant/components/discovery.py", line 124, in scan_devices
results = yield from hass.async_add_job(_discover, netdisco)
File "/usr/lib64/python3.4/asyncio/futures.py", line 358, in __iter__
yield self # This tells Task to wait for completion.
File "/usr/lib64/python3.4/asyncio/tasks.py", line 297, in _wakeup
future.result()
File "/usr/lib64/python3.4/asyncio/futures.py", line 274, in result
raise self._exception
File "/usr/lib64/python3.4/concurrent/futures/thread.py", line 54, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/lib/python3.4/site-packages/homeassistant/components/discovery.py", line 150, in _discover
netdisco.scan()
File "/home/bill/.homeassistant/deps/lib/python3.4/site-packages/netdisco/discovery.py", line 60, in scan
self.gdm.scan()
File "/home/bill/.homeassistant/deps/lib/python3.4/site-packages/netdisco/gdm.py", line 21, in scan
self.update()
File "/home/bill/.homeassistant/deps/lib/python3.4/site-packages/netdisco/gdm.py", line 76, in update
sock.sendto(gdm_msg, (gdm_ip, gdm_port))
PermissionError: [Errno 1] Operation not permitted
It does seem to be related to discovery, but does not bother to say where the permission error is!