Hi all,
I’ve been running HA for a couple of years now. My setup consists of Zwave, MagicLights (bulbs and controllers), Nest (was integrated…enough said ), Yale lock, MyQ Garage Controller, sliding door sensors, 4n1 sensors, and a Ring doorbell.
I recently reloaded my RPI3 with the .99 release and redid all of the integrations, mostly due to lovelace and the new entity integration and the new configuration files.
I’ve been trying to figure out why my lights started to act strangely, sometimes not turning on, couldn’t change colors, interface wouldn’t respond…I thought it was due to me not knowing Lovelace or misunderstanding the configuration file.
Now I’m seeing that the flux_led driver/interface(?) is throwing an error:
2019-10-01 10:35:53 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.1684899408]
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/websocket_api/commands.py", line 130, in handle_call_service
connection.context(msg),
File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/core.py", line 1234, in async_call
await asyncio.shield(self._execute_service(handler, service_call))
File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/core.py", line 1259, in _execute_service
await handler.func(service_call)
File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/light/__init__.py", line 310, in async_handle_light_on_service
await light.async_turn_on(**pars)
File "/usr/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/flux_led/light.py", line 336, in turn_on
self._bulb.setRgbw(*tuple(rgb), w=white, brightness=brightness)
File "/srv/homeassistant/lib/python3.7/site-packages/flux_led/__main__.py", line 869, in setRgbw
raise Exception
Exception
I used the flux_led in standalone mode and see it performs correctly.
rene@matrix:~/Development/flux/flux_led$ python -m flux_led 192.168.1.225 -w 100
Setting warm white mode, level: 100%
SO, what the heck changed?? I also saw someone else report the same error in Github. Do we have an idea of what the change is and how/when can this be fixed? I’ll keep digging around but I’m not that well versed as to exactly how to do it, so I might take a while to figure this out. In the meantime, my house light setup SUCKS…
Anyone have any ideas?