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

66 lines
2.8 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": "Instanz für Kapazität / Auf das Nachladen"
},
{
"type": "ValidationTextBox",
"name": "CapacityTargetProperty",
"caption": "Property-Name Kapazität"
},
{
"type": "SelectInstance",
"name": "PowerTargetInstance",
"caption": "Instanz für Peakleistung"
},
{
"type": "ValidationTextBox",
"name": "PowerTargetProperty",
"caption": "Property-Name Leistung"
}
]
},
{
"type": "ExpansionPanel",
"caption": "Monatswerte",
"items": [
{ "type": "NumberSpinner", "name": "CapacityJanuary", "caption": "Kapazität Januar [%]", "suffix": " %" },
{ "type": "NumberSpinner", "name": "PowerJanuary", "caption": "Leistung Januar [W]", "suffix": " W" },
{ "type": "NumberSpinner", "name": "CapacityFebruary", "caption": "Kapazität Februar [%]", "suffix": " %" },
{ "type": "NumberSpinner", "name": "PowerFebruary", "caption": "Leistung Februar [W]", "suffix": " W" },
{ "type": "NumberSpinner", "name": "CapacityMarch", "caption": "Kapazität März [%]", "suffix": " %" },
{ "type": "NumberSpinner", "name": "PowerMarch", "caption": "Leistung März [W]", "suffix": " W" },
{ "type": "NumberSpinner", "name": "CapacityApril", "caption": "Kapazität April [%]", "suffix": " %" },
{ "type": "NumberSpinner", "name": "PowerApril", "caption": "Leistung April [W]", "suffix": " W" },
{ "type": "NumberSpinner", "name": "CapacitySummer", "caption": "Kapazität Sommer MaiSeptember [%]", "suffix": " %" },
{ "type": "NumberSpinner", "name": "PowerSummer", "caption": "Leistung Sommer MaiSeptember [W]", "suffix": " W" },
{ "type": "NumberSpinner", "name": "CapacityOctober", "caption": "Kapazität Oktober [%]", "suffix": " %" },
{ "type": "NumberSpinner", "name": "PowerOctober", "caption": "Leistung Oktober [W]", "suffix": " W" },
{ "type": "NumberSpinner", "name": "CapacityNovember", "caption": "Kapazität November [%]", "suffix": " %" },
{ "type": "NumberSpinner", "name": "PowerNovember", "caption": "Leistung November [W]", "suffix": " W" },
{ "type": "NumberSpinner", "name": "CapacityDecember", "caption": "Kapazität Dezember [%]", "suffix": " %" },
{ "type": "NumberSpinner", "name": "PowerDecember", "caption": "Leistung Dezember [W]", "suffix": " W" }
]
}
],
"actions": [
{
"type": "Button",
"caption": "Werte sofort übernehmen",
"onClick": "Peakshaving_ApplyCurrentValues($id);"
}
]
}