Hi there. Is anyone else having issues with Osram Lightify?
“Error while setting up platform osramlightify”
I’ve been running it for years and it stopped working. everything seems fine, the ip adress hasn’t changed, the Lightify app works as does Google Home. I’m just curious if anyone else is having issues. Thanks.
Mon Aug 31 2020 10:13:36 GMT-0400 (Eastern Daylight Time)
Error while setting up platform osramlightify
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/entity_platform.py", line 128, in _async_setup_platform
SLOW_SETUP_MAX_WAIT, loop=hass.loop)
File "/usr/lib/python3.5/asyncio/tasks.py", line 400, in wait_for
return fut.result()
File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result
raise self._exception
File "/usr/lib/python3.5/concurrent/futures/thread.py", line 55, in run
result = self.fn(*self.args, **self.kwargs)
File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/light/osramlightify.py", line 68, in setup_platform
setup_bridge(bridge, add_entities, add_nodes, add_groups)
File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/light/osramlightify.py", line 111, in setup_bridge
update_lights()
File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/util/__init__.py", line 324, in wrapper
result = method(*args, **kwargs)
File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/util/__init__.py", line 324, in wrapper
result = method(*args, **kwargs)
File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/light/osramlightify.py", line 102, in update_lights
group, bridge, update_lights)
File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/light/osramlightify.py", line 247, in __init__
super().__init__(group, update_lights)
File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/light/osramlightify.py", line 126, in __init__
self.update()
File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/light/osramlightify.py", line 259, in update
light = self._bridge.lights()[self._light_ids[0]]
IndexError: list index out of range