diff --git a/lib/MeterCommunicators/src/IEC6205675.cpp b/lib/MeterCommunicators/src/IEC6205675.cpp index 1c18f777..9533caaf 100644 --- a/lib/MeterCommunicators/src/IEC6205675.cpp +++ b/lib/MeterCommunicators/src/IEC6205675.cpp @@ -635,7 +635,7 @@ IEC6205675::IEC6205675(const char* d, uint8_t useMeterType, MeterConfig* meterCo } if(this->packageTimestamp > 0) { - if(meterType == AmsTypeAidon || meterType == AmsTypeKamstrup) { + if(meterType == AmsTypeKamstrup) { this->packageTimestamp = this->packageTimestamp - 3600; } }