Skip to content

Converts air quality readings from Dylos DC1100 Pro to graphs

Notifications You must be signed in to change notification settings

louwrentius/airquality

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Dylos DC1100 Pro to InfluxDB + Grafana

The Dylos DC1100 Pro is an air quality monitor that is capable of measuring particles between 0.5 and 2.5 micron and between 2.5 and 10 micron.

The measured values as displayed on the device are in parts per 0.01 cubic feet. This particular model has a serial port that outputs the average values per minute.

The format of this output is 0.5<2.5 micron,>2.5 micron per line. Example: 1231,52

The 'dylos.py' script does the following:

  1. Reads the data from the serial port
  2. Converts the raw numbers into PM 2.5 values
  3. Submits the raw and converted data to InfluxDB

About

Converts air quality readings from Dylos DC1100 Pro to graphs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages