I have a group of three Tradfri lights (grouped in HA, individual in z2m) and all of them are turning on at very low brightness no matter how I do it - call from automation, turning on individually or as a group in Lovelace interface, turning on individually from zigbee2mqtt. I have the same model of light bulbs in another room and they are still behaving normally.
Here’s a snippet of the logs from zigbee2mqtt from turning one of the lights off and on again:
Info 2023-10-20 16:04:27MQTT publish: topic 'zigbee2mqtt/Bathroom Bath Light', payload '{"brightness":254,"color_mode":"color_temp","color_options":null,"color_temp":370,"level_config":{"on_level":"previous"},"linkquality":51,"power_on_behavior":"previous","state":"ON","update":{"installed_version":65554,"latest_version":65554,"state":"idle"},"update_available":false}'
Debug 2023-10-20 16:08:18Received MQTT message on 'zigbee2mqtt/Bathroom Bath Light/set' with data '{"state":"OFF"}'
Debug 2023-10-20 16:08:18Publishing 'set' 'state' to 'Bathroom Bath Light'
Info 2023-10-20 16:08:18MQTT publish: topic 'zigbee2mqtt/Bathroom Bath Light', payload '{"brightness":254,"color_mode":"color_temp","color_options":null,"color_temp":370,"level_config":{"on_level":"previous"},"linkquality":39,"power_on_behavior":"previous","state":"OFF","update":{"installed_version":65554,"latest_version":65554,"state":"idle"},"update_available":false}'
Debug 2023-10-20 16:08:20Received MQTT message on 'zigbee2mqtt/Bathroom Bath Light/set' with data '{"state":"ON"}'
Debug 2023-10-20 16:08:20Publishing 'set' 'state' to 'Bathroom Bath Light'
Info 2023-10-20 16:08:20MQTT publish: topic 'zigbee2mqtt/Bathroom Bath Light', payload '{"brightness":254,"color_mode":"color_temp","color_options":null,"color_temp":370,"level_config":{"on_level":"previous"},"linkquality":45,"power_on_behavior":"previous","state":"ON","update":{"installed_version":65554,"latest_version":65554,"state":"idle"},"update_available":false}'
You can see z2m thinks the light is already at full brightness but in reality it’s dim, I can get the light to return to the desired brightness by changing the brightness slider but on next toggle it’s dim again.
I’m not sure where to turn next to troubleshoot this?