Zemismart M6 Zigbee Matter doesn't execut IR command in localscene

Zigbee device Development


Post Reply
lance
Posts: 14

Hi,

I have an Tuya IR remote ZS06 that is a Zigbee protocol device.
I have Zemismart M6 Zigbee Matter gateway that is also supporting most of the Tuya devices, and when using "Scene", I am able to make most of the devices work "Locally" except this ZS06 IR remote, every command that I sent was thru cloud.

Is it able to fix this?

User avatar
心_远
Posts: 20

Re: Zemismart M6 Zigbee Matter doesn't execut IR command in localscene

Hi,
could you provide the complete attribute values under the Basic cluster for this device, especially the manufacturer name and model ID? With this information, I can look up the relevant firmware.

lance
Posts: 14

Re: Zemismart M6 Zigbee Matter doesn't execut IR command in localscene

Hi,
I don't really under what is basic cluster, I am not a developer of the IR remote. But I can query these via Api Explorer from Tuya iot.developer space

{
"result": {
"model": "{\"modelId\":\"000003t8x8\",\"services\":[{\"actions\":[],\"code\":\"\",\"description\":\"\",\"events\":[],\"name\":\"默认服务\",\"properties\":[{\"abilityId\":201,\"accessMode\":\"rw\",\"code\":\"ir_send\",\"description\":\"\",\"extensions\":{\"iconName\":\"icon-icon-test11\",\"attribute\":\"2048\"},\"name\":\"红外控制下发\",\"typeSpec\":{\"type\":\"string\",\"maxlen\":3072}},{\"abilityId\":202,\"accessMode\":\"ro\",\"code\":\"ir_study_code\",\"description\":\"\",\"extensions\":{\"iconName\":\"icon-shangsheng\",\"attribute\":\"2048\"},\"name\":\"红外学习值上报\",\"typeSpec\":{\"type\":\"raw\",\"maxlen\":128}}]}]}"
},
"success": true,
"t": 1737983631692,
"tid": "8d67ac73dcb011ef95aeaae47fcf1080"
}

Post Reply