Questions tagged [tuya]

The tuya integration is the main integration to integrate Tuya Smart related platforms, except the Zigbee hub. This includes devices linked with the Tuya, Smart Life, and Jinvoo Smart apps.

Tuya Smart is an IoT platform that helps with developing and integrating Enterprise IoT solutions, product development and big data.

See: https://www.home-assistant.io/integrations/tuya/

24 questions
0
votes
0 answers

Retrieve data from Tuya sdk

I use that guide to retrieve data from my Fingerbot: https://www.home-assistant.io/integrations/tuya/ I also use that repo to extract the data: https://github.com/redphx/tuya-local-key-extractor When I use the extract.py file I get that…
bird12358
  • 89
  • 1
  • 10
0
votes
0 answers

Tuya door lock - AES-128 ECB PKCS7Padding - PHP

I was trying to push a temporary key to a smart door using tuya developer, but I'm stuck with the encryption I'm doing it in PHP. Tuya ask for this: The length of the original password is seven digits for Wi-Fi locks and six digits for Zigbee locks…
0
votes
1 answer

can i access my Tuya compatible smart devices through API?

I am trying to setup a smart energy meter and i plan to store and analyse that data. In the market ewelink provides options to access my devices through API. Due to government restrictions, i cannot import a ewelink compatible device. However,…
Sahil Ali
  • 172
  • 3
  • 15
0
votes
1 answer

Write the API to the background server for forwarding, then deploy to the server, some API swill not be available, What is the reason 1010?

I write the API to the background server for forwarding, there is no problem to access under the domain name ending with cn, then deploy to the server, and finally change the domain name in the server forwarding API to the end with us, as long as it…
Shawn He
  • 1
  • 1
0
votes
2 answers

when I call Tuya Smart API, how to resolve it if the calling interface has an error code: 1106, permission deny?

I checked the device is paired with Tuya Smart App, and then use the device Id in Tuya Smart APP for control; I confirm the Id of the device to be controlled is correct.
Shawn He
  • 1
  • 1
0
votes
1 answer

Which interworking modes does Tuya Cloud support?

Recently, I am searching for a suitable IoT platform to implement my Cloud startup ideas. Amazon AWS IoT, Microsoft Azure IoT and Apple HomeKit are the popular ones, but they are all serving their own closed ecosystems. An interesting platform named…
Oliver Ou
  • 357
  • 1
  • 4
0
votes
1 answer

What is Tuya expecting for the time header in API calls?

I'm trying to interact with the Tuya API from a PHP webapp. I have authenticated the user and now have the code which is returned from Tuya. I now need to submit that via the Authorisation Management API to get an authorisation for subsequent API…
Derek
  • 75
  • 9
0
votes
1 answer

What is the Tuya API referring to when they ask for the "schema" in some of their Open API calls?

I have accessed the Tuya cloud using their API. I can't use any of the API calls that uses the "schema". I assume this is the name of my iOS app? Does anyone have an example of a working call that uses "schema"? For example I have tried…
user2108868
  • 91
  • 1
  • 9
-1
votes
1 answer

CryptoJS to C# SHA256 encryption

i have been searching for a good solution where I copied code used in an API from postman and tried to use it in Xamarin forms. Problem is that there is a method in the API that generates "signatures", which they do in JS. I have tried various…
omarT
  • 1
  • 2
1
2