{ "elements": [ { "type": "Label", "caption": "MQTT Konfiguration" }, { "type": "ValidationTextBox", "name": "MQTTBaseTopic", "caption": "Base Topic (z.B. Test VGT_Steuerung/Komm)" }, { "type": "Label", "caption": "Hardware Verknüpfungen (Intern)" }, { "type": "SelectVariable", "name": "SourceSoC", "caption": "State of Charge (SoC)", "validVariableTypes": [1, 2] }, { "type": "SelectVariable", "name": "SourcePowerProd", "caption": "Power Production", "validVariableTypes": [1, 2] }, { "type": "SelectVariable", "name": "SourceIsReady", "caption": "Is Ready (Bool)", "validVariableTypes": [0] }, { "type": "SelectVariable", "name": "SourceIsRunning", "caption": "Is Running (Bool)", "validVariableTypes": [0] }, { "type": "SelectVariable", "name": "SourceMinSoC", "caption": "Min SoC", "validVariableTypes": [1, 2] }, { "type": "SelectVariable", "name": "SourceMaxSoC", "caption": "Max SoC", "validVariableTypes": [1, 2] }, { "type": "Label", "caption": "Steuerung (Output)" }, { "type": "SelectVariable", "name": "TargetControlVar", "caption": "Wechselrichter Sollwert (Ziel)", "validVariableTypes": [1, 2] } ] }