/python-airmonitor

Python AirMonitor for iAQ Stick / Volcraft CO-20 USB / ...

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Python AirSensor/AirMonitor

This is a project to display data from an iAQ Stick with python on Mac OS.

python-airmonitor screenshot

Usage

To show the airmonitor run the python3 script. To make sure you have the dependencies installed, see below.

python3 airmonitor.py

Dependencies

On Mac OS this is what I did:

brew install python3
pip3 install hidapi
pip3 install matplotlib

Details

The 'complicated stuff' on how to communicate with the sensor I took from here.