From 2a605a6138de9482ee91386ec72e2f40b2dbf657 Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Tue, 20 Jan 2026 09:50:47 +0100 Subject: [PATCH] no message --- PV_Forecast/form.json | 10 ++++- PV_Forecast/module.html | 26 ++++++------ PV_Forecast/module.json | 2 +- PV_Forecast/module.php | 93 +++++++++++++++++++++++++---------------- 4 files changed, 80 insertions(+), 51 deletions(-) diff --git a/PV_Forecast/form.json b/PV_Forecast/form.json index 91e2ac9..15a8fd3 100644 --- a/PV_Forecast/form.json +++ b/PV_Forecast/form.json @@ -8,14 +8,19 @@ { "type": "SelectVariable", "name": "ActualVariableID", - "caption": "Ist-Produktion Variable" + "caption": "Ist-Produktion Variable (Leistung, ideal W oder kW)" }, { "type": "NumberSpinner", "name": "RefreshMinutes", "caption": "Refresh (Minuten)", "minimum": 1, - "maximum": 120 + "maximum": 240 + }, + { + "type": "CheckBox", + "name": "ActualIsWatt", + "caption": "Istwerte sind in Watt (in kW umrechnen)" } ], "actions": [ @@ -30,3 +35,4 @@ } ] } + diff --git a/PV_Forecast/module.html b/PV_Forecast/module.html index 47bbe5c..aa4dc21 100644 --- a/PV_Forecast/module.html +++ b/PV_Forecast/module.html @@ -4,7 +4,8 @@ PV_Forecast - +