entorb / raspi-sensorics

Code for reading various sensors attached to a Raspberry Pi 3 Model B, data is stored in an InfluxDB and visualized via Grafana

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

raspi-sensorics

Reading various sources and sensors attached to a Raspberry Pi

Setup

  • Raspberry Pi 3 Model B
  • Data is stored in an InfluxDB V. 1.8.3
  • Data is visualized via Grafana V. 7.2.2
  • Multiple Arduino ESP32 micro-controllers are pushing data to the same InfluxDB too, see my arduino-sensorics repository

Sensors

  • BME280 3.3V version (Temperature, Humidity, Pressure) via wired I2C protocol
  • Fritzbox for reading list of online devices via API
  • Mi Flower Care for reading plant condition via Bluetooth

About

Code for reading various sensors attached to a Raspberry Pi 3 Model B, data is stored in an InfluxDB and visualized via Grafana

License:GNU General Public License v3.0


Languages

Language:Python 99.2%Language:Shell 0.6%Language:Perl 0.2%