A Python sdk for Tuya Open API, which provides basic IoT capabilities like device management, asset management and industry capabilities, helping you create IoT solutions. With diversified devices and industries, Tuya IoT Development Platform opens basic IoT capabilities like device management, AI scenarios, and data analytics services, as well as industry capabilities, helping you create IoT solutions.
-
TuyaOpenAPI
- connect
- is_connect
- get
- post
- put
- delete
-
TuyaOpenMQ
- start
- stop
- add_message_listener
- remove_message_listener
- TuyaDeviceListener
- update_device
- add_device
- remove_device
- TuyaDeviceManager
- update_device_list_in_smart_home
- update_device_caches
- update_device_function_cache
- add_device_listener
- remove_device_listener
- get_device_info
- get_device_list_info
- remove_device
- remove_device_list
- get_factory_info
- factory_reset
- get_device_status
- get_device_list_status
- get_device_functions
- get_category_functions
- get_device_specification
- send_commands
- TuyaHomeManager
- update_device_cache
- query_scenes
- trigger_scene
- query_infrared_devices
- trigger_infrared_commands
- TuyaAssetManager
- get_device_list
- get_asset_info
- get_asset_list
Please check Tuya IoT Platform Configuration Guide to register an account on the Tuya IoT Platform, and get the required information. You need to create a Cloud project and complete the configuration of asset, user, and application. Then, you will get the username, password, Access ID, and Access Secret.
pip3 install tuya-iot-py-sdk
Tuya opens up a variety of APIs covering business scenarios such as device pairing, smart home management, device control, and scene automation. You can call APIs according to API integration documents to implement applications.
For more information, see the documentation.
You can provide feedback on your issue via Github Issue or Technical Ticket.
tuya-iot-py-sdk is available under the MIT license. Please see the LICENSE file for more info.