Index: firmware/App/Services/AlarmMgmt.c =================================================================== diff -u -rfba69244d94307e50fefaa1e88bcbb979584461e -rbf277519f4fcb199d3aeec1748da790d2e0beba9 --- firmware/App/Services/AlarmMgmt.c (.../AlarmMgmt.c) (revision fba69244d94307e50fefaa1e88bcbb979584461e) +++ firmware/App/Services/AlarmMgmt.c (.../AlarmMgmt.c) (revision bf277519f4fcb199d3aeec1748da790d2e0beba9) @@ -1426,7 +1426,8 @@ } } // check special cases where we do not want to clear this alarm - otherwise, clear it - if ( ( ALARM_ID_DG_CREATING_DIALYSATE_PLEASE_WAIT == a ) && ( TRUE == alarmIsDetected[ a ] ) && ( mode != MODE_POST ) && + if ( ( ( ALARM_ID_DG_CREATING_DIALYSATE_PLEASE_WAIT == a ) || ( ALARM_ID_HD_BLOOD_LEAK_RECOVERING_PLEASE_WAIT == a ) ) && + ( TRUE == alarmIsDetected[ a ] ) && ( mode != MODE_POST ) && ( action != ALARM_USER_ACTION_RINSEBACK ) && ( action != ALARM_USER_ACTION_END_TREATMENT ) ) { // do not clear this alarm if condition not cleared first (unless treatment is over)