From b9104f1415d6f7f235eb2a3f2c1bbcc834e3ed7b Mon Sep 17 00:00:00 2001 From: "prab.ch" Date: Mon, 7 Nov 2022 10:38:01 +0530 Subject: [PATCH 1/2] Added the step of subscribing to 'IoT Core' API You will get a "No permission" error if continued without subscribing to "IoT Core" API --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b89cc10b..c6706258 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,8 @@ If you are personal user and don't know which to choose, please use `Smart Home` Before configuration, please goto [Tuya IoT Platform](https://iot.tuya.com) - Create a cloud develop project. - Go to `Project Page` > `Devices Panel` > `Link Tuya App Account`, link your app account. - +- Go to `Project Page` > `Service API` > `Go to Authorize`, subscribe to `IoT Core` API (its free) +- #### For "Custom" Project - `platform` - **required** : Must be 'TuyaPlatform' From f1c89d77344a5b5b2e9adf87ab0b68b8f5c1cfd9 Mon Sep 17 00:00:00 2001 From: gaosen <0x5e@sina.cn> Date: Mon, 7 Nov 2022 13:27:28 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6706258..1f246ec8 100644 --- a/README.md +++ b/README.md @@ -78,8 +78,12 @@ If you are personal user and don't know which to choose, please use `Smart Home` Before configuration, please goto [Tuya IoT Platform](https://iot.tuya.com) - Create a cloud develop project. - Go to `Project Page` > `Devices Panel` > `Link Tuya App Account`, link your app account. -- Go to `Project Page` > `Service API` > `Go to Authorize`, subscribe to `IoT Core` API (its free) -- +- Go to `Project Page` > `Service API` > `Go to Authorize`, subscribe the following APIs (its free): + - Authorization Token Management + - Device Status Notification + - IoT Core + - Industry Project Client Service (for "Custom" project) + #### For "Custom" Project - `platform` - **required** : Must be 'TuyaPlatform'