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