IKEA Trådrfi LED bulb (LED1649C5), dimming, status after power outage

Hello,

Having installed a couple of Trådfri LED bulbs (LED1649C5), I have connected them to HASS.IO through the Zigbee2Mqtt bridge (zegbee2mqtt.io). The configuration is as follows:

light:
  - platform: "mqtt"
    state_topic: "zigbee2mqtt/0xccccccfffeb2ed28"
    availability_topic: "zigbee2mqtt/bridge/state"
    brightness: true
    schema: "json"
    command_topic: "zigbee2mqtt/0xccccccfffeb2ed28/set"`

I have faced the next problems:

  • LEDs are dimmable. I cannot understand how to dim them trough HASS configuration. Could you rub my nose in the manual on how to dim bulbs?
  • Being switched on through HA command and powered off through conventional wall switch, led bulbs report incorrect status to HA. HA thinks lamps are on. Changing status in HA is impossible in this case. Switch being pressed in HA returns back to an incorrect state. Is there status feedback for these bulbs?
  • In case of a power outage bulbs switch on what seems logical. Is there any method to keep bulbs switched off after power outage?

Any input would be really appreciated. Thank you in advance.

Regards

Hi,

You can dim the lights when you press the entity, there will be a slider where you can dim the light.

When you turn de switch off, the light has no power and will become unresponsive. HA does not notice the bulb going off because the switch is not smart or directly connected to the bulb. So HA thinks the light is on. Turning is off with HA won’t work because the light does not have power.

Last question, I don’t know. Sorry.

1 Like

For your second question, set report true

1 Like