Skip to content

Commit 910cc1b

Browse files
authored
update tuya markdown with content and image (#19989)
1 parent 70426b2 commit 910cc1b

File tree

2 files changed

+17
-13
lines changed

2 files changed

+17
-13
lines changed

source/_integrations/tuya.markdown

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ ha_codeowners:
1515
- '@Tuya'
1616
- '@zlinoliver'
1717
- '@METISU'
18+
- '@tsutsuku'
1819
ha_platforms:
1920
- climate
2021
- fan
@@ -44,9 +45,9 @@ This is a separate account to the one you made for the app. You cannot log in wi
4445
### Create a project
4546

4647
1. Log in to the [Tuya IoT Platform](https://iot.tuya.com/).
47-
2. In the left navigation bar, click `Cloud` > `Development`. If this is your first time setting up an account you will be asked to subscribe to a Cloud Development Plan. You can select and "purchase" the Trial Edition (it's free).
48+
2. In the left navigation bar, click `Cloud` > `Development`.
4849
3. On the page that appears, click `Create Cloud Project`.
49-
4. In the `Create Project` dialog box, configure `Project Name`, `Description`, `Industry`, and `Data Center`. For the `Development Method` field, select `Smart Home` from the dropdown list. For the `Data Center` field, select the zone you are located in.
50+
4. In the `Create Cloud Project` dialog box, configure `Project Name`, `Description`, `Industry`, and `Data Center`. For the `Development Method` field, select `Smart Home` from the dropdown list. For the `Data Center` field, select the zone you are located in.
5051
![](/images/integrations/tuya/image_001.png)
5152
5. Click `Create` to continue with project configuration.
5253
6. In Configuration Wizard, make sure you add `Device Status Notification` API. The list of API should look like this:
@@ -99,7 +100,7 @@ Click the created project to enter the `Project Overview` page and get the `Auth
99100
description: Incorrect Access ID or Access Secret. Please refer to [Tuya credential table](https://github.com/tuya/tuya-home-assistant/wiki/Install-Tuya-v2?_source=d10de34623e3daca5b02e3c31528a0c4#3-enter-your-tuya-credential).
100101

101102
"1106: permission deny":
102-
description: >-
103+
description: >
103104
- App account not linked with cloud project: On the [Tuya IoT Platform](https://iot.tuya.com/cloud/), you have linked devices by using Tuya Smart or Smart Life app in your cloud project. For more information, see [Link devices by app account](https://developer.tuya.com/en/docs/iot/Platform_Configuration_smarthome?id=Kamcgamwoevrx&_source=7a356dd493196a01bb9021b7680a2a45#title-3-Link%20devices%20by%20app%20account).
104105

105106
- Incorrect username or password: Enter the correct account and password of the Tuya Smart or Smart Life app in the **Account** and **Password** fields. Note that the app account depends on which app (Tuya Smart or Smart Life) you used to link devices on the [Tuya IoT Platform](https://iot.tuya.com/cloud/).
@@ -110,28 +111,31 @@ Click the created project to enter the `Project Overview` page and get the `Auth
110111
description: Empty parameter of username or app. Fill the parameters refer to [Tuya credential table](https://github.com/tuya/tuya-home-assistant/wiki/Install-Tuya-v2?_source=d10de34623e3daca5b02e3c31528a0c4#3-enter-your-tuya-credential).
111112

112113
"2406: skill id invalid":
113-
description: Make sure that your cloud project on the [Tuya IoT Platform](https://iot.tuya.com/cloud/) should be created after May 25, 2021. Otherwise, you need to create a new project or migrate data to a new project. For more information, see [Operation on the Tuya IoT Platform](https://developer.tuya.com/en/docs/iot/migrate-from-an-older-version?id=Kamee9wtbd00b#title-3-Operation%20on%20the%20Tuya%20IoT%20Platform).
114+
description: >
115+
- Make sure you use the **Tuya Smart** or **SmartLife** app account to log in. Also, choose the right data center endpoint related to your country region. For more details, please check [Country Regions and Data Center](https://github.com/tuya/tuya-home-assistant/blob/master/docs/regions_dataCenters.md).
116+
117+
- Your cloud project on the [Tuya IoT Development Platform](https://iot.tuya.com) should be created after May 25, 2021. Otherwise, you need to create a new project.
114118

115119
"28841105: No permissions. This project is not authorized to call this API":
116120
description: >
117121
Some APIs are not authorized, please [Subscribe](https://developer.tuya.com/en/docs/iot/applying-for-api-group-permissions?id=Ka6vf012u6q76#title-2-Subscribe%20to%20cloud%20products) then [Authorize](https://developer.tuya.com/en/docs/iot/applying-for-api-group-permissions?id=Ka6vf012u6q76#title-3-Authorize%20projects%20to%20call%20the%20cloud%20product). The following APIs must be subscribed for this tutorial:
118122

123+
- Device Status Notification
124+
119125
- Authorization
120126

121-
- Smart Home Devices Management
122-
123-
- Smart Home Family Management
127+
- IoT Core
124128

125129
- Smart Home Scene Linkage
126130

127-
- Smart Home Data Service
128-
129-
- Device status notification
131+
- IoT Data Analytics
130132

131133
{% endconfiguration_basic %}
132134

133135
## Related Documents
134136

135-
- [Supported Device Category](https://github.com/tuya/tuya-home-assistant/wiki/Supported-Device-Category?_source=f5f782752be3c4a9157ec47514d6091b)
136-
- [How to Develop a New Driver](https://github.com/tuya/tuya-home-assistant/wiki/How-to-Develop-a-New-Driver?_source=dbf3bf17966af48325e4328b2535eefe)
137-
- [FAQs](https://github.com/tuya/tuya-home-assistant/wiki/FAQs)
137+
- [Tuya Integration Documentation Page](https://github.com/tuya/tuya-home-assistant)
138+
- [Supported Tuya Device Category](https://github.com/tuya/tuya-home-assistant/blob/master/docs/supported_devices.md)
139+
- [Error Code and Troubleshooting](https://github.com/tuya/tuya-home-assistant/blob/master/docs/error_code.md)
140+
- [Countries/Regions and Tuya Data Center](https://github.com/tuya/tuya-home-assistant/blob/master/docs/regions_dataCenters.md)
141+
- [FAQs](https://github.com/tuya/tuya-home-assistant/blob/master/docs/faq.md)
19 KB
Loading

0 commit comments

Comments
 (0)