Hi, I’m a total HA noob, and am trying to set up my system with a Tells ZNet and MiLight/LimitlessLED interface. HA is running on a Sinology Docker image. The ZNet works fine, but I don’t think the LimitlessLED-component works. This is what my log says:
e[31m17-04-26 10:29:36 ERROR (MainThread) [homeassistant.components.light] Error while setting up platform limitlesslede[0m
stdout
10:29:36
Traceback (most recent call last):
stdout
10:29:36
File "/usr/src/app/homeassistant/helpers/entity_component.py", line 155, in _async_setup_platform
stdout
10:29:36
entity_platform.schedule_add_entities, discovery_info
stdout
10:29:36
File "uvloop/future.pyx", line 230, in __iter__ (uvloop/loop.c:110600)
stdout
10:29:36
File "uvloop/future.pyx", line 432, in uvloop.loop.BaseTask._fast_wakeup (uvloop/loop.c:113980)
stdout
10:29:36
File "uvloop/future.pyx", line 101, in uvloop.loop.BaseFuture._result_impl (uvloop/loop.c:108900)
stdout
10:29:36
File "/usr/local/lib/python3.5/concurrent/futures/thread.py", line 55, in run
stdout
10:29:36
result = self.fn(*self.args, **self.kwargs)
stdout
10:29:36
File "/usr/src/app/homeassistant/components/light/limitlessled.py", line 110, in setup_platform
stdout
10:29:36
version=bridge_conf.get(CONF_VERSION, DEFAULT_VERSION))
stdout
10:29:36
File "/usr/local/lib/python3.5/site-packages/limitlessled/bridge.py", line 99, in __init__
stdout
10:29:36
self._init_connection()
stdout
10:29:36
File "/usr/local/lib/python3.5/site-packages/limitlessled/bridge.py", line 206, in _init_connection
stdout
10:29:36
self._socket.recv_into(response)
stdout
10:29:36
ConnectionRefusedError: [Errno 111] Connection refusede[0m