-
Notifications
You must be signed in to change notification settings - Fork 0
Air Quality Monitor application to monitor PM 2.5 and PM10 from SDL607 device. Easily extendable to handle any other device and push data into any storage.
License
cezbloch/smog
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Air Quality Monitor application to monitor PM 2.5 and PM10 from SDL607 device. Easily extendable to handle any other device and push data into any storage. Support for DHT11 (temperature and pressure meter) added. ---------- create a deamon service launching at system start-up -------------- sudo apt-get install daemontools daemontools-run - create service named 'smog' sudo mkdir /etc/service/smog - make start-up script called 'run' sudo nano /etc/service/smog/run - type #!/bin/bash cd /home/pi/smog/ exec sudo /usr/bin/python /home/pi/smog/AirMonitorText.py home --silent - set permissions sudo chmod u+x /etc/service/smog/run - check status sudo svstat /etc/service/smog - kill sudo svc -k /etc/service/smog - start sudo svc -u /etc/service/smog
About
Air Quality Monitor application to monitor PM 2.5 and PM10 from SDL607 device. Easily extendable to handle any other device and push data into any storage.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published