ISO15118 Charging loop power limits +++++++++++++++++++++++++++++++++++ .. admonition:: Description. :class: seealso Message containing the power limits, which are a result of the minimum between the static limits from the EVSE and the dynamic ones from the EV during the charging loop. .. jsonschema:: ../../../schemas/Iso15118ChargingLoopPowerLimitsUpdate.json :hide_key: /**/additionalProperties Example:: { "id": "a504f1cd-2ae0-46cf-a93c-736a28723478", "name": "iso15118_charging_loop_power_limits", "type": "update", "data": { "evse_id": "DE*SEV*E123456789", "max_charge_active_power": 1300.00, "min_charge_active_power": 400.00, "max_discharge_active_power": 2760.00, "min_discharge_active_power": 400.00, "max_charge_reactive_power": 1300.00, "max_discharge_reactive_power": 2760.00 } } .. admonition:: Implementation :class: note The adopted unit for the fields is Watts(W). .. admonition:: Implementation :class: warning At the moment the following conventions are adopted 1- "max_charge_active_power" and "max_charge_reactive_power" to be the same absolute value. 2- "max_discharge_active_power" and "max_discharge_reactive_power" to be the same absolute value.