Index: firmware/App/Modes/ModeStandby.c =================================================================== diff -u -r4bd3bf3483660050d3026f7f9adff43782bfc620 -r81bfada185cac9374939aa6bd89687cb14e83ac3 --- firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 4bd3bf3483660050d3026f7f9adff43782bfc620) +++ firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 81bfada185cac9374939aa6bd89687cb14e83ac3) @@ -146,7 +146,9 @@ initReservoirs(); // Send DG usage data to HD - usageMsg.hdr.msgID = MSG_ID_HD_DG_USAGE_INFO_REQUEST; + // The message ID will not be put here because the messages list script will pick this up for another send command + // The only important item is the payload length that must be 0 for the handler + usageMsg.hdr.msgID = 0; usageMsg.hdr.payloadLen = 0; handleHDRequestDGUsageInfo( &usageMsg );