Index: firmware/App/Modes/ModeStandby.c =================================================================== diff -u -r7d4711edd7b40cd3e29f43e766f79a8a09586fe9 -r105970aa96eba9c852413f832f6a25be1d21f5fd --- firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 7d4711edd7b40cd3e29f43e766f79a8a09586fe9) +++ firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 105970aa96eba9c852413f832f6a25be1d21f5fd) @@ -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 );