Summary
The Aqara Hub M100 Matter bridge does not forward multi-press events (double click, long press) for wired switches like the H2 EU, while it works correctly for wireless switches like the H1.
Setup
- Hub: Aqara Hub M100 (latest firmware)
- Wired switch: Aqara Light Switch H2 EU (ZNQBKG44LM), 4-button 2-channel, connected via Zigbee to M100
- Wireless switch: Aqara Wireless Remote Switch H1 (WRS-R02), connected via Zigbee to M100
- Smart home platform: Home Assistant 2026.2.1 (via Matter integration)
- Both switches have multi-function mode enabled in Aqara Home app
Problem
| H1 (wireless) | H2 (wired) | |
|---|---|---|
| Matter event types | multi_press_1, multi_press_2, long_press, long_release | initial_press only |
| Double click in Aqara Home logs | ||
| Double click forwarded via Matter |
The H2 double-click is correctly detected by M100 (visible in Aqara Home app device logs), but it is not forwarded through the Matter bridge to Home Assistant. Only initial_press events are exposed.
Steps to reproduce
- Connect H2 EU to M100 via Zigbee
- Enable multi-function mode on H2 in Aqara Home app
- Add M100 to Home Assistant via Matter
- Check event entities for H2 in HA → only
initial_pressavailable - Double-click H2 lower button → Aqara Home shows “double click” in logs, but HA receives nothing
What I’ve tried
- Removing H2 from M100 and re-pairing (with multi-function already enabled before pairing)
- Running
matter/interview_nodein Home Assistant to refresh capabilities - Restarting Matter Server add-on
- Factory resetting and re-adding the H2
None of these resolved the issue.
Expected behavior
H2 should expose the same multi-press event types through Matter as H1 does (multi_press_1, multi_press_2, long_press, long_release), since both devices are connected to M100 via Zigbee and both have multi-function mode enabled.
Request
Could you please add multi-press event support for wired switches (H2) in the M100 Matter bridge firmware? The capability is already implemented for wireless switches (H1), so it seems like this is a matter of enabling it for wired switches as well.
Thank you!




