42 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
95
views
Gradle Fails to Find Tuya SDK 6.11.1 (com.thingclips.smart) - Repository Issue?
It's been 3 months now that I am encountering a persistent Gradle build failure while attempting to integrate the Tuya SmartLife App SDK for Android. The main dependency is failing to resolve. I'm on ...
1
vote
0
answers
41
views
Valve Control Sytem from Tuya
I'm working with a Tuya-based smart valve and I'm trying to identify the correct DPS values for controlling it (open, close, partial positions, etc.). When I read the device status locally, I only get ...
Best practices
1
vote
0
replies
59
views
What is best solution to combine ESP32 & TUYA Cloud?
It is almost a week that I'm trying to find a ready to use cloud solution for my IoT projects which mostly are based on ESP32 hardware. My Ideal is that I develop the embedded system with Arduino ...
0
votes
0
answers
74
views
"msg": "sign invalid", when trying to generate token for tuya cloud development
I've set up a cloud project in Tuya, and I'm trying to write Java code in Android Studio to turn on a Wi-Fi socket. However, I'm encountering an issue.
Here's my code:
public class TuyaApiHelper {
...
0
votes
0
answers
266
views
Tinytuya's Raw data command and Tuya BLE smart locks
everyone. I hope you're doing fine.
I'm trying to develop a little program to set up temporary passwords in two BLE locks at the same time using python. The locks are Raykube M5 Tuya (Link to ...
0
votes
0
answers
103
views
How to Set Temperature for a Virtual Tuya Thermostat Using MicroPython? API Token Request Fails (Error 1108: URI Path Invalid)
I'm trying to control the temperature of my virtual Tuya Thermostat using MicroPython. I have already successfully tested the API using Postman. However, when I try to use the same parameters and ...
0
votes
0
answers
37
views
Porting intellij idea code to Android Studio - Pulsar SDK
I'm currently trying to move this code : Tuya SDK Java from Intelij Idea IDE to Android Studio.
I did found the library on Android studio (adding in my build.gradle)
implementation 'org.apache.pulsar:...
1
vote
0
answers
280
views
Sign Invalid when using Tuya API
I'm trying to connect to Tuya API to get an access token. However, when I test it, it gives me a "sign invalid" error, specifically the next one:
{"code":1004,"msg":"...
0
votes
1
answer
121
views
Android Tuya SDK gives an obscure "couldn't find DSO to load: libc.so"
I got an obscure error when trying to build my Android APP to speak with Smart Life/Tuya
java.lang.UnsatisfiedLinkError: couldn't find DSO to load: libc++_shared.so
caused by: couldn't find DSO to ...
0
votes
1
answer
1k
views
Tuya plugin delivers error code 2427 when i start Homebridge
When i start Homebridge, the Tuya plugin gives this error:
[Tuya] Login failed. code=2427, msg=the user did not scan the code to bind the cloud project
If it is related to the qr code that links the ...
0
votes
3
answers
2k
views
Has anyone figured out how to connect to tuya MQTT standard protocol on an esp32?
I'm trying to connect to the Tuya IoT Developer platform using https://developer.tuya.com/en/docs/iot/MQTT-protocol?id=Kb65nphxrj8f1 as a reference.
I've created a product in the developer portal ...
1
vote
2
answers
422
views
AWS Lambda Layer import Tuya Connector
So all I have for my Lambda Function so far is:
import json
import os
import tuya_connector
And when I click "Test", I'm getting the following error:
"Unable to import module '...
0
votes
0
answers
1k
views
How to control Tuya API device with an HTML request
So I'm trying to make my phone button a light switch. I found an app that can remap my phone's physical buttons to commands. One of them is HTML Request (POST and GET I have no idea any of this).
I ...
0
votes
0
answers
38
views
Plug-in to control LED strips. scripting.executeScript dont work
I am a beginner programmer. I'm writing a plug-in to control LED strips from a browser, but I got stuck on a seemingly mundane thing. Namely, I am practicing data transfer between different browser ...
0
votes
1
answer
396
views
I need help for adding individual schedules in my Tuya Weekly Schedule (PHP cURL)
I am working on a web site where users can control their thermostat, but I'm having difficulty with the schedule part. I can display it, but when I create a new schedule the temperature desired is not ...