🎮 ZHA, deCONZ, Zigbee2MQTT - Ikea 5-button Remote Universal blueprint - all actions + double click events - control lights, media players and more with Hooks

Hi - Love this blueprint. I’m using ZHA and my up/down E1810 buttons weren’t working. I noticed the ZHA event string didn’t match the blueprint. I updated it to the following and it’s working now:

      button_up_short:
      - step_with_on_off_StepMode.Up_43_5
      button_up_long:
      - move_with_on_off_MoveMode.Up_84
      button_up_release:
      - stop_with_on_off
      button_down_short:
      - step_StepMode.Down_43_5_0_0
      button_down_long:
      - move_MoveMode.Down_84_0_0

Not sure if anyone else is experiencing this, but sharing in case it helps anyone.

4 Likes