{ "elements": [ { "type": "ValidationTextBox", "name": "URL", "caption": "Solcast URL" }, { "type": "SelectVariable", "name": "ActualVariableID", "caption": "Ist-Produktion Variable (Leistung)" }, { "type": "Select", "name": "RefreshMode", "caption": "Aktualisierungsmodus", "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. 06:00)" }, { "type": "CheckBox", "name": "ActualIsWatt", "caption": "Istwerte sind in Watt (in kW umrechnen)" } ], "actions": [ { "type": "Button", "caption": "Forecast jetzt aktualisieren", "onClick": "IPS_RequestAction($id, \"UpdateForecast\", 0);" }, { "type": "Label", "caption": "Hinweis: Istwerte werden aus dem Archiv gelesen. Variable muss im Archiv geloggt werden." } ] }