You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ich nutze EVCC (Sponsor) mit zwei openWB (V2.1.3, Aktuelle Master: 2024-03-28 07:52:52 +0100 [0e4910164]). Unter V1.9 hat der SOC-Abruf problemlos funktioniert. In der V2.x bekomme ich das nicht zum Laufen.
Fahrzeug: AUDI e-tron 55, EZ: 01/23 (kein Q8 e-tron)
Token, User und Passwort sowie VIN habe ich mehrmals geprüft.
oWB-Log-Auszug unten bei Log details.
Was ist das Problem ???
Liegt das Problem bei EVCC oder bei openWB ???
Vielen Dank.
Steps to reproduce
Jeder SOC-Abruf.
Configuration details
SOC-Modul: EVCCMarke: AUDI e-tron
Log details
2024-04-01 10:35:01,398 - {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 = "vehicle not available"
debug_error_string = "UNKNOWN:Error received from peer {created_time:"2024-04-01T10:35:01.393536878+02:00", grpc_status:2, grpc_message:"vehicle not available"}"
>,), Traceback:
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/vehicles/evcc/api.py", line 71, 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 = "vehicle not available"
debug_error_string = "UNKNOWN:Error received from peer {created_time:"2024-04-01T10:35:01.393536878+02:00", grpc_status:2, grpc_message:"vehicle not available"}"
>
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 109, 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 86, in fetch_soc
raise grpc.RpcError(rpc_error)
grpc.RpcError: <_InactiveRpcError of RPC that terminated with:
status = StatusCode.UNKNOWN
details = "vehicle not available"
debug_error_string = "UNKNOWN:Error received from peer {created_time:"2024-04-01T10:35:01.393536878+02:00", grpc_status:2, grpc_message:"vehicle not available"}"
>
What type of operating system are you running?
Linux
Version
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Ich nutze EVCC (Sponsor) mit zwei openWB (V2.1.3, Aktuelle Master: 2024-03-28 07:52:52 +0100 [0e4910164]). Unter V1.9 hat der SOC-Abruf problemlos funktioniert. In der V2.x bekomme ich das nicht zum Laufen.
Fahrzeug: AUDI e-tron 55, EZ: 01/23 (kein Q8 e-tron)
Token, User und Passwort sowie VIN habe ich mehrmals geprüft.
oWB-Log-Auszug unten bei Log details.
Vielen Dank.
Steps to reproduce
Jeder SOC-Abruf.
Configuration details
Log details
What type of operating system are you running?
Linux
Version
No response
The text was updated successfully, but these errors were encountered: