Skip to content

Monitoring solution for logging room temperature, humidity and pressure

Notifications You must be signed in to change notification settings

asamarco/chefreddoFAB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chefreddoFAB

========================

chefreddoFAB alternatively known as checaldoFAB is an enviromental monitor (temperature, humidity, pressure) originally designed for the poliFAB cleanroom. It is based on sensor BME280, arduino, arduino_exporter, prometheus and grafana.

screenshot

====

Usage

  • Arduino code is in the Arduino folder.
  • Arduino_exporter runs locally, it has to be installed with pip install arduino_exporter
  • arduino_exporter server run -s COM1 -p 8000 -b 115200 (windows)
  • arduino_exporter server run -s /dev/ttyUSB0 -p 8000 -b 115200 (linux)
  • Prometheus and grafana run in docker, configuration files are in the relative subfolders.

About

Monitoring solution for logging room temperature, humidity and pressure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages