Produktion Prognose Modul hinzugefügt. Mit dem Vergleich met der richtigen Produktion.
This commit is contained in:
30
PV_Forecast_plotmemory/form.json
Normal file
30
PV_Forecast_plotmemory/form.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"elements": [
|
||||
{ "type": "ValidationTextBox", "name": "URL", "caption": "Solcast URL" },
|
||||
{ "type": "SelectVariable", "name": "ActualVariableID", "caption": "Ist-Produktion Variable (Leistung)" },
|
||||
{ "type": "CheckBox", "name": "ActualIsWatt", "caption": "Istwerte sind in Watt (in kW umrechnen)" },
|
||||
|
||||
{
|
||||
"type": "Select",
|
||||
"name": "RefreshMode",
|
||||
"caption": "Forecast-Aktualisierung",
|
||||
"options": [
|
||||
{ "caption": "Alle X Minuten", "value": "interval" },
|
||||
{ "caption": "Einmal täglich (Uhrzeit)", "value": "daily" }
|
||||
]
|
||||
},
|
||||
{ "type": "NumberSpinner", "name": "RefreshMinutes", "caption": "Intervall (Minuten)", "minimum": 1, "maximum": 240 },
|
||||
{ "type": "ValidationTextBox", "name": "RefreshTime", "caption": "Tägliche Uhrzeit (HH:MM, z.B. 00:01)" },
|
||||
|
||||
{ "type": "CheckBox", "name": "EnableDailySnapshots", "caption": "Tägliche Tages-Plots speichern" },
|
||||
{ "type": "ValidationTextBox", "name": "SnapshotTime", "caption": "Snapshot-Uhrzeit (HH:MM, z.B. 23:59)" },
|
||||
{ "type": "NumberSpinner", "name": "KeepDays", "caption": "Aufbewahrung (Tage)", "minimum": 1, "maximum": 365 }
|
||||
],
|
||||
"actions": [
|
||||
{
|
||||
"type": "Button",
|
||||
"caption": "Forecast jetzt aktualisieren",
|
||||
"onClick": "IPS_RequestAction($id, \"UpdateForecast\", 0);"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user