diff --git a/tasmota/tasmota_xdrv_driver/xdrv_03_energy.ino b/tasmota/tasmota_xdrv_driver/xdrv_03_energy.ino index 7eec2f44b54a..aaa2d8ff0aed 100644 --- a/tasmota/tasmota_xdrv_driver/xdrv_03_energy.ino +++ b/tasmota/tasmota_xdrv_driver/xdrv_03_energy.ino @@ -564,7 +564,7 @@ void EnergyMarginCheck(void) { if (jsonflg) { ResponseJsonEndEnd(); MqttPublishPrefixTopicRulesProcess_P(TELE, PSTR(D_RSLT_MARGINS), MQTT_TELE_RETAIN); -// EnergyMqttShow(); + EnergyMqttShow(); Energy->margin_stable = 3; // Allow 2 seconds to stabilize before reporting } diff --git a/tasmota/tasmota_xdrv_driver/xdrv_03_esp32_energy.ino b/tasmota/tasmota_xdrv_driver/xdrv_03_esp32_energy.ino index 665e64d2e011..f2e11e9b043e 100644 --- a/tasmota/tasmota_xdrv_driver/xdrv_03_esp32_energy.ino +++ b/tasmota/tasmota_xdrv_driver/xdrv_03_esp32_energy.ino @@ -787,7 +787,7 @@ void EnergyMarginCheck(void) { if (jsonflg) { ResponseJsonEndEnd(); MqttPublishPrefixTopicRulesProcess_P(TELE, PSTR(D_RSLT_MARGINS), MQTT_TELE_RETAIN); -// EnergyMqttShow(); + EnergyMqttShow(); Energy->margin_stable = 3; // Allow 2 seconds to stabilize before reporting }