
Wobei ich gerade sehe, eigentlich würde der PSA Controller auch zur Verfügung stehen https://docs.evcc.io/docs/devices/vehic ... controller den kann man aber auch nicht auswählen.
Oder die Doku von EVCC ist einfach nicht up-to-date.
Code: Alles auswählen
2024-03-31 17:20:01,139 - {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 = "cannot create vehicle type 'etron': login.errors.password_invalid"
debug_error_string = "UNKNOWN:Error received from peer {grpc_message:"cannot create vehicle type \'etron\': login.errors.password_invalid", grpc_status:2, created_time:"2024-03-31T17:20:01.134677193+02:00"}"
Code: Alles auswählen
2024-03-31 17:22:12,471 - {modules.common.fault_state:49} - {ERROR:fetch soc_ev1} - EVCC: FaultState FaultStateLevel.ERROR, FaultStr <class 'grpc.RpcError'> (<_InactiveRpcError of RPC that terminated with:
status = StatusCode.UNKNOWN
details = "cannot create vehicle type 'fiat': login failed: Invalid LoginID: invalid loginID or password"
debug_error_string = "UNKNOWN:Error received from peer {created_time:"2024-03-31T17:22:12.467472182+02:00", grpc_status:2, grpc_message:"cannot create vehicle type \'fiat\': login failed: Invalid LoginID: invalid loginID or password"}"
Code: Alles auswählen
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"}"
>
Hm, wegen dem Audi solltest Du mal bei evcc fragen, vielleicht können die erkennen warum das nicht klappt.Proxima hat geschrieben: So Mär 31, 2024 3:38 pm Hallo,
nachdem das EVCC-SOC-Modul nun in V2.x integriert wurde, habe ich den Umstieg gewagt.
Jedoch bekomme ich bei meinen beiden Fahrzeugen keinen SOC ausgelesen.
1. AUDI e-tron 55
SOC bleibt bei 0. Im Log steht was von:Das Passwort habe ich aber schon mehrmals kontrolliert und auch die Sonderzeichen habe ich auch schon entfernt.Code: Alles auswählen
2024-03-31 17:20:01,139 - {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 = "cannot create vehicle type 'etron': login.errors.password_invalid" debug_error_string = "UNKNOWN:Error received from peer {grpc_message:"cannot create vehicle type \'etron\': login.errors.password_invalid", grpc_status:2, created_time:"2024-03-31T17:20:01.134677193+02:00"}"
Die Einstellungen:
AUDI.jpg
2. FIAT 500e
Auch hier bleibt der SOC bei 0. Im Log steht ebenfalls was von:Das Passwort habe ich auch hier schon mehrmals kontrolliert. Beim FIAT 500e musste in der V1.9 auch eine PIN mitgegeben werden, für die es in V2.x kein Eingabefeld gibtCode: Alles auswählen
2024-03-31 17:22:12,471 - {modules.common.fault_state:49} - {ERROR:fetch soc_ev1} - EVCC: FaultState FaultStateLevel.ERROR, FaultStr <class 'grpc.RpcError'> (<_InactiveRpcError of RPC that terminated with: status = StatusCode.UNKNOWN details = "cannot create vehicle type 'fiat': login failed: Invalid LoginID: invalid loginID or password" debug_error_string = "UNKNOWN:Error received from peer {created_time:"2024-03-31T17:22:12.467472182+02:00", grpc_status:2, grpc_message:"cannot create vehicle type \'fiat\': login failed: Invalid LoginID: invalid loginID or password"}"
Die Einstellungen:
FIAT.jpg
Meinen EVCC-Sponsor-Token habe ich aktuell von der EVCC-Seite kopiert
Grüße
Proxima
EVCC Probleme bitte als issue unter https://github.com/evcc-io/evcc melden. Essentielles "Audi geht nicht" wird aber in der Regel schnell behobenProxima hat geschrieben: Mo Apr 01, 2024 9:48 am Hallo,
für den FIAT wurde unter V1.9 extra ein Eingabefeld für die zwingend erforderliche PIN hinzugefügt. Die PIN brauchte man explizit nur für den FIAT 500e.
(Sorry, aber wie frage ich denn bei evcc nach ???![]()
![]()
)
D A N K E
Grüße
Proxima
Hallo,mrinas hat geschrieben: Mo Apr 01, 2024 8:46 am Hm, wegen dem Audi solltest Du mal bei evcc fragen, vielleicht können die erkennen warum das nicht klappt.
Klar doch….Proxima hat geschrieben: Mo Apr 01, 2024 8:39 am Hallo,
@Oeffly: Kannst Du bitte deine Einstellungen für den AUDI Q4 posten.