GroovyGuru
Member
Over the past months, I have bought two different styles of Zigbee remotes from AliExpress. One four button remote, and one eight button remote. Like any product, both have their ups and downs, but neither came with instructions on Home Assistant. Also, avoid AliExpress where you can, but if you must use it, make a seperate email account for it.
First, you will need to do these steps, which are well documented elsewhere, as they're quite universal:
Quite simply, you just need to go through the buttons, including the three types for presses for each button. The best way to do this is:
I hope this helps someone!
Remember each remote is different and Home Assistant and/or Zigbee2MQTT updates may mean your setup is different. Sorry if this doesn't work for you!
First, you will need to do these steps, which are well documented elsewhere, as they're quite universal:
- Opened Zigbee2MQTT in Home Assistant
- Within that page, opened your network/permitted joining
- Held a button the remote long enough to initiate joining/pairing
- Waited for the remote to join/pair and be visible on the Zigbee2MQTT screen
Quite simply, you just need to go through the buttons, including the three types for presses for each button. The best way to do this is:
- Press the first button on the remote
- Open an automation, add a trigger, add a device, find your remote, and ensure your first button press actually worked, likely named "1_single_action"
- Double press the first button
- Hold the first button (careful, some remotes need you to hold for a while, whereas others will reset if you hold them for too long!)
- Now repeat the press, double press, and hold for all of the other buttons on the remote
- Once you've done, reload the page and ensure you see all of the triggers show up, which should look something like this:
- "1_single" action
- "1_double" action
- "1_hold" action
- "2_single" action
- "2_double" action
- "2_hold" action
- For however many buttons you have...
I hope this helps someone!
Remember each remote is different and Home Assistant and/or Zigbee2MQTT updates may mean your setup is different. Sorry if this doesn't work for you!