I finally got my Shelly RC Button 4 connected with the Bluetooth to openhab but I notice repeated button pressed aren’t processed unless there’s been a different type of button press in between - like if I press once shortly (current state is UNDEF) it updates to S (Short pressed), my rule triggers (it’s set up with the right trigger of item status was updated), then if I press once shortly again it does not trigger at all - but if I press double and then shortly it does trigger - so I thought, maybe for some reason the update is not processed, I added the expiration metadata to send a command after one second to clear the item state, and you know what, the item state only gets updated from the Shelly side if it isn’t the same event twice, so like short, then double - does update it twice (with a clearing after each), but short, wait 5 seconds and another short press it stays empty/cleared - so it seems the binding removes duplicate events even if they are intentional.
Now, is there a fix? Because with how it works now, the button is unusable to use as a toggle for a light