#Aqara Mini Switch not recognised
15 messages · Page 1 of 1 (latest)
Sorry, I asked the same question days ago and got no answer. Is it the same for you, where it pairs with the system fine but HA simply doesn't see any button presses?
It sees the button presses but doesn’t expose the button to HomeKit
Ah my bad. I misread. My apologies.
I have a similar problem. I installed the Aqara Wireless Mini Switch and integrated it in HA through Matter. I finally figured out the button press is an "Event" so you have to use an Attribute of Event Type to get the button to trigger as shown:
Thanks! I wonder if that changed at some point. It worked the regular way for a long time. Crazy that they would completely change how that works.
I gave up on it and ended up using a Lutron Pico remote.
I first tried a Tapo switch, which worked OK, but the batteries ran down about every two days. I like Aqara devices, but their HA integration ability seems spotty. I have several Aqara water leak sensors and I can find no way to get them in HA.
As for the original question, I used Matter to get the switch integrated into HA. Works fine, but see my note above.
I've been trying to use this for my Aqara Mini Switches but sadly the automation struggles with responsiveness to button presses. I used to have everything worked out smoothly when it was connected via Zigbee2mqtt, but I had to do a reinstall and could not get the Aqara E1 hub or switches connected either by ZHA or Zigbee2mqtt
Can I ask if you were successful in tying automations with the Lutron Pico remotes without wiring to other types of bulbs?
Absolutely. You can make the pico remote trigger anything in HA
I had some trouble with responding to presses with an Aqara wireless mini switch. So I used the “hold down” to operate a light, so I hold it down until the light toggles and it works fine.
Thanks for sharing. Yeah that's the current solution I have too. I've got a Skyconnect device on the way hoping I can fix it by switching back to Zigbee. I know it can work better because up until I had to reset my HA device, I had a Zigbee2MQTT installation where the switch was working great with separate functions for single press, double press, and hold
It looks like people are working on solutions but it's not clear if it's entirely worked out yet
https://community.home-assistant.io/t/wxkg12lm-aqara-wireless-mini-switch/683426/14
I was right, it seems to take any event as part of the attribute event_type as only changing when it’s anything other than the original button type you press. For example, if you single press the button, it won’t change until you do something like a double press, then a single press. I’ve changed the script to only remove the attribute and...
@floral vessel This blueprint (from his Github link for updated version) worked perfectly for me FYI