Search found 5 matches

by ZoeTuya
2023年 Dec 1日 18:14
Forum: iOS & Android Development
Topic: How To use Tuya Manual Mode Pairing
Replies: 7
Views: 3588

Re: How To use Tuya Manual Mode Pairing

Sorry, AP mode doesn't enable this process, now the only way to get the list of devices in pairing mode and select the ones you want is to use the Combo device pairing method.

by ZoeTuya
2023年 Dec 1日 18:05
Forum: iOS & Android Development
Topic: How To use Tuya Manual Mode Pairing
Replies: 7
Views: 3588

Re: How To use Tuya Manual Mode Pairing

WiFi devices usually support EZ mode and AP mode. EZ mode supports simultaneous pairing of multiple devices, while AP mode can only pair one device at a time. In addition, most of the Tuya WiFi devices now have Bluetooth assisted capability, i.e. the above mentioned ble-wifi multi-mode devices, whic...
by ZoeTuya
2023年 Dec 1日 17:39
Forum: iOS & Android Development
Topic: How To use Tuya Manual Mode Pairing
Replies: 7
Views: 3588

Re: How To use Tuya Manual Mode Pairing

EZ mode is to send broadcast packets to the devices through the router for pairing. If devices 1, 2 and 3 are in the network allocation state, they will be activated and registered after receiving the network information, and there is no way to determine which device is the one that has successfully...
by ZoeTuya
2023年 Oct 26日 17:28
Forum: App开发
Topic: SDK 设备配网遇到 DEVICE_ALREADY_BIND 这个错误,表示什么?
Replies: 2
Views: 1410

Re: SDK 设备配网遇到 DEVICE_ALREADY_BIND 这个错误,表示什么?

DEVICE_ALREADY_BIND 表示设备已被其他用户绑定,出于安全因素,新的用户无法对该设备重新进行绑定,需要到反馈中心提交解绑工单,解除设备与上一个用户的关系,才可以进行正常的设备配网。 设备解绑可以通过 UI 业务包跳转解绑工单进行设备解绑,具体可参考 跳转解绑工单 示例代码: let impl = ThingSmartBizCore.sharedInstance().service(of:ThingFeedBackProtocol.self) as? ThingFeedBackProtocol impl?.gotFeedBackViewController?(withHdType...
by ZoeTuya
2023年 Oct 12日 18:09
Forum: App开发
Topic: OEM App 如何支持 Matter 设备
Replies: 1
Views: 1372

Re: OEM App 如何支持 Matter 设备

首先 App 需要是已付费购买年费: OEM App基础版 / OEM App高级版 在 IoT 平台自助开通 Matter 功能,相关流程如下:IoT平台> OEM App>App开发>OEM App 功能配置> App 高级功能 > 基础版功能 > Matter功能接入 上架配置中,iOS证书中需要配置“Matter Extension 扩展描述文件”,相关路径:IoT平台> OEM App>上架配置>iOS证书-> Matter 功能接入。描述文件生成流程可参考:https://developer.tuya.com/cn/docs/iot/ios-matter-configuratio...