integration Fronius ladestation mit ocpp.

This commit is contained in:
2026-05-10 12:38:49 +02:00
parent bba6494c59
commit e240b17d3d
11 changed files with 861 additions and 21 deletions
+56
View File
@@ -15,11 +15,25 @@
{ "caption": "OCPP 2.1 vorbereitet", "value": "2.1" }
]
},
{
"type": "Select",
"name": "DeviceProfile",
"caption": "Geraeteprofil",
"options": [
{ "caption": "Generisches OCPP", "value": "generic_ocpp" },
{ "caption": "Fronius Wattpilot Gen1 OCPP 1.6J", "value": "fronius_wattpilot_gen1" }
]
},
{
"type": "ValidationTextBox",
"name": "ChargePointId",
"caption": "ChargePointId"
},
{
"type": "ValidationTextBox",
"name": "AuthorizeIdTag",
"caption": "Default ID-Tag"
},
{
"type": "NumberSpinner",
"name": "EVSEId",
@@ -92,18 +106,35 @@
"caption": "EMS Watchdog",
"suffix": "Sekunden"
},
{
"type": "NumberSpinner",
"name": "OCPPHeartbeatIntervalSeconds",
"caption": "OCPP Heartbeat Intervall",
"suffix": "Sekunden"
},
{
"type": "NumberSpinner",
"name": "OCPPHeartbeatTimeoutSeconds",
"caption": "OCPP Heartbeat Timeout",
"suffix": "Sekunden"
},
{
"type": "NumberSpinner",
"name": "MeterValuesTimeoutSeconds",
"caption": "MeterValues Timeout",
"suffix": "Sekunden"
},
{
"type": "NumberSpinner",
"name": "CommandAckTimeoutSeconds",
"caption": "Command ACK Timeout",
"suffix": "Sekunden"
},
{
"type": "NumberSpinner",
"name": "SmartChargingRetryLimit",
"caption": "SmartCharging Retries"
},
{
"type": "NumberSpinner",
"name": "DebugLevel",
@@ -120,6 +151,31 @@
"type": "Button",
"caption": "Clear ChargingProfile",
"onClick": "IPS_RequestAction($id, \"ClearChargingProfile\", \"\");"
},
{
"type": "Button",
"caption": "SmartCharging testen",
"onClick": "IPS_RequestAction($id, \"ProbeSmartCharging\", \"\");"
},
{
"type": "Button",
"caption": "Remote Start",
"onClick": "IPS_RequestAction($id, \"RemoteStartTransaction\", \"\");"
},
{
"type": "Button",
"caption": "Remote Stop",
"onClick": "IPS_RequestAction($id, \"RemoteStopTransaction\", \"\");"
},
{
"type": "Button",
"caption": "Availability Operative",
"onClick": "IPS_RequestAction($id, \"ChangeAvailabilityOperative\", \"\");"
},
{
"type": "Button",
"caption": "Availability Inoperative",
"onClick": "IPS_RequestAction($id, \"ChangeAvailabilityInoperative\", \"\");"
}
]
}