Search found 265 matches

by huanghuan
2025年 Mar 21日 15:00
Forum: TuyaOS-Zigbee Device Development
Topic: Zigbee Thermostat Cluster
Replies: 8
Views: 310

Re: Zigbee Thermostat Cluster

You can look at how this function handles tal_zcl_specific_msg_recv_callback

by huanghuan
2025年 Mar 21日 14:30
Forum: TuyaOS-Zigbee Device Development
Topic: Zigbee Thermostat Cluster
Replies: 8
Views: 310

Re: Zigbee Thermostat Cluster

1.Hello, I think you have questions about how to use the command under the EF00 cluster, you can see the usage of this demo

by huanghuan
2025年 Mar 21日 13:47
Forum: TuyaOS-Zigbee Device Development
Topic: Zigbee Thermostat Cluster
Replies: 8
Views: 310

Re: Zigbee Thermostat Cluster

1.Hello, in order to facilitate our troubleshooting, please provide the device id and operation time of the corresponding gateway and Zigbee Thermostat
2.If available, please provide wireless capture file

by huanghuan
2025年 Mar 12日 13:43
Forum: TuyaOS-Zigbee Device Development
Topic: Getting NULL value of ZB_ZCL_ATTR_TIME_LOCAL_TIME_ID attribute from Tuya Gateway
Replies: 13
Views: 5549

Re: Getting NULL value of ZB_ZCL_ATTR_TIME_LOCAL_TIME_ID attribute from Tuya Gateway

1.please tell me the virtual id of the tuya gateway. You can click on the upper right corner of the app interface to view the id.
2.please attach wireless packet capture, thank you.

by huanghuan
2025年 Mar 12日 09:47
Forum: TuyaOS-Zigbee Device Development
Topic: Getting NULL value of ZB_ZCL_ATTR_TIME_LOCAL_TIME_ID attribute from Tuya Gateway
Replies: 13
Views: 5549

Re: Getting NULL value of ZB_ZCL_ATTR_TIME_LOCAL_TIME_ID attribute from Tuya Gateway

1.You can use the following function to get the time. VOID_T user_time_sync_request_send(VOID_T) { TAL_ZG_SEND_DATA_T data; tkl_system_memset(&data, 0, sizeof(TAL_ZG_SEND_DATA_T)); data.addr.mode = SEND_MODE_DEV; data.addr.type.dev.dst_ep = TUYA_PRIMARY_ENDPOINT; data.addr.type.dev.src_ep = TUYA...
by huanghuan
2025年 Mar 10日 14:51
Forum: TuyaOS-Zigbee Device Development
Topic: Getting NULL value of ZB_ZCL_ATTR_TIME_LOCAL_TIME_ID attribute from Tuya Gateway
Replies: 13
Views: 5549

Re: Getting NULL value of ZB_ZCL_ATTR_TIME_LOCAL_TIME_ID attribute from Tuya Gateway

The Tuya gateway uses the default link key 5A 69 67 42 65 65 41 6C 6C 69 61 6E 63 65 30 39,You need to reconnect the device to the network and grab the wireless packet to get the nwk key

by huanghuan
2025年 Mar 10日 09:49
Forum: TuyaOS-Zigbee Device Development
Topic: Getting NULL value of ZB_ZCL_ATTR_TIME_LOCAL_TIME_ID attribute from Tuya Gateway
Replies: 13
Views: 5549

Re: Getting NULL value of ZB_ZCL_ATTR_TIME_LOCAL_TIME_ID attribute from Tuya Gateway

1.Hello, please tell me the virtual id of the tuya gateway. You can click on the upper right corner of the app interface to view the id. 2.At the same time, we need to confirm which endpoint, cluster and attribute are used when you read ZB_ZCL_ATTR_TIME_LOCAL_TIME_ID. If possible, please attach wire...
by huanghuan
2025年 Jan 22日 09:32
Forum: TuyaOS-Zigbee设备开发
Topic: ZTU烧录问题
Replies: 1
Views: 3408

Re: ZTU烧录问题

你好,看下这个帖子是否对你有帮助,https://www.tuyaos.com/viewtopic.php?t=3702

by huanghuan
2025年 Jan 16日 16:42
Forum: TuyaOS-Zigbee设备开发
Topic: 如何获取ZTU的SDK
Replies: 6
Views: 4769

Re: 如何获取ZTU的SDK

建议使用 最新 3.11.0 的版本