VAG Hybrid CAN log request

Forum on Volkswagen related hardware, so VW, Audi, Seat, Skoda etc.
Post Reply
Mitchy
Posts: 82
Joined: Sun Nov 14, 2021 12:16 pm
Has thanked: 2 times
Been thanked: 35 times

VAG Hybrid CAN log request

Post by Mitchy »

Hey all.

Does anyone have a Can-Log for any of the VAG Hybrids?
Just trying to fake some of the 'Motor_Hybrid_01/02/03/04' signals to allow me to display some of the electric based settings on the cluster.
Not sure of the message intervals for each.
I intend to spoof them as the options are relatively straightforward, but having a log would help me make sure that my dbc file is accurate.

Bonus points if you have any info for the Hybrid_01 & Hybrid_02 breakdown as below:

Code: Select all

//-------------Hybrid_01---------------//
  uint8_t iHybrid_01_Checksum = 0;
  uint8_t iHybrid_01_Counter = 0;
  uint8_t iMO_HYB_IstStatusK0 = 0;
  uint16_t dMO_HYB_max_ind_VM_Mom = 0;
  uint8_t iMO_HYB_Zielzustand = 0;
  uint8_t iMO_HYB_Startmodus = 0;
  bool bMO_HYB_Startmodus_PQ3x = 0;
  bool bMO_HYB_Stoppmodus = 0;
  uint16_t dMO_HYB_VM_Mom_oE = 0;
  bool bMO_HYB_VM_aktiv = 0;
  bool bMO_HYB_Schaltverhinderung = 0;

//-------------Hybrid_02---------------//
    //No Checksum
  uint8_t iMO_HYB_E_Faktor = 0; 
  uint16_t dMO_HYB_Drehzahl_VM = 0;
  bool bMO_HYB_LowSpeedModus = 0;

//-------------Hybrid_03---------------//
    //No Checksum
  uint8_t iMO_ePowermeter = 0; // ePowermeter display (driving reserve electric until the combustion engine starts (combustion engine starts at 100%))
  uint8_t iMO_Zust_Antrieb = 0; // State for Range Calculation; 0="Gas Only" 1="EV Only" 2="Gas&EV" 3="Regen"
  uint8_t iMO_Zust_Betriebsstrategie = 0; // Signals the current status of the operating strategy; 0="No Hybrid" 1="Depleating" 2="Soft-Depleating" 3="Sustaining" 4="Increasing" 5="Fremdgesteuert"
  bool bMO_W_Reku_normiert_ueberlauf = 0; // Motor control unit internal regen meter overflow, which is evaluated by the Cluster to record the Regen work/performance.
  uint8_t iLadezustand = 0; // Battery Charge Level
  uint8_t iEnrgfluss_State = 0; // Energy flow between the axles, battery, electric motor and combustion engine (Create Lookup)
  uint16_t dMO_W_Reku_normiert = 0; // Motor control unit internal regen meter, which is evaluated by the cluster to record the regen work/performance.
  uint16_t dMO_Powermeter_hyb = 0; // Display values in the cluster 0="Lower end brakes/grey" 340="Lower end CHARGE" 1020="READY" 1870="Upper end EFFICIENCY" 3400="100%" 4080="MAX"

//-------------Hybrid_04---------------//
  uint8_t iHybrid_04_Checksum = 0;
  uint8_t iHybrid_04_Counter = 0;
  uint16_t dMO_HV_Spannungsfreiheit = 0; // HV System Status; 0="Energized" 3="De-energized"
  uint16_t dMO_Reku_Leistung = 0; // Regen Power
  uint16_t dMo_Powermeter_Grenze = 0; // Available power meter reading for Cluster
  uint8_t iMO_Gesamtst_Spgfreiheit = 0; // HV system Status; 0="Init" 1="HV De-energized" 2="HV Energized" 3="Error"
  uint8_t iMO_Tankbereitschaft_Status = 0; // 
  uint16_t dMO_Energieinhalt_BMS = 0; // Energy content of the traction battery
  uint8_t iMO_HYB_Status_Betriebsstrategie = 0; // Hybrid Status; 0="Off" 1="Active"
  bool bMO_Boost_aktiv = 0; // Boost Mode for Powermeter
User avatar
Bigpie
Posts: 1585
Joined: Wed Apr 10, 2019 8:11 pm
Location: South Yorkshire, UK
Has thanked: 74 times
Been thanked: 299 times

Re: VAG Hybrid CAN log request

Post by Bigpie »

VW Beetle 2003
Outlander front generator
Prius Gen 3 inverter (EVBMW logic board)
Outlander charger
3x Golf GTE batteries
Chademo Charging
Outlander water heater
Post Reply