A python script that receives DHT sensor data from the Arduino board through the Serial port and saves it into the InfluxDB
The Arduino board should be connected to the PC through the USB
- Create a virtual environment
- Activate the virtual environment
- Install requirements using
pip install -r requirements.txt
- Rename
.env.example
to.env
and fill in the data - start script using
python main.py [-v] <PORT> <BAUD>
. Also, the help command is availablepython main.py --help
You can build and customize your dashboard to monitor DHT data
Also, You can download and import this dashboard from this gist