tuya-iot-python-sdk icon indicating copy to clipboard operation
tuya-iot-python-sdk copied to clipboard

Tuya IoT Python SDK for Tuya Open API.

Results 30 tuya-iot-python-sdk issues
Sort by recently updated
recently updated
newest added

trying to run api.py from example, it shows the following errors: File "api.py", line 2, in from tuya_iot import TuyaOpenAPI, tuya_logger File "C:\Users\yolo\AppData\Local\Programs\Python\Python37\lib\site-packages\tuya_iot\__init__.py", line 2, in from .device import TuyaDevice,...

in case of mqtt error with a brand new configuration, the client breaks as there is no value to self.mq_config This PR aims to add this error case to the...

It seems that there is again a bug in the tuya cloud. Notifications aren't sent correctly and therefore it happens that after some time (hours or days) no notifications are...

I am seeing intermittent issues in Home Assistant that started 2-3 days ago. The logs show the following errors: ``` 2021-12-15` 07:39:57 ERROR (Thread-5411) [tuya_iot] Unexpected disconnection.7 2021-12-15 07:40:01 ERROR...

I have a Tuya robot Mower, device code 'gcj', that I can control via the Tuya app on an Android phone but not via this Python SDK. It would seem...

Hey So I wanted to implement scene control in Home assistant but i need access to the extended properties of the lights. > GET https://openapi.tuyaeu.com/v1.0/iot-03/devices/{device_id}/properties is there a timeline for...

``` line 1, in from tuya_iot import TuyaOpenAPI File "/usr/local/lib/python3.7/site-packages/tuya_iot/__init__.py", line 2, in from .device import TuyaDevice, TuyaDeviceListener, TuyaDeviceManager File "/usr/local/lib/python3.7/site-packages/tuya_iot/device.py", line 7, in from typing import Any, Literal, Optional...

Since running the Tuya V2 Home Assistant integration I got a massive amount of errors in the log: `Logger: tuya iot Source: /usr/local/lib/python3.9/site-packages/tuya_iot/openmq.py:121 First occurred: 2:13:32 AM (31669 occurrences) Last...

Cloud issues are becoming frequent and an official local device communication would be a great addition to these devices.

Hi, Today I wanted to contribute support for pulsar: https://developer.tuya.com/en/docs/iot/quickstart?id=Kavqcfr4k67n9, but I saw that it used to exist and it was removed here: https://github.com/tuya/tuya-iot-python-sdk/commit/eb325325e7d99e94f4fef2af06f081a4dffdb4f8#diff-81739e244fe53d469290c60f4b07b4bef6a7d672f06c051e44b75e8958dad9ce. Does it mean that Pulsar won't...