Files
Symcon_Belevo_Energiemanage…/Peakshaving/form.json
T
2026-05-27 11:49:36 +02:00

206 lines
4.6 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"elements": [
{
"type": "ExpansionPanel",
"caption": "Ziel-Module",
"items": [
{
"type": "SelectInstance",
"name": "CapacityTargetInstance",
"caption": "Batterie Instanz"
},
{
"type": "ValidationTextBox",
"name": "CapacityTargetProperty",
"caption": "Property-Name Kapazität"
},
{
"type": "SelectInstance",
"name": "PowerTargetInstance",
"caption": "Instanz für Peakleistung"
},
{
"type": "ValidationTextBox",
"name": "PowerTargetProperty",
"caption": "Manager Instanz"
}
]
},
{
"type": "ExpansionPanel",
"caption": "Monatswerte",
"items": [
{
"type": "Label",
"caption": "Januar"
},
{
"type": "RowLayout",
"items": [
{
"type": "NumberSpinner",
"name": "PowerJanuary",
"caption": "Leistung Peakshaving [W]"
},
{
"type": "NumberSpinner",
"name": "CapacityJanuary",
"caption": "Kapazität [%]"
}
]
},
{
"type": "Label",
"caption": "Februar"
},
{
"type": "RowLayout",
"items": [
{
"type": "NumberSpinner",
"name": "PowerFebruary",
"caption": "Leistung Peakshaving [W]"
},
{
"type": "NumberSpinner",
"name": "CapacityFebruary",
"caption": "Kapazität [%]"
}
]
},
{
"type": "Label",
"caption": "März"
},
{
"type": "RowLayout",
"items": [
{
"type": "NumberSpinner",
"name": "PowerMarch",
"caption": "Leistung Peakshaving [W]"
},
{
"type": "NumberSpinner",
"name": "CapacityMarch",
"caption": "Kapazität [%]"
}
]
},
{
"type": "Label",
"caption": "April"
},
{
"type": "RowLayout",
"items": [
{
"type": "NumberSpinner",
"name": "PowerApril",
"caption": "Leistung Peakshaving [W]"
},
{
"type": "NumberSpinner",
"name": "CapacityApril",
"caption": "Kapazität [%]"
}
]
},
{
"type": "Label",
"caption": "Sommer (MaiSeptember)"
},
{
"type": "RowLayout",
"items": [
{
"type": "NumberSpinner",
"name": "PowerSummer",
"caption": "Leistung Peakshaving [W]"
},
{
"type": "NumberSpinner",
"name": "CapacitySummer",
"caption": "Kapazität [%]"
}
]
},
{
"type": "Label",
"caption": "Oktober"
},
{
"type": "RowLayout",
"items": [
{
"type": "NumberSpinner",
"name": "PowerOctober",
"caption": "Leistung Peakshaving [W]"
},
{
"type": "NumberSpinner",
"name": "CapacityOctober",
"caption": "Kapazität [%]"
}
]
},
{
"type": "Label",
"caption": "November"
},
{
"type": "RowLayout",
"items": [
{
"type": "NumberSpinner",
"name": "PowerNovember",
"caption": "Leistung Peakshaving [W]"
},
{
"type": "NumberSpinner",
"name": "CapacityNovember",
"caption": "Kapazität [%]"
}
]
},
{
"type": "Label",
"caption": "Dezember"
},
{
"type": "RowLayout",
"items": [
{
"type": "NumberSpinner",
"name": "PowerDecember",
"caption": "Leistung Peakshaving [W]"
},
{
"type": "NumberSpinner",
"name": "CapacityDecember",
"caption": "Kapazität [%]"
}
]
}
]
}
],
"actions": [
{
"type": "Button",
"caption": "Werte sofort übernehmen",
"onClick": "GEF_ApplyCurrentValues($id);"
}
]
}