fixed phase count and frequency common setting

This commit is contained in:
Marcus 2021-11-06 14:02:54 +01:00
parent 84da3deea9
commit 4e913e6a7f

View File

@ -190,6 +190,8 @@ void Sdm230SnsInit(void)
uint8_t result = Sdm230Modbus->Begin(SDM230_SPEED);
if (result) {
if (2 == result) { ClaimSerial(); }
Energy.phase_count = 1;
Energy.frequency_common = true; // Use common frequency
} else {
TasmotaGlobal.energy_driver = ENERGY_NONE;
}