Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AUDI e-tron geht nicht #13246

Closed
Proxima3a opened this issue Apr 1, 2024 · 1 comment
Closed

AUDI e-tron geht nicht #13246

Proxima3a opened this issue Apr 1, 2024 · 1 comment
Labels
bug Something isn't working duplicate This issue or pull request already exists

Comments

@Proxima3a
Copy link

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.

  • Was ist das Problem ???
  • Liegt das Problem bei EVCC oder bei openWB ???

Vielen Dank.

Steps to reproduce

Jeder SOC-Abruf.

Configuration details

SOC-Modul: EVCC
Marke: 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

@andig
Copy link
Member

andig commented Apr 1, 2024

Evtl #13245, bitte nochmal probieren.

@andig andig closed this as completed Apr 1, 2024
@andig andig added bug Something isn't working duplicate This issue or pull request already exists labels Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants