jyoung8607 / openpilot

open source driving agent
MIT License
69 stars 55 forks source link

Added Passat B8 2018 #96

Closed lachezartodorov closed 1 year ago

lachezartodorov commented 1 year ago

VIN: WVWZZZ3CZKE010777 Added the transmission fw and updated vw_mqb_config.py script

{'address': 2017,
'bus': 0,
'ecu': 'transmission',
'fwVersion': b'\xf1\x870GC300043  \xf1\x892301',
'logging': False,
'obdMultiplexing': False,
'responseAddress': 0,
'subAddress': 0},
{'address': 2016,
'bus': 0,
'ecu': 'engine',
'fwVersion': b'\xf1\x8704L906026KD\xf1\x894798',
'logging': False,
'obdMultiplexing': False,
'responseAddress': 0,
'subAddress': 0},
{'address': 1810,
'bus': 0,
'ecu': 'eps',
'fwVersion': b'\xf1\x875Q0910143C \xf1\x892211\xf1\x82\x0567B0020600',
'logging': False,
'obdMultiplexing': False,
'responseAddress': 0,
'subAddress': 0},
{'address': 1879,
'bus': 0,
'ecu': 'fwdRadar',
'fwVersion': b'\xf1\x873Q0907572C \xf1\x890196',
'logging': False,
'obdMultiplexing': False,
'responseAddress': 0,
'subAddress': 0},
{'address': 1813,
'bus': 0,
'ecu': 'srs',
'fwVersion': b'\xf1\x873Q0959655BG\xf1\x890712\xf1\x82\x0e5915005914001305701311052900',
'logging': False,
'obdMultiplexing': False,
'responseAddress': 0,
'subAddress': 0}
jyoung8607 commented 1 year ago

Thank you for the data! Per our Discord conversation, I'm going to close this one, and once you open a PR against master with the firmware update, I'll re-sync the C2 maintenance branch.