Moes 3-Gang Light Switch not behaving as expected

Hi, I took the DDF from the Tuya 3 Gang Wired light switch which seems to match my switch.
It is now appearing in phoscon as a light, but it also behaves as though all 3 switches are connected as one? i.e. triggering any one of the ‘lights’ triggers all 3 to be on or off.

You have a locked tuya device, what is your model ID/ Manufacture name ?

For 3 gangs locked, can add your device to this DDF deconz-rest-plugin/devices/tuya/_TZ3000_pfc7i3kt_smart_switch_3gangs_locked.json at master · dresden-elektronik/deconz-rest-plugin · GitHub

The Model ID and Manufacture name as seen in Deconz GUI is:
Manufacturer _TZ3000_qewo8dlz
Model Identifier TS0013

You probably have a new model, locked.
This device already have a DDF but unlocked deconz-rest-plugin/devices/tuya/_TZ3000_qewo8dlz_wired_switch_3gangs.json at master · dresden-elektronik/deconz-rest-plugin · GitHub
What is your OS ?
If you have a normal OS, you can add

        {
          "name": "config/tuya_unlock"
        }

on the used DDF (take care at comma).

Or you can remove it and add your device (model ID + Manuafacture name) on the DDF for locked device (3 gangs).

On docker, create a new DDF on the “user” devices folder, to bypass the system one.