From 115ea2768e5752ea9744663cbaec41925b44cf0d Mon Sep 17 00:00:00 2001 From: Etienne Chassaing <60154720+cetiennec@users.noreply.github.com> Date: Thu, 14 Aug 2025 14:11:47 +0200 Subject: [PATCH] Adds pump plot --- main.py | 1 + static/monitor_PU.html | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/main.py b/main.py index 8ad6415..985d8a1 100644 --- a/main.py +++ b/main.py @@ -100,6 +100,7 @@ def format_PU_data(data): "MV07_sp": np.round(data.get("MV07_sp", 0.0), 1), "MV08": np.round(data.get("MV08", 0.0), 1), "MV08_sp": np.round(data.get("MV08_sp", 0.0), 1), + "Pump_sp" : np.round(data.get("Pump_sp", 0.0), 1), } diff --git a/static/monitor_PU.html b/static/monitor_PU.html index eae7603..1edd416 100644 --- a/static/monitor_PU.html +++ b/static/monitor_PU.html @@ -63,6 +63,7 @@
+