39 lines
870 B
JSON
39 lines
870 B
JSON
{
|
|
"elements": [
|
|
{
|
|
"type": "ValidationTextBox",
|
|
"name": "URL",
|
|
"caption": "Solcast URL"
|
|
},
|
|
{
|
|
"type": "SelectVariable",
|
|
"name": "ActualVariableID",
|
|
"caption": "Ist-Produktion Variable (Leistung, ideal W oder kW)"
|
|
},
|
|
{
|
|
"type": "NumberSpinner",
|
|
"name": "RefreshMinutes",
|
|
"caption": "Refresh (Minuten)",
|
|
"minimum": 1,
|
|
"maximum": 240
|
|
},
|
|
{
|
|
"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."
|
|
}
|
|
]
|
|
}
|
|
|