Index: firmware/App/Controllers/Voltages.c =================================================================== diff -u -rf11ec493e1187526f6c2cdfb16452cc4f7492537 -r44b8dfaaebbd4bda0fff41179ccd6d05c7daf0f5 --- firmware/App/Controllers/Voltages.c (.../Voltages.c) (revision f11ec493e1187526f6c2cdfb16452cc4f7492537) +++ firmware/App/Controllers/Voltages.c (.../Voltages.c) (revision 44b8dfaaebbd4bda0fff41179ccd6d05c7daf0f5) @@ -250,6 +250,9 @@ { SET_ALARM_WITH_2_F32_DATA( ALARM_ID_HD_AC_POWER_LOST, getMonitoredLineLevel( MONITORED_LINE_24V ), getMonitoredLineLevel( MONITORED_LINE_24V_REGEN ) ); } + + // Reset the alarm clearance counter + resetPersistentAlarmTimer( ALARM_ID_HD_AC_POWER_LOST ); } else {