home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
70.97k stars 29.62k forks source link

LimitlessLED V64.3 broke my miilight #12976

Closed jodur closed 6 years ago

jodur commented 6 years ago

Make sure you are running the latest version of Home Assistant before reporting an issue.

You should only file an issue if you found a bug. Feature and enhancement requests should go in the Feature Requests section of our community forum:

Home Assistant release (hass --version): V64.3

Python release (python3 --version): Python 3.5.3

Component/platform: LimitlessLED

Description of problem:

I just updated to from 63.3 to 64.3 and noticed that my limitless LED lights are not responding any more on the commands in homeassistant. There are no errors messages in homeassistant. With the new version only the bridge light was responding. I tested my gateway with the LimitlessledV6.exe windows and on the hardware side everything seems to be ok! Restoring the limitlessled component to the version that was supplied in V63.3 solved it for me for now. I use the following config (worked until 63.3): light 1:

See also: https://community.home-assistant.io/t/limitlessled-broken-in-v64-x/46094 Expected:

Problem-relevant configuration.yaml entries and steps to reproduce:

Traceback (if applicable):

Additional info:

jodur commented 6 years ago

Did some further investigation regarding this issue:

I changed the light from type white to rgbww and now light are responding again on my commands with the new version.

I have white lights with warm and cold white. In the old version this worked well! When setting the type to rgbww i now have an unwanted colorselector. In the old version with type:white i had only a colortemp selector (WW and CW) and brightness.

corneyl commented 6 years ago

Possible duplicate of #12907

amelchio commented 6 years ago

Yes, this is the same as #12907. The white lights have unfortunately been broken with the latest update.

Until that gets fixed, I suggest to install the old version as a custom component: copy this file to config/custom_components/light/limitlessled.py and restart.