I updated to 0.39.0 and I got the following config
light:
platform: limitlessled
bridges:
- host: 192.168.1.62
groups:
- number: 1
name: living_room_lamp
- number: 2
type: rgbw
name: living_room_leds
- number: 3
type: rgbw
name: tv_stand_leds
- number: 4
type: rgbw
name: master_bedroom_lamp
this is my log
The following errors have been logged this session:
17-02-26 18:21:06 ERROR (MainThread) [homeassistant.components.light] Error while setting up platform limitlessled
Traceback (most recent call last):
File “/srv/homeassistant/lib/python3.4/site-packages/homeassistant/helpers/entity_component.py”, line 151, in _async_setup_platform
entity_platform.add_entities, discovery_info
File “/usr/lib/python3.4/asyncio/futures.py”, line 388, in iter
yield self # This tells Task to wait for completion.
File “/usr/lib/python3.4/asyncio/tasks.py”, line 286, in _wakeup
value = future.result()
File “/usr/lib/python3.4/asyncio/futures.py”, line 277, in result
raise self._exception
File “/usr/lib/python3.4/concurrent/futures/thread.py”, line 54, in run
result = self.fn(*self.args, **self.kwargs)
File “/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/light/limitlessled.py”, line 112, in setup_platform
version=bridge_conf.get(CONF_VERSION, DEFAULT_VERSION))
File “/home/homeassistant/.homeassistant/deps/limitlessled/bridge.py”, line 99, in init
self._init_connection()
File “/home/homeassistant/.homeassistant/deps/limitlessled/bridge.py”, line 206, in _init_connection
self._socket.recv_into(response)
ConnectionRefusedError: [Errno 111] Connection refused