67 lines
1.3 KiB
JSON
67 lines
1.3 KiB
JSON
{
|
|
"elements": [
|
|
{
|
|
"type": "ValidationTextBox",
|
|
"name": "DeviceID",
|
|
"caption": "Device ID"
|
|
},
|
|
{
|
|
"type": "Label",
|
|
"caption": "Variablen zuordnen"
|
|
},
|
|
{
|
|
"type": "SelectVariable",
|
|
"name": "VarPowerProduction",
|
|
"caption": "Power Production Variable (Float)"
|
|
},
|
|
{
|
|
"type": "SelectVariable",
|
|
"name": "VarStateOfCharge",
|
|
"caption": "State of Charge Variable (Float/Integer)"
|
|
},
|
|
{
|
|
"type": "SelectVariable",
|
|
"name": "VarIsRunning",
|
|
"caption": "Is Running Variable (Boolean)"
|
|
},
|
|
{
|
|
"type": "Label",
|
|
"caption": "SOC Bereich"
|
|
},
|
|
{
|
|
"type": "NumberSpinner",
|
|
"name": "MinSOC",
|
|
"caption": "Min SOC",
|
|
"minimum": 0,
|
|
"maximum": 100
|
|
},
|
|
{
|
|
"type": "NumberSpinner",
|
|
"name": "MaxSOC",
|
|
"caption": "Max SOC",
|
|
"minimum": 0,
|
|
"maximum": 100
|
|
},
|
|
{
|
|
"type": "Label",
|
|
"caption": "Abonnierte Topics"
|
|
},
|
|
{
|
|
"type": "Label",
|
|
"caption": "feedback-request/<device>"
|
|
},
|
|
{
|
|
"type": "Label",
|
|
"caption": "remote-control-request/<device>"
|
|
},
|
|
{
|
|
"type": "Label",
|
|
"caption": "Debug"
|
|
},
|
|
{
|
|
"type": "Label",
|
|
"caption": "Alle empfangenen MQTT-Daten werden in den Debug-Log geschrieben."
|
|
}
|
|
]
|
|
}
|