Limmitlesled problem

Hello complete newbie here :grinning:

I am trying to get my Milight iBox2 to work but i am missing something i think.
This is what i found in my error log.

Blockquote
Details (ERROR)

Wed Jan 17 2018 08:57:21 GMT+0100

Error while setting up platform limitlessled

Traceback (most recent call last):
File “/usr/lib/python3.6/site-packages/limitlessled/group/commands/init.py”, line 23, in command_set_factory
cls = next(cs for cs in command_sets if
StopIteration

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/usr/lib/python3.6/site-packages/homeassistant/helpers/entity_component.py”, line 171, in _async_setup_platform
SLOW_SETUP_MAX_WAIT, loop=self.hass.loop)
File “/usr/lib/python3.6/asyncio/tasks.py”, line 358, in wait_for
return fut.result()
File “/usr/lib/python3.6/asyncio/futures.py”, line 245, in result
raise self._exception
File “/usr/lib/python3.6/concurrent/futures/thread.py”, line 56, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/lib/python3.6/site-packages/homeassistant/components/light/limitlessled.py”, line 117, in setup_platform
group_conf.get(CONF_TYPE, DEFAULT_LED_TYPE))
File “/usr/lib/python3.6/site-packages/limitlessled/bridge.py”, line 148, in add_group
group = group_factory(self, number, name, led_type)
File “/usr/lib/python3.6/site-packages/limitlessled/bridge.py”, line 44, in group_factory
return RgbwwGroup(bridge, number, name)
File “/usr/lib/python3.6/site-packages/limitlessled/group/rgbww.py”, line 25, in init
super().init(bridge, number, name, RGBWW)
File “/usr/lib/python3.6/site-packages/limitlessled/group/init.py”, line 57, in init
self._command_set = command_set_factory(bridge, number, led_type)
File “/usr/lib/python3.6/site-packages/limitlessled/group/commands/init.py”, line 28, in command_set_factory
raise ValueError('There is no command set for ’
ValueError: There is no command set for specified bridge version and led type.

Connection lost. Reconnecting…