#Light brightness_pct not working anymore

1 messages · Page 1 of 1 (latest)

vague hearth
#

I have had a light bulb running ESPHome for a long time which I send the below data to via node red, but just a few days ago this has stopped working and the light no longer gets the 25% brightness from the brightness_pct parameter. Instead it runs with full on/off power.

Has there been a recent change with regards to this data structure? I'm running the lscr.io/linuxserver/homeassistant:2025.10.1-ls147 image.

{
    "data": {
        "effect": "None",
        "brightness_pct": 25,
        "rgbw_color": [
            255,
            255,
            255,
            255
        ]
    }
}
remote hare
#

Not sure it is the right channel to ask this. I would suggest you use developer tools to test the actions first. If it doesnt work there either, esphome channel should be the right channel IMO