no message

This commit is contained in:
dh
2025-11-25 07:27:24 +01:00
parent 10b53b2463
commit d82e86e556
5 changed files with 74 additions and 263 deletions
+74
View File
@@ -4,6 +4,80 @@
"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."
}
],
"status": [
{
"code": 101,
"icon": "spinner",
"caption": "Verbindung wird hergestellt..."
},
{
"code": 102,
"icon": "ok",
"caption": "Bereit"
},
{
"code": 200,
"icon": "error",
"caption": "Fehlerhafte Konfiguration"
}
]
}