After upgrading to 0.64 LimitlessLED lights stopped working

I haven’t changed my configuration (as it pertains to my lights anyway) since I upgraded. I get no errors in the log file and my MiLight app still works just fine.

Oh, and to add insult to injury HA still controls the bridge-led just fine but none of the other lights. It has been almost two weeks of manually turning on/off my lights. I am feeling very mortal.

Nowhere near enough information to help you here. You will need to post your config. If anything, LimitlessLED works better than ever now. Which version did you upgrade from?

I upgraded from 0.63. Sorry, this seems like something I should be able to fix. I’ve been running HA for over a year now. I am so bewildered I didn’t even know where to start with this post.

Here is my lights.yaml file:

  platform: limitlessled
  bridges:
    - host: 192.168.1.153
      groups:
      - number: 1
        type: bridge-led
        name: Notify
      - number: 1
        type: white
        name: LivingRoom
        fade: on
      - number: 2
        type: white
        name: Kitchen
        fade: on

I don’t think ‘white’ is a valid type - this might be why your bridge led works but the others don’t… actually it is valid I just checked.

That config looks ok.

What about customize.yaml and groups.yaml? Configuration set to include the lights.yaml?

configuration.yaml has this:

light: !include lights.yaml

customize.yaml has this:

light.kitchen:
  homebridge_visible: true
light.livingroom:
  homebridge_visible: true

groups.yaml has this:

Main Floor:
  control: hidden
  entities:
    - light.notify
    - light.livingroom
    - input_number.livingroom_brightness
    - light.kitchen
    - input_number.kitchen_brightness
    - script.goodnight
    - input_boolean.tv_auto_dim
    - input_boolean.guest_mode
    - climate.thermostat

I don’t have limitlessled (yet), but could this be related to the problem discussed in this thread:

Good pickup.

Have a look at: https://github.com/home-assistant/home-assistant/issues/12976

Thank you for pointing that out. I missed those threads in my searching for a solution.

Changing from white to rgbww works for now. Hopefully they fix the LimitlessLED component in the next update so that white lights work again.

It might have been fixed in 0.65.x

Unfortunately, it seems like no current developer actually has a white light so it might take some time to get fixed.