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
269 stars 88 forks source link

Need Help with this remote. ZHA Tradfri 5 Button #61

Closed LennardPlay closed 1 year ago

LennardPlay commented 1 year ago

I got it working a little bit, but I'm not able to use "args" or "params" as conditions. Can someone help me with this problem?

Sadly ZHA only seperates the left and right button by these parameters:

Left Press: event_type: zha_event data: device_ieee: XXX unique_id: XXX device_id: XXX endpoint_id: 1 cluster_id: 5 command: press args:

Right Press: event_type: zha_event data: device_ieee: XXX unique_id: XXX device_id: XXX endpoint_id: 1 cluster_id: 5 command: press args:

Blueprint Checklist

LennardPlay commented 1 year ago

PS: I don't know how to upload the png, but it's the same as zigbee2mqtt-ikea-tradfri-remote.png

Sian-Lee-SA commented 1 year ago

Please do not create a pull request until the blueprint is ready and create an issue for issues you're facing prior. Thanks

LennardPlay commented 1 year ago

I'm sorry. I don't really know how to finish my blueprint, so I thought someone could help me. That's why I posted this as a draft. I'm sorry if I caused any inconveniences, I don't really know how GitHub works.