I’ve got a MiLight iBox 2 bridge which i can control fine from the android app, however i’m getting nowhere with HA sadly.
I’m running the homeassistant/home-assistant:latest docker on unraid,
Configuration:
light:
platform: limitlessled
bridges:
- host: 192.168.1.83
groups:
- number: 2
name: Fishtank
And in the logs I’m getting this error:
e[31m2018-02-12 14:00:01 ERROR (MainThread) [homeassistant.components.light] Error while setting up platform limitlesslede[0m
Traceback (most recent call last):
File “/usr/src/app/homeassistant/helpers/entity_platform.py”, line 84, in async_setup
SLOW_SETUP_MAX_WAIT, loop=hass.loop)
File “/usr/local/lib/python3.6/asyncio/tasks.py”, line 358, in wait_for
return fut.result()
File “/usr/local/lib/python3.6/asyncio/futures.py”, line 243, in result
raise self._exception
File “/usr/local/lib/python3.6/concurrent/futures/thread.py”, line 56, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/src/app/homeassistant/components/light/limitlessled.py”, line 119, in setup_platform
‘fade’: group_conf[CONF_FADE]
File “/usr/src/app/homeassistant/components/light/limitlessled.py”, line 177, in factory
return LimitlessLEDRGBWGroup(group, config)
File “/usr/src/app/homeassistant/components/light/limitlessled.py”, line 258, in init
self.group.white()
File “/usr/local/lib/python3.6/site-packages/limitlessled/group/rgbw.py”, line 56, in white
cmd = self.command_set.white()
AttributeError: ‘CommandSetRgbwV6’ object has no attribute 'white’e[0m
e[32m2018-02-12 14:00:01 INFO (MainThread) [homeassistant.core] Bus:Handling
<Event system_log_event[L]: timestamp=1518408001.9279697, level=ERROR, message=Error while setting up platform limitlessled, exception=Traceback (most recent call last):
File “/usr/src/app/homeassistant/helpers/entity_platform.py”, line 84, in async_setup
SLOW_SETUP_MAX_WAIT, loop=hass.loop)
File “/usr/local/lib/python3.6/asyncio/tasks.py”, line 358, in wait_for
return fut.result()
File “/usr/local/lib/python3.6/asyncio/futures.py”, line 243, in result
raise self._exception
File “/usr/local/lib/python3.6/concurrent/futures/thread.py”, line 56, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/src/app/homeassistant/components/light/limitlessled.py”, line 119, in setup_platform
‘fade’: group_conf[CONF_FADE]
File “/usr/src/app/homeassistant/components/light/limitlessled.py”, line 177, in factory
return LimitlessLEDRGBWGroup(group, config)
File “/usr/src/app/homeassistant/components/light/limitlessled.py”, line 258, in init
self.group.white()
File “/usr/local/lib/python3.6/site-packages/limitlessled/group/rgbw.py”, line 56, in white
cmd = self.command_set.white()
AttributeError: ‘CommandSetRgbwV6’ object has no attribute ‘white’
, source=components/light/limitlessled.py>e[0m