Search found 268 matches

by huanghuan
2025年 Jun 6日 09:32
Forum: TuyaOS-Zigbee设备开发
Topic: 【已解决】ZSU模块工程配置问题
Replies: 34
Views: 20740

Re: 【求助】ZSU模块工程配置问题

1.你好,我们看了一下你的烧录环境,ZSU模块板子上接了很多线。能否不接底板,只用ZSU模块,接出来jlink的DIO.SWS,reset,gnd和vcc;还有串口线TX,RX 进行烧录,排除其他管脚的干扰
2.你可以点击该链接查看ZSU的管脚图 https://developer.tuya.com/cn/docs/iot/ ... oo3t83vl7c

by huanghuan
2025年 Jun 5日 16:37
Forum: TuyaOS-Zigbee设备开发
Topic: 【已解决】ZSU模块工程配置问题
Replies: 34
Views: 20740

Re: 【求助】ZSU模块工程配置问题

1.你好,我们这边确认相同的固件在我们这里不存在相同的情况,拍照让我们确认下你的环境和我们是否相同
2.你那里有没有别的同事或者电脑,确认下换个环境是否还会有这样子的情况

by huanghuan
2025年 May 27日 11:33
Forum: TuyaOS-Zigbee设备开发
Topic: 【求助】传感连接标准3.0网关数据上报问题
Replies: 1
Views: 742

Re: 【求助】传感连接标准3.0网关数据上报问题

1.你好Alexa的做法是符合Zigbee 3.0规范的,走的是bind和report config的方式,如果你需要做成与涂鸦网关一致的直接发送数据的话,请自行确认Alexa 及其应用app等是否兼容及允许该改动。 2.你可以在 join ok状态后调用 VOID_T tal_zg_inner_joined_gateway_type_save(TAL_ZG_GW_TYPE_T type) 函数,参数配置为 TAL_ZG_TUYA_GW_TYPE,将当前网关改为涂鸦网关;同理当leave及factory to new 你可以按需要将其恢复为 TAL_ZG_OTHERS_GW_TYPE;这个配置...
by huanghuan
2025年 Mar 21日 15:00
Forum: TuyaOS-Zigbee Device Development
Topic: Zigbee Thermostat Cluster
Replies: 8
Views: 2685

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: 2685

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: 2685

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: 13126

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: 13126

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: 13126

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