[request] adding variant of ts0044

I’m trying to add a new version of the four button 3 action scene remote from tuya

It is quite similar to the one of moes but with better looks ZS-SR4-2169


Did someone already succeed in adding it
And read about changing the manufacturer code
But I can’t find how

i had a break through

not sure what i did but new device started working under
TS0044 by _TZ3000_u3nv1jwk

I have the same device and could add it with succes. Unless the thing is that when I press a button, the device isn’t responding like switching it on or off.
How did you do your set-up ?

Hello, I have the same product. Is there a solution yet? Thanks.

you need to make automations for every action (1 press, 2 presses, long press)

my automation for button 1 1 press (it toggles 2 smart plugs)

alias: AB button 1
description: ""
trigger:
  - device_id: 3cf7bf06d42ed509a1cccc26ad5bc7ca
    domain: zha
    platform: device
    type: remote_button_short_press
    subtype: button_1
condition: []
action:
  - type: toggle
    device_id: 1367b19ed80ad690fc625ce0ed3e58ed
    entity_id: switch.wk_tl01_switch
    domain: switch
  - type: toggle
    device_id: 442ede3271c6ba9fd8a25ff2224c8a9f
    entity_id: switch.wk_tl02_switch
    domain: switch
mode: single

Hey guys, I set one up under zigbee2mqtt last night. It only seems to do single presses, no double or long.

Are you seeing double or long press events?

Might need to set/tweak some Zigbee quirks?

I am not using ZHA, so quirks, no. I am just checking that these devices do generate a double press or hold event before I waste time developing a .js

EDIT: false alarm, these devices, out of the box, support single press, long press and double press. :slight_smile: