Skip to content

Latest commit

 

History

History
48 lines (25 loc) · 1.2 KB

readme.md

File metadata and controls

48 lines (25 loc) · 1.2 KB

Getting Started With Tuya API for IoT Development

All the code for Getting Started With Tuya API for IoT Development which is posted in my blog.

You can read the post here: https://note.hadna.space/getting-started-with-tuya-api-for-iot-development

The post is published under IoT Development series which you can read here: https://note.hadna.space/series/iot


Package requirements:

This project requires two additional Python packages: dotenv and tuya-iot-python-sdk.

  1. Install dotenv

$ pip install python-dotenv

  1. Install tuya-iot-python-sdk

$ pip install tuya-iot-python-sdk


How To

To run this project, follow these instructions:

  1. Clone this repository

  2. Install the required packages

  3. Run the app.py or monitoring.py using

$ python app.py

or

$ python monitoring.py


Register your Tuya developer account here: https://developer.tuya.com and set the required configurations.


Have fun!