diff --git a/lib/MeterCommunicators/src/IEC6205675.cpp b/lib/MeterCommunicators/src/IEC6205675.cpp index 2488838a..b5a8955e 100644 --- a/lib/MeterCommunicators/src/IEC6205675.cpp +++ b/lib/MeterCommunicators/src/IEC6205675.cpp @@ -554,7 +554,7 @@ IEC6205675::IEC6205675(const char* d, uint8_t useMeterType, MeterConfig* meterCo } if(meterType != AmsTypeUnknown) { - meterId = String((const uint8_t*)ctx.system_title, 8); + meterId = String((const char*)ctx.system_title); } }