Sorry, there is no support for adding devices to the room so far. For specific supported message types, please refer to: https://developer.tuya.com/en/docs/iot/ ... qerli65a1u
Search found 23 matches
- 2024年 Aug 1日 09:47
- Forum: Developer Platform
- Topic: [Message Queue Service] How to receive message when call add home API
- Replies: 8
- Views: 1631
- 2024年 Jul 31日 13:51
- Forum: Developer Platform
- Topic: [Message Queue Service] How to receive message when call add home API
- Replies: 8
- Views: 1631
Re: [Message Queue Service] How to receive message when call add home API
In the project's "Message Service -> Messaging Rules", you can turn off the "Test Environment", remove the configured test devices, and then enable only the "Production Environment" and subscribe to all the message types you need in it.
- 2024年 Jul 31日 09:37
- Forum: Developer Platform
- Topic: [Message Queue Service] How to receive message when call add home API
- Replies: 8
- Views: 1631
Re: [Message Queue Service] How to receive message when call add home API
Since your scenario is not a device-type message, you can only use the production mode for now. In step 1, please use "Production Eviroment" and then subscribe to the "homeCreate" message. To receive messages, please use the server SDK and set the environment to env = MqEnv.PROD....
- 2024年 Jul 30日 12:49
- Forum: Developer Platform
- Topic: [Message Queue Service] How to receive message when call add home API
- Replies: 8
- Views: 1631
Re: [Message Queue Service] How to receive message when call add home API
First, you need to subscribe to the "homeCreate" event in the project "Message Service", and then authorize the project with the uid account source app or uid of the home you want to create. For the authorization process, please refer to: https://developer.tuya.com/en/docs/iot/li...
- 2024年 Jul 19日 18:28
- Forum: Cloud/SaaS Development
- Topic: Calculated Sign in PHP sign invalid 1004
- Replies: 1
- Views: 1837
Re: Calculated Sign in PHP sign invalid 1004
The signature verification scheme in your question is actually the same way of signature verification, but whether access_token is empty or not can only be empty when obtaining the token interface. In addition, I looked at the parameter information of your signature verification, and it should be th...
- 2024年 Jul 16日 09:40
- Forum: Cloud/SaaS Development
- Topic: Call Personal URL
- Replies: 8
- Views: 2259
Re: Call Personal URL
Please confirm whether the project message subscription has been turned on and the message rule configuration has been completed. In addition, the corresponding test equipment needs to be associated. If the subscription still cannot be normal after confirmation, please send me the project number thr...
- 2024年 Jul 8日 18:08
- Forum: Developer Platform
- Topic: SmartLife devices binding with Tuya OAuth
- Replies: 5
- Views: 2096
Re: SmartLife devices binding with Tuya OAuth
This feature is not open to "SmartLife" and "TuyaSmart" configurations by default. Please send me your information through "Private messages" and I will submit it to the business for review to see if it can be opened for you. The submitted information includes: Are you ...
- 2024年 Jul 8日 09:55
- Forum: Developer Platform
- Topic: SmartLife devices binding with Tuya OAuth
- Replies: 5
- Views: 2096
Re: SmartLife devices binding with Tuya OAuth
You can take a look at this newly opened function. After authorizing the device to the project, you can control the device through the interface: https://developer.tuya.com/en/docs/iot/authorization-code-page-usage?id=Kdkyz44dz6a7r. The relevant interface is as follows: https://developer.tuya.com/en...
- 2024年 Jun 14日 18:53
- Forum: Developer Platform
- Topic: Trouble with Tuya API POST request returning code 1004 or sign invalid
- Replies: 8
- Views: 3931
Re: Trouble with Tuya API POST request returning code 1004 or sign invalid
This Service SDKs should have the information you need: https://developer.tuya.com/en/docs/iot/ ... 09frvx48db
- 2024年 Jun 14日 17:54
- Forum: Developer Platform
- Topic: Trouble with Tuya API POST request returning code 1004 or sign invalid
- Replies: 8
- Views: 3931
Re: Trouble with Tuya API POST request returning code 1004 or sign invalid
To ensure the security of your account data, please protect your personal account key information. Please delete sensitive information in the question code or delete the old project and rebuild it.