Tradfri bulb not working

Hi,

I recently bought a new IKEA Trådfri bulb and added it to my Zigbee network. I already have some IKEA bulbs working correctly, but this one I can’t get to work. It is recognized correctly, and an Entity with the right controls is created. However, the bulb does not react on any command.

Does someone have an idea how to solve this? Or can it be a faulty bulb? In the latter case I can try to exchange it for another one at the IKEA store.

This is the device signature:

{
  "node_descriptor": "NodeDescriptor(logical_type=<LogicalType.Router: 1>, complex_descriptor_available=0, user_descriptor_available=0, reserved=0, aps_flags=0, frequency_band=<FrequencyBand.Freq2400MHz: 8>, mac_capability_flags=<MACCapabilityFlags.AllocateAddress|RxOnWhenIdle|MainsPowered|FullFunctionDevice: 142>, manufacturer_code=4476, maximum_buffer_size=82, maximum_incoming_transfer_size=82, server_mask=11264, maximum_outgoing_transfer_size=82, descriptor_capability_field=<DescriptorCapability.NONE: 0>, *allocate_address=True, *is_alternate_pan_coordinator=False, *is_coordinator=False, *is_end_device=False, *is_full_function_device=True, *is_mains_powered=True, *is_receiver_on_when_idle=True, *is_router=True, *is_security_capable=False)",
  "endpoints": {
    "1": {
      "profile_id": 260,
      "device_type": "0x010c",
      "in_clusters": [
        "0x0000",
        "0x0003",
        "0x0004",
        "0x0005",
        "0x0006",
        "0x0008",
        "0x0300",
        "0x1000",
        "0xfc57"
      ],
      "out_clusters": [
        "0x0019"
      ]
    },
    "242": {
      "profile_id": 41440,
      "device_type": "0x0061",
      "in_clusters": [
        "0x0021"
      ],
      "out_clusters": [
        "0x0021"
      ]
    }
  },
  "manufacturer": "IKEA of Sweden",
  "model": "TRADFRIbulbE27WSglobeopal1055lm",
  "class": "zigpy.device.Device"
}

Whenever I try to change the state of the bulb, by using the HA UI, I get an error like this in te logs:

2022-01-02 15:08:19 DEBUG (MainThread) [zigpy.device] [0x18f2] Delivery error for seq # 0x92, on endpoint id 1 cluster 0x0003: message send failure

I tried moving the bulb closer to the ZHA antenna, but that didn’t solve my problem. Any help would be appreciated!

Best,
Bart

I tried to add it several times now. What happens every time is this:

  • pairing is succesful
  • device shows up, entity with the right controls is created
  • bulb doesn’t respond to commands
  • after a while, the device becomes “unavailable” in HA. (Probably due to not responding to commands?)

I’ve attached my home-assistant.log, filtered on the occurence of the devices network ID (0x18f2). Perhaps someone can understand what’s going on here.

Well, I was going to attach that log file, but apparently, I’m only allowed to attach image files. And it is too large to paste.

2 Likes

Hi, I am not sure if I am able to help. Anyway, I am also thinking about buying these bulbs. If you can save the logfile enywhere on the internet, I’m curious and will try to interpret it somehow. I belive that some sort of ZHA quirks might help…
Cheers.

I have this bulb too. It does react to my commands (brightness and color temperature). But I cannot control the color. Can you?

In my case, the bulb doesn’t react at all. However, my Zigbee stick is a very old one, I suspect that it’s a compatibility issue because of that. I’m planning to replace it with a newer stick. Hope that will solve my problems.

I have upgraded to a new Zigbee cooridnator stick (The Sonoff Zigbee 3.0 + stick), and now the bulb works like a charm. Conclusion: the bulb wasn’t the problem, the coordinator was.

So I just stumbled over this issue as well. I got 10 Tradfri Bulbs connected to my HA ZHA and 3 are not responding to anything. Those three are “TRADFRIbulbT120E27WSopal470lm” bulbs - the ones that look like giant TicTac (TRÅDFRI LED-Leuchtmittel E27 470 lm, smart kabellos dimmbar/Weißspektrum röhrenförmig - IKEA Deutschland)

All others work fine. I use a relatively old dresden electronics RaspBee. The bulb and gateway worked fine together with my old hombridge installation. So I’m sceptical, that it is a hardware issue.

I don’t know about the RaspBee, but in my case installing a new Zigbee gateway solved the issue.

I can totally recommend the The Sonoff Zigbee 3.0 + stick. Works very well.

Its a bit late, but maybe someone is still having the problem (I was until today).
I bought two Tradfri Led 1055lm Ikea bulbs. I have a Conbee 2 as my cordinator connected to HA via ZHA.
I was able to “pair” the bulbs to ZHA by turning them on and off 6 times and then looking for devices, but after a couple of seconds they became unresponsive to any command. I found out today that if right after the bulb was detected by ZHA and before it became unresponsive you cut the power to the bulb it is correctly paired.

Hope it helps someone, cheers.

1 Like

I have >50 Trådfri bulbs, including the 1055lm ones, and they sometimes drop off the network after a few months, but I’ve never had issues pairing them to a Conbee 2 with either ZHA or deconz. For pairing with ZHA I always pick a device near them and choose the “add via this device” option. Maybe that would help.
-David

(Edit: added versions to the post)

Same issue here in 2024, I do have the Sonoff stick but still.
Just bought (Feb 2024) 2 x 1100 lumens bulbs (TRADFRIbulbE26WSglobeopal1100lm), they paired easily, but don’t respond to any commands :confused:

Trying to toggle it off via the UI just revert it back to on after a few seconds.
Trying to change the slider gives me the following error in the logs:

  • number.office_bulb1_onlevelconfiguration: Could not set value: Request failed after 5 attempts: <Status.NWK_INVALID_REQUEST: 194>
  • Failed to call service light/turn_on. Failed to send request: Request failed after 5 attempts: <Status.NWK_INVALID_REQUEST: 194>

Versions:
Zigbee (ZHA): ITead’s Sonoff Zigbee 3.0 USB Dongle Plus
Home Assistant (docker): Core 2024.1.6 and Frontend 20240104.0

Setup:
The bulbs are in the ceiling.
The zigbee dongle is almost directly under the bulbs, right at my desk’s level, connected via a USB cable (about 60cm / 23in).

Here’s my 2024 post with more details: Tradfri bulbs pair but nothing else

@luizmarelo Have you updated the firmware of your Sonoff Zigbee stick? I had problems with some Tuya Zigbee devices. After updating the Sonoff firmware, the problems disappeared. See this topic for more info about updating the firmware. Be sure to verify what version of the dongle you have: there’s a “P” version and an “E” version. The topic I linked to is mainly about the P version, but somewhere in that thread is also a link to info about the E version.

1 Like

Hey @bartkummel

Mine is the P model.
Thanks for the link. That’s a very detailed and helpful post. I’ve checked the changelog for the firmware and it seems the newer versions mainly fixed / improved things around bigger networks (100 devices), which is far from my case.

But I just today managed to make it work by using zigbee2mqtt instead of zha. Will update my original post with it. I’ll also bookmark your post in case i need to update the dongle’s firmware in the future. Thanks again for taking the time to write that one, and to reply here, appreciate it!

1 Like