From 9c6b4259a428c5e09f9934c35541c9f213a08436 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Mon, 16 Sep 2019 15:55:59 +0200 Subject: [PATCH] Fix SDM630_2 phase display Fix SDM630_2 phase display (#6431) --- sonoff/xnrg_10_sdm630.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/sonoff/xnrg_10_sdm630.ino b/sonoff/xnrg_10_sdm630.ino index 5bdef0c9e..0478e8037 100644 --- a/sonoff/xnrg_10_sdm630.ino +++ b/sonoff/xnrg_10_sdm630.ino @@ -176,6 +176,7 @@ void Sdm630SnsInit(void) uint8_t result = Sdm630Modbus->Begin(SDM630_SPEED); if (result) { if (2 == result) { ClaimSerial(); } + Energy.phase_count = 3; } else { energy_flg = ENERGY_NONE; }