Hi,
I tried to add hyperion component to my fresh hassio install but it fails.
When I turn on the leds they turn on white but the witch in HA just shows turned off state.
There is an error in the logs:
2018-03-11 23:47:18 ERROR (MainThread) [homeassistant.helpers.entity] Update for light.hyperion fails
Traceback (most recent call last):
File “/usr/lib/python3.6/site-packages/homeassistant/helpers/entity.py”, line 204, in async_update_ha_state
yield from self.async_device_update()
File “/usr/lib/python3.6/site-packages/homeassistant/helpers/entity.py”, line 327, in async_device_update
yield from self.hass.async_add_job(self.update)
File “/usr/lib/python3.6/asyncio/futures.py”, line 332, in iter
yield self # This tells Task to wait for completion.
File “/usr/lib/python3.6/asyncio/tasks.py”, line 250, in _wakeup
future.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/hyperion.py”, line 217, in update
if not led_color or led_color[0][‘RGB value’] == [0, 0, 0]:
KeyError: ‘RGB value’
Here is my config in the configuration file:
light:
- platform: hyperion
host: ip-to-hyperion-server
basic so I couldnt mess it up
Please help with the compontent
Thank you