Sian-Lee-SA / Home-Assistant-Switch-Manager

Switch manager is a centralised component to handle button pushes for your wireless switches. This includes anything passed through the event bus. The component relies on switch blueprints which is easily made to allow GUI configuration of your switches and their button pushes. This helps remove clutter from the automations.
Other
225 stars 85 forks source link

Added Zigbee2MQTT Aqara mini switch #79

Closed henworth closed 1 year ago

henworth commented 1 year ago

Copied the existing deconz blueprint and png for this device and reworked it for zigbee2mqtt.

Blueprint Checklist

Sian-Lee-SA commented 1 year ago

If https://www.zigbee2mqtt.io/devices/WXKG13LM.html is the device, could you add and test the extra actions? Supposedly it supports triple, quintuple and many. Maybe deCONZ didn't support these actions and is why they were missing from the original blueprint

henworth commented 1 year ago

I spent some time with this today, and I could not get additional actions to work. I think the documentation there is incomplete and should say that not all versions of this switch support triple/quadruple/many. See this issue: https://github.com/Koenkk/zigbee2mqtt/issues/5874

Considering the age of that issue, it's likely that no currently sold switches support those actions. Probably safer to leave them out of the blueprint in my opinion.

Sian-Lee-SA commented 1 year ago

Thanks for doing the tests and research! That's fine then, I just don't wont to provide a switch that eventually gets updated then breaks users configurations due to missing actions or buttons. Much appreciated!