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 @@