Issue with Ikea Symfonisk rotary button - Deconz events reported twice

Hello,
I have an Ikea Symfonisk rotary button (E1744 model) - (SYMFONISK white, Sound remote - IKEA).
This button is integrated into my HomeAssistant via deconz (Conbee II stick). I have recently observed an issue: any action on this button (click, double click, triple click) is reported twice as a deconz_event with just a few ms time difference.

This is the event log for a double-click - see the event (1004) being reported twice at a 50ms interval.

Événement 15 déclenché 11:55:
{
    "event_type": "deconz_event",
    "data": {
        "id": "symfonisk_controller",
        "unique_id": "84:2e:14:ff:fe:b1:e2:7f",
        "event": 1004,
        "device_id": "cb2408579ca737d345bdcb4bd7bb3541"
    },
    "origin": "LOCAL",
    "time_fired": "2021-06-05T09:55:10.222381+00:00",
    "context": {
        "id": "41884d08b42d3b5e9282c207237664d5",
        "parent_id": null,
        "user_id": null
    }
}
Événement 14 déclenché 11:55:
{
    "event_type": "deconz_event",
    "data": {
        "id": "symfonisk_controller",
        "unique_id": "84:2e:14:ff:fe:b1:e2:7f",
        "event": 1004,
        "device_id": "cb2408579ca737d345bdcb4bd7bb3541"
    },
    "origin": "LOCAL",
    "time_fired": "2021-06-05T09:55:10.178372+00:00",
    "context": {
        "id": "99ab15b1320c9573c7b695169b9e072a",
        "parent_id": null,
        "user_id": null
    }
}

It obviously results in unwanted behavior with my automations.

However, there is no issue with my Tradfri ON/OFF Switches (model E1743), which are integrated with deconz too. All events are reported only once with these devices.
Has anyone experienced this problem before ? Could it be a problem with the button itself ? Or a recent update of the Deconz ?

Thanks for your support !

Sometimes there are regressions in the device bindings in deconz. Best you can do is to report it on deconz github

Thanks, I have reported it

Yes but on the wrong GitHub :), you put it on hass GitHub rather than deconz GitHub. I can’t really do anything about it.