Tools for logging BME680 air data and generating plots, intended for use from cron.
data_directory
: "/home/adam/FILTER",mail_to
: list of e-mail addressesmail_from
: e-mail addressaveraging
: string used asfreq
argument ofpandas.Grouper
for smoothing (averaging) the readings before plottingdays_smoothed
: how many days back to cover in the main plotdays_ranged
: how many days back to cover in the daily summary plotlocation
: string used in reportstimeout
: in seconds
- CSV
- columns:
- epoch time
- readable time
- location
- temperature °C
- humidity %
- pressure hPa
- resistance Ω
- time required to make readings
- change Ω to kΩ
- temporary script to convert existing files