So yesterday I bought a shortcut button and an on/off switch from the Ikea Tradfri product line. I was able to pair both devices on first try. They show up correctly, and expose triggers for several button press events.
However, when adding automations, they just wont trigger at all. I found another thread where people said after a while starts working, however I have paired them like 1 hour ago, and still nothing works. I also tried the blueprint someone provided for the shortcut button - no change. Whatever I do, pressing the buttons wonât trigger the automation.
I also went to developer tools â events and listened for zha_event
, but when I press the buttons, no events appear. This makes me believe that something is fundamentally wrong here?
I have just upgraded to the very latest version of HA (2022.3.7), but the behaviour did not change.
Are the recent Ikea devices incompatible with HA/ZHA? As dongle I am using a ConBee (I) USB stick.
[edit] I also get this in the logs after starting home assistant:
Mar 24 14:53:51 ceres hass[2139]: 2022-03-24 14:53:51 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x7830:1:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0x7830:1:0x0008]: Message send failure'), DeliveryError('[0x7830:1:0x0008]: Message send failure'), DeliveryError('[0x7830:1:0x0008]: Message send failure'), DeliveryError('[0x7830:1:0x0008]: Message send failure')]
Mar 24 14:53:51 ceres hass[2139]: 2022-03-24 14:53:51 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x7830:1:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0x7830:1:0x0006]: Message send failure'), DeliveryError('[0x7830:1:0x0006]: Message send failure'), DeliveryError('[0x7830:1:0x0006]: Message send failure'), DeliveryError('[0x7830:1:0x0006]: Message send failure')]
Could this be related?