Files
Symcon_Belevo_Energiemanage…/PV_Forecast/form.json
2026-01-20 09:50:47 +01:00

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."
}
]
}