这说明审批还未完成,可以直接联系对应的商务人员,让其关注邮件加快审批.
Search found 21 matches
- 2025年 Feb 6日 15:44
- Forum: TuyaOS-Zigbee设备开发
- Topic: 如何获取ZTU的SDK
- Replies: 6
- Views: 4769
- 2025年 Jan 17日 21:55
- Forum: MCU SDK开发
- Topic: 新版本的ZIGBEE的MCU Sdk的使用问题1
- Replies: 5
- Views: 4317
Re: 新版本的ZIGBEE的MCU Sdk的使用问题1
可以在 MCU 与 模组的通信口 RX 、 TX 上,引出线接串口助手或逻辑分析仪,来监听 MCU 与 模组的通信过程,从而确认 MCU 与 模组通信是否正常。
另外,模组配网需要在网关侧打开配网,子设备才能加入网关,请确认是否已打开了网关配网。涂鸦网关可以通过 APP 进入网关页面,选择添加设备,网关的配网指示灯开始闪烁表示网关打开了配网,允许子设备加入。
- 2025年 Jan 16日 19:02
- Forum: MCU SDK开发
- Topic: 新版本的ZIGBEE的MCU Sdk的使用问题1
- Replies: 5
- Views: 4317
Re: 新版本的ZIGBEE的MCU Sdk的使用问题1
- 2025年 Jan 16日 17:04
- Forum: TuyaOS-Zigbee设备开发
- Topic: 如何获取ZTU的SDK
- Replies: 6
- Views: 4769
Re: 如何获取ZTU的SDK
你好,当前 Zigbee ZT 开发框架未全量释放,请联系涂鸦商务
- 2025年 Jan 6日 10:13
- Forum: TuyaOS-Zigbee Device Development
- Topic: Zemismart M6 Zigbee Matter doesn't execut IR command in localscene
- Replies: 2
- Views: 4791
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.
- 2025年 Jan 6日 09:59
- Forum: TuyaOS-Zigbee Device Development
- Topic: No automatization in dehumidifier
- Replies: 2
- Views: 4202
Re: No automatization in dehumidifier
Hi,
If both devices are the same model, there should be no difference between them。Could you provide the Virtual ID of your dehumidifier after it is connected to the Tuya app? You can find it on the device information page in the Tuya app.
- 2024年 Dec 11日 09:37
- Forum: TuyaOS-Zigbee设备开发
- Topic: 【求助】【TuyaOS OS】请问关于TLSR8258 的上报Dp的ZCL_ID这个参数是怎么获取的?
- Replies: 2
- Views: 5512
Re: 【求助】【TuyaOS OS】请问关于TLSR8258 的上报Dp的ZCL_ID这个参数是怎么获取的?
ZCL_ID 的作用仅仅是为了SDK层维护发送队列用的,可以自行定义,一般建议每个 DP 的 ZCL_ID 是独立的即可
- 2023年 Nov 23日 15:20
- Forum: TuyaOS-Zigbee设备开发
- Topic: 涂鸦zigbee是如何保证网络安全的
- Replies: 3
- Views: 4702
Re: 涂鸦zigbee是如何保证网络安全的
涂鸦 Zigbee 支持 Trust Center Link Key 、 Install code 、涂鸦自定义急速扫码配网等,具体采用哪种方案或者多种方案同时支持,取决于客户需求。
- 2023年 Oct 26日 14:25
- Forum: TuyaOS-Zigbee Device Development
- Topic: Tuya Smart sensor not responding to read_attr_cmd_req
- Replies: 1
- Views: 9972
Re: Tuya Smart sensor not responding to read_attr_cmd_req
Can you please provide the manufacturer's name information for this product? It is located in the 'ManufacturerName' attribute under the Basic cluster. This way, I will be able to access more information about this product.
Re: 硬件产品id问题
SOC 固件变更,如果 PID 是代码中固化的是可以;
默认情况下,使用TuyaSDK开发的固件,并且从涂鸦下单的模组,在模组出厂时会写入下单时的 PID。如果代码中配置了 PID (通过写 basic cluster : ManufacturerName 属性进行配置 ) 则以配置的 PID 为准。如果代码中未配置,则 SDK 会读取出厂时写入的 PID。
PID 是设备类型的标识,设备配网后APP会以设备的 PID 拉取控制面板。