A very lightweight sensor monitoring system for Raspberry Pi clusters running Kubernetes. So far support is added only for BME280 Barometric sensor.
This project is based on OMNI, so many things from its README would fit here as well.
-
Enable
I2C
interface on your device (usingraspi-config
) -
Get
InfluxDB
installed (e.g. from helm) -
Set values for the corresponding environment variables in
senso-install.yaml
-
Run
kubectl apply -f senso-install.yaml
-
Check with
kubectl get all -n senso-system
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.