Danielhiversen / flux_led

A utility for controlling Flux WiFi Smart LED Light Bulbs
GNU Lesser General Public License v3.0
158 stars 143 forks source link

Devices appear off when turned on and don't react to commands #395

Closed Nezz closed 1 year ago

Nezz commented 1 year ago

Since updating to HA 2023.8 I have issues with my Magic Home RGBCCT wifi led controllers (AK001-ZJ2101, firmware 1.06). I have 4 of them and they all misbehave since the update:

  1. When turned on, they turn on with the last color and brightness instead of the one I requested
  2. After being turned on, they report that they have turned off, but they are actually turned on: image image
  3. Once turned on commands to change the color or brightness don't work.
  4. Turning the devices off works correctly

Changing the color or brightness is only possible after the device has been turned on but before HA reports that it's off. Therefore chaging the color now requires three steps:

  1. Turn off
  2. Turn on
  3. Set color

I checked the behaviour with the native app using local control and the device indeed reports that it's turned off after it was turned on via HA. However, if I disable the HA integration then they behave correctly in the Magic Home app.

Relevant error logs: image

bdraco commented 1 year ago

Please open an issue on the core report with debug logs and diagnostics.

bdraco commented 1 year ago

Likely could be either either

Or

bdraco commented 1 year ago

Impossible to tell which issue it is without logs and diagnostics though

Nezz commented 1 year ago

Thanks, I have reported it with logs.

bdraco commented 1 year ago

thanks closing in favor of https://github.com/home-assistant/core/issues/98310