Search found 16 matches
- 2024年 Aug 21日 14:37
- Forum: iOS & Android Development
- Topic: How to list and control devices from "Smart Life" app: Tasker/Macrodroid plugin
- Replies: 9
- Views: 2682
Re: How to list and control devices from "Smart Life" app: Tasker/Macrodroid plugin
The HA system has built-in automation modules, so you can try configuring rules within the automations. If the automation rules in HA do not meet your needs, you might consider developing your own solution based on the messages and APIs provided by the Tuya Open Platform. Tuya Open Message Tuya Open...
- 2024年 Aug 20日 16:58
- Forum: iOS & Android Development
- Topic: How to list and control devices from "Smart Life" app: Tasker/Macrodroid plugin
- Replies: 9
- Views: 2682
Re: How to list and control devices from "Smart Life" app: Tasker/Macrodroid plugin
Hello, if you want to integrate and manage Tuya-related devices in Home Assistant (HA), you can refer to this documentation: https://www.home-assistant.io/integrations/tuya/ Once your HA application has launched successfully, you can enter your Smart Life User Code, the User Code is located in the a...
- 2024年 Aug 14日 20:01
- Forum: Cloud/SaaS Development
- Topic: Fault Manage mobile MicroApp
- Replies: 4
- Views: 1876
Re: Fault Manage mobile MicroApp
If you develop a MicroApp, you'll need to have your own server-side application (such as a Java application) to provide interfaces for the front-end MicroApp. The data you want should be obtained and processed by this Java application. If the required data comes from the Tuya platform, you can use c...
- 2024年 Aug 14日 09:45
- Forum: Cloud/SaaS Development
- Topic: Fault Manage mobile MicroApp
- Replies: 4
- Views: 1876
Re: Fault Manage mobile MicroApp
MicroApp are distinguished by the type of platform they run on, which can be either DESKTOP or MOBILE. The platform type is specified in the MicroApp's description file: manifest.json, using the supportedPlatform field. Therefore, if you expect the fault management MicroApp to be available both in t...
- 2024年 May 7日 17:36
- Forum: 物联创坊
- Topic: "带薪拉屎"体验升级-寻坑无忧
- Replies: 0
- Views: 4868
"带薪拉屎"体验升级-寻坑无忧
“一分钟的长短是看你在厕所外还是内”,想必大家或多或少都经历过这样的窘境: 内急,赶紧去厕所,呀!坑位满了,要不要等一等呢?在厕所里面等,享受味道的熏陶,在厕所外等,人来人往的,还有点尴尬。要不换一个厕所看看吧,吭哧吭哧,还是一样也满了,到底哪个厕所有空位呢?折腾几个来回,可不止一分钟,急急急!!! 是的,我也曾经历过这样的窘境,经过简单的尝试,开发出了这样一款小而美的应用---寻坑无忧。不仅相当实用,而且应用开发过程非常简单,代码开源,感兴趣就一起来看看吧~ 一、寻坑无忧应用介绍 页面展示 实现方案 基于涂鸦赋能的智能硬件设备,结合涂鸦 IoT 开发者平台的开放能力,帮助开发者低门槛实现该款...
- 2024年 Jan 4日 11:31
- Forum: General Discussion
- Topic: Spring Boot 3 - JUnitTest
- Replies: 3
- Views: 3507
Re: Spring Boot 3 - JUnitTest
Hello, the "1106 permission deny" indicates that you currently do not have the permission to call the API. Please check under the cloud development module of the IOT platform whether the corresponding cloud service has been opened, and that the opened cloud service has been authorized to t...
- 2023年 Dec 27日 14:52
- Forum: General Discussion
- Topic: Spring Boot 3 - JUnitTest
- Replies: 3
- Views: 3507
Re: Spring Boot 3 - JUnitTest
Well, you can configure the "--add-opens" startup option in SpringToolSuite4 as follows: Click the start button in the top left corner to open Run Configurations option. Switch to the 'Arguments' tab, add "--add-opens java.base/java.lang.reflect=ALL-UNNAMED --add-opens java.base/java....
- 2023年 Sep 28日 09:45
- Forum: 云开发
- Topic: SaaS开发框架-零代码平台之深入篇
- Replies: 7
- Views: 19815
Re: SaaS开发框架-零代码平台之深入篇
你好 这个本质属于两个 SaaS 应用如何集成的问题了,目前开发框架的 SaaS 支持通过三方登录的方式实现免登访问,比如 基于CAS 协议的三方登录。
- 2023年 Sep 28日 09:42
- Forum: 云开发
- Topic: SaaS开发框架-零代码平台之深入篇
- Replies: 7
- Views: 19815
Re: SaaS开发框架-零代码平台之深入篇
你好 开发框架和基础微应用(比如:用户、资产、设备)是不收费的,高级微应用或者垂直业务微应用会收费,比如场景自动化、群组、设备地图这些
- 2023年 Sep 25日 11:47
- Forum: Cloud/SaaS Development
- Topic: The differencts about SaaS deploy mode between 'Fully Deployed on the Tuya Server' and 'Hybrid deployment'
- Replies: 0
- Views: 3756
The differencts about SaaS deploy mode between 'Fully Deployed on the Tuya Server' and 'Hybrid deployment'
The 'Fully Deployed on the Tuya Server' mode is that all the code of SaaS is developed by Tuya, and deployed on Tuya server. The SaaS's host is provided by Tuya and developer could not add your private microapp into SaaS. The 'Hybrid Deployment' mode is that part of code for a SaaS application is de...