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)"}"
>
>