diff --git a/tasmota/xdrv_03_energy.ino b/tasmota/xdrv_03_energy.ino index 00582c5c0..449d70b0f 100644 --- a/tasmota/xdrv_03_energy.ino +++ b/tasmota/xdrv_03_energy.ino @@ -854,6 +854,7 @@ void CmndModuleAddress(void) { void CmndEnergyConfig(void) { Energy.command_code = CMND_ENERGYCONFIG; if (XnrgCall(FUNC_COMMAND)) { + ResponseClear(); if (!ResponseLength()) { ResponseCmndDone(); }