https://github.com/jfisbein/luftdaten
luftdaten script for raspberry with enviro+
https://github.com/jfisbein/luftdaten
air-quality contamination-detection environment luftdaten raspberry-pi
Last synced: 5 months ago
JSON representation
luftdaten script for raspberry with enviro+
- Host: GitHub
- URL: https://github.com/jfisbein/luftdaten
- Owner: jfisbein
- License: gpl-3.0
- Created: 2019-12-22T19:01:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-20T16:13:11.000Z (about 6 years ago)
- Last Synced: 2024-01-30T14:11:09.454Z (over 2 years ago)
- Topics: air-quality, contamination-detection, environment, luftdaten, raspberry-pi
- Language: Python
- Size: 316 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Luftdaten RaspberryPI script
============================
Simple script to send info to [Luftdaten](https://luftdaten.info/en/home-en/), based on Pimoroni provided example.
Modifications:
- Added log file, with memory buffering and daily rotation.
- Modified screen info to show latest status and information sent date.
### Installation
follow [Pimoroni instructions](https://learn.pimoroni.com/tutorial/sandyj/getting-started-with-enviro-plus).
### Usage
Download file and launch with `sudo python luftdaten.py`.
You can make it launch on start adding the line
`@reboot sudo python luftdaten.py` to the crontab.