Hello,
I have a set of Ikea TRADFRI bulb E27 WS globe 1055lm running firmware 3.0.22. The bulbs are connected to zigbee2mqtt and then integrated with HA using MQTT. I am trying to set the bulbs’ brightness to 50% when turning on at night (using automations and scripts). Despite a relatively simple requirement, the bulbs always turn on at full brightness first before adjusting itself to 50% brightness.
A sample script
action: light.turn_on
target:
entity_id: light.activity_area_ceiling_light
data:
brightness_pct: 50
I have been reading various topics but none has been able to resolve the issue. I did notice the following as well:
- When viewing log in zigbee2mqtt, there is a device_announce message before the bulbs turn on.
- I have some older Ikea bulbs running firmware 2.3.095 and they seem to work perfectly with brightness (always turn on at the right brightness).
I am a bit lost so any help is much appreciated.
Btw, I am running the latest version of HA and zigbee2mqtt.
Thanks.