From 9ad9e49011e5854cedcd2dfe88c5fe7f453d793b Mon Sep 17 00:00:00 2001
From: Pascal Engeler <engelerp@itp.phys.ethz.ch>
Date: Mon, 22 Jul 2024 20:43:09 +0000
Subject: [PATCH] added grafana

---
 README.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/README.md b/README.md
index 44a3ceb..bc26f1c 100644
--- a/README.md
+++ b/README.md
@@ -274,6 +274,14 @@ They involved noisy function approximation, time series forecasting, high-dimens
 
 
 # Automatic lab monitoring
+**Involved Technologies**: python, InfluxDB, grafana
+
+**Description**:\
+I have set up automatic data logging and monitoring for the cmt-mm laboratory. 
+This involves periodically connecting to various devices, reading their sensor values, and writing them into an InfluxDB database. 
+This data is then visualized in a grafana dashboard. 
+
+Critical data states also trigger warning messages in a dedicated Element channel, and effect automatic shutdowns when deemed necessary.
 
 # Experimental data storage in database
 
-- 
GitLab