morcibacsi / PSAVanCanBridge

VAN - CAN protocol bridge (V2C) for cars made by PSA Group (Peugeot, Citroen)
GNU General Public License v3.0
120 stars 27 forks source link

Trip computer reset doesn't work #9

Closed morcibacsi closed 3 years ago

morcibacsi commented 4 years ago

Symptom: When the original display is removed the long press on the trip computer button does not reset the consumption counters.

Technical: The original display sends a status message every ~500 ms (5E 4C 20 1E 8A 50). When the trip button is held down for 2 seconds this message is replaced by 5E 4C A0 1E 30 2E. This will command the BSI to reset the counters.

Unfortunately the first attempt to implement this shows that this message somehow clashes with the query for the trip data.

morcibacsi commented 3 years ago

Resolved in c8e2be5