Auf Stand V2.001 gebracht, Sofarmodul ist jetzt integriert.

This commit is contained in:
2025-06-04 11:42:10 +02:00
parent b7bb55b7fa
commit fa3232c736
10 changed files with 706 additions and 44 deletions

View File

@@ -22,7 +22,7 @@
"value": 4
},
{
"caption": "Easee",
"caption": "Easee - Nur Solarladen",
"value": 5
}
]
@@ -48,7 +48,7 @@
{
"type": "NumberSpinner",
"name": "Zeit_Zwischen_Zustandswechseln",
"caption": "Mindestlaufzeit des Verbrauchers bei Lastschaltung",
"caption": "Mindestlaufzeit des Verbrauchers bei Lastschaltung (Für Easee Solarladen zwingend 1 Minute einstellen)",
"suffix": ""
},
{
@@ -58,26 +58,38 @@
},
{
"type": "ValidationTextBox",
"name": "ID",
"name": "Geräte-ID Smart-Me / ECarUp / Easee",
"caption": "ID"
},
{
"type": "ValidationTextBox",
"name": "Seriennummer",
"name": "Seriennummer Smart-Me / ECarUp / Easee",
"caption": "Seriennummer"
},
{
"type": "ValidationTextBox",
"name": "Username",
"name": "Username / Benutzernahme Solarladen",
"caption": "Username"
},
{ "type": "PasswordTextBox",
"name": "Password",
"name": "Password -> Bei Anwendung mit Pico-Stationen",
"caption": "Passwort"
},
{
"type": "SelectVariable",
"name": "Token_Easee",
"caption": "Variable API-Token für Easee",
"suffix": ""
},
{
"type": "SelectVariable",
"name": "Token_ECarUp",
"caption": "Variable API-Token für ECarUp",
"suffix": ""
}
]
}