thanks a lot!
My point is the fact that the HA plugin does not seem to have an event corresponding to the "camera has seen something, ring an alarm"
I'm wondering if the Tuya plugin for HA core is open source and if I can look into it and maybe submit a patch to support also my scenario!
Search found 8 matches
- 2024年 Aug 22日 03:52
- Forum: iOS & Android Development
- Topic: How to list and control devices from "Smart Life" app: Tasker/Macrodroid plugin
- Replies: 9
- Views: 2687
Re: How to list and control devices from "Smart Life" app: Tasker/Macrodroid plugin
- 2024年 Aug 21日 04:23
- Forum: iOS & Android Development
- Topic: How to list and control devices from "Smart Life" app: Tasker/Macrodroid plugin
- Replies: 9
- Views: 2687
Re: How to list and control devices from "Smart Life" app: Tasker/Macrodroid plugin
Thanks a lot for your guidance: I succeeded in installing and configuring it! Is there a specific site with documentation on features? I'm specifically looking into building an automation which is triggered when a wired camera sees a movement (like what happens when there is alarm received from Smar...
- 2024年 Aug 18日 19:44
- Forum: iOS & Android Development
- Topic: How to list and control devices from "Smart Life" app: Tasker/Macrodroid plugin
- Replies: 9
- Views: 2687
Re: How to list and control devices from "Smart Life" app: Tasker/Macrodroid plugin
I've looked into the documentation but I'm not sure which is the "correct" integration, can you please help me? I've started from the official documentation here: https://developer.tuya.com/en/docs/iot/HA_HB_Bestpractice?id=Kamfbszoffjmw which points to this docs: https://developer.tuya.co...
- 2024年 Aug 15日 01:57
- Forum: iOS & Android Development
- Topic: How to list and control devices from "Smart Life" app: Tasker/Macrodroid plugin
- Replies: 9
- Views: 2687
Re: How to list and control devices from "Smart Life" app: Tasker/Macrodroid plugin
Many thanks: will totally look into it!
- 2024年 Aug 14日 18:29
- Forum: iOS & Android Development
- Topic: How to list and control devices from "Smart Life" app: Tasker/Macrodroid plugin
- Replies: 9
- Views: 2687
Re: How to list and control devices from "Smart Life" app: Tasker/Macrodroid plugin
thanks @daxiong for the reply.
Is there any way to create a "plugin" app for Smart Life which allows to extend the main app functionalities?
- 2024年 Aug 13日 20:17
- Forum: iOS & Android Development
- Topic: How to list and control devices from "Smart Life" app: Tasker/Macrodroid plugin
- Replies: 9
- Views: 2687
How to list and control devices from "Smart Life" app: Tasker/Macrodroid plugin
Context : I'm willing to create an automation app which is a plugin for Tasker and Macrodroid automation apps that allows me to control my devices. Since my devices are all connected to the Smart Life app I need to call APIs/SDK in order to list and receive notifications for them. I don't want to c...
- 2024年 Aug 13日 19:58
- Forum: iOS & Android Development
- Topic: java.lang.UnsatisfiedLinkError: couldn't find DSO to load: libc++_shared.so caused by: couldn't find DSO to load: libc.
- Replies: 2
- Views: 1416
Re: java.lang.UnsatisfiedLinkError: couldn't find DSO to load: libc++_shared.so caused by: couldn't find DSO to load: li
thanks your suggestion helped me fix, I added the following to the build.gradle dependencies { // ... your other dependencies ... // Specify the newer version of SOLoader you want to use implementation 'com.facebook.soloader:soloader:0.10.5' // Replace with the latest version } configurations.all { ...
- 2024年 Aug 13日 03:12
- Forum: iOS & Android Development
- Topic: java.lang.UnsatisfiedLinkError: couldn't find DSO to load: libc++_shared.so caused by: couldn't find DSO to load: libc.
- Replies: 2
- Views: 1416
java.lang.UnsatisfiedLinkError: couldn't find DSO to load: libc++_shared.so caused by: couldn't find DSO to load: libc.
I'm getting this very strange error with an old (free) version of the lib for Android implementation("com.tuya.smart:tuyasmart:3.26.5") the code itself is trivial: TuyaHomeSdk.setDebugMode(true); TuyaSmartSdk.setDebugMode(true); TuyaSmartSdk.init(getApplication()); TuyaSdk.init(getApplicat...