pvachon / donthuff

Don't Huff: Data logger for pollutants with a wclh sensor assembly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't Huff

Don't Huff is a barebones data logger for the wclh data loggers sold by various vendors on Aliexpress.

Which Sensor?

I use this one. Others might work, with tweaks.

Requirements

Install the pip requirements, per requirements.txt:

pip install -r requirements.txt

You will need the wclh PM2.5/CO2/HCHO/RH&T/TVOC sensor. You can simply plug it in, find the UART's device node, and then run the app.

This will then yield dicts of the contents of these messages. You can then do as you see fit with those.

About

Don't Huff: Data logger for pollutants with a wclh sensor assembly


Languages

Language:Python 82.1%Language:TSQL 17.9%