diff --git a/keba/integrationpluginkeba.cpp b/keba/integrationpluginkeba.cpp
index 90fa8d8f..a9064381 100644
--- a/keba/integrationpluginkeba.cpp
+++ b/keba/integrationpluginkeba.cpp
@@ -188,7 +188,7 @@ void IntegrationPluginKeba::postSetupThing(Thing *thing)
}
keba->getReport2();
keba->getReport3();
- if (thing->stateValue(wallboxActivityStateTypeId).toString() == "Charging") {
+ if (thing->stateValue(wallboxActivityStateTypeId).toString() == QT_TR_NOOP("Charging")) {
keba->getReport1XX(100);
}
}
@@ -228,22 +228,22 @@ void IntegrationPluginKeba::setDeviceState(Thing *thing, KeContact::State state)
{
switch (state) {
case KeContact::StateStarting:
- thing->setStateValue(wallboxActivityStateTypeId, "Starting");
+ thing->setStateValue(wallboxActivityStateTypeId, QT_TR_NOOP("Starting"));
break;
case KeContact::StateNotReady:
- thing->setStateValue(wallboxActivityStateTypeId, "Not ready for charging");
+ thing->setStateValue(wallboxActivityStateTypeId, QT_TR_NOOP("Not ready for charging"));
break;
case KeContact::StateReady:
- thing->setStateValue(wallboxActivityStateTypeId, "Ready for charging");
+ thing->setStateValue(wallboxActivityStateTypeId, QT_TR_NOOP("Ready for charging"));
break;
case KeContact::StateCharging:
- thing->setStateValue(wallboxActivityStateTypeId, "Charging");
+ thing->setStateValue(wallboxActivityStateTypeId, QT_TR_NOOP("Charging"));
break;
case KeContact::StateError:
- thing->setStateValue(wallboxActivityStateTypeId, "Error");
+ thing->setStateValue(wallboxActivityStateTypeId, QT_TR_NOOP("Error"));
break;
case KeContact::StateAuthorizationRejected:
- thing->setStateValue(wallboxActivityStateTypeId, "Authorization rejected");
+ thing->setStateValue(wallboxActivityStateTypeId, QT_TR_NOOP("Authorization rejected"));
break;
}
}
@@ -252,19 +252,24 @@ void IntegrationPluginKeba::setDevicePlugState(Thing *thing, KeContact::PlugStat
{
switch (plugState) {
case KeContact::PlugStateUnplugged:
- thing->setStateValue(wallboxPlugStateStateTypeId, "Unplugged");
+ thing->setStateValue(wallboxPlugStateStateTypeId, QT_TR_NOOP("Unplugged"));
+ thing->setStateValue(wallboxPluggedInStateTypeId, false);
break;
case KeContact::PlugStatePluggedOnChargingStation:
- thing->setStateValue(wallboxPlugStateStateTypeId, "Plugged in charging station");
+ thing->setStateValue(wallboxPlugStateStateTypeId, QT_TR_NOOP("Plugged in charging station"));
+ thing->setStateValue(wallboxPluggedInStateTypeId, false);
break;
case KeContact::PlugStatePluggedOnChargingStationAndPluggedOnEV:
- thing->setStateValue(wallboxPlugStateStateTypeId, "Plugged in on EV");
+ thing->setStateValue(wallboxPlugStateStateTypeId, QT_TR_NOOP("Plugged in on EV"));
+ thing->setStateValue(wallboxPluggedInStateTypeId, true);
break;
case KeContact::PlugStatePluggedOnChargingStationAndPlugLocked:
- thing->setStateValue(wallboxPlugStateStateTypeId, "Plugged in and locked");
+ thing->setStateValue(wallboxPlugStateStateTypeId, QT_TR_NOOP("Plugged in and locked"));
+ thing->setStateValue(wallboxPluggedInStateTypeId, false);
break;
case KeContact::PlugStatePluggedOnChargingStationAndPlugLockedAndPluggedOnEV:
- thing->setStateValue(wallboxPlugStateStateTypeId, "Plugged in on EV and locked");
+ thing->setStateValue(wallboxPlugStateStateTypeId, QT_TR_NOOP("Plugged in on EV and locked"));
+ thing->setStateValue(wallboxPluggedInStateTypeId, true);
break;
}
}
diff --git a/keba/integrationpluginkeba.json b/keba/integrationpluginkeba.json
index 822c1f3e..4875a3cc 100644
--- a/keba/integrationpluginkeba.json
+++ b/keba/integrationpluginkeba.json
@@ -118,6 +118,14 @@
"type": "QString",
"defaultValue": "-"
},
+ {
+ "id": "6c227717-f420-4dcd-bd52-49973715603b",
+ "name": "pluggedIn",
+ "displayName": "Car plugged in",
+ "displayNameEvent": "Car plugged in changed",
+ "type": "bool",
+ "defaultValue": false
+ },
{
"id": "a29c1748-fe97-4830-a56e-e1cc4e618385",
"name": "current",
diff --git a/keba/translations/9142b09f-30a9-43d0-9ede-2f8debe075ac-de.ts b/keba/translations/9142b09f-30a9-43d0-9ede-2f8debe075ac-de.ts
index e2b97b14..18762426 100644
--- a/keba/translations/9142b09f-30a9-43d0-9ede-2f8debe075ac-de.ts
+++ b/keba/translations/9142b09f-30a9-43d0-9ede-2f8debe075ac-de.ts
@@ -4,17 +4,72 @@
IntegrationPluginKeba
-
-
+ Error opening network port.Fehler beim Öffnen des Netzwerkports.
+
+
+
+ Charging
+
+
+
+
+ Starting
+
+
+
+
+ Not ready for charging
+
+
+
+
+ Ready for charging
+
+
+
+
+ Error
+
+
+
+
+ Authorization rejected
+
+
+
+
+ Unplugged
+
+
+
+
+ Plugged in charging station
+
+
+
+
+ Plugged in on EV
+
+
+
+
+ Plugged in and locked
+
+
+
+
+ Plugged in on EV and locked
+
+ KebaKeContact
-
-
+
+ ActivityThe name of the ParamType (ThingClass: wallbox, EventType: activity, ID: {539e5602-6dd9-465d-9705-3bb59bcf8982})
----------
@@ -22,15 +77,30 @@ The name of the StateType ({539e5602-6dd9-465d-9705-3bb59bcf8982}) of ThingClass
Aktivität
-
+ Activity changedThe name of the EventType ({539e5602-6dd9-465d-9705-3bb59bcf8982}) of ThingClass wallboxAktivität geändert
-
-
+
+ Car plugged in
+ The name of the ParamType (ThingClass: wallbox, EventType: pluggedIn, ID: {6c227717-f420-4dcd-bd52-49973715603b})
+----------
+The name of the StateType ({6c227717-f420-4dcd-bd52-49973715603b}) of ThingClass wallbox
+
+
+
+
+ Car plugged in changed
+ The name of the EventType ({6c227717-f420-4dcd-bd52-49973715603b}) of ThingClass wallbox
+
+
+
+
+
+ Charging enabledThe name of the ParamType (ThingClass: wallbox, ActionType: power, ID: {83ed0774-2a91-434d-b03c-d920d02f2981})
----------
@@ -40,20 +110,20 @@ The name of the StateType ({83ed0774-2a91-434d-b03c-d920d02f2981}) of ThingClass
Laden ermöglicht
-
+ Charging enabled changedThe name of the EventType ({83ed0774-2a91-434d-b03c-d920d02f2981}) of ThingClass wallboxLaden ermäglicht geändert
-
+ Charging session finishedThe name of the EventType ({dac02c37-f051-481a-ae99-1de0885ef37a}) of ThingClass wallboxLadesession beendet
-
-
+
+ ConnectedThe name of the ParamType (ThingClass: wallbox, EventType: connected, ID: {ce813458-d7d8-4f40-9648-dba4c41e92f0})
----------
@@ -61,14 +131,14 @@ The name of the StateType ({ce813458-d7d8-4f40-9648-dba4c41e92f0}) of ThingClass
Verbunden
-
+ Connected changedThe name of the EventType ({ce813458-d7d8-4f40-9648-dba4c41e92f0}) of ThingClass wallboxVerbunden geändert
-
-
+
+ CurrentThe name of the ParamType (ThingClass: wallbox, EventType: current, ID: {a29c1748-fe97-4830-a56e-e1cc4e618385})
----------
@@ -76,14 +146,14 @@ The name of the StateType ({a29c1748-fe97-4830-a56e-e1cc4e618385}) of ThingClass
Stromstärke
-
+ Current changedThe name of the EventType ({a29c1748-fe97-4830-a56e-e1cc4e618385}) of ThingClass wallboxStromstärke geändert
-
-
+
+ Current phase 1The name of the ParamType (ThingClass: wallbox, EventType: currentPhase1, ID: {31ec17b0-11e3-4332-92b0-fea821cf024f})
----------
@@ -91,14 +161,14 @@ The name of the StateType ({31ec17b0-11e3-4332-92b0-fea821cf024f}) of ThingClass
Stromstärke Phase 1
-
+ Current phase 1 changedThe name of the EventType ({31ec17b0-11e3-4332-92b0-fea821cf024f}) of ThingClass wallboxStromstärke Phase 1 geändert
-
-
+
+ Current phase 2The name of the ParamType (ThingClass: wallbox, EventType: currentPhase2, ID: {cdc7e10a-0d0a-4e93-ad2c-d34ffca45c97})
----------
@@ -106,14 +176,14 @@ The name of the StateType ({cdc7e10a-0d0a-4e93-ad2c-d34ffca45c97}) of ThingClass
Stromstärke Phase 2
-
+ Current phase 2 changedThe name of the EventType ({cdc7e10a-0d0a-4e93-ad2c-d34ffca45c97}) of ThingClass wallboxStromstärke Phase 2 geändert
-
-
+
+ Current phase 3The name of the ParamType (ThingClass: wallbox, EventType: currentPhase3, ID: {da838dc8-85f0-4e55-b4b5-cb93a43b373d})
----------
@@ -121,38 +191,38 @@ The name of the StateType ({da838dc8-85f0-4e55-b4b5-cb93a43b373d}) of ThingClass
Stromstärke Phase 3
-
+ Current phase 3 changedThe name of the EventType ({da838dc8-85f0-4e55-b4b5-cb93a43b373d}) of ThingClass wallboxStromstärke Phase 3 geändert
-
+ DisplayThe name of the ActionType ({158b1a8f-fde9-4191-bf42-4ece5fe582e6}) of ThingClass wallboxAnzeige
-
+ Display messageThe name of the ParamType (ThingClass: wallbox, ActionType: display, ID: {4e69a761-f4f1-42d0-83db-380894a86ebc})Nachricht
-
+ DurationThe name of the ParamType (ThingClass: wallbox, EventType: chargingSessionFinished, ID: {60494d6f-853b-42b8-894e-108a52ed6feb})Dauer
-
+ EnergyThe name of the ParamType (ThingClass: wallbox, EventType: chargingSessionFinished, ID: {c8de58b6-b671-4fee-b552-d2c14a37a769})Energie
-
-
+
+ Error 1The name of the ParamType (ThingClass: wallbox, EventType: error1, ID: {b44bc948-1234-4f87-9a22-bfb6de09df4d})
----------
@@ -160,14 +230,14 @@ The name of the StateType ({b44bc948-1234-4f87-9a22-bfb6de09df4d}) of ThingClass
Error 1
-
+ Error 1 changedThe name of the EventType ({b44bc948-1234-4f87-9a22-bfb6de09df4d}) of ThingClass wallboxError 1 geändert
-
-
+
+ Error 2The name of the ParamType (ThingClass: wallbox, EventType: error2, ID: {afca201a-5213-43fe-bfec-cae6ce7509d2})
----------
@@ -175,15 +245,15 @@ The name of the StateType ({afca201a-5213-43fe-bfec-cae6ce7509d2}) of ThingClass
Error 2
-
+ Error 2 changedThe name of the EventType ({afca201a-5213-43fe-bfec-cae6ce7509d2}) of ThingClass wallboxError 2 geändert
-
-
-
+
+
+ Failsafe modeThe name of the ParamType (ThingClass: wallbox, ActionType: failsafeMode, ID: {f1758c5c-2c02-41cb-93ec-b778a3c78d28})
----------
@@ -193,14 +263,14 @@ The name of the StateType ({f1758c5c-2c02-41cb-93ec-b778a3c78d28}) of ThingClass
Failsafe Module
-
+ Failsafe mode changedThe name of the EventType ({f1758c5c-2c02-41cb-93ec-b778a3c78d28}) of ThingClass wallboxFailsafe Modus geändert
-
-
+
+ FirmwareThe name of the ParamType (ThingClass: wallbox, EventType: firmware, ID: {e941ace5-fb7f-4dc2-b3f2-188233f4e934})
----------
@@ -208,26 +278,26 @@ The name of the StateType ({e941ace5-fb7f-4dc2-b3f2-188233f4e934}) of ThingClass
Firmware
-
+ Firmware changedThe name of the EventType ({e941ace5-fb7f-4dc2-b3f2-188233f4e934}) of ThingClass wallboxFirmware geändert
-
+ IDThe name of the ParamType (ThingClass: wallbox, EventType: chargingSessionFinished, ID: {33446eae-f2cc-4cf2-af29-b3a45e4b91c0})ID
-
+ IP addressThe name of the ParamType (ThingClass: wallbox, Type: thing, ID: {730cd3d3-5f0e-4028-a8c2-ced7574f13f3})IP Adresse
-
-
+
+ InputThe name of the ParamType (ThingClass: wallbox, EventType: input, ID: {ba600276-8b36-4404-b8ec-415245e5bc15})
----------
@@ -235,20 +305,20 @@ The name of the StateType ({ba600276-8b36-4404-b8ec-415245e5bc15}) of ThingClass
Eingang
-
+ Input changedThe name of the EventType ({ba600276-8b36-4404-b8ec-415245e5bc15}) of ThingClass wallboxEingang geändert
-
+ KebaThe name of the vendor ({f7cda40b-829a-4675-abaa-485697430f5f})Keba
-
-
+
+ Keba KeContactThe name of the ThingClass ({900dacec-cae7-4a37-95ba-501846368ea2})
----------
@@ -256,15 +326,15 @@ The name of the plugin KebaKeContact ({9142b09f-30a9-43d0-9ede-2f8debe075ac})Keba KeContact
-
+ MAC addressThe name of the ParamType (ThingClass: wallbox, Type: thing, ID: {c2df921d-ff8b-411c-9b1d-04a437d7dfa6})MAC Adresse
-
-
-
+
+
+ Maximal charging currentThe name of the ParamType (ThingClass: wallbox, ActionType: maxChargingCurrent, ID: {593656f0-babf-4308-8767-68f34e10fb15})
----------
@@ -274,14 +344,14 @@ The name of the StateType ({593656f0-babf-4308-8767-68f34e10fb15}) of ThingClass
Maximaler Ladestrom
-
+ Maximal charging current changedThe name of the EventType ({593656f0-babf-4308-8767-68f34e10fb15}) of ThingClass wallboxMaximaler Ladestrom geändert
-
-
+
+ Maximal charging current in percentThe name of the ParamType (ThingClass: wallbox, EventType: maxChargingCurrentPercent, ID: {3c7b83a0-0e42-47bf-9788-dde6aab5ceea})
----------
@@ -289,14 +359,29 @@ The name of the StateType ({3c7b83a0-0e42-47bf-9788-dde6aab5ceea}) of ThingClass
Maximaler Ladestrom in Prozent
-
+ Maximal charging current percentage changedThe name of the EventType ({3c7b83a0-0e42-47bf-9788-dde6aab5ceea}) of ThingClass wallboxMaximaler Ladestrom in Prozent geändert
-
-
+
+
+ Maximum possible charging current
+ The name of the ParamType (ThingClass: wallbox, EventType: maxPossibleChargingCurrent, ID: {08bb9872-8d63-49b0-a8ce-7a449341f13b})
+----------
+The name of the StateType ({08bb9872-8d63-49b0-a8ce-7a449341f13b}) of ThingClass wallbox
+
+
+
+
+ Maximum possible charging current changed
+ The name of the EventType ({08bb9872-8d63-49b0-a8ce-7a449341f13b}) of ThingClass wallbox
+
+
+
+
+ ModelThe name of the ParamType (ThingClass: wallbox, EventType: model, ID: {c3fca233-95b9-4948-88c6-4c0f13cf53b1})
----------
@@ -304,15 +389,15 @@ The name of the StateType ({c3fca233-95b9-4948-88c6-4c0f13cf53b1}) of ThingClass
Modell
-
+ Model changedThe name of the EventType ({c3fca233-95b9-4948-88c6-4c0f13cf53b1}) of ThingClass wallboxModell geändert
-
-
-
+
+
+ Output X2The name of the ParamType (ThingClass: wallbox, ActionType: outputX2, ID: {96b2d176-6460-4109-8824-3af4679c6573})
----------
@@ -322,14 +407,14 @@ The name of the StateType ({96b2d176-6460-4109-8824-3af4679c6573}) of ThingClass
Ausgang X2
-
+ Output X2 changedThe name of the EventType ({96b2d176-6460-4109-8824-3af4679c6573}) of ThingClass wallboxAusgang X2 geändert
-
-
+
+ Plug stateThe name of the ParamType (ThingClass: wallbox, EventType: plugState, ID: {3b4d29f3-3101-47ad-90fd-269b6348783b})
----------
@@ -337,29 +422,29 @@ The name of the StateType ({3b4d29f3-3101-47ad-90fd-269b6348783b}) of ThingClass
Stecker-Status
-
+ Plug state changedThe name of the EventType ({3b4d29f3-3101-47ad-90fd-269b6348783b}) of ThingClass wallboxStecker-Status geändert
-
-
+
+ Power consumption
- The name of the ParamType (ThingClass: wallbox, EventType: powerConsumption, ID: {7af9e93b-099d-4d9d-a480-9c0f66aecd8b})
+ The name of the ParamType (ThingClass: wallbox, EventType: currentPower, ID: {7af9e93b-099d-4d9d-a480-9c0f66aecd8b})
----------
The name of the StateType ({7af9e93b-099d-4d9d-a480-9c0f66aecd8b}) of ThingClass wallboxLeistungsaufnahme
-
+ Power consumtion changedThe name of the EventType ({7af9e93b-099d-4d9d-a480-9c0f66aecd8b}) of ThingClass wallboxLeistungsaufnahme geändert
-
-
+
+ Power factorThe name of the ParamType (ThingClass: wallbox, EventType: powerFactor, ID: {889c3c9a-96b4-4408-bd9a-d79e36ed9296})
----------
@@ -367,14 +452,14 @@ The name of the StateType ({889c3c9a-96b4-4408-bd9a-d79e36ed9296}) of ThingClass
Leistungsfaktor
-
+ Power factor changedThe name of the EventType ({889c3c9a-96b4-4408-bd9a-d79e36ed9296}) of ThingClass wallboxLeistungsfaktor
-
-
+
+ Serial numberThe name of the ParamType (ThingClass: wallbox, EventType: serialnumber, ID: {9a1b4316-ce01-4cd3-890f-a8c94b8b5029})
----------
@@ -382,14 +467,14 @@ The name of the StateType ({9a1b4316-ce01-4cd3-890f-a8c94b8b5029}) of ThingClass
Seriennummer
-
+ Serial number changedThe name of the EventType ({9a1b4316-ce01-4cd3-890f-a8c94b8b5029}) of ThingClass wallboxSeriennnummer geändert
-
-
+
+ Session IDThe name of the ParamType (ThingClass: wallbox, EventType: sessionId, ID: {1d30ce60-2ea0-450f-817e-5c88f59ebfbf})
----------
@@ -397,14 +482,14 @@ The name of the StateType ({1d30ce60-2ea0-450f-817e-5c88f59ebfbf}) of ThingClass
Session ID
-
+ Session ID changedThe name of the EventType ({1d30ce60-2ea0-450f-817e-5c88f59ebfbf}) of ThingClass wallboxSession ID geändert
-
-
+
+ Session energyThe name of the ParamType (ThingClass: wallbox, EventType: sessionEnergy, ID: {8e277efe-21ef-4536-bfc0-901b32d44d7c})
----------
@@ -412,14 +497,14 @@ The name of the StateType ({8e277efe-21ef-4536-bfc0-901b32d44d7c}) of ThingClass
Session Energie
-
+ Session energy changedThe name of the EventType ({8e277efe-21ef-4536-bfc0-901b32d44d7c}) of ThingClass wallboxSession Energie geändert
-
-
+
+ Session timeThe name of the ParamType (ThingClass: wallbox, EventType: sessionTime, ID: {a6f35ea0-aaea-438b-b818-6d161762611e})
----------
@@ -427,38 +512,38 @@ The name of the StateType ({a6f35ea0-aaea-438b-b818-6d161762611e}) of ThingClass
Sessiondauer
-
+ Session time changedThe name of the EventType ({a6f35ea0-aaea-438b-b818-6d161762611e}) of ThingClass wallboxSessiondauer geändert
-
+ Set charging enabledThe name of the ActionType ({83ed0774-2a91-434d-b03c-d920d02f2981}) of ThingClass wallboxSetze Laden ermöglicht
-
+ Set failsafe modeThe name of the ActionType ({f1758c5c-2c02-41cb-93ec-b778a3c78d28}) of ThingClass wallboxSetze Failsafe Modus
-
+ Set maximal charging currentThe name of the ActionType ({593656f0-babf-4308-8767-68f34e10fb15}) of ThingClass wallboxSetze maximaler Ladestrom
-
+ Set output X2The name of the ActionType ({96b2d176-6460-4109-8824-3af4679c6573}) of ThingClass wallboxSetze Ausgang X2
-
-
+
+ System enabledThe name of the ParamType (ThingClass: wallbox, EventType: systemEnabled, ID: {e5631593-f486-47cb-9951-b7597d0b769b})
----------
@@ -466,14 +551,14 @@ The name of the StateType ({e5631593-f486-47cb-9951-b7597d0b769b}) of ThingClass
System ermöglicht
-
+ System enabled changedThe name of the EventType ({e5631593-f486-47cb-9951-b7597d0b769b}) of ThingClass wallboxSystem ermöglicht geändert
-
-
+
+ Total energy consumedThe name of the ParamType (ThingClass: wallbox, EventType: totalEnergyConsumed, ID: {41e179b3-29a2-43ec-b537-023a527081e8})
----------
@@ -481,14 +566,14 @@ The name of the StateType ({41e179b3-29a2-43ec-b537-023a527081e8}) of ThingClass
Gesamter Energieverbrauch
-
+ Total energy consumption changedThe name of the EventType ({41e179b3-29a2-43ec-b537-023a527081e8}) of ThingClass wallboxGesamter Energieverbrauch geändert
-
-
+
+ UptimeThe name of the ParamType (ThingClass: wallbox, EventType: uptime, ID: {3421ecf9-c95f-4dc1-ad0c-144e9b6ae056})
----------
@@ -496,14 +581,14 @@ The name of the StateType ({3421ecf9-c95f-4dc1-ad0c-144e9b6ae056}) of ThingClass
Betriebszeit
-
+ Uptime changedThe name of the EventType ({3421ecf9-c95f-4dc1-ad0c-144e9b6ae056}) of ThingClass wallboxBetriebszeit geändert
-
-
+
+ Voltage phase 1The name of the ParamType (ThingClass: wallbox, EventType: voltagePhase1, ID: {4a2d75d8-a3a0-4b40-9ca7-e8b6f11d0ef9})
----------
@@ -511,14 +596,14 @@ The name of the StateType ({4a2d75d8-a3a0-4b40-9ca7-e8b6f11d0ef9}) of ThingClass
Spannung Phase 1
-
+ Voltage phase 1 changedThe name of the EventType ({4a2d75d8-a3a0-4b40-9ca7-e8b6f11d0ef9}) of ThingClass wallboxSpannung Phase 1 geändert
-
-
+
+ Voltage phase 2The name of the ParamType (ThingClass: wallbox, EventType: voltagePhase2, ID: {c8344ca5-21ac-4cd1-8f4b-e5ed202c5862})
----------
@@ -526,14 +611,14 @@ The name of the StateType ({c8344ca5-21ac-4cd1-8f4b-e5ed202c5862}) of ThingClass
Spannung Phase 2
-
+ Voltage phase 2 changedThe name of the EventType ({c8344ca5-21ac-4cd1-8f4b-e5ed202c5862}) of ThingClass wallboxSpannung Phase 2 geändert
-
-
+
+ Voltage phase 3The name of the ParamType (ThingClass: wallbox, EventType: voltagePhase3, ID: {5f01e86c-0943-4849-a01a-db441916ebd5})
----------
@@ -541,7 +626,7 @@ The name of the StateType ({5f01e86c-0943-4849-a01a-db441916ebd5}) of ThingClass
Spannung Phase 3
-
+ Voltage phase 3 changedThe name of the EventType ({5f01e86c-0943-4849-a01a-db441916ebd5}) of ThingClass wallboxSpannung Phase 3 geändert
diff --git a/keba/translations/9142b09f-30a9-43d0-9ede-2f8debe075ac-en_US.ts b/keba/translations/9142b09f-30a9-43d0-9ede-2f8debe075ac-en_US.ts
index bf0f2385..30114849 100644
--- a/keba/translations/9142b09f-30a9-43d0-9ede-2f8debe075ac-en_US.ts
+++ b/keba/translations/9142b09f-30a9-43d0-9ede-2f8debe075ac-en_US.ts
@@ -4,17 +4,72 @@
IntegrationPluginKeba
-
-
+ Error opening network port.
+
+
+
+ Charging
+
+
+
+
+ Starting
+
+
+
+
+ Not ready for charging
+
+
+
+
+ Ready for charging
+
+
+
+
+ Error
+
+
+
+
+ Authorization rejected
+
+
+
+
+ Unplugged
+
+
+
+
+ Plugged in charging station
+
+
+
+
+ Plugged in on EV
+
+
+
+
+ Plugged in and locked
+
+
+
+
+ Plugged in on EV and locked
+
+ KebaKeContact
-
-
+
+ ActivityThe name of the ParamType (ThingClass: wallbox, EventType: activity, ID: {539e5602-6dd9-465d-9705-3bb59bcf8982})
----------
@@ -22,15 +77,30 @@ The name of the StateType ({539e5602-6dd9-465d-9705-3bb59bcf8982}) of ThingClass
-
+ Activity changedThe name of the EventType ({539e5602-6dd9-465d-9705-3bb59bcf8982}) of ThingClass wallbox
-
-
+
+ Car plugged in
+ The name of the ParamType (ThingClass: wallbox, EventType: pluggedIn, ID: {6c227717-f420-4dcd-bd52-49973715603b})
+----------
+The name of the StateType ({6c227717-f420-4dcd-bd52-49973715603b}) of ThingClass wallbox
+
+
+
+
+ Car plugged in changed
+ The name of the EventType ({6c227717-f420-4dcd-bd52-49973715603b}) of ThingClass wallbox
+
+
+
+
+
+ Charging enabledThe name of the ParamType (ThingClass: wallbox, ActionType: power, ID: {83ed0774-2a91-434d-b03c-d920d02f2981})
----------
@@ -40,20 +110,20 @@ The name of the StateType ({83ed0774-2a91-434d-b03c-d920d02f2981}) of ThingClass
-
+ Charging enabled changedThe name of the EventType ({83ed0774-2a91-434d-b03c-d920d02f2981}) of ThingClass wallbox
-
+ Charging session finishedThe name of the EventType ({dac02c37-f051-481a-ae99-1de0885ef37a}) of ThingClass wallbox
-
-
+
+ ConnectedThe name of the ParamType (ThingClass: wallbox, EventType: connected, ID: {ce813458-d7d8-4f40-9648-dba4c41e92f0})
----------
@@ -61,14 +131,14 @@ The name of the StateType ({ce813458-d7d8-4f40-9648-dba4c41e92f0}) of ThingClass
-
+ Connected changedThe name of the EventType ({ce813458-d7d8-4f40-9648-dba4c41e92f0}) of ThingClass wallbox
-
-
+
+ CurrentThe name of the ParamType (ThingClass: wallbox, EventType: current, ID: {a29c1748-fe97-4830-a56e-e1cc4e618385})
----------
@@ -76,14 +146,14 @@ The name of the StateType ({a29c1748-fe97-4830-a56e-e1cc4e618385}) of ThingClass
-
+ Current changedThe name of the EventType ({a29c1748-fe97-4830-a56e-e1cc4e618385}) of ThingClass wallbox
-
-
+
+ Current phase 1The name of the ParamType (ThingClass: wallbox, EventType: currentPhase1, ID: {31ec17b0-11e3-4332-92b0-fea821cf024f})
----------
@@ -91,14 +161,14 @@ The name of the StateType ({31ec17b0-11e3-4332-92b0-fea821cf024f}) of ThingClass
-
+ Current phase 1 changedThe name of the EventType ({31ec17b0-11e3-4332-92b0-fea821cf024f}) of ThingClass wallbox
-
-
+
+ Current phase 2The name of the ParamType (ThingClass: wallbox, EventType: currentPhase2, ID: {cdc7e10a-0d0a-4e93-ad2c-d34ffca45c97})
----------
@@ -106,14 +176,14 @@ The name of the StateType ({cdc7e10a-0d0a-4e93-ad2c-d34ffca45c97}) of ThingClass
-
+ Current phase 2 changedThe name of the EventType ({cdc7e10a-0d0a-4e93-ad2c-d34ffca45c97}) of ThingClass wallbox
-
-
+
+ Current phase 3The name of the ParamType (ThingClass: wallbox, EventType: currentPhase3, ID: {da838dc8-85f0-4e55-b4b5-cb93a43b373d})
----------
@@ -121,38 +191,38 @@ The name of the StateType ({da838dc8-85f0-4e55-b4b5-cb93a43b373d}) of ThingClass
-
+ Current phase 3 changedThe name of the EventType ({da838dc8-85f0-4e55-b4b5-cb93a43b373d}) of ThingClass wallbox
-
+ DisplayThe name of the ActionType ({158b1a8f-fde9-4191-bf42-4ece5fe582e6}) of ThingClass wallbox
-
+ Display messageThe name of the ParamType (ThingClass: wallbox, ActionType: display, ID: {4e69a761-f4f1-42d0-83db-380894a86ebc})
-
+ DurationThe name of the ParamType (ThingClass: wallbox, EventType: chargingSessionFinished, ID: {60494d6f-853b-42b8-894e-108a52ed6feb})
-
+ EnergyThe name of the ParamType (ThingClass: wallbox, EventType: chargingSessionFinished, ID: {c8de58b6-b671-4fee-b552-d2c14a37a769})
-
-
+
+ Error 1The name of the ParamType (ThingClass: wallbox, EventType: error1, ID: {b44bc948-1234-4f87-9a22-bfb6de09df4d})
----------
@@ -160,14 +230,14 @@ The name of the StateType ({b44bc948-1234-4f87-9a22-bfb6de09df4d}) of ThingClass
-
+ Error 1 changedThe name of the EventType ({b44bc948-1234-4f87-9a22-bfb6de09df4d}) of ThingClass wallbox
-
-
+
+ Error 2The name of the ParamType (ThingClass: wallbox, EventType: error2, ID: {afca201a-5213-43fe-bfec-cae6ce7509d2})
----------
@@ -175,15 +245,15 @@ The name of the StateType ({afca201a-5213-43fe-bfec-cae6ce7509d2}) of ThingClass
-
+ Error 2 changedThe name of the EventType ({afca201a-5213-43fe-bfec-cae6ce7509d2}) of ThingClass wallbox
-
-
-
+
+
+ Failsafe modeThe name of the ParamType (ThingClass: wallbox, ActionType: failsafeMode, ID: {f1758c5c-2c02-41cb-93ec-b778a3c78d28})
----------
@@ -193,14 +263,14 @@ The name of the StateType ({f1758c5c-2c02-41cb-93ec-b778a3c78d28}) of ThingClass
-
+ Failsafe mode changedThe name of the EventType ({f1758c5c-2c02-41cb-93ec-b778a3c78d28}) of ThingClass wallbox
-
-
+
+ FirmwareThe name of the ParamType (ThingClass: wallbox, EventType: firmware, ID: {e941ace5-fb7f-4dc2-b3f2-188233f4e934})
----------
@@ -208,26 +278,26 @@ The name of the StateType ({e941ace5-fb7f-4dc2-b3f2-188233f4e934}) of ThingClass
-
+ Firmware changedThe name of the EventType ({e941ace5-fb7f-4dc2-b3f2-188233f4e934}) of ThingClass wallbox
-
+ IDThe name of the ParamType (ThingClass: wallbox, EventType: chargingSessionFinished, ID: {33446eae-f2cc-4cf2-af29-b3a45e4b91c0})
-
+ IP addressThe name of the ParamType (ThingClass: wallbox, Type: thing, ID: {730cd3d3-5f0e-4028-a8c2-ced7574f13f3})
-
-
+
+ InputThe name of the ParamType (ThingClass: wallbox, EventType: input, ID: {ba600276-8b36-4404-b8ec-415245e5bc15})
----------
@@ -235,20 +305,20 @@ The name of the StateType ({ba600276-8b36-4404-b8ec-415245e5bc15}) of ThingClass
-
+ Input changedThe name of the EventType ({ba600276-8b36-4404-b8ec-415245e5bc15}) of ThingClass wallbox
-
+ KebaThe name of the vendor ({f7cda40b-829a-4675-abaa-485697430f5f})
-
-
+
+ Keba KeContactThe name of the ThingClass ({900dacec-cae7-4a37-95ba-501846368ea2})
----------
@@ -256,15 +326,15 @@ The name of the plugin KebaKeContact ({9142b09f-30a9-43d0-9ede-2f8debe075ac})
-
+ MAC addressThe name of the ParamType (ThingClass: wallbox, Type: thing, ID: {c2df921d-ff8b-411c-9b1d-04a437d7dfa6})
-
-
-
+
+
+ Maximal charging currentThe name of the ParamType (ThingClass: wallbox, ActionType: maxChargingCurrent, ID: {593656f0-babf-4308-8767-68f34e10fb15})
----------
@@ -274,14 +344,14 @@ The name of the StateType ({593656f0-babf-4308-8767-68f34e10fb15}) of ThingClass
-
+ Maximal charging current changedThe name of the EventType ({593656f0-babf-4308-8767-68f34e10fb15}) of ThingClass wallbox
-
-
+
+ Maximal charging current in percentThe name of the ParamType (ThingClass: wallbox, EventType: maxChargingCurrentPercent, ID: {3c7b83a0-0e42-47bf-9788-dde6aab5ceea})
----------
@@ -289,14 +359,29 @@ The name of the StateType ({3c7b83a0-0e42-47bf-9788-dde6aab5ceea}) of ThingClass
-
+ Maximal charging current percentage changedThe name of the EventType ({3c7b83a0-0e42-47bf-9788-dde6aab5ceea}) of ThingClass wallbox
-
-
+
+
+ Maximum possible charging current
+ The name of the ParamType (ThingClass: wallbox, EventType: maxPossibleChargingCurrent, ID: {08bb9872-8d63-49b0-a8ce-7a449341f13b})
+----------
+The name of the StateType ({08bb9872-8d63-49b0-a8ce-7a449341f13b}) of ThingClass wallbox
+
+
+
+
+ Maximum possible charging current changed
+ The name of the EventType ({08bb9872-8d63-49b0-a8ce-7a449341f13b}) of ThingClass wallbox
+
+
+
+
+ ModelThe name of the ParamType (ThingClass: wallbox, EventType: model, ID: {c3fca233-95b9-4948-88c6-4c0f13cf53b1})
----------
@@ -304,15 +389,15 @@ The name of the StateType ({c3fca233-95b9-4948-88c6-4c0f13cf53b1}) of ThingClass
-
+ Model changedThe name of the EventType ({c3fca233-95b9-4948-88c6-4c0f13cf53b1}) of ThingClass wallbox
-
-
-
+
+
+ Output X2The name of the ParamType (ThingClass: wallbox, ActionType: outputX2, ID: {96b2d176-6460-4109-8824-3af4679c6573})
----------
@@ -322,14 +407,14 @@ The name of the StateType ({96b2d176-6460-4109-8824-3af4679c6573}) of ThingClass
-
+ Output X2 changedThe name of the EventType ({96b2d176-6460-4109-8824-3af4679c6573}) of ThingClass wallbox
-
-
+
+ Plug stateThe name of the ParamType (ThingClass: wallbox, EventType: plugState, ID: {3b4d29f3-3101-47ad-90fd-269b6348783b})
----------
@@ -337,29 +422,29 @@ The name of the StateType ({3b4d29f3-3101-47ad-90fd-269b6348783b}) of ThingClass
-
+ Plug state changedThe name of the EventType ({3b4d29f3-3101-47ad-90fd-269b6348783b}) of ThingClass wallbox
-
-
+
+ Power consumption
- The name of the ParamType (ThingClass: wallbox, EventType: powerConsumption, ID: {7af9e93b-099d-4d9d-a480-9c0f66aecd8b})
+ The name of the ParamType (ThingClass: wallbox, EventType: currentPower, ID: {7af9e93b-099d-4d9d-a480-9c0f66aecd8b})
----------
The name of the StateType ({7af9e93b-099d-4d9d-a480-9c0f66aecd8b}) of ThingClass wallbox
-
+ Power consumtion changedThe name of the EventType ({7af9e93b-099d-4d9d-a480-9c0f66aecd8b}) of ThingClass wallbox
-
-
+
+ Power factorThe name of the ParamType (ThingClass: wallbox, EventType: powerFactor, ID: {889c3c9a-96b4-4408-bd9a-d79e36ed9296})
----------
@@ -367,14 +452,14 @@ The name of the StateType ({889c3c9a-96b4-4408-bd9a-d79e36ed9296}) of ThingClass
-
+ Power factor changedThe name of the EventType ({889c3c9a-96b4-4408-bd9a-d79e36ed9296}) of ThingClass wallbox
-
-
+
+ Serial numberThe name of the ParamType (ThingClass: wallbox, EventType: serialnumber, ID: {9a1b4316-ce01-4cd3-890f-a8c94b8b5029})
----------
@@ -382,14 +467,14 @@ The name of the StateType ({9a1b4316-ce01-4cd3-890f-a8c94b8b5029}) of ThingClass
-
+ Serial number changedThe name of the EventType ({9a1b4316-ce01-4cd3-890f-a8c94b8b5029}) of ThingClass wallbox
-
-
+
+ Session IDThe name of the ParamType (ThingClass: wallbox, EventType: sessionId, ID: {1d30ce60-2ea0-450f-817e-5c88f59ebfbf})
----------
@@ -397,14 +482,14 @@ The name of the StateType ({1d30ce60-2ea0-450f-817e-5c88f59ebfbf}) of ThingClass
-
+ Session ID changedThe name of the EventType ({1d30ce60-2ea0-450f-817e-5c88f59ebfbf}) of ThingClass wallbox
-
-
+
+ Session energyThe name of the ParamType (ThingClass: wallbox, EventType: sessionEnergy, ID: {8e277efe-21ef-4536-bfc0-901b32d44d7c})
----------
@@ -412,14 +497,14 @@ The name of the StateType ({8e277efe-21ef-4536-bfc0-901b32d44d7c}) of ThingClass
-
+ Session energy changedThe name of the EventType ({8e277efe-21ef-4536-bfc0-901b32d44d7c}) of ThingClass wallbox
-
-
+
+ Session timeThe name of the ParamType (ThingClass: wallbox, EventType: sessionTime, ID: {a6f35ea0-aaea-438b-b818-6d161762611e})
----------
@@ -427,38 +512,38 @@ The name of the StateType ({a6f35ea0-aaea-438b-b818-6d161762611e}) of ThingClass
-
+ Session time changedThe name of the EventType ({a6f35ea0-aaea-438b-b818-6d161762611e}) of ThingClass wallbox
-
+ Set charging enabledThe name of the ActionType ({83ed0774-2a91-434d-b03c-d920d02f2981}) of ThingClass wallbox
-
+ Set failsafe modeThe name of the ActionType ({f1758c5c-2c02-41cb-93ec-b778a3c78d28}) of ThingClass wallbox
-
+ Set maximal charging currentThe name of the ActionType ({593656f0-babf-4308-8767-68f34e10fb15}) of ThingClass wallbox
-
+ Set output X2The name of the ActionType ({96b2d176-6460-4109-8824-3af4679c6573}) of ThingClass wallbox
-
-
+
+ System enabledThe name of the ParamType (ThingClass: wallbox, EventType: systemEnabled, ID: {e5631593-f486-47cb-9951-b7597d0b769b})
----------
@@ -466,14 +551,14 @@ The name of the StateType ({e5631593-f486-47cb-9951-b7597d0b769b}) of ThingClass
-
+ System enabled changedThe name of the EventType ({e5631593-f486-47cb-9951-b7597d0b769b}) of ThingClass wallbox
-
-
+
+ Total energy consumedThe name of the ParamType (ThingClass: wallbox, EventType: totalEnergyConsumed, ID: {41e179b3-29a2-43ec-b537-023a527081e8})
----------
@@ -481,14 +566,14 @@ The name of the StateType ({41e179b3-29a2-43ec-b537-023a527081e8}) of ThingClass
-
+ Total energy consumption changedThe name of the EventType ({41e179b3-29a2-43ec-b537-023a527081e8}) of ThingClass wallbox
-
-
+
+ UptimeThe name of the ParamType (ThingClass: wallbox, EventType: uptime, ID: {3421ecf9-c95f-4dc1-ad0c-144e9b6ae056})
----------
@@ -496,14 +581,14 @@ The name of the StateType ({3421ecf9-c95f-4dc1-ad0c-144e9b6ae056}) of ThingClass
-
+ Uptime changedThe name of the EventType ({3421ecf9-c95f-4dc1-ad0c-144e9b6ae056}) of ThingClass wallbox
-
-
+
+ Voltage phase 1The name of the ParamType (ThingClass: wallbox, EventType: voltagePhase1, ID: {4a2d75d8-a3a0-4b40-9ca7-e8b6f11d0ef9})
----------
@@ -511,14 +596,14 @@ The name of the StateType ({4a2d75d8-a3a0-4b40-9ca7-e8b6f11d0ef9}) of ThingClass
-
+ Voltage phase 1 changedThe name of the EventType ({4a2d75d8-a3a0-4b40-9ca7-e8b6f11d0ef9}) of ThingClass wallbox
-
-
+
+ Voltage phase 2The name of the ParamType (ThingClass: wallbox, EventType: voltagePhase2, ID: {c8344ca5-21ac-4cd1-8f4b-e5ed202c5862})
----------
@@ -526,14 +611,14 @@ The name of the StateType ({c8344ca5-21ac-4cd1-8f4b-e5ed202c5862}) of ThingClass
-
+ Voltage phase 2 changedThe name of the EventType ({c8344ca5-21ac-4cd1-8f4b-e5ed202c5862}) of ThingClass wallbox
-
-
+
+ Voltage phase 3The name of the ParamType (ThingClass: wallbox, EventType: voltagePhase3, ID: {5f01e86c-0943-4849-a01a-db441916ebd5})
----------
@@ -541,7 +626,7 @@ The name of the StateType ({5f01e86c-0943-4849-a01a-db441916ebd5}) of ThingClass
-
+ Voltage phase 3 changedThe name of the EventType ({5f01e86c-0943-4849-a01a-db441916ebd5}) of ThingClass wallbox