Errors and disconnects with Flux Led / MagicLight component

Hello everyone!

I’ve just started using the Flux Led / MagicLight component since my last try with flashed controllers using TASMOTA FW.

Most of time that I turn it on or off, there is no response from the light switch. The LED strip does not turn on or off, very random.

My logs are filled with this error:

2018-01-18 04:10:09 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.ledsaladesktop is taking over 10 seconds
2018-01-18 04:10:40 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.ledsaladesktop is taking over 10 seconds
2018-01-18 04:11:11 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.ledsaladesktop is taking over 10 seconds
2018-01-18 04:11:42 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.ledsaladesktop is taking over 10 seconds
2018-01-18 04:12:13 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.ledsaladesktop is taking over 10 seconds
2018-01-18 04:12:44 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.ledsaladesktop is taking over 10 seconds
2018-01-18 04:13:15 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.ledsaladesktop is taking over 10 seconds
2018-01-18 04:13:46 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.ledsaladesktop is taking over 10 seconds
2018-01-18 04:14:17 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.ledsaladesktop is taking over 10 seconds
2018-01-18 04:32:20 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.ledsaladesktop is taking over 10 seconds
2018-01-18 04:32:51 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.ledsaladesktop is taking over 10 seconds
2018-01-18 04:33:22 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.ledsaladesktop is taking over 10 seconds
2018-01-18 04:33:53 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.ledsaladesktop is taking over 10 seconds
2018-01-18 04:34:24 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.ledsaladesktop is taking over 10 seconds
2018-01-18 04:34:54 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.ledsaladesktop is taking over 10 seconds
2018-01-18 04:35:25 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.ledsaladesktop is taking over 10 seconds
2018-01-18 04:35:56 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.ledsaladesktop is taking over 10 seconds
2018-01-18 04:36:27 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.ledsaladesktop is taking over 10 seconds
2018-01-18 04:36:58 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.ledsaladesktop is taking over 10 seconds
2018-01-18 04:37:29 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.ledsaladesktop is taking over 10 seconds
2018-01-18 04:38:00 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.ledsaladesktop is taking over 10 seconds
2018-01-18 04:38:31 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.ledsaladesktop is taking over 10 seconds
2018-01-18 04:39:02 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.ledsaladesktop is taking over 10 seconds
2018-01-18 04:39:33 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.ledsaladesktop is taking over 10 seconds
2018-01-18 04:40:04 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.ledsaladesktop is taking over 10 seconds
2018-01-18 04:40:35 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.ledsaladesktop is taking over 10 seconds
2018-01-18 04:41:06 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.ledsaladesktop is taking over 10 seconds
2018-01-18 04:41:37 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.ledsaladesktop is taking over 10 seconds
2018-01-18 04:42:08 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.ledsaladesktop is taking over 10 seconds
2018-01-18 04:42:39 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.ledsaladesktop is taking over 10 seconds
2018-01-18 04:43:10 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.ledsaladesktop is taking over 10 seconds
2018-01-18 04:43:41 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.ledsaladesktop is taking over 10 seconds
2018-01-18 04:44:13 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.ledsaladesktop is taking over 10 seconds
2018-01-18 04:44:43 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.ledsaladesktop is taking over 10 seconds
2018-01-18 04:45:13 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.ledsaladesktop is taking over 10 seconds
2018-01-18 04:45:44 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.ledsaladesktop is taking over 10 seconds

My controllers are v4 from I can see from the native MagicHome app on iOS.

Can anyone help me? Thanks!

commenting to say I have same issue and haven’t found a fix. maybe we just got dud controllers? other users seem to love these things

Try increasing the scan interval:
scan_interval: 30

Hello! This parameter is used on the flux_led component? Thanks!

Yes

#### Flux ####
- platform: flux_led
  scan_interval: 30
#  automatic_add: True
  devices:
    192.168.0.43:
      name: lamppost
      mode: 'rgbw'

Nice! I wonder how many other parameters ar not documented and available for us to use :slight_smile: Will try this. Thanks a lot!

1 Like