https://github.com/reinterpretcat/senso
A very lightweight sensor monitoring system for Raspberry Pi clusters running Kubernetes
https://github.com/reinterpretcat/senso
air-pressure-sensors bme280 kubernetes raspberry-pi
Last synced: about 2 months ago
JSON representation
A very lightweight sensor monitoring system for Raspberry Pi clusters running Kubernetes
- Host: GitHub
- URL: https://github.com/reinterpretcat/senso
- Owner: reinterpretcat
- License: gpl-3.0
- Created: 2023-11-15T14:01:01.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-16T08:21:22.000Z (over 2 years ago)
- Last Synced: 2025-04-04T15:24:04.281Z (about 1 year ago)
- Topics: air-pressure-sensors, bme280, kubernetes, raspberry-pi
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SENSO
A very lightweight sensor monitoring system for Raspberry Pi clusters running Kubernetes. So far support is added only for BME280 Barometric sensor.

# Description
This project is based on [OMNI](https://github.com/mattogodoy/omni), so many things from its README would fit here as well.
# Install
0. Enable `I2C` interface on your device (using `raspi-config`)
1. Get `InfluxDB` installed (e.g. from helm)
2. Set values for the corresponding environment variables in `senso-install.yaml`
3. Run
kubectl apply -f senso-install.yaml
4. Check with
kubectl get all -n senso-system
# Motivation
I built it to get time series data from BME280 Barometric sensor saved in InfluxDB. I need it mostly to see whether there is dependency between changes in air pressure and my headache.