aqi_monitor/aqi_monitor_py
2022-10-21 16:44:58 +07:00
..
sensor add py aqi_monitor implementation 2022-10-21 16:03:47 +07:00
service add py aqi_monitor implementation 2022-10-21 16:03:47 +07:00
README.md update documentation 2022-10-21 16:44:58 +07:00
requirements.txt add py aqi_monitor implementation 2022-10-21 16:03:47 +07:00

Python Sensor Application

Updated script running on a RaspberryPi. Pure python implementation.

Install libraries

pip install -r requirements.txt

Install service

sudo cp aqi_monitor_py/service/sensor.* /etc/systemd/system
sudo systemctl enable --now sensor.timer