Skip to main content

My home tempearture sensor for my RaspberryPi

Project description

Build Status

One Home Sensor

This peace of software reads temperature, pressure and humidity from a BME280 sensor. It then pushes the result to a MongoDB data-base (MongoDB Atlas form my part).

Usage

My setup is as followed :

  +-------------+
  | RaspberryPI |    +-------------+    +-------------+ 
  |             |    |  MongoDB    |    |  Phone /    |
  |  one_home_  +--->|  Atlas      +--->|  WebBrowser |
  |     sensor  |    +-------------+    +-------------+
  +-------------+

I periodically run it (throught systemd) to store the values.

Integration / Instalation

This programe is created and only used/tested/supported in python3. These commande should solve all dificulties.

sudo apt-get update
sudo apt-get install python3-setuptools python3-pip i2c-tools 
  1. Create cluster on MongoDB Atlas
  2. Create connection autorization and user
  3. Create configuration file (see next section)
  4. Enable I2C in raspi-config (5 then P5).
  5. Add user to group "i2c" (sudo usermod -a -G i2c leadthesalt)

Finaly the module is installed with pip3.

pip3 install one-home-sensor

For my part I install the programe with an Ansible rôle. Sure I could create a debian package, but I only use it on my Raspbery Pi that are already managed throught Ansible.

Configuration file

[MongoDBAtlasConnection]
username = # username set for MongoDB
password = # password set for MongoDB
clusterfqdn = # fqdn to MongoDB server 

[Correction]
temp=-1

Documentations

https://github.com/pimoroni/bme280-python
https://github.com/pimoroni/skywriter-hat/issues/4
https://learn.pimoroni.com/related-products/adafruit-mpl3115a2-i2c-barometric-pressure-altitude-temperature-sensor
https://docs.mongodb.com/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

one_home_sensor-0.1.6.tar.gz (6.6 kB view details)

Uploaded Source

File details

Details for the file one_home_sensor-0.1.6.tar.gz.

File metadata

  • Download URL: one_home_sensor-0.1.6.tar.gz
  • Upload date:
  • Size: 6.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.3.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.5.6

File hashes

Hashes for one_home_sensor-0.1.6.tar.gz
Algorithm Hash digest
SHA256 4b9736fdb0c29173e716a7cbe63c190986d3a80d777db9c36855d7a7b4220605
MD5 793676b6c8497d8fa849aa48566ae1e2
BLAKE2b-256 e1050caf1ed377b764fd6a1f816533a9979616a1a777dd7cde41be47eec34858

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page