Can try with this DDF
{
"schema": "devcap1.schema.json",
"uuid": "d333ea82-790f-42e4-ac3b-c255f67a95be",
"manufacturername": [
"_TZ3000_gbm10jnj",
"_TZ3000_sj7jbgks",
"_TZ3000_w8jwkczz",
"_TZ3000_famkxci2",
"_TZ3000_w3c7ouru",
"_TZ3000_yw5tvzsk",
"_TZ3000_pkeqinnt"
],
"modelid": [
"TS0043",
"TS0043",
"TS0043",
"TS0043",
"TS0043",
"TS0043",
"TS0043"
],
"vendor": "Tuya",
"product": "3-gang remote (TS0043)",
"sleeper": false,
"status": "Gold",
"subdevices": [
{
"type": "$TYPE_SWITCH",
"restapi": "/sensors",
"uuid": [
"$address.ext",
"0x01",
"0x0006"
],
"items": [
{
"name": "attr/id"
},
{
"name": "attr/lastannounced"
},
{
"name": "attr/lastseen"
},
{
"name": "attr/manufacturername"
},
{
"name": "attr/modelid"
},
{
"name": "attr/name"
},
{
"name": "attr/swversion",
"refresh.interval": 86400,
"parse": {
"fn": "zcl:attr",
"ep": 1,
"cl": "0x0000",
"at": "0x0001",
"script": "tuya_swversion.js"
},
"read": {
"fn": "zcl:attr",
"ep": 1,
"cl": "0x0000",
"at": "0x0001"
}
},
{
"name": "attr/type"
},
{
"name": "attr/uniqueid"
},
{
"name": "config/battery",
"awake": true,
"refresh.interval": 86400,
"read": {
"at": "0x0021",
"cl": "0x0001",
"ep": 1,
"fn": "zcl:attr"
},
"parse": {
"at": "0x0021",
"cl": "0x0001",
"ep": 1,
"eval": "Item.val = Attr.val / 2"
},
"default": 0
},
{
"name": "config/on"
},
{
"name": "config/reachable"
},
{
"name": "state/buttonevent"
},
{
"name": "state/lastupdated"
},
{
"name": "config/tuya_unlock"
}
]
}
],
"bindings": [
{
"bind": "unicast",
"src.ep": 1,
"dst.ep": 1,
"cl": "0x0006"
},
{
"bind": "unicast",
"src.ep": 2,
"dst.ep": 1,
"cl": "0x0006"
},
{
"bind": "unicast",
"src.ep": 3,
"dst.ep": 1,
"cl": "0x0006"
}
]
}
Have added the tuya unlock sequence and removed the bind/report.
Or better edit the devices\tuya_TZ3000_TS0043_3gang_remote.json file.