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:
- platform: limitlessled
bridges:
- host: 192.168.39.149
groups:
- number: 0
type: white
name: All Zones
- number: 1
type: white
name: Spot 1
- number: 2
type: white
name: Spot 2
- number: 3
type: white
name: Spot 3
- number: 4
type: white
name: Spot 4
- host: 192.168.39.149
groups:
- number: 1
type: bridge-led
name: Bridge Light
Did some further investigation regarding this issue:
I changed the light from type white to rgbww and now lights 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.
Dear same problem here:
rgbww work but after update to 0.65.4 white type not work.
No way to make it work and no error in log.
Maybe someone can help us? I don’t want the color indicator for white light too.
Had the same issue. I have dual White lights, so i changed the config tot RGBWW instead of WHITE and are able the use the new component. The old component can’t be used any more because some internal modules are changed also.