IKEA Bilresa remote not fully implemented?

Hi,

I just paired a IKEA Bilresa with my Conbee 2 Stick, updated the Gatway to 2.33.1 beta. Basically, the device works, i.e. I get events from the scrollwheel button, and also when rotating the wheel. But not everything is implemented. What is missing:

  • only clicks from the top button (scrollwheel) I can get, but no signals from the bottom button, when I press it, I do not get any event in event monitor. Is it a hardware issue?
  • From the scrollwheel button, I only get single press, double and tripple press (1002, 1004, 1005). Longpress does not work, no event is generated
  • from the rotation sensor, I get the direction (1 or 2), but the “expected rotation” that should indicate the speed the user turns the wheel is either -30 or 30, depending on the direction, no other values are generated here

Any idea how to overcome these limitations? Did I miss anything? Here an example of an event generated:

{
    "20:28:29:653": {
        "attr": {
            "lastseen": "2026-07-23T18:28Z"
        },
        "e": "changed",
        "id": "27",
        "r": "sensors",
        "t": "event",
        "uniqueid": "10:35:97:00:00:bf:21:78-01-0008"
    },
    "20:28:29:659": {
        "e": "changed",
        "id": "27",
        "r": "sensors",
        "state": {
            "expectedeventduration": 1000,
            "expectedrotation": 30,
            "lastupdated": "2026-07-23T18:28:29.089",
            "rotaryevent": 1
        },
        "t": "event",
        "uniqueid": "10:35:97:00:00:bf:21:78-01-0008"
    }
}