Hi
I have the following LED Controller: https://www.amazon.com/dp/B01JZ2SI6Q which works perfectly fine with the MagicHome app.
I have successfully added it to HA, here is my configuration:
- platform: flux_led
devices:
192.168.0.37:
name: bedroom_lights
mode: "rgb"
I am having issues when I turn on the lights as it turns on and goes back to off. This happens when the lights have been turned on by the remote, and there is a delay for the state to update in HA.
My log shows the following errors:
2017-11-30 17:17:56 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.bedroom_lights is taking over 10 seconds
2017-11-30 17:18:27 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.bedroom_lights is taking over 10 seconds
2017-11-30 17:18:58 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.bedroom_lights is taking over 10 seconds
2017-11-30 17:19:29 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.bedroom_lights is taking over 10 seconds
2017-11-30 17:20:00 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.bedroom_lights is taking over 10 seconds
2017-11-30 17:20:31 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.bedroom_lights is taking over 10 seconds
2017-11-30 17:21:02 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.bedroom_lights is taking over 10 seconds
2017-11-30 17:21:33 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.bedroom_lights is taking over 10 seconds
2017-11-30 17:22:04 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.bedroom_lights is taking over 10 seconds
2017-11-30 17:22:35 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.bedroom_lights is taking over 10 seconds
2017-11-30 17:23:06 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.bedroom_lights is taking over 10 seconds
2017-11-30 17:23:37 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.bedroom_lights is taking over 10 seconds
2017-11-30 17:24:08 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.bedroom_lights is taking over 10 seconds
2017-11-30 17:24:39 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.bedroom_lights is taking over 10 seconds
2017-11-30 17:25:10 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.bedroom_lights is taking over 10 seconds
2017-11-30 17:25:41 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.bedroom_lights is taking over 10 seconds
2017-11-30 17:26:12 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.bedroom_lights is taking over 10 seconds
2017-11-30 17:26:43 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.bedroom_lights is taking over 10 seconds
2017-11-30 17:27:14 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.bedroom_lights is taking over 10 seconds
2017-11-30 17:27:45 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.bedroom_lights is taking over 10 seconds
2017-11-30 17:28:16 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.bedroom_lights is taking over 10 seconds
2017-11-30 17:28:47 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.bedroom_lights is taking over 10 seconds
2017-11-30 17:29:18 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.bedroom_lights is taking over 10 seconds
2017-11-30 17:29:49 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.bedroom_lights is taking over 10 seconds
2017-11-30 17:30:20 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.bedroom_lights is taking over 10 seconds
2017-11-30 17:30:51 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.bedroom_lights is taking over 10 seconds
2017-11-30 17:31:22 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.bedroom_lights is taking over 10 seconds
2017-11-30 17:31:53 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.bedroom_lights is taking over 10 seconds
2017-11-30 17:32:24 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.bedroom_lights is taking over 10 seconds
2017-11-30 17:32:55 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.bedroom_lights is taking over 10 seconds
2017-11-30 17:33:26 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.bedroom_lights is taking over 10 seconds
2017-11-30 17:33:44 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.bedroom_lights is taking over 10 seconds
The warning continues for 30 seconds.
However everything runs smoothly when I restart HA but I expect the issue to come back after HA is running for a few hours.
Can anyone (@Danielhiversen) please help?
Thanks.