Remove HVIL Event since it was misleading on some packs

This commit is contained in:
Daniel Öster 2025-08-24 22:41:50 +03:00
parent 2bad768263
commit e944951c55

View file

@ -86,13 +86,6 @@ void VolvoSpaBattery::
}
}
//Raise event if HVIL connector not seated
if ((datalayer_extended.VolvoPolestar.HVILstatusBits & 0x03) > 0) {
set_event(EVENT_HVIL_FAILURE, datalayer_extended.VolvoPolestar.HVILstatusBits);
} else {
clear_event(EVENT_HVIL_FAILURE);
}
#ifdef DEBUG_LOG
uint8_t cnt = 0;
logging.print("BMS reported SOC%: ");