diff --git a/src/emsdevice.cpp b/src/emsdevice.cpp index 2d056996e..aa632f660 100644 --- a/src/emsdevice.cpp +++ b/src/emsdevice.cpp @@ -1808,7 +1808,8 @@ bool EMSdevice::handle_telegram(std::shared_ptr telegram) { #if defined(EMSESP_DEBUG) EMSESP::logger().debug("This telegram (%s) is not recognized by the EMS bus", tf.telegram_type_name_); #endif - tf.fetch_ = false; + // test if this causes issue: https://github.com/emsesp/EMS-ESP32/issues/1420 + // tf.fetch_ = false; return false; } if (telegram->message_length > 0) {