Bei manueller Eingabe des SoC (wenn unmittelbar nach Anstecken) wird dieser durch einen falsch berechneten 100% Wert überschrieben, so dass dann die Ladung im selben Moment wieder gestoppt wird und man den Wert erneut eingeben muss.
Folgendes Bsp. ist Abstecken bei 91, Anstecken, Tag scannen, Fahrzeugprofil erscheint, Eingabe 40, Überschrieben mit 100, erneute Eingabe 40:
Code: Alles auswählen
2025-08-19 14:58:36,018 - {modules.common.store._api:31} - {INFO:store soc_ev1} - Saving CarState(soc=91.0, range=None, soc_timestamp=1755608315.788517)
2025-08-19 14:58:59,582 - {modules.common.configurable_vehicle:56} - {DEBUG:fetch soc_ev1} - Vehicle Instance <class 'modules.vehicles.manual.config.ManualSoc'>
2025-08-19 14:58:59,586 - {modules.common.configurable_vehicle:57} - {DEBUG:fetch soc_ev1} - Calculated SoC-State CalculatedSocState(imported_start=1665275.88, manual_soc=40, soc_start=91)
2025-08-19 14:58:59,590 - {modules.common.configurable_vehicle:58} - {DEBUG:fetch soc_ev1} - Vehicle Update Data VehicleUpdateData(plug_state=True, charge_state=True, imported=1665275.88, battery_capacity=22000, efficiency=96, soc_from_cp=None, timestamp_soc_from_cp=None, soc_timestamp=1755608315.788517)
2025-08-19 14:58:59,594 - {modules.common.configurable_vehicle:59} - {DEBUG:fetch soc_ev1} - General Config GeneralVehicleConfig(use_soc_from_cp=False, request_interval_charging=60, request_interval_not_charging=43200, request_only_plugged=True)
2025-08-19 14:58:59,598 - {modules.common.component_context:26} - {DEBUG:fetch soc_ev1} - Update Komponente ['Manueller SoC']
2025-08-19 14:58:59,602 - {modules.common.configurable_vehicle:67} - {DEBUG:fetch soc_ev1} - Requested start soc from manual: 40%
2025-08-19 14:58:59,606 - {modules.common.store._api:26} - {DEBUG:fetch soc_ev1} - Raw data CarState(soc=40, range=None, soc_timestamp=1755608339.602434)
2025-08-19 14:58:59,675 - {modules.common.store._api:31} - {INFO:store soc_ev1} - Saving CarState(soc=40, range=None, soc_timestamp=1755608339.602434)
2025-08-19 14:59:04,423 - {modules.common.configurable_vehicle:56} - {DEBUG:fetch soc_ev1} - Vehicle Instance <class 'modules.vehicles.manual.config.ManualSoc'>
2025-08-19 14:59:04,428 - {modules.common.configurable_vehicle:57} - {DEBUG:fetch soc_ev1} - Calculated SoC-State CalculatedSocState(imported_start=1665275.88, manual_soc=None, soc_start=40)
2025-08-19 14:59:04,433 - {modules.common.configurable_vehicle:58} - {DEBUG:fetch soc_ev1} - Vehicle Update Data VehicleUpdateData(plug_state=True, charge_state=False, imported=3951567.87, battery_capacity=22000, efficiency=96, soc_from_cp=None, timestamp_soc_from_cp=None, soc_timestamp=1755608339.602434)
2025-08-19 14:59:04,437 - {modules.common.configurable_vehicle:59} - {DEBUG:fetch soc_ev1} - General Config GeneralVehicleConfig(use_soc_from_cp=False, request_interval_charging=60, request_interval_not_charging=43200, request_only_plugged=True)
2025-08-19 14:59:04,489 - {modules.common.component_context:26} - {DEBUG:fetch soc_ev1} - Update Komponente ['Manueller SoC']
2025-08-19 14:59:04,492 - {modules.vehicles.common.calc_soc.calc_soc:17} - {DEBUG:fetch soc_ev1} - SoC-Gain: ((2286.29199kWh charged * 96% efficiency) / 22.0kWh battery-size) * 100 = 9976.546865454548%
2025-08-19 14:59:04,496 - {modules.vehicles.common.calc_soc.calc_soc:21} - {DEBUG:fetch soc_ev1} - 40% + 2194.8403104000004kWh = 10016.546865454548%
2025-08-19 14:59:04,504 - {modules.vehicles.common.calc_soc.calc_soc:23} - {WARNING:fetch soc_ev1} - Calculated SoC of 10016.546865454548% exceeds maximum and is limited to 100%! Check your settings!
2025-08-19 14:59:04,518 - {modules.common.configurable_vehicle:67} - {DEBUG:fetch soc_ev1} - Requested start soc from calculation: 100%
2025-08-19 14:59:04,525 - {modules.common.store._api:26} - {DEBUG:fetch soc_ev1} - Raw data CarState(soc=100, range=None, soc_timestamp=1755608344.518785)
2025-08-19 14:59:04,712 - {modules.common.store._api:31} - {INFO:store soc_ev1} - Saving CarState(soc=100, range=None, soc_timestamp=1755608344.518785)
2025-08-19 14:59:33,648 - {modules.common.configurable_vehicle:56} - {DEBUG:fetch soc_ev1} - Vehicle Instance <class 'modules.vehicles.manual.config.ManualSoc'>
2025-08-19 14:59:33,653 - {modules.common.configurable_vehicle:57} - {DEBUG:fetch soc_ev1} - Calculated SoC-State CalculatedSocState(imported_start=1665275.88, manual_soc=40, soc_start=40)
2025-08-19 14:59:33,657 - {modules.common.configurable_vehicle:58} - {DEBUG:fetch soc_ev1} - Vehicle Update Data VehicleUpdateData(plug_state=True, charge_state=False, imported=3951567.87, battery_capacity=22000, efficiency=96, soc_from_cp=None, timestamp_soc_from_cp=None, soc_timestamp=1755608344.518785)
2025-08-19 14:59:33,661 - {modules.common.configurable_vehicle:59} - {DEBUG:fetch soc_ev1} - General Config GeneralVehicleConfig(use_soc_from_cp=False, request_interval_charging=60, request_interval_not_charging=43200, request_only_plugged=True)
2025-08-19 14:59:33,665 - {modules.common.component_context:26} - {DEBUG:fetch soc_ev1} - Update Komponente ['Manueller SoC']
2025-08-19 14:59:33,669 - {modules.common.configurable_vehicle:67} - {DEBUG:fetch soc_ev1} - Requested start soc from manual: 40%
2025-08-19 14:59:33,674 - {modules.common.store._api:26} - {DEBUG:fetch soc_ev1} - Raw data CarState(soc=40, range=None, soc_timestamp=1755608373.668891)
2025-08-19 14:59:33,909 - {modules.common.store._api:31} - {INFO:store soc_ev1} - Saving CarState(soc=40, range=None, soc_timestamp=1755608373.668891)
2025-08-19 15:00:37,011 - {modules.common.configurable_vehicle:56} - {DEBUG:fetch soc_ev1} - Vehicle Instance <class 'modules.vehicles.manual.config.ManualSoc'>
2025-08-19 15:00:37,022 - {modules.common.configurable_vehicle:57} - {DEBUG:fetch soc_ev1} - Calculated SoC-State CalculatedSocState(imported_start=3951567.87, manual_soc=None, soc_start=40)
2025-08-19 15:00:37,028 - {modules.common.configurable_vehicle:58} - {DEBUG:fetch soc_ev1} - Vehicle Update Data VehicleUpdateData(plug_state=True, charge_state=True, imported=3951653.81, battery_capacity=22000, efficiency=96, soc_from_cp=None, timestamp_soc_from_cp=None, soc_timestamp=1755608373.668891)
2025-08-19 15:00:37,037 - {modules.common.configurable_vehicle:59} - {DEBUG:fetch soc_ev1} - General Config GeneralVehicleConfig(use_soc_from_cp=False, request_interval_charging=60, request_interval_not_charging=43200, request_only_plugged=True)
2025-08-19 15:00:37,045 - {modules.common.component_context:26} - {DEBUG:fetch soc_ev1} - Update Komponente ['Manueller SoC']