Dear community,
I only just found out about HASS v0.47.0 and installed it on my Debian server in a Python Virtual Env. The UI is running but I notice the following error is displayed (is it serious?):
2017-06-22 08:46:36 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/usr/lib/python3.5/asyncio/tasks.py”, line 241, in _step
result = coro.throw(exc)
File “/opt/homeassistant/lib/python3.5/site-packages/homeassistant/components/discovery.py”, line 118, in scan_devices
results = yield from hass.async_add_job(_discover, netdisco)
File “/usr/lib/python3.5/asyncio/futures.py”, line 380, in iter
yield self # This tells Task to wait for completion.
File “/usr/lib/python3.5/asyncio/tasks.py”, line 304, in _wakeup
future.result()
File “/usr/lib/python3.5/asyncio/futures.py”, line 293, in result
raise self._exception
File “/usr/lib/python3.5/concurrent/futures/thread.py”, line 55, in run
result = self.fn(*self.args, **self.kwargs)
File “/opt/homeassistant/lib/python3.5/site-packages/homeassistant/components/discovery.py”, line 144, in _discover
netdisco.scan()
File “/home/homeassistant/.homeassistant/deps/netdisco/discovery.py”, line 60, in scan
self.gdm.scan()
File “/home/homeassistant/.homeassistant/deps/netdisco/gdm.py”, line 21, in scan
self.update()
File “/home/homeassistant/.homeassistant/deps/netdisco/gdm.py”, line 76, in update
sock.sendto(gdm_msg, (gdm_ip, gdm_port))
PermissionError: [Errno 1] Operation not permitted
My second question is about auto discovery, e.g. my Hue bridge, Plex server, Chromecast, Yamaha receiver. How does this work? I cannot find any detected device in the UI. I guess it is related to the error above…
- The check config on the configuration page returns “Valid!”
- Linux nas 4.9.0-3-amd64 #1 SMP Debian 4.9.30-2 (2017-06-12) x86_64 GNU/Linux