diff --git a/libnymea-sunspec/sunspecmodel.cpp b/libnymea-sunspec/sunspecmodel.cpp index 6a954f8..ea0130b 100644 --- a/libnymea-sunspec/sunspecmodel.cpp +++ b/libnymea-sunspec/sunspecmodel.cpp @@ -139,9 +139,6 @@ void SunSpecModel::readNextBlockDataPart() // Model header has length 2. const auto readSize = static_cast(std::min(125, static_cast(m_modelLength + 2 - m_partialBlockData.size()))); -Still in progress? - - if (startAddress == m_lastStartAddress && readSize == m_lastReadSize) { qCWarning(dcSunSpecModelData()) << "Last read yielded no data. Not trying to read the same data again."; return;