{ "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);" } ] }