From 90213e80d2cd46e129fb0c5bf953cf5cbf8c52f6 Mon Sep 17 00:00:00 2001 From: Szymon Bandowski Date: Thu, 16 Jan 2025 14:00:36 +0100 Subject: [PATCH 1/2] MCUEVSE-120 add defined parameter serv values for low current time and threshold - charger --- device_services/meta/parameters.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/device_services/meta/parameters.md b/device_services/meta/parameters.md index e739b36..bb37c20 100644 --- a/device_services/meta/parameters.md +++ b/device_services/meta/parameters.md @@ -183,3 +183,5 @@ However, there are some predefined parameters which have a standardized meaning | `device_lock` | Device lock | `thermostat`,`power_regulator` | `string` | `select` | `unlocked`, `locked`, `locked_with_pin` | Configure lock setting of the thermostat device. | | `used_sensors` | Used sensors | `thermostat` | `string` | `select` | `room_sensor`, `floor_sensor`, `floor_and_room_sensor` | Select which sensors should be used by the thermostat to calculate heating hysteresis. | | `floor_sensor_resistance` | Floor sensor resistance | `thermostat` | `int` | `select` | | Set the floor sensor resistance in `kΩ`, if it is installed. | +| `low_current_time` | Low current time | `chargepoint` | `int` | `input` | | Set the time after which the low current detection feature will stop an ongoing transaction in minutes. | +| `low_current_threshold` | Low current threshold | `chargepoint` | `int` | `input` | | Stops the transaction if for a prolonged time the EV is charging with a low current. | From 53fd4daf348676bbae592567e0a7117da16bab11 Mon Sep 17 00:00:00 2001 From: Szymon Bandowski Date: Tue, 21 Jan 2025 14:14:09 +0100 Subject: [PATCH 2/2] MCUEVSE-120 fix low current threshold description --- device_services/meta/parameters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device_services/meta/parameters.md b/device_services/meta/parameters.md index bb37c20..bedbc37 100644 --- a/device_services/meta/parameters.md +++ b/device_services/meta/parameters.md @@ -184,4 +184,4 @@ However, there are some predefined parameters which have a standardized meaning | `used_sensors` | Used sensors | `thermostat` | `string` | `select` | `room_sensor`, `floor_sensor`, `floor_and_room_sensor` | Select which sensors should be used by the thermostat to calculate heating hysteresis. | | `floor_sensor_resistance` | Floor sensor resistance | `thermostat` | `int` | `select` | | Set the floor sensor resistance in `kΩ`, if it is installed. | | `low_current_time` | Low current time | `chargepoint` | `int` | `input` | | Set the time after which the low current detection feature will stop an ongoing transaction in minutes. | -| `low_current_threshold` | Low current threshold | `chargepoint` | `int` | `input` | | Stops the transaction if for a prolonged time the EV is charging with a low current. | +| `low_current_threshold` | Low current threshold | `chargepoint` | `int` | `input` | | Stops the transaction if for a prolonged time the EV is charging with a current lower than configured numbers of Ampers. |