From a0586e26226a6e9a1768b612fb85a51042225aff Mon Sep 17 00:00:00 2001 From: "mathias.sillhengst" Date: Thu, 9 Apr 2026 10:38:37 +0000 Subject: [PATCH] add options --- scripts/meter_reading_dashboard.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/meter_reading_dashboard.py b/scripts/meter_reading_dashboard.py index b543017..0dbc901 100644 --- a/scripts/meter_reading_dashboard.py +++ b/scripts/meter_reading_dashboard.py @@ -6,9 +6,9 @@ import httpx # === PARAMETER START === -METER_NUMBER = "Any - Als Parameter" -CHART_TYPE = "line" -GROUP_BY = "hour" +METER_NUMBER = "" +CHART_TYPE = "line" # options: line,bar,radar,doughnut,pie +GROUP_BY = "hour" # options: hour,day,week,month INCLUDE_STATISTICS = True # === PARAMETER ENDE ===