Last Updated on : 2023-09-08 06:23:14download
Tuya’s gateway connectivity development solution can help you enable interoperability between devices across different brands and protocols, allowing for the creation of innovative applications in the smart home and IoT industries.
Gateway connectivity development is intended to enable seamless communication between Tuya-enabled gateways and third-party Matter and Zigbee sub-devices, as well as Tuya-enabled Zigbee and Bluetooth sub-devices. A Tuya-enabled gateway can act as a hub to connect to third-party gateways and clouds and on-premises servers, as shown in the following figure.
```mermaid %%{init: {'theme':'base'}}%% %%{init: { "flowchart": { "htmlLabels": true, "curve": "linear" } } }%% graph LR subgraph Connect sub-devices to gateways a("Third-party Zigbee sub-device"):::someclass2 -- --> x("Tuya-enabled gateway") b("Third-party Matter sub-device"):::someclass2 -- --> x c("Tuya-enabled Zigbee sub-device") -.-> x d("Tuya-enabled Bluetooth sub-device") -.-> x h("Tuya-enabled Matter sub-device") -.-> x x -.-> 1("Tuya IoT cloud") end subgraph Connect gateways to third-party systems e("Existing Zigbee sub-device"):::someclass2 -.-> y("Third-party gateway"):::someclass2 f("Existing Bluetooth sub-device"):::someclass2 -.-> y g("Third-party Matter sub-device"):::someclass2 -.-> y x -- --> 2["On-premises servers"]:::someclass2 x -- --> y y -.-> 2["On-premises servers"]:::someclass2 y -.-> 4["Third-party cloud"]:::someclass2 end classDef someclass2 fill:#ff992b ```
There are two types of gateway connectivity development: connect sub-devices to gateways and connect gateways to third-party systems.
Connect sub-devices to Tuya-enabled gateways and therefore to the Tuya IoT Development Platform. This enables access to Tuya’s all-around cloud features, gateway-based local automation, and extensive device ecosystem.
This enables third-party systems to connect to extensive Tuya-enabled sub-devices.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback