Hallo zusammen, super Projekt! Komme gerade nicht weiter, kann mir jemand einen Tipp geben? Bekomme folgende Ausgaben: C:\Users\arnon\Downloads\open3e-master>py Open3Eclient.py -d 192.168.0.1 -dev vcal -a reading 0x680, 539 datapoints, please be patient... Traceback (most recent call last): File "C:\Users\arnon\Downloads\open3e-master\Open3Eclient.py", line 387, in <module> lst = ecu.readAll(args.raw) ^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\arnon\Downloads\open3e-master\Open3Eclass.py", line 130, in readAll value,idstr = self.readByDid(int(did), raw=raw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\arnon\Downloads\open3e-master\Open3Eclass.py", line 114, in readByDid response = self.uds_client.read_data_by_identifier([did]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\arnon\AppData\Local\Programs\Python\Python312\Lib\site-packages\udsoncan\client.py", line 174, in decorated return func(self, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\arnon\AppData\Local\Programs\Python\Python312\Lib\site-packages\udsoncan\client.py", line 452, in read_data_by_identifier response = self.send_request(req) ^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\arnon\AppData\Local\Programs\Python\Python312\Lib\site-packages\udsoncan\client.py", line 2226, in send_request raise NegativeResponseException(response) udsoncan.exceptions.NegativeResponseException: ReadDataByIdentifier service execution returned a negative response ConditionsNotCorrect (0x22) C:\Users\arnon\Downloads\open3e-master> Grüße, Karsten
... Mehr anzeigen