Support: EVCC

Alles rund um SoC (Ladezustand des Fahrzeuges). Probleme, Fragen, Fehlfunktionen gehören hier hin
Oeffly
Beiträge: 49
Registriert: Mo Mär 07, 2022 9:35 am

Re: Support: EVCC

Beitrag von Oeffly »

Code: Alles auswählen

2024-07-22 10:42:06,679 - {modules.common.configurable_vehicle:56} - {DEBUG:fetch soc_ev5} - Vehicle Instance <class 'modules.vehicles.evcc.config.EVCCVehicleSoc'>
2024-07-22 10:42:06,681 - {modules.common.configurable_vehicle:57} - {DEBUG:fetch soc_ev5} - Calculated SoC-State CalculatedSocState(imported_start=3581952.88, manual_soc=None, soc_start=86.0)
2024-07-22 10:42:06,682 - {modules.common.configurable_vehicle:58} - {DEBUG:fetch soc_ev5} - Vehicle Update Data VehicleUpdateData(plug_state=True, charge_state=False, imported=3581952.88, battery_capacity=77000, efficiency=90, soc_from_cp=None, timestamp_soc_from_cp=None)
2024-07-22 10:42:06,684 - {modules.common.configurable_vehicle:59} - {DEBUG:fetch soc_ev5} - General Config GeneralVehicleConfig(use_soc_from_cp=False, request_interval_charging=300, request_interval_not_charging=3600, request_only_plugged=False)
2024-07-22 10:42:06,686 - {modules.common.component_context:25} - {DEBUG:fetch soc_ev5} - Update Komponente ['EVCC']
2024-07-22 10:42:06,693 - {modules.vehicles.evcc.api:66} - {DEBUG:fetch soc_ev5} - Fetching EVCC SOC
2024-07-22 10:42:06,699 - {modules.vehicles.evcc.api:79} - {DEBUG:fetch soc_ev5} - Vehicle id found in config: 100
2024-07-22 10:42:06,701 - {modules.vehicles.evcc.api:81} - {DEBUG:fetch soc_ev5} - Fetching SoC for vehicle id: 100
2024-07-22 10:42:08,067 - {modules.common.fault_state:49} - {ERROR:fetch soc_ev5} - EVCC: FaultState FaultStateLevel.ERROR, FaultStr <class 'grpc.RpcError'> (<_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2024-07-22T10:42:08.062529562+02:00", grpc_status:2, grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)"}"
>,), Traceback: 
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/api.py", line 86, in fetch_soc
    response = stub.SoC(
  File "/home/openwb/.local/lib/python3.9/site-packages/grpc/_channel.py", line 1160, in __call__
    return _end_unary_response_blocking(state, call, False, None)
  File "/home/openwb/.local/lib/python3.9/site-packages/grpc/_channel.py", line 1003, in _end_unary_response_blocking
    raise _InactiveRpcError(state)  # pytype: disable=not-instantiable
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2024-07-22T10:42:08.062529562+02:00", grpc_status:2, grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)"}"
>

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/common/configurable_vehicle.py", line 66, in update
    car_state = self._get_carstate_by_source(vehicle_update_data, source)
  File "/var/www/html/openWB/packages/modules/common/configurable_vehicle.py", line 110, in _get_carstate_by_source
    return self.__component_updater(vehicle_update_data)
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/soc.py", line 16, in updater
    return fetch_soc(vehicle_config.configuration, vehicle_update_data, vehicle)
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/api.py", line 105, in fetch_soc
    raise grpc.RpcError(rpc_error)
grpc.RpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2024-07-22T10:42:08.062529562+02:00", grpc_status:2, grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)"}"
>

2024-07-22 10:47:09,379 - {modules.common.configurable_vehicle:56} - {DEBUG:fetch soc_ev5} - Vehicle Instance <class 'modules.vehicles.evcc.config.EVCCVehicleSoc'>
2024-07-22 10:47:09,386 - {modules.common.configurable_vehicle:57} - {DEBUG:fetch soc_ev5} - Calculated SoC-State CalculatedSocState(imported_start=3581952.88, manual_soc=None, soc_start=86.0)
2024-07-22 10:47:09,387 - {modules.common.configurable_vehicle:58} - {DEBUG:fetch soc_ev5} - Vehicle Update Data VehicleUpdateData(plug_state=True, charge_state=False, imported=3581952.88, battery_capacity=77000, efficiency=90, soc_from_cp=None, timestamp_soc_from_cp=None)
2024-07-22 10:47:09,392 - {modules.common.configurable_vehicle:59} - {DEBUG:fetch soc_ev5} - General Config GeneralVehicleConfig(use_soc_from_cp=False, request_interval_charging=300, request_interval_not_charging=3600, request_only_plugged=False)
2024-07-22 10:47:09,400 - {modules.common.component_context:25} - {DEBUG:fetch soc_ev5} - Update Komponente ['EVCC']
2024-07-22 10:47:09,414 - {modules.vehicles.evcc.api:66} - {DEBUG:fetch soc_ev5} - Fetching EVCC SOC
2024-07-22 10:47:09,429 - {modules.vehicles.evcc.api:79} - {DEBUG:fetch soc_ev5} - Vehicle id found in config: 100
2024-07-22 10:47:09,440 - {modules.vehicles.evcc.api:81} - {DEBUG:fetch soc_ev5} - Fetching SoC for vehicle id: 100
2024-07-22 10:47:10,676 - {modules.common.fault_state:49} - {ERROR:fetch soc_ev5} - EVCC: FaultState FaultStateLevel.ERROR, FaultStr <class 'grpc.RpcError'> (<_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2024-07-22T10:47:10.669195228+02:00", grpc_status:2, grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)"}"
>,), Traceback: 
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/api.py", line 86, in fetch_soc
    response = stub.SoC(
  File "/home/openwb/.local/lib/python3.9/site-packages/grpc/_channel.py", line 1160, in __call__
    return _end_unary_response_blocking(state, call, False, None)
  File "/home/openwb/.local/lib/python3.9/site-packages/grpc/_channel.py", line 1003, in _end_unary_response_blocking
    raise _InactiveRpcError(state)  # pytype: disable=not-instantiable
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2024-07-22T10:47:10.669195228+02:00", grpc_status:2, grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)"}"
>

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/common/configurable_vehicle.py", line 66, in update
    car_state = self._get_carstate_by_source(vehicle_update_data, source)
  File "/var/www/html/openWB/packages/modules/common/configurable_vehicle.py", line 110, in _get_carstate_by_source
    return self.__component_updater(vehicle_update_data)
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/soc.py", line 16, in updater
    return fetch_soc(vehicle_config.configuration, vehicle_update_data, vehicle)
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/api.py", line 105, in fetch_soc
    raise grpc.RpcError(rpc_error)
grpc.RpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2024-07-22T10:47:10.669195228+02:00", grpc_status:2, grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)"}"
>

2024-07-22 10:52:12,320 - {modules.common.configurable_vehicle:56} - {DEBUG:fetch soc_ev5} - Vehicle Instance <class 'modules.vehicles.evcc.config.EVCCVehicleSoc'>
2024-07-22 10:52:12,321 - {modules.common.configurable_vehicle:57} - {DEBUG:fetch soc_ev5} - Calculated SoC-State CalculatedSocState(imported_start=3581952.88, manual_soc=None, soc_start=86.0)
2024-07-22 10:52:12,322 - {modules.common.configurable_vehicle:58} - {DEBUG:fetch soc_ev5} - Vehicle Update Data VehicleUpdateData(plug_state=True, charge_state=False, imported=3581952.88, battery_capacity=77000, efficiency=90, soc_from_cp=None, timestamp_soc_from_cp=None)
2024-07-22 10:52:12,324 - {modules.common.configurable_vehicle:59} - {DEBUG:fetch soc_ev5} - General Config GeneralVehicleConfig(use_soc_from_cp=False, request_interval_charging=300, request_interval_not_charging=3600, request_only_plugged=False)
2024-07-22 10:52:12,325 - {modules.common.component_context:25} - {DEBUG:fetch soc_ev5} - Update Komponente ['EVCC']
2024-07-22 10:52:12,327 - {modules.vehicles.evcc.api:66} - {DEBUG:fetch soc_ev5} - Fetching EVCC SOC
2024-07-22 10:52:12,331 - {modules.vehicles.evcc.api:79} - {DEBUG:fetch soc_ev5} - Vehicle id found in config: 100
2024-07-22 10:52:12,332 - {modules.vehicles.evcc.api:81} - {DEBUG:fetch soc_ev5} - Fetching SoC for vehicle id: 100
2024-07-22 10:52:13,550 - {modules.common.fault_state:49} - {ERROR:fetch soc_ev5} - EVCC: FaultState FaultStateLevel.ERROR, FaultStr <class 'grpc.RpcError'> (<_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)", grpc_status:2, created_time:"2024-07-22T10:52:13.545354076+02:00"}"
>,), Traceback: 
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/api.py", line 86, in fetch_soc
    response = stub.SoC(
  File "/home/openwb/.local/lib/python3.9/site-packages/grpc/_channel.py", line 1160, in __call__
    return _end_unary_response_blocking(state, call, False, None)
  File "/home/openwb/.local/lib/python3.9/site-packages/grpc/_channel.py", line 1003, in _end_unary_response_blocking
    raise _InactiveRpcError(state)  # pytype: disable=not-instantiable
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)", grpc_status:2, created_time:"2024-07-22T10:52:13.545354076+02:00"}"
>

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/common/configurable_vehicle.py", line 66, in update
    car_state = self._get_carstate_by_source(vehicle_update_data, source)
  File "/var/www/html/openWB/packages/modules/common/configurable_vehicle.py", line 110, in _get_carstate_by_source
    return self.__component_updater(vehicle_update_data)
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/soc.py", line 16, in updater
    return fetch_soc(vehicle_config.configuration, vehicle_update_data, vehicle)
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/api.py", line 105, in fetch_soc
    raise grpc.RpcError(rpc_error)
grpc.RpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)", grpc_status:2, created_time:"2024-07-22T10:52:13.545354076+02:00"}"
>

2024-07-22 10:57:15,291 - {modules.common.configurable_vehicle:56} - {DEBUG:fetch soc_ev5} - Vehicle Instance <class 'modules.vehicles.evcc.config.EVCCVehicleSoc'>
2024-07-22 10:57:15,300 - {modules.common.configurable_vehicle:57} - {DEBUG:fetch soc_ev5} - Calculated SoC-State CalculatedSocState(imported_start=3581952.88, manual_soc=None, soc_start=86.0)
2024-07-22 10:57:15,301 - {modules.common.configurable_vehicle:58} - {DEBUG:fetch soc_ev5} - Vehicle Update Data VehicleUpdateData(plug_state=True, charge_state=True, imported=3581969.97, battery_capacity=77000, efficiency=90, soc_from_cp=None, timestamp_soc_from_cp=None)
2024-07-22 10:57:15,303 - {modules.common.configurable_vehicle:59} - {DEBUG:fetch soc_ev5} - General Config GeneralVehicleConfig(use_soc_from_cp=False, request_interval_charging=300, request_interval_not_charging=3600, request_only_plugged=False)
2024-07-22 10:57:15,305 - {modules.common.component_context:25} - {DEBUG:fetch soc_ev5} - Update Komponente ['EVCC']
2024-07-22 10:57:15,307 - {modules.vehicles.evcc.api:66} - {DEBUG:fetch soc_ev5} - Fetching EVCC SOC
2024-07-22 10:57:15,311 - {modules.vehicles.evcc.api:79} - {DEBUG:fetch soc_ev5} - Vehicle id found in config: 100
2024-07-22 10:57:15,312 - {modules.vehicles.evcc.api:81} - {DEBUG:fetch soc_ev5} - Fetching SoC for vehicle id: 100
2024-07-22 10:57:16,526 - {modules.common.fault_state:49} - {ERROR:fetch soc_ev5} - EVCC: FaultState FaultStateLevel.ERROR, FaultStr <class 'grpc.RpcError'> (<_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)", grpc_status:2, created_time:"2024-07-22T10:57:16.521586009+02:00"}"
>,), Traceback: 
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/api.py", line 86, in fetch_soc
    response = stub.SoC(
  File "/home/openwb/.local/lib/python3.9/site-packages/grpc/_channel.py", line 1160, in __call__
    return _end_unary_response_blocking(state, call, False, None)
  File "/home/openwb/.local/lib/python3.9/site-packages/grpc/_channel.py", line 1003, in _end_unary_response_blocking
    raise _InactiveRpcError(state)  # pytype: disable=not-instantiable
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)", grpc_status:2, created_time:"2024-07-22T10:57:16.521586009+02:00"}"
>

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/common/configurable_vehicle.py", line 66, in update
    car_state = self._get_carstate_by_source(vehicle_update_data, source)
  File "/var/www/html/openWB/packages/modules/common/configurable_vehicle.py", line 110, in _get_carstate_by_source
    return self.__component_updater(vehicle_update_data)
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/soc.py", line 16, in updater
    return fetch_soc(vehicle_config.configuration, vehicle_update_data, vehicle)
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/api.py", line 105, in fetch_soc
    raise grpc.RpcError(rpc_error)
grpc.RpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)", grpc_status:2, created_time:"2024-07-22T10:57:16.521586009+02:00"}"
>

2024-07-22 11:01:05,761 - {modules.common.configurable_vehicle:56} - {DEBUG:fetch soc_ev5} - Vehicle Instance <class 'modules.vehicles.evcc.config.EVCCVehicleSoc'>
2024-07-22 11:01:05,763 - {modules.common.configurable_vehicle:57} - {DEBUG:fetch soc_ev5} - Calculated SoC-State CalculatedSocState(imported_start=3581952.88, manual_soc=None, soc_start=86.0)
2024-07-22 11:01:05,770 - {modules.common.configurable_vehicle:58} - {DEBUG:fetch soc_ev5} - Vehicle Update Data VehicleUpdateData(plug_state=True, charge_state=False, imported=3582231.93, battery_capacity=77000, efficiency=90, soc_from_cp=None, timestamp_soc_from_cp=None)
2024-07-22 11:01:05,771 - {modules.common.configurable_vehicle:59} - {DEBUG:fetch soc_ev5} - General Config GeneralVehicleConfig(use_soc_from_cp=False, request_interval_charging=300, request_interval_not_charging=3600, request_only_plugged=False)
2024-07-22 11:01:05,772 - {modules.common.component_context:25} - {DEBUG:fetch soc_ev5} - Update Komponente ['EVCC']
2024-07-22 11:01:05,775 - {modules.vehicles.evcc.api:66} - {DEBUG:fetch soc_ev5} - Fetching EVCC SOC
2024-07-22 11:01:05,785 - {modules.vehicles.evcc.api:79} - {DEBUG:fetch soc_ev5} - Vehicle id found in config: 100
2024-07-22 11:01:05,788 - {modules.vehicles.evcc.api:81} - {DEBUG:fetch soc_ev5} - Fetching SoC for vehicle id: 100
2024-07-22 11:01:07,015 - {modules.common.fault_state:49} - {ERROR:fetch soc_ev5} - EVCC: FaultState FaultStateLevel.ERROR, FaultStr <class 'grpc.RpcError'> (<_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2024-07-22T11:01:07.007356883+02:00", grpc_status:2, grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)"}"
>,), Traceback: 
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/api.py", line 86, in fetch_soc
    response = stub.SoC(
  File "/home/openwb/.local/lib/python3.9/site-packages/grpc/_channel.py", line 1160, in __call__
    return _end_unary_response_blocking(state, call, False, None)
  File "/home/openwb/.local/lib/python3.9/site-packages/grpc/_channel.py", line 1003, in _end_unary_response_blocking
    raise _InactiveRpcError(state)  # pytype: disable=not-instantiable
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2024-07-22T11:01:07.007356883+02:00", grpc_status:2, grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)"}"
>

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/common/configurable_vehicle.py", line 66, in update
    car_state = self._get_carstate_by_source(vehicle_update_data, source)
  File "/var/www/html/openWB/packages/modules/common/configurable_vehicle.py", line 110, in _get_carstate_by_source
    return self.__component_updater(vehicle_update_data)
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/soc.py", line 16, in updater
    return fetch_soc(vehicle_config.configuration, vehicle_update_data, vehicle)
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/api.py", line 105, in fetch_soc
    raise grpc.RpcError(rpc_error)
grpc.RpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2024-07-22T11:01:07.007356883+02:00", grpc_status:2, grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)"}"
>

2024-07-22 11:02:49,612 - {modules.common.configurable_vehicle:56} - {DEBUG:fetch soc_ev5} - Vehicle Instance <class 'modules.vehicles.evcc.config.EVCCVehicleSoc'>
2024-07-22 11:02:49,614 - {modules.common.configurable_vehicle:57} - {DEBUG:fetch soc_ev5} - Calculated SoC-State CalculatedSocState(imported_start=3581952.88, manual_soc=None, soc_start=86.0)
2024-07-22 11:02:49,615 - {modules.common.configurable_vehicle:58} - {DEBUG:fetch soc_ev5} - Vehicle Update Data VehicleUpdateData(plug_state=True, charge_state=False, imported=3582231.93, battery_capacity=77000, efficiency=90, soc_from_cp=None, timestamp_soc_from_cp=None)
2024-07-22 11:02:49,619 - {modules.common.configurable_vehicle:59} - {DEBUG:fetch soc_ev5} - General Config GeneralVehicleConfig(use_soc_from_cp=False, request_interval_charging=300, request_interval_not_charging=3600, request_only_plugged=False)
2024-07-22 11:02:49,619 - {modules.common.component_context:25} - {DEBUG:fetch soc_ev5} - Update Komponente ['EVCC']
2024-07-22 11:02:49,620 - {modules.vehicles.evcc.api:66} - {DEBUG:fetch soc_ev5} - Fetching EVCC SOC
2024-07-22 11:02:49,629 - {modules.vehicles.evcc.api:79} - {DEBUG:fetch soc_ev5} - Vehicle id found in config: 100
2024-07-22 11:02:49,633 - {modules.vehicles.evcc.api:81} - {DEBUG:fetch soc_ev5} - Fetching SoC for vehicle id: 100
2024-07-22 11:02:49,737 - {modules.common.fault_state:49} - {ERROR:fetch soc_ev5} - EVCC: FaultState FaultStateLevel.ERROR, FaultStr <class 'grpc.RpcError'> (<_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)", grpc_status:2, created_time:"2024-07-22T11:02:49.730572973+02:00"}"
>,), Traceback: 
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/api.py", line 86, in fetch_soc
    response = stub.SoC(
  File "/home/openwb/.local/lib/python3.9/site-packages/grpc/_channel.py", line 1160, in __call__
    return _end_unary_response_blocking(state, call, False, None)
  File "/home/openwb/.local/lib/python3.9/site-packages/grpc/_channel.py", line 1003, in _end_unary_response_blocking
    raise _InactiveRpcError(state)  # pytype: disable=not-instantiable
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)", grpc_status:2, created_time:"2024-07-22T11:02:49.730572973+02:00"}"
>

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/common/configurable_vehicle.py", line 66, in update
    car_state = self._get_carstate_by_source(vehicle_update_data, source)
  File "/var/www/html/openWB/packages/modules/common/configurable_vehicle.py", line 110, in _get_carstate_by_source
    return self.__component_updater(vehicle_update_data)
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/soc.py", line 16, in updater
    return fetch_soc(vehicle_config.configuration, vehicle_update_data, vehicle)
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/api.py", line 105, in fetch_soc
    raise grpc.RpcError(rpc_error)
grpc.RpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)", grpc_status:2, created_time:"2024-07-22T11:02:49.730572973+02:00"}"
>

2024-07-22 11:17:35,209 - {modules.common.configurable_vehicle:56} - {DEBUG:fetch soc_ev2} - Vehicle Instance <class 'modules.vehicles.evcc.config.EVCCVehicleSoc'>
2024-07-22 11:17:35,212 - {modules.common.configurable_vehicle:57} - {DEBUG:fetch soc_ev2} - Calculated SoC-State CalculatedSocState(imported_start=None, manual_soc=None, soc_start=77.0)
2024-07-22 11:17:35,215 - {modules.common.configurable_vehicle:58} - {DEBUG:fetch soc_ev2} - Vehicle Update Data VehicleUpdateData(plug_state=False, charge_state=False, imported=None, battery_capacity=58000, efficiency=90, soc_from_cp=None, timestamp_soc_from_cp=None)
2024-07-22 11:17:35,216 - {modules.common.configurable_vehicle:59} - {DEBUG:fetch soc_ev2} - General Config GeneralVehicleConfig(use_soc_from_cp=False, request_interval_charging=300, request_interval_not_charging=3600, request_only_plugged=False)
2024-07-22 11:17:35,216 - {modules.common.component_context:25} - {DEBUG:fetch soc_ev2} - Update Komponente ['EVCC']
2024-07-22 11:17:35,217 - {modules.vehicles.evcc.api:66} - {DEBUG:fetch soc_ev2} - Fetching EVCC SOC
2024-07-22 11:17:35,222 - {modules.vehicles.evcc.api:79} - {DEBUG:fetch soc_ev2} - Vehicle id found in config: 92
2024-07-22 11:17:35,224 - {modules.vehicles.evcc.api:81} - {DEBUG:fetch soc_ev2} - Fetching SoC for vehicle id: 92
2024-07-22 11:17:36,523 - {modules.common.fault_state:49} - {ERROR:fetch soc_ev2} - EVCC: FaultState FaultStateLevel.ERROR, FaultStr <class 'grpc.RpcError'> (<_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2024-07-22T11:17:36.510731248+02:00", grpc_status:2, grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)"}"
>,), Traceback: 
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/api.py", line 86, in fetch_soc
    response = stub.SoC(
  File "/home/openwb/.local/lib/python3.9/site-packages/grpc/_channel.py", line 1160, in __call__
    return _end_unary_response_blocking(state, call, False, None)
  File "/home/openwb/.local/lib/python3.9/site-packages/grpc/_channel.py", line 1003, in _end_unary_response_blocking
    raise _InactiveRpcError(state)  # pytype: disable=not-instantiable
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2024-07-22T11:17:36.510731248+02:00", grpc_status:2, grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)"}"
>

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/common/configurable_vehicle.py", line 66, in update
    car_state = self._get_carstate_by_source(vehicle_update_data, source)
  File "/var/www/html/openWB/packages/modules/common/configurable_vehicle.py", line 110, in _get_carstate_by_source
    return self.__component_updater(vehicle_update_data)
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/soc.py", line 16, in updater
    return fetch_soc(vehicle_config.configuration, vehicle_update_data, vehicle)
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/api.py", line 105, in fetch_soc
    raise grpc.RpcError(rpc_error)
grpc.RpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2024-07-22T11:17:36.510731248+02:00", grpc_status:2, grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)"}"
>

2024-07-22 11:19:43,005 - {modules.common.configurable_vehicle:56} - {DEBUG:fetch soc_ev5} - Vehicle Instance <class 'modules.vehicles.evcc.config.EVCCVehicleSoc'>
2024-07-22 11:19:43,006 - {modules.common.configurable_vehicle:57} - {DEBUG:fetch soc_ev5} - Calculated SoC-State CalculatedSocState(imported_start=3581952.88, manual_soc=None, soc_start=86.0)
2024-07-22 11:19:43,008 - {modules.common.configurable_vehicle:58} - {DEBUG:fetch soc_ev5} - Vehicle Update Data VehicleUpdateData(plug_state=True, charge_state=False, imported=3582231.93, battery_capacity=77000, efficiency=90, soc_from_cp=None, timestamp_soc_from_cp=None)
2024-07-22 11:19:43,010 - {modules.common.configurable_vehicle:59} - {DEBUG:fetch soc_ev5} - General Config GeneralVehicleConfig(use_soc_from_cp=False, request_interval_charging=300, request_interval_not_charging=3600, request_only_plugged=False)
2024-07-22 11:19:43,011 - {modules.common.component_context:25} - {DEBUG:fetch soc_ev5} - Update Komponente ['EVCC']
2024-07-22 11:19:43,013 - {modules.vehicles.evcc.api:66} - {DEBUG:fetch soc_ev5} - Fetching EVCC SOC
2024-07-22 11:19:43,023 - {modules.vehicles.evcc.api:79} - {DEBUG:fetch soc_ev5} - Vehicle id found in config: 100
2024-07-22 11:19:43,024 - {modules.vehicles.evcc.api:81} - {DEBUG:fetch soc_ev5} - Fetching SoC for vehicle id: 100
2024-07-22 11:19:44,251 - {modules.common.fault_state:49} - {ERROR:fetch soc_ev5} - EVCC: FaultState FaultStateLevel.ERROR, FaultStr <class 'grpc.RpcError'> (<_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2024-07-22T11:19:44.243497984+02:00", grpc_status:2, grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)"}"
>,), Traceback: 
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/api.py", line 86, in fetch_soc
    response = stub.SoC(
  File "/home/openwb/.local/lib/python3.9/site-packages/grpc/_channel.py", line 1160, in __call__
    return _end_unary_response_blocking(state, call, False, None)
  File "/home/openwb/.local/lib/python3.9/site-packages/grpc/_channel.py", line 1003, in _end_unary_response_blocking
    raise _InactiveRpcError(state)  # pytype: disable=not-instantiable
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2024-07-22T11:19:44.243497984+02:00", grpc_status:2, grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)"}"
>

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/common/configurable_vehicle.py", line 66, in update
    car_state = self._get_carstate_by_source(vehicle_update_data, source)
  File "/var/www/html/openWB/packages/modules/common/configurable_vehicle.py", line 110, in _get_carstate_by_source
    return self.__component_updater(vehicle_update_data)
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/soc.py", line 16, in updater
    return fetch_soc(vehicle_config.configuration, vehicle_update_data, vehicle)
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/api.py", line 105, in fetch_soc
    raise grpc.RpcError(rpc_error)
grpc.RpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2024-07-22T11:19:44.243497984+02:00", grpc_status:2, grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)"}"
>

2024-07-22 11:22:34,867 - {modules.common.configurable_vehicle:56} - {DEBUG:fetch soc_ev2} - Vehicle Instance <class 'modules.vehicles.evcc.config.EVCCVehicleSoc'>
2024-07-22 11:22:34,869 - {modules.common.configurable_vehicle:57} - {DEBUG:fetch soc_ev2} - Calculated SoC-State CalculatedSocState(imported_start=None, manual_soc=None, soc_start=77.0)
2024-07-22 11:22:34,871 - {modules.common.configurable_vehicle:58} - {DEBUG:fetch soc_ev2} - Vehicle Update Data VehicleUpdateData(plug_state=False, charge_state=False, imported=None, battery_capacity=58000, efficiency=90, soc_from_cp=None, timestamp_soc_from_cp=None)
2024-07-22 11:22:34,871 - {modules.common.configurable_vehicle:59} - {DEBUG:fetch soc_ev2} - General Config GeneralVehicleConfig(use_soc_from_cp=False, request_interval_charging=300, request_interval_not_charging=3600, request_only_plugged=False)
2024-07-22 11:22:34,872 - {modules.common.component_context:25} - {DEBUG:fetch soc_ev2} - Update Komponente ['EVCC']
2024-07-22 11:22:34,873 - {modules.vehicles.evcc.api:66} - {DEBUG:fetch soc_ev2} - Fetching EVCC SOC
2024-07-22 11:22:34,881 - {modules.vehicles.evcc.api:79} - {DEBUG:fetch soc_ev2} - Vehicle id found in config: 92
2024-07-22 11:22:34,887 - {modules.vehicles.evcc.api:81} - {DEBUG:fetch soc_ev2} - Fetching SoC for vehicle id: 92
2024-07-22 11:22:36,129 - {modules.common.fault_state:49} - {ERROR:fetch soc_ev2} - EVCC: FaultState FaultStateLevel.ERROR, FaultStr <class 'grpc.RpcError'> (<_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)", grpc_status:2, created_time:"2024-07-22T11:22:36.11211419+02:00"}"
>,), Traceback: 
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/api.py", line 86, in fetch_soc
    response = stub.SoC(
  File "/home/openwb/.local/lib/python3.9/site-packages/grpc/_channel.py", line 1160, in __call__
    return _end_unary_response_blocking(state, call, False, None)
  File "/home/openwb/.local/lib/python3.9/site-packages/grpc/_channel.py", line 1003, in _end_unary_response_blocking
    raise _InactiveRpcError(state)  # pytype: disable=not-instantiable
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)", grpc_status:2, created_time:"2024-07-22T11:22:36.11211419+02:00"}"
>

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/common/configurable_vehicle.py", line 66, in update
    car_state = self._get_carstate_by_source(vehicle_update_data, source)
  File "/var/www/html/openWB/packages/modules/common/configurable_vehicle.py", line 110, in _get_carstate_by_source
    return self.__component_updater(vehicle_update_data)
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/soc.py", line 16, in updater
    return fetch_soc(vehicle_config.configuration, vehicle_update_data, vehicle)
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/api.py", line 105, in fetch_soc
    raise grpc.RpcError(rpc_error)
grpc.RpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)", grpc_status:2, created_time:"2024-07-22T11:22:36.11211419+02:00"}"
>

2024-07-22 11:26:57,578 - {modules.common.configurable_vehicle:56} - {DEBUG:fetch soc_ev3} - Vehicle Instance <class 'modules.vehicles.evcc.config.EVCCVehicleSoc'>
2024-07-22 11:26:57,580 - {modules.common.configurable_vehicle:57} - {DEBUG:fetch soc_ev3} - Calculated SoC-State CalculatedSocState(imported_start=None, manual_soc=None, soc_start=82.0)
2024-07-22 11:26:57,583 - {modules.common.configurable_vehicle:58} - {DEBUG:fetch soc_ev3} - Vehicle Update Data VehicleUpdateData(plug_state=False, charge_state=False, imported=None, battery_capacity=77000, efficiency=90, soc_from_cp=None, timestamp_soc_from_cp=None)
2024-07-22 11:26:57,586 - {modules.common.configurable_vehicle:59} - {DEBUG:fetch soc_ev3} - General Config GeneralVehicleConfig(use_soc_from_cp=False, request_interval_charging=300, request_interval_not_charging=3600, request_only_plugged=False)
2024-07-22 11:26:57,587 - {modules.common.component_context:25} - {DEBUG:fetch soc_ev3} - Update Komponente ['EVCC']
2024-07-22 11:26:57,590 - {modules.vehicles.evcc.api:66} - {DEBUG:fetch soc_ev3} - Fetching EVCC SOC
2024-07-22 11:26:57,598 - {modules.vehicles.evcc.api:79} - {DEBUG:fetch soc_ev3} - Vehicle id found in config: 77
2024-07-22 11:26:57,605 - {modules.vehicles.evcc.api:81} - {DEBUG:fetch soc_ev3} - Fetching SoC for vehicle id: 77
2024-07-22 11:26:59,020 - {modules.common.fault_state:49} - {ERROR:fetch soc_ev3} - EVCC: FaultState FaultStateLevel.ERROR, FaultStr <class 'grpc.RpcError'> (<_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2024-07-22T11:26:59.0118036+02:00", grpc_status:2, grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)"}"
>,), Traceback: 
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/api.py", line 86, in fetch_soc
    response = stub.SoC(
  File "/home/openwb/.local/lib/python3.9/site-packages/grpc/_channel.py", line 1160, in __call__
    return _end_unary_response_blocking(state, call, False, None)
  File "/home/openwb/.local/lib/python3.9/site-packages/grpc/_channel.py", line 1003, in _end_unary_response_blocking
    raise _InactiveRpcError(state)  # pytype: disable=not-instantiable
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2024-07-22T11:26:59.0118036+02:00", grpc_status:2, grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)"}"
>

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/common/configurable_vehicle.py", line 66, in update
    car_state = self._get_carstate_by_source(vehicle_update_data, source)
  File "/var/www/html/openWB/packages/modules/common/configurable_vehicle.py", line 110, in _get_carstate_by_source
    return self.__component_updater(vehicle_update_data)
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/soc.py", line 16, in updater
    return fetch_soc(vehicle_config.configuration, vehicle_update_data, vehicle)
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/api.py", line 105, in fetch_soc
    raise grpc.RpcError(rpc_error)
grpc.RpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2024-07-22T11:26:59.0118036+02:00", grpc_status:2, grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)"}"
>

2024-07-22 11:27:39,191 - {modules.common.configurable_vehicle:56} - {DEBUG:fetch soc_ev2} - Vehicle Instance <class 'modules.vehicles.evcc.config.EVCCVehicleSoc'>
2024-07-22 11:27:39,194 - {modules.common.configurable_vehicle:57} - {DEBUG:fetch soc_ev2} - Calculated SoC-State CalculatedSocState(imported_start=None, manual_soc=None, soc_start=77.0)
2024-07-22 11:27:39,195 - {modules.common.configurable_vehicle:58} - {DEBUG:fetch soc_ev2} - Vehicle Update Data VehicleUpdateData(plug_state=False, charge_state=False, imported=None, battery_capacity=58000, efficiency=90, soc_from_cp=None, timestamp_soc_from_cp=None)
2024-07-22 11:27:39,197 - {modules.common.configurable_vehicle:59} - {DEBUG:fetch soc_ev2} - General Config GeneralVehicleConfig(use_soc_from_cp=False, request_interval_charging=300, request_interval_not_charging=3600, request_only_plugged=False)
2024-07-22 11:27:39,199 - {modules.common.component_context:25} - {DEBUG:fetch soc_ev2} - Update Komponente ['EVCC']
2024-07-22 11:27:39,201 - {modules.vehicles.evcc.api:66} - {DEBUG:fetch soc_ev2} - Fetching EVCC SOC
2024-07-22 11:27:39,208 - {modules.vehicles.evcc.api:79} - {DEBUG:fetch soc_ev2} - Vehicle id found in config: 92
2024-07-22 11:27:39,209 - {modules.vehicles.evcc.api:81} - {DEBUG:fetch soc_ev2} - Fetching SoC for vehicle id: 92
2024-07-22 11:27:40,892 - {modules.common.fault_state:49} - {ERROR:fetch soc_ev2} - EVCC: FaultState FaultStateLevel.ERROR, FaultStr <class 'grpc.RpcError'> (<_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)", grpc_status:2, created_time:"2024-07-22T11:27:40.882691625+02:00"}"
>,), Traceback: 
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/api.py", line 86, in fetch_soc
    response = stub.SoC(
  File "/home/openwb/.local/lib/python3.9/site-packages/grpc/_channel.py", line 1160, in __call__
    return _end_unary_response_blocking(state, call, False, None)
  File "/home/openwb/.local/lib/python3.9/site-packages/grpc/_channel.py", line 1003, in _end_unary_response_blocking
    raise _InactiveRpcError(state)  # pytype: disable=not-instantiable
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)", grpc_status:2, created_time:"2024-07-22T11:27:40.882691625+02:00"}"
>

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/common/configurable_vehicle.py", line 66, in update
    car_state = self._get_carstate_by_source(vehicle_update_data, source)
  File "/var/www/html/openWB/packages/modules/common/configurable_vehicle.py", line 110, in _get_carstate_by_source
    return self.__component_updater(vehicle_update_data)
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/soc.py", line 16, in updater
    return fetch_soc(vehicle_config.configuration, vehicle_update_data, vehicle)
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/api.py", line 105, in fetch_soc
    raise grpc.RpcError(rpc_error)
grpc.RpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)", grpc_status:2, created_time:"2024-07-22T11:27:40.882691625+02:00"}"
>

2024-07-22 11:32:42,606 - {modules.common.configurable_vehicle:56} - {DEBUG:fetch soc_ev2} - Vehicle Instance <class 'modules.vehicles.evcc.config.EVCCVehicleSoc'>
2024-07-22 11:32:42,609 - {modules.common.configurable_vehicle:57} - {DEBUG:fetch soc_ev2} - Calculated SoC-State CalculatedSocState(imported_start=None, manual_soc=None, soc_start=77.0)
2024-07-22 11:32:42,609 - {modules.common.configurable_vehicle:58} - {DEBUG:fetch soc_ev2} - Vehicle Update Data VehicleUpdateData(plug_state=False, charge_state=False, imported=None, battery_capacity=58000, efficiency=90, soc_from_cp=None, timestamp_soc_from_cp=None)
2024-07-22 11:32:42,610 - {modules.common.configurable_vehicle:59} - {DEBUG:fetch soc_ev2} - General Config GeneralVehicleConfig(use_soc_from_cp=False, request_interval_charging=300, request_interval_not_charging=3600, request_only_plugged=False)
2024-07-22 11:32:42,612 - {modules.common.component_context:25} - {DEBUG:fetch soc_ev2} - Update Komponente ['EVCC']
2024-07-22 11:32:42,613 - {modules.vehicles.evcc.api:66} - {DEBUG:fetch soc_ev2} - Fetching EVCC SOC
2024-07-22 11:32:42,620 - {modules.vehicles.evcc.api:79} - {DEBUG:fetch soc_ev2} - Vehicle id found in config: 92
2024-07-22 11:32:42,633 - {modules.vehicles.evcc.api:81} - {DEBUG:fetch soc_ev2} - Fetching SoC for vehicle id: 92
2024-07-22 11:32:43,909 - {modules.common.fault_state:49} - {ERROR:fetch soc_ev2} - EVCC: FaultState FaultStateLevel.ERROR, FaultStr <class 'grpc.RpcError'> (<_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2024-07-22T11:32:43.901119233+02:00", grpc_status:2, grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)"}"
>,), Traceback: 
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/api.py", line 86, in fetch_soc
    response = stub.SoC(
  File "/home/openwb/.local/lib/python3.9/site-packages/grpc/_channel.py", line 1160, in __call__
    return _end_unary_response_blocking(state, call, False, None)
  File "/home/openwb/.local/lib/python3.9/site-packages/grpc/_channel.py", line 1003, in _end_unary_response_blocking
    raise _InactiveRpcError(state)  # pytype: disable=not-instantiable
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2024-07-22T11:32:43.901119233+02:00", grpc_status:2, grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)"}"
>
>
Leider heute wieder nur 0% .... mhhhh
PV 1: 13,4 kWp
PV 2: in Planung (16,4 kWp)
Hausakku: E3DC S10 Pro
WB 1: openWB series2 custom
WB 2: openWB series2 custom
BEV 1: VW ID.3
BEV 2: AUDI Q4
Oeffly
Beiträge: 49
Registriert: Mo Mär 07, 2022 9:35 am

Re: Support: EVCC

Beitrag von Oeffly »

Oeffly hat geschrieben: Mo Jul 22, 2024 10:03 am

Code: Alles auswählen

2024-07-22 10:42:06,679 - {modules.common.configurable_vehicle:56} - {DEBUG:fetch soc_ev5} - Vehicle Instance <class 'modules.vehicles.evcc.config.EVCCVehicleSoc'>
2024-07-22 10:42:06,681 - {modules.common.configurable_vehicle:57} - {DEBUG:fetch soc_ev5} - Calculated SoC-State CalculatedSocState(imported_start=3581952.88, manual_soc=None, soc_start=86.0)
2024-07-22 10:42:06,682 - {modules.common.configurable_vehicle:58} - {DEBUG:fetch soc_ev5} - Vehicle Update Data VehicleUpdateData(plug_state=True, charge_state=False, imported=3581952.88, battery_capacity=77000, efficiency=90, soc_from_cp=None, timestamp_soc_from_cp=None)
2024-07-22 10:42:06,684 - {modules.common.configurable_vehicle:59} - {DEBUG:fetch soc_ev5} - General Config GeneralVehicleConfig(use_soc_from_cp=False, request_interval_charging=300, request_interval_not_charging=3600, request_only_plugged=False)
2024-07-22 10:42:06,686 - {modules.common.component_context:25} - {DEBUG:fetch soc_ev5} - Update Komponente ['EVCC']
2024-07-22 10:42:06,693 - {modules.vehicles.evcc.api:66} - {DEBUG:fetch soc_ev5} - Fetching EVCC SOC
2024-07-22 10:42:06,699 - {modules.vehicles.evcc.api:79} - {DEBUG:fetch soc_ev5} - Vehicle id found in config: 100
2024-07-22 10:42:06,701 - {modules.vehicles.evcc.api:81} - {DEBUG:fetch soc_ev5} - Fetching SoC for vehicle id: 100
2024-07-22 10:42:08,067 - {modules.common.fault_state:49} - {ERROR:fetch soc_ev5} - EVCC: FaultState FaultStateLevel.ERROR, FaultStr <class 'grpc.RpcError'> (<_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2024-07-22T10:42:08.062529562+02:00", grpc_status:2, grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)"}"
>,), Traceback: 
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/api.py", line 86, in fetch_soc
    response = stub.SoC(
  File "/home/openwb/.local/lib/python3.9/site-packages/grpc/_channel.py", line 1160, in __call__
    return _end_unary_response_blocking(state, call, False, None)
  File "/home/openwb/.local/lib/python3.9/site-packages/grpc/_channel.py", line 1003, in _end_unary_response_blocking
    raise _InactiveRpcError(state)  # pytype: disable=not-instantiable
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2024-07-22T10:42:08.062529562+02:00", grpc_status:2, grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)"}"
>

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/common/configurable_vehicle.py", line 66, in update
    car_state = self._get_carstate_by_source(vehicle_update_data, source)
  File "/var/www/html/openWB/packages/modules/common/configurable_vehicle.py", line 110, in _get_carstate_by_source
    return self.__component_updater(vehicle_update_data)
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/soc.py", line 16, in updater
    return fetch_soc(vehicle_config.configuration, vehicle_update_data, vehicle)
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/api.py", line 105, in fetch_soc
    raise grpc.RpcError(rpc_error)
grpc.RpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2024-07-22T10:42:08.062529562+02:00", grpc_status:2, grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)"}"
>

2024-07-22 10:47:09,379 - {modules.common.configurable_vehicle:56} - {DEBUG:fetch soc_ev5} - Vehicle Instance <class 'modules.vehicles.evcc.config.EVCCVehicleSoc'>
2024-07-22 10:47:09,386 - {modules.common.configurable_vehicle:57} - {DEBUG:fetch soc_ev5} - Calculated SoC-State CalculatedSocState(imported_start=3581952.88, manual_soc=None, soc_start=86.0)
2024-07-22 10:47:09,387 - {modules.common.configurable_vehicle:58} - {DEBUG:fetch soc_ev5} - Vehicle Update Data VehicleUpdateData(plug_state=True, charge_state=False, imported=3581952.88, battery_capacity=77000, efficiency=90, soc_from_cp=None, timestamp_soc_from_cp=None)
2024-07-22 10:47:09,392 - {modules.common.configurable_vehicle:59} - {DEBUG:fetch soc_ev5} - General Config GeneralVehicleConfig(use_soc_from_cp=False, request_interval_charging=300, request_interval_not_charging=3600, request_only_plugged=False)
2024-07-22 10:47:09,400 - {modules.common.component_context:25} - {DEBUG:fetch soc_ev5} - Update Komponente ['EVCC']
2024-07-22 10:47:09,414 - {modules.vehicles.evcc.api:66} - {DEBUG:fetch soc_ev5} - Fetching EVCC SOC
2024-07-22 10:47:09,429 - {modules.vehicles.evcc.api:79} - {DEBUG:fetch soc_ev5} - Vehicle id found in config: 100
2024-07-22 10:47:09,440 - {modules.vehicles.evcc.api:81} - {DEBUG:fetch soc_ev5} - Fetching SoC for vehicle id: 100
2024-07-22 10:47:10,676 - {modules.common.fault_state:49} - {ERROR:fetch soc_ev5} - EVCC: FaultState FaultStateLevel.ERROR, FaultStr <class 'grpc.RpcError'> (<_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2024-07-22T10:47:10.669195228+02:00", grpc_status:2, grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)"}"
>,), Traceback: 
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/api.py", line 86, in fetch_soc
    response = stub.SoC(
  File "/home/openwb/.local/lib/python3.9/site-packages/grpc/_channel.py", line 1160, in __call__
    return _end_unary_response_blocking(state, call, False, None)
  File "/home/openwb/.local/lib/python3.9/site-packages/grpc/_channel.py", line 1003, in _end_unary_response_blocking
    raise _InactiveRpcError(state)  # pytype: disable=not-instantiable
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2024-07-22T10:47:10.669195228+02:00", grpc_status:2, grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)"}"
>

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/common/configurable_vehicle.py", line 66, in update
    car_state = self._get_carstate_by_source(vehicle_update_data, source)
  File "/var/www/html/openWB/packages/modules/common/configurable_vehicle.py", line 110, in _get_carstate_by_source
    return self.__component_updater(vehicle_update_data)
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/soc.py", line 16, in updater
    return fetch_soc(vehicle_config.configuration, vehicle_update_data, vehicle)
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/api.py", line 105, in fetch_soc
    raise grpc.RpcError(rpc_error)
grpc.RpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2024-07-22T10:47:10.669195228+02:00", grpc_status:2, grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)"}"
>

2024-07-22 10:52:12,320 - {modules.common.configurable_vehicle:56} - {DEBUG:fetch soc_ev5} - Vehicle Instance <class 'modules.vehicles.evcc.config.EVCCVehicleSoc'>
2024-07-22 10:52:12,321 - {modules.common.configurable_vehicle:57} - {DEBUG:fetch soc_ev5} - Calculated SoC-State CalculatedSocState(imported_start=3581952.88, manual_soc=None, soc_start=86.0)
2024-07-22 10:52:12,322 - {modules.common.configurable_vehicle:58} - {DEBUG:fetch soc_ev5} - Vehicle Update Data VehicleUpdateData(plug_state=True, charge_state=False, imported=3581952.88, battery_capacity=77000, efficiency=90, soc_from_cp=None, timestamp_soc_from_cp=None)
2024-07-22 10:52:12,324 - {modules.common.configurable_vehicle:59} - {DEBUG:fetch soc_ev5} - General Config GeneralVehicleConfig(use_soc_from_cp=False, request_interval_charging=300, request_interval_not_charging=3600, request_only_plugged=False)
2024-07-22 10:52:12,325 - {modules.common.component_context:25} - {DEBUG:fetch soc_ev5} - Update Komponente ['EVCC']
2024-07-22 10:52:12,327 - {modules.vehicles.evcc.api:66} - {DEBUG:fetch soc_ev5} - Fetching EVCC SOC
2024-07-22 10:52:12,331 - {modules.vehicles.evcc.api:79} - {DEBUG:fetch soc_ev5} - Vehicle id found in config: 100
2024-07-22 10:52:12,332 - {modules.vehicles.evcc.api:81} - {DEBUG:fetch soc_ev5} - Fetching SoC for vehicle id: 100
2024-07-22 10:52:13,550 - {modules.common.fault_state:49} - {ERROR:fetch soc_ev5} - EVCC: FaultState FaultStateLevel.ERROR, FaultStr <class 'grpc.RpcError'> (<_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)", grpc_status:2, created_time:"2024-07-22T10:52:13.545354076+02:00"}"
>,), Traceback: 
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/api.py", line 86, in fetch_soc
    response = stub.SoC(
  File "/home/openwb/.local/lib/python3.9/site-packages/grpc/_channel.py", line 1160, in __call__
    return _end_unary_response_blocking(state, call, False, None)
  File "/home/openwb/.local/lib/python3.9/site-packages/grpc/_channel.py", line 1003, in _end_unary_response_blocking
    raise _InactiveRpcError(state)  # pytype: disable=not-instantiable
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)", grpc_status:2, created_time:"2024-07-22T10:52:13.545354076+02:00"}"
>

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/common/configurable_vehicle.py", line 66, in update
    car_state = self._get_carstate_by_source(vehicle_update_data, source)
  File "/var/www/html/openWB/packages/modules/common/configurable_vehicle.py", line 110, in _get_carstate_by_source
    return self.__component_updater(vehicle_update_data)
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/soc.py", line 16, in updater
    return fetch_soc(vehicle_config.configuration, vehicle_update_data, vehicle)
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/api.py", line 105, in fetch_soc
    raise grpc.RpcError(rpc_error)
grpc.RpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)", grpc_status:2, created_time:"2024-07-22T10:52:13.545354076+02:00"}"
>

2024-07-22 10:57:15,291 - {modules.common.configurable_vehicle:56} - {DEBUG:fetch soc_ev5} - Vehicle Instance <class 'modules.vehicles.evcc.config.EVCCVehicleSoc'>
2024-07-22 10:57:15,300 - {modules.common.configurable_vehicle:57} - {DEBUG:fetch soc_ev5} - Calculated SoC-State CalculatedSocState(imported_start=3581952.88, manual_soc=None, soc_start=86.0)
2024-07-22 10:57:15,301 - {modules.common.configurable_vehicle:58} - {DEBUG:fetch soc_ev5} - Vehicle Update Data VehicleUpdateData(plug_state=True, charge_state=True, imported=3581969.97, battery_capacity=77000, efficiency=90, soc_from_cp=None, timestamp_soc_from_cp=None)
2024-07-22 10:57:15,303 - {modules.common.configurable_vehicle:59} - {DEBUG:fetch soc_ev5} - General Config GeneralVehicleConfig(use_soc_from_cp=False, request_interval_charging=300, request_interval_not_charging=3600, request_only_plugged=False)
2024-07-22 10:57:15,305 - {modules.common.component_context:25} - {DEBUG:fetch soc_ev5} - Update Komponente ['EVCC']
2024-07-22 10:57:15,307 - {modules.vehicles.evcc.api:66} - {DEBUG:fetch soc_ev5} - Fetching EVCC SOC
2024-07-22 10:57:15,311 - {modules.vehicles.evcc.api:79} - {DEBUG:fetch soc_ev5} - Vehicle id found in config: 100
2024-07-22 10:57:15,312 - {modules.vehicles.evcc.api:81} - {DEBUG:fetch soc_ev5} - Fetching SoC for vehicle id: 100
2024-07-22 10:57:16,526 - {modules.common.fault_state:49} - {ERROR:fetch soc_ev5} - EVCC: FaultState FaultStateLevel.ERROR, FaultStr <class 'grpc.RpcError'> (<_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)", grpc_status:2, created_time:"2024-07-22T10:57:16.521586009+02:00"}"
>,), Traceback: 
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/api.py", line 86, in fetch_soc
    response = stub.SoC(
  File "/home/openwb/.local/lib/python3.9/site-packages/grpc/_channel.py", line 1160, in __call__
    return _end_unary_response_blocking(state, call, False, None)
  File "/home/openwb/.local/lib/python3.9/site-packages/grpc/_channel.py", line 1003, in _end_unary_response_blocking
    raise _InactiveRpcError(state)  # pytype: disable=not-instantiable
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)", grpc_status:2, created_time:"2024-07-22T10:57:16.521586009+02:00"}"
>

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/common/configurable_vehicle.py", line 66, in update
    car_state = self._get_carstate_by_source(vehicle_update_data, source)
  File "/var/www/html/openWB/packages/modules/common/configurable_vehicle.py", line 110, in _get_carstate_by_source
    return self.__component_updater(vehicle_update_data)
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/soc.py", line 16, in updater
    return fetch_soc(vehicle_config.configuration, vehicle_update_data, vehicle)
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/api.py", line 105, in fetch_soc
    raise grpc.RpcError(rpc_error)
grpc.RpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)", grpc_status:2, created_time:"2024-07-22T10:57:16.521586009+02:00"}"
>

2024-07-22 11:01:05,761 - {modules.common.configurable_vehicle:56} - {DEBUG:fetch soc_ev5} - Vehicle Instance <class 'modules.vehicles.evcc.config.EVCCVehicleSoc'>
2024-07-22 11:01:05,763 - {modules.common.configurable_vehicle:57} - {DEBUG:fetch soc_ev5} - Calculated SoC-State CalculatedSocState(imported_start=3581952.88, manual_soc=None, soc_start=86.0)
2024-07-22 11:01:05,770 - {modules.common.configurable_vehicle:58} - {DEBUG:fetch soc_ev5} - Vehicle Update Data VehicleUpdateData(plug_state=True, charge_state=False, imported=3582231.93, battery_capacity=77000, efficiency=90, soc_from_cp=None, timestamp_soc_from_cp=None)
2024-07-22 11:01:05,771 - {modules.common.configurable_vehicle:59} - {DEBUG:fetch soc_ev5} - General Config GeneralVehicleConfig(use_soc_from_cp=False, request_interval_charging=300, request_interval_not_charging=3600, request_only_plugged=False)
2024-07-22 11:01:05,772 - {modules.common.component_context:25} - {DEBUG:fetch soc_ev5} - Update Komponente ['EVCC']
2024-07-22 11:01:05,775 - {modules.vehicles.evcc.api:66} - {DEBUG:fetch soc_ev5} - Fetching EVCC SOC
2024-07-22 11:01:05,785 - {modules.vehicles.evcc.api:79} - {DEBUG:fetch soc_ev5} - Vehicle id found in config: 100
2024-07-22 11:01:05,788 - {modules.vehicles.evcc.api:81} - {DEBUG:fetch soc_ev5} - Fetching SoC for vehicle id: 100
2024-07-22 11:01:07,015 - {modules.common.fault_state:49} - {ERROR:fetch soc_ev5} - EVCC: FaultState FaultStateLevel.ERROR, FaultStr <class 'grpc.RpcError'> (<_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2024-07-22T11:01:07.007356883+02:00", grpc_status:2, grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)"}"
>,), Traceback: 
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/api.py", line 86, in fetch_soc
    response = stub.SoC(
  File "/home/openwb/.local/lib/python3.9/site-packages/grpc/_channel.py", line 1160, in __call__
    return _end_unary_response_blocking(state, call, False, None)
  File "/home/openwb/.local/lib/python3.9/site-packages/grpc/_channel.py", line 1003, in _end_unary_response_blocking
    raise _InactiveRpcError(state)  # pytype: disable=not-instantiable
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2024-07-22T11:01:07.007356883+02:00", grpc_status:2, grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)"}"
>

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/common/configurable_vehicle.py", line 66, in update
    car_state = self._get_carstate_by_source(vehicle_update_data, source)
  File "/var/www/html/openWB/packages/modules/common/configurable_vehicle.py", line 110, in _get_carstate_by_source
    return self.__component_updater(vehicle_update_data)
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/soc.py", line 16, in updater
    return fetch_soc(vehicle_config.configuration, vehicle_update_data, vehicle)
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/api.py", line 105, in fetch_soc
    raise grpc.RpcError(rpc_error)
grpc.RpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2024-07-22T11:01:07.007356883+02:00", grpc_status:2, grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)"}"
>

2024-07-22 11:02:49,612 - {modules.common.configurable_vehicle:56} - {DEBUG:fetch soc_ev5} - Vehicle Instance <class 'modules.vehicles.evcc.config.EVCCVehicleSoc'>
2024-07-22 11:02:49,614 - {modules.common.configurable_vehicle:57} - {DEBUG:fetch soc_ev5} - Calculated SoC-State CalculatedSocState(imported_start=3581952.88, manual_soc=None, soc_start=86.0)
2024-07-22 11:02:49,615 - {modules.common.configurable_vehicle:58} - {DEBUG:fetch soc_ev5} - Vehicle Update Data VehicleUpdateData(plug_state=True, charge_state=False, imported=3582231.93, battery_capacity=77000, efficiency=90, soc_from_cp=None, timestamp_soc_from_cp=None)
2024-07-22 11:02:49,619 - {modules.common.configurable_vehicle:59} - {DEBUG:fetch soc_ev5} - General Config GeneralVehicleConfig(use_soc_from_cp=False, request_interval_charging=300, request_interval_not_charging=3600, request_only_plugged=False)
2024-07-22 11:02:49,619 - {modules.common.component_context:25} - {DEBUG:fetch soc_ev5} - Update Komponente ['EVCC']
2024-07-22 11:02:49,620 - {modules.vehicles.evcc.api:66} - {DEBUG:fetch soc_ev5} - Fetching EVCC SOC
2024-07-22 11:02:49,629 - {modules.vehicles.evcc.api:79} - {DEBUG:fetch soc_ev5} - Vehicle id found in config: 100
2024-07-22 11:02:49,633 - {modules.vehicles.evcc.api:81} - {DEBUG:fetch soc_ev5} - Fetching SoC for vehicle id: 100
2024-07-22 11:02:49,737 - {modules.common.fault_state:49} - {ERROR:fetch soc_ev5} - EVCC: FaultState FaultStateLevel.ERROR, FaultStr <class 'grpc.RpcError'> (<_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)", grpc_status:2, created_time:"2024-07-22T11:02:49.730572973+02:00"}"
>,), Traceback: 
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/api.py", line 86, in fetch_soc
    response = stub.SoC(
  File "/home/openwb/.local/lib/python3.9/site-packages/grpc/_channel.py", line 1160, in __call__
    return _end_unary_response_blocking(state, call, False, None)
  File "/home/openwb/.local/lib/python3.9/site-packages/grpc/_channel.py", line 1003, in _end_unary_response_blocking
    raise _InactiveRpcError(state)  # pytype: disable=not-instantiable
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)", grpc_status:2, created_time:"2024-07-22T11:02:49.730572973+02:00"}"
>

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/common/configurable_vehicle.py", line 66, in update
    car_state = self._get_carstate_by_source(vehicle_update_data, source)
  File "/var/www/html/openWB/packages/modules/common/configurable_vehicle.py", line 110, in _get_carstate_by_source
    return self.__component_updater(vehicle_update_data)
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/soc.py", line 16, in updater
    return fetch_soc(vehicle_config.configuration, vehicle_update_data, vehicle)
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/api.py", line 105, in fetch_soc
    raise grpc.RpcError(rpc_error)
grpc.RpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)", grpc_status:2, created_time:"2024-07-22T11:02:49.730572973+02:00"}"
>

2024-07-22 11:17:35,209 - {modules.common.configurable_vehicle:56} - {DEBUG:fetch soc_ev2} - Vehicle Instance <class 'modules.vehicles.evcc.config.EVCCVehicleSoc'>
2024-07-22 11:17:35,212 - {modules.common.configurable_vehicle:57} - {DEBUG:fetch soc_ev2} - Calculated SoC-State CalculatedSocState(imported_start=None, manual_soc=None, soc_start=77.0)
2024-07-22 11:17:35,215 - {modules.common.configurable_vehicle:58} - {DEBUG:fetch soc_ev2} - Vehicle Update Data VehicleUpdateData(plug_state=False, charge_state=False, imported=None, battery_capacity=58000, efficiency=90, soc_from_cp=None, timestamp_soc_from_cp=None)
2024-07-22 11:17:35,216 - {modules.common.configurable_vehicle:59} - {DEBUG:fetch soc_ev2} - General Config GeneralVehicleConfig(use_soc_from_cp=False, request_interval_charging=300, request_interval_not_charging=3600, request_only_plugged=False)
2024-07-22 11:17:35,216 - {modules.common.component_context:25} - {DEBUG:fetch soc_ev2} - Update Komponente ['EVCC']
2024-07-22 11:17:35,217 - {modules.vehicles.evcc.api:66} - {DEBUG:fetch soc_ev2} - Fetching EVCC SOC
2024-07-22 11:17:35,222 - {modules.vehicles.evcc.api:79} - {DEBUG:fetch soc_ev2} - Vehicle id found in config: 92
2024-07-22 11:17:35,224 - {modules.vehicles.evcc.api:81} - {DEBUG:fetch soc_ev2} - Fetching SoC for vehicle id: 92
2024-07-22 11:17:36,523 - {modules.common.fault_state:49} - {ERROR:fetch soc_ev2} - EVCC: FaultState FaultStateLevel.ERROR, FaultStr <class 'grpc.RpcError'> (<_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2024-07-22T11:17:36.510731248+02:00", grpc_status:2, grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)"}"
>,), Traceback: 
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/api.py", line 86, in fetch_soc
    response = stub.SoC(
  File "/home/openwb/.local/lib/python3.9/site-packages/grpc/_channel.py", line 1160, in __call__
    return _end_unary_response_blocking(state, call, False, None)
  File "/home/openwb/.local/lib/python3.9/site-packages/grpc/_channel.py", line 1003, in _end_unary_response_blocking
    raise _InactiveRpcError(state)  # pytype: disable=not-instantiable
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2024-07-22T11:17:36.510731248+02:00", grpc_status:2, grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)"}"
>

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/common/configurable_vehicle.py", line 66, in update
    car_state = self._get_carstate_by_source(vehicle_update_data, source)
  File "/var/www/html/openWB/packages/modules/common/configurable_vehicle.py", line 110, in _get_carstate_by_source
    return self.__component_updater(vehicle_update_data)
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/soc.py", line 16, in updater
    return fetch_soc(vehicle_config.configuration, vehicle_update_data, vehicle)
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/api.py", line 105, in fetch_soc
    raise grpc.RpcError(rpc_error)
grpc.RpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2024-07-22T11:17:36.510731248+02:00", grpc_status:2, grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)"}"
>

2024-07-22 11:19:43,005 - {modules.common.configurable_vehicle:56} - {DEBUG:fetch soc_ev5} - Vehicle Instance <class 'modules.vehicles.evcc.config.EVCCVehicleSoc'>
2024-07-22 11:19:43,006 - {modules.common.configurable_vehicle:57} - {DEBUG:fetch soc_ev5} - Calculated SoC-State CalculatedSocState(imported_start=3581952.88, manual_soc=None, soc_start=86.0)
2024-07-22 11:19:43,008 - {modules.common.configurable_vehicle:58} - {DEBUG:fetch soc_ev5} - Vehicle Update Data VehicleUpdateData(plug_state=True, charge_state=False, imported=3582231.93, battery_capacity=77000, efficiency=90, soc_from_cp=None, timestamp_soc_from_cp=None)
2024-07-22 11:19:43,010 - {modules.common.configurable_vehicle:59} - {DEBUG:fetch soc_ev5} - General Config GeneralVehicleConfig(use_soc_from_cp=False, request_interval_charging=300, request_interval_not_charging=3600, request_only_plugged=False)
2024-07-22 11:19:43,011 - {modules.common.component_context:25} - {DEBUG:fetch soc_ev5} - Update Komponente ['EVCC']
2024-07-22 11:19:43,013 - {modules.vehicles.evcc.api:66} - {DEBUG:fetch soc_ev5} - Fetching EVCC SOC
2024-07-22 11:19:43,023 - {modules.vehicles.evcc.api:79} - {DEBUG:fetch soc_ev5} - Vehicle id found in config: 100
2024-07-22 11:19:43,024 - {modules.vehicles.evcc.api:81} - {DEBUG:fetch soc_ev5} - Fetching SoC for vehicle id: 100
2024-07-22 11:19:44,251 - {modules.common.fault_state:49} - {ERROR:fetch soc_ev5} - EVCC: FaultState FaultStateLevel.ERROR, FaultStr <class 'grpc.RpcError'> (<_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2024-07-22T11:19:44.243497984+02:00", grpc_status:2, grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)"}"
>,), Traceback: 
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/api.py", line 86, in fetch_soc
    response = stub.SoC(
  File "/home/openwb/.local/lib/python3.9/site-packages/grpc/_channel.py", line 1160, in __call__
    return _end_unary_response_blocking(state, call, False, None)
  File "/home/openwb/.local/lib/python3.9/site-packages/grpc/_channel.py", line 1003, in _end_unary_response_blocking
    raise _InactiveRpcError(state)  # pytype: disable=not-instantiable
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2024-07-22T11:19:44.243497984+02:00", grpc_status:2, grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)"}"
>

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/common/configurable_vehicle.py", line 66, in update
    car_state = self._get_carstate_by_source(vehicle_update_data, source)
  File "/var/www/html/openWB/packages/modules/common/configurable_vehicle.py", line 110, in _get_carstate_by_source
    return self.__component_updater(vehicle_update_data)
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/soc.py", line 16, in updater
    return fetch_soc(vehicle_config.configuration, vehicle_update_data, vehicle)
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/api.py", line 105, in fetch_soc
    raise grpc.RpcError(rpc_error)
grpc.RpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2024-07-22T11:19:44.243497984+02:00", grpc_status:2, grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)"}"
>

2024-07-22 11:22:34,867 - {modules.common.configurable_vehicle:56} - {DEBUG:fetch soc_ev2} - Vehicle Instance <class 'modules.vehicles.evcc.config.EVCCVehicleSoc'>
2024-07-22 11:22:34,869 - {modules.common.configurable_vehicle:57} - {DEBUG:fetch soc_ev2} - Calculated SoC-State CalculatedSocState(imported_start=None, manual_soc=None, soc_start=77.0)
2024-07-22 11:22:34,871 - {modules.common.configurable_vehicle:58} - {DEBUG:fetch soc_ev2} - Vehicle Update Data VehicleUpdateData(plug_state=False, charge_state=False, imported=None, battery_capacity=58000, efficiency=90, soc_from_cp=None, timestamp_soc_from_cp=None)
2024-07-22 11:22:34,871 - {modules.common.configurable_vehicle:59} - {DEBUG:fetch soc_ev2} - General Config GeneralVehicleConfig(use_soc_from_cp=False, request_interval_charging=300, request_interval_not_charging=3600, request_only_plugged=False)
2024-07-22 11:22:34,872 - {modules.common.component_context:25} - {DEBUG:fetch soc_ev2} - Update Komponente ['EVCC']
2024-07-22 11:22:34,873 - {modules.vehicles.evcc.api:66} - {DEBUG:fetch soc_ev2} - Fetching EVCC SOC
2024-07-22 11:22:34,881 - {modules.vehicles.evcc.api:79} - {DEBUG:fetch soc_ev2} - Vehicle id found in config: 92
2024-07-22 11:22:34,887 - {modules.vehicles.evcc.api:81} - {DEBUG:fetch soc_ev2} - Fetching SoC for vehicle id: 92
2024-07-22 11:22:36,129 - {modules.common.fault_state:49} - {ERROR:fetch soc_ev2} - EVCC: FaultState FaultStateLevel.ERROR, FaultStr <class 'grpc.RpcError'> (<_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)", grpc_status:2, created_time:"2024-07-22T11:22:36.11211419+02:00"}"
>,), Traceback: 
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/api.py", line 86, in fetch_soc
    response = stub.SoC(
  File "/home/openwb/.local/lib/python3.9/site-packages/grpc/_channel.py", line 1160, in __call__
    return _end_unary_response_blocking(state, call, False, None)
  File "/home/openwb/.local/lib/python3.9/site-packages/grpc/_channel.py", line 1003, in _end_unary_response_blocking
    raise _InactiveRpcError(state)  # pytype: disable=not-instantiable
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)", grpc_status:2, created_time:"2024-07-22T11:22:36.11211419+02:00"}"
>

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/common/configurable_vehicle.py", line 66, in update
    car_state = self._get_carstate_by_source(vehicle_update_data, source)
  File "/var/www/html/openWB/packages/modules/common/configurable_vehicle.py", line 110, in _get_carstate_by_source
    return self.__component_updater(vehicle_update_data)
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/soc.py", line 16, in updater
    return fetch_soc(vehicle_config.configuration, vehicle_update_data, vehicle)
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/api.py", line 105, in fetch_soc
    raise grpc.RpcError(rpc_error)
grpc.RpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)", grpc_status:2, created_time:"2024-07-22T11:22:36.11211419+02:00"}"
>

2024-07-22 11:26:57,578 - {modules.common.configurable_vehicle:56} - {DEBUG:fetch soc_ev3} - Vehicle Instance <class 'modules.vehicles.evcc.config.EVCCVehicleSoc'>
2024-07-22 11:26:57,580 - {modules.common.configurable_vehicle:57} - {DEBUG:fetch soc_ev3} - Calculated SoC-State CalculatedSocState(imported_start=None, manual_soc=None, soc_start=82.0)
2024-07-22 11:26:57,583 - {modules.common.configurable_vehicle:58} - {DEBUG:fetch soc_ev3} - Vehicle Update Data VehicleUpdateData(plug_state=False, charge_state=False, imported=None, battery_capacity=77000, efficiency=90, soc_from_cp=None, timestamp_soc_from_cp=None)
2024-07-22 11:26:57,586 - {modules.common.configurable_vehicle:59} - {DEBUG:fetch soc_ev3} - General Config GeneralVehicleConfig(use_soc_from_cp=False, request_interval_charging=300, request_interval_not_charging=3600, request_only_plugged=False)
2024-07-22 11:26:57,587 - {modules.common.component_context:25} - {DEBUG:fetch soc_ev3} - Update Komponente ['EVCC']
2024-07-22 11:26:57,590 - {modules.vehicles.evcc.api:66} - {DEBUG:fetch soc_ev3} - Fetching EVCC SOC
2024-07-22 11:26:57,598 - {modules.vehicles.evcc.api:79} - {DEBUG:fetch soc_ev3} - Vehicle id found in config: 77
2024-07-22 11:26:57,605 - {modules.vehicles.evcc.api:81} - {DEBUG:fetch soc_ev3} - Fetching SoC for vehicle id: 77
2024-07-22 11:26:59,020 - {modules.common.fault_state:49} - {ERROR:fetch soc_ev3} - EVCC: FaultState FaultStateLevel.ERROR, FaultStr <class 'grpc.RpcError'> (<_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2024-07-22T11:26:59.0118036+02:00", grpc_status:2, grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)"}"
>,), Traceback: 
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/api.py", line 86, in fetch_soc
    response = stub.SoC(
  File "/home/openwb/.local/lib/python3.9/site-packages/grpc/_channel.py", line 1160, in __call__
    return _end_unary_response_blocking(state, call, False, None)
  File "/home/openwb/.local/lib/python3.9/site-packages/grpc/_channel.py", line 1003, in _end_unary_response_blocking
    raise _InactiveRpcError(state)  # pytype: disable=not-instantiable
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2024-07-22T11:26:59.0118036+02:00", grpc_status:2, grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)"}"
>

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/common/configurable_vehicle.py", line 66, in update
    car_state = self._get_carstate_by_source(vehicle_update_data, source)
  File "/var/www/html/openWB/packages/modules/common/configurable_vehicle.py", line 110, in _get_carstate_by_source
    return self.__component_updater(vehicle_update_data)
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/soc.py", line 16, in updater
    return fetch_soc(vehicle_config.configuration, vehicle_update_data, vehicle)
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/api.py", line 105, in fetch_soc
    raise grpc.RpcError(rpc_error)
grpc.RpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2024-07-22T11:26:59.0118036+02:00", grpc_status:2, grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)"}"
>

2024-07-22 11:27:39,191 - {modules.common.configurable_vehicle:56} - {DEBUG:fetch soc_ev2} - Vehicle Instance <class 'modules.vehicles.evcc.config.EVCCVehicleSoc'>
2024-07-22 11:27:39,194 - {modules.common.configurable_vehicle:57} - {DEBUG:fetch soc_ev2} - Calculated SoC-State CalculatedSocState(imported_start=None, manual_soc=None, soc_start=77.0)
2024-07-22 11:27:39,195 - {modules.common.configurable_vehicle:58} - {DEBUG:fetch soc_ev2} - Vehicle Update Data VehicleUpdateData(plug_state=False, charge_state=False, imported=None, battery_capacity=58000, efficiency=90, soc_from_cp=None, timestamp_soc_from_cp=None)
2024-07-22 11:27:39,197 - {modules.common.configurable_vehicle:59} - {DEBUG:fetch soc_ev2} - General Config GeneralVehicleConfig(use_soc_from_cp=False, request_interval_charging=300, request_interval_not_charging=3600, request_only_plugged=False)
2024-07-22 11:27:39,199 - {modules.common.component_context:25} - {DEBUG:fetch soc_ev2} - Update Komponente ['EVCC']
2024-07-22 11:27:39,201 - {modules.vehicles.evcc.api:66} - {DEBUG:fetch soc_ev2} - Fetching EVCC SOC
2024-07-22 11:27:39,208 - {modules.vehicles.evcc.api:79} - {DEBUG:fetch soc_ev2} - Vehicle id found in config: 92
2024-07-22 11:27:39,209 - {modules.vehicles.evcc.api:81} - {DEBUG:fetch soc_ev2} - Fetching SoC for vehicle id: 92
2024-07-22 11:27:40,892 - {modules.common.fault_state:49} - {ERROR:fetch soc_ev2} - EVCC: FaultState FaultStateLevel.ERROR, FaultStr <class 'grpc.RpcError'> (<_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)", grpc_status:2, created_time:"2024-07-22T11:27:40.882691625+02:00"}"
>,), Traceback: 
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/api.py", line 86, in fetch_soc
    response = stub.SoC(
  File "/home/openwb/.local/lib/python3.9/site-packages/grpc/_channel.py", line 1160, in __call__
    return _end_unary_response_blocking(state, call, False, None)
  File "/home/openwb/.local/lib/python3.9/site-packages/grpc/_channel.py", line 1003, in _end_unary_response_blocking
    raise _InactiveRpcError(state)  # pytype: disable=not-instantiable
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)", grpc_status:2, created_time:"2024-07-22T11:27:40.882691625+02:00"}"
>

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/common/configurable_vehicle.py", line 66, in update
    car_state = self._get_carstate_by_source(vehicle_update_data, source)
  File "/var/www/html/openWB/packages/modules/common/configurable_vehicle.py", line 110, in _get_carstate_by_source
    return self.__component_updater(vehicle_update_data)
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/soc.py", line 16, in updater
    return fetch_soc(vehicle_config.configuration, vehicle_update_data, vehicle)
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/api.py", line 105, in fetch_soc
    raise grpc.RpcError(rpc_error)
grpc.RpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)", grpc_status:2, created_time:"2024-07-22T11:27:40.882691625+02:00"}"
>

2024-07-22 11:32:42,606 - {modules.common.configurable_vehicle:56} - {DEBUG:fetch soc_ev2} - Vehicle Instance <class 'modules.vehicles.evcc.config.EVCCVehicleSoc'>
2024-07-22 11:32:42,609 - {modules.common.configurable_vehicle:57} - {DEBUG:fetch soc_ev2} - Calculated SoC-State CalculatedSocState(imported_start=None, manual_soc=None, soc_start=77.0)
2024-07-22 11:32:42,609 - {modules.common.configurable_vehicle:58} - {DEBUG:fetch soc_ev2} - Vehicle Update Data VehicleUpdateData(plug_state=False, charge_state=False, imported=None, battery_capacity=58000, efficiency=90, soc_from_cp=None, timestamp_soc_from_cp=None)
2024-07-22 11:32:42,610 - {modules.common.configurable_vehicle:59} - {DEBUG:fetch soc_ev2} - General Config GeneralVehicleConfig(use_soc_from_cp=False, request_interval_charging=300, request_interval_not_charging=3600, request_only_plugged=False)
2024-07-22 11:32:42,612 - {modules.common.component_context:25} - {DEBUG:fetch soc_ev2} - Update Komponente ['EVCC']
2024-07-22 11:32:42,613 - {modules.vehicles.evcc.api:66} - {DEBUG:fetch soc_ev2} - Fetching EVCC SOC
2024-07-22 11:32:42,620 - {modules.vehicles.evcc.api:79} - {DEBUG:fetch soc_ev2} - Vehicle id found in config: 92
2024-07-22 11:32:42,633 - {modules.vehicles.evcc.api:81} - {DEBUG:fetch soc_ev2} - Fetching SoC for vehicle id: 92
2024-07-22 11:32:43,909 - {modules.common.fault_state:49} - {ERROR:fetch soc_ev2} - EVCC: FaultState FaultStateLevel.ERROR, FaultStr <class 'grpc.RpcError'> (<_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2024-07-22T11:32:43.901119233+02:00", grpc_status:2, grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)"}"
>,), Traceback: 
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/vehicles/evcc/api.py", line 86, in fetch_soc
    response = stub.SoC(
  File "/home/openwb/.local/lib/python3.9/site-packages/grpc/_channel.py", line 1160, in __call__
    return _end_unary_response_blocking(state, call, False, None)
  File "/home/openwb/.local/lib/python3.9/site-packages/grpc/_channel.py", line 1003, in _end_unary_response_blocking
    raise _InactiveRpcError(state)  # pytype: disable=not-instantiable
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNKNOWN
	details = "Get "https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements": unexpected status: 500 (Internal Server Error)"
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2024-07-22T11:32:43.901119233+02:00", grpc_status:2, grpc_message:"Get \"https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxCARIDxx/selectivestatus?jobs=charging,fuelStatus,climatisation,measurements\": unexpected status: 500 (Internal Server Error)"}"
>
>
Leider heute wieder nur 0% .... mhhhh


mhh.... nun gehts wieder.... kann man eine Server Störung oder was das war mit abfangen das derSoc Wert nicht gleich 0% ist?
PV 1: 13,4 kWp
PV 2: in Planung (16,4 kWp)
Hausakku: E3DC S10 Pro
WB 1: openWB series2 custom
WB 2: openWB series2 custom
BEV 1: VW ID.3
BEV 2: AUDI Q4
Benutzeravatar
mrinas
Beiträge: 2120
Registriert: Mi Jan 29, 2020 10:12 pm
Has thanked: 6 times
Been thanked: 3 times

Re: Support: EVCC

Beitrag von mrinas »

Wie lang gab es den Fehler? M.w. versucht die openWB den SoC ein paar Mal abzurufen, wenn das weiterhin fehlschlägt wird der SoC als 'fail safe' auf 0% gesetzt. Somit ist sichergestellt dass mögliche SoC-gesteuerte Ladevorgänge stattfinden und man nicht am nächsten Tag mit leerem Auto da steht.
15,2kWp SMA (SB4000TL-21, SB3.0, STP6.0-SE + BYD HVS, EnergyMeter), openWB Standard+, openWB Pro, Smart #1 (ersetzt den e2008), Tesla Model Y LR.
rleidner
Beiträge: 924
Registriert: Mo Nov 02, 2020 9:50 am
Has thanked: 2 times
Been thanked: 4 times

Re: Support: EVCC

Beitrag von rleidner »

Das Problem war der VW/Cariad-Server, der war von ca. 09:00 bis ca. 12:00 offline.
openWB-2 Standard+ | openWB EVU Kit v2 MID| 9,9kWp mit Kostal Plenticore 8.5 plus | VW ID.3, Kia EV6, Smart EQ forfour
Benutzeravatar
mrinas
Beiträge: 2120
Registriert: Mi Jan 29, 2020 10:12 pm
Has thanked: 6 times
Been thanked: 3 times

Re: Support: EVCC

Beitrag von mrinas »

Okay, das würde es gut erklären. Gibt m.w. ein paar Versuche (3? 5?), wenn das SoC Modul dann immernoch Fehler liefert wird auf 0 gesetzt.
15,2kWp SMA (SB4000TL-21, SB3.0, STP6.0-SE + BYD HVS, EnergyMeter), openWB Standard+, openWB Pro, Smart #1 (ersetzt den e2008), Tesla Model Y LR.
DrUdoZucker
Beiträge: 30
Registriert: Do Mai 05, 2022 3:21 pm

Re: Support: EVCC - hier SoC Cupra Born via EVCC

Beitrag von DrUdoZucker »

Die SoC Erkennung über EVCC in der openWB funktioniert seit ca. 2 Tagen nicht mehr. Die Fehlermeldung lautet:
Error from EVCC: 2024/07/24 18:19:53 rpc error: code = Unknown desc = unexpected status: 404 (Not Found) (LV0)

Die MyCupra App zeigt den SoC korrekt an.

Auch die Bestätigung der Nutzungsbedingungen via https://seatid.vwgroup.io/landing-page (wie an anderer Stelle vorgeschlagen) hilft nicht.

Weiß jemand, ob an diesem Problem hier oder auf der EVCC Seite bereits gearbeitet wird?

Vielen Dank.
Benutzeravatar
humschti
Beiträge: 633
Registriert: Mo Nov 25, 2019 8:25 am
Wohnort: Nürensdorf (Schweiz)

Re: Support: EVCC

Beitrag von humschti »

Gleiche Fehlermeldung hier bei der Abfrage eines Born. Es gibt bereits ein Issue auf github:
https://github.com/evcc-io/evcc/issues/15033
openWB Series 2 Duo mit EVU, 1/3 Umschaltung und abgesetztem Display, 16 kWp mit Solaredge, Ansteuerung Haushaltsgeräte mit Shelly
Tesla Model S und Cupra Born (SoC via EVCC)
DrUdoZucker
Beiträge: 30
Registriert: Do Mai 05, 2022 3:21 pm

Re: Support: EVCC

Beitrag von DrUdoZucker »

Danke @humschti für die Information.

Nachdem AndyG auf EVCC, wie es mir scheint die Issues 15033 (15024, 15024) nun geschlossen hat, openWB jedoch noch immer den gleichen Fehler zeigt, wollte ich fragen, ob es denn auch einer Änderung der openWB geben muss/wird, um den SoC des Cupra Born wieder anzeigen zu können. Ich ging bisher davon aus, dass der Fehler (allein) auf EVCCs Seite liegt und somit EVCCs Änderung auch die openWB wieder korrekt arbeiten lässt.

Danke für jede Hilfe.
Benutzeravatar
mrinas
Beiträge: 2120
Registriert: Mi Jan 29, 2020 10:12 pm
Has thanked: 6 times
Been thanked: 3 times

Re: Support: EVCC

Beitrag von mrinas »

es scheint sich eine API geändert zu haben, die Anpassungen erfolgen allesamt in EVCC. Ggf. wurde die EVCC Cloud noch nicht mit den aktuellsten Änderungen versorgt.
15,2kWp SMA (SB4000TL-21, SB3.0, STP6.0-SE + BYD HVS, EnergyMeter), openWB Standard+, openWB Pro, Smart #1 (ersetzt den e2008), Tesla Model Y LR.
ruffieuxh
Beiträge: 177
Registriert: So Jul 07, 2019 9:02 am

Re: Support: EVCC

Beitrag von ruffieuxh »

Hallo zusammen,

Unter openWB V1.9 werden verständlicherweise die SoC Module nicht mehr weiterentwickelt. So auch nicht SoC evcc. Ich möchte aber derzeit noch nicht auf openWB V2.0 migrieren und weil ich meinen Mustang Mach-e via EVCC verbunden habe, und Ford offenbar das Interface geändert hat, funktioniert die SoC Anzeige in openWB nicht mehr.

Mit dem EVCC Server habe ich das alles hingekriegt, weiss also, was es für den Aufruf alles braucht. Aber ich möchte nun unter der openWB V1.9 auch wieder eine SoC Anzeige haben.

Soweit ich das in openWB beurteilen kann, macht die ausführbare Datei in /var/www/html/openWB/modules/soc_evcc/soc den Aufruf zum Ford API. Leider kann ich den Code für dieses Programm nirgends finden. Kann mir jemand sagen, wo ich den Source Code dazu finden kann? Ich bin kein erfahrener Programmierer, aber diese Anpassung würde ich mir noch zutrauen. :-)

Vielen Dank

Heinz
Antworten