Files
Symcon_Belevo_Energiemanage…/Energy_Pie/form.json
2025-12-17 07:10:55 +01:00

26 lines
880 B
JSON

{
"elements": [
{ "type": "SelectVariable", "name": "VarProduction", "caption": "Produktion (kWh)" },
{ "type": "SelectVariable", "name": "VarConsumption", "caption": "Verbrauch (kWh)" },
{ "type": "SelectVariable", "name": "VarFeedIn", "caption": "Einspeisung (kWh)" },
{ "type": "SelectVariable", "name": "VarGrid", "caption": "Bezug Netz (kWh)" },
{ "type": "Label", "caption": "" },
{
"type": "Select",
"name": "DefaultRange",
"caption": "Standard-Zeitraum",
"options": [
{ "caption": "Tag", "value": "day" },
{ "caption": "Woche", "value": "week" },
{ "caption": "Monat", "value": "month" },
{ "caption": "Gesamt", "value": "total" }
]
}
],
"actions": [
{ "type": "Button", "caption": "Test: Tile aktualisieren", "onClick": "EP_TestPush($id);" }
]
}