Zigbee2MQTT - Tuya 4-button Scene Switch (TS0044)

I share the blueprint using the experimental zigbee2mqtt events, if someone wants to try it:

Hope can help someone.
Best Regards,

not sure why this worked for others without further changes, but I had to also “take control” of the automation and remove the attribute: action from the trigger:

triggers:
  - entity_id: sensor.scene_switcher_1_action
    attribute: action
    trigger: state
2 Likes

For those with problems because the button order is different(I was one) I modified the blueprint and added fields for selecting which button position is which number.

Open your Home Assistant instance and show the blueprint import dialog with a specific blueprint pre-filled.

I tried the original blueprint, but see picture, i think as most of the times, devices are first unavailable, too bad i use zigbee2mqtt so there is no device list as normal ZHA do. I have a Tuya (oem) 00044 so with 4 buttons, and i call it in Zigbee2mqtt: Schakelaar Bob and the 4 lamps are Boblamp1 Boblamp2 Boblamp3 Boblamp4 but as you can see, they are not in the pull down

I developed a blueprint that works for me. So if you need, you can try and let me know if this is helpful.

I was quite late upgrading my Z2M to the latest version, but in doing so, I ran into the same issues with the changes. But have now updated my blueprint to be the same as others:

blueprints/zigbee2mqtt_tuya_4_button_scene_switch_ts0044_event.yaml

This does use the new:

homeassistant.experimental_event_entities: true

Thanks!