From 20cd77a6c273eb8f7f6b170d7d2641277fb71fbe Mon Sep 17 00:00:00 2001 From: Marcus Date: Wed, 27 Apr 2022 17:41:59 +0200 Subject: [PATCH] =?UTF-8?q?Revert=20"*=20Divisor=20HM-400=20angepasst=20(f?= =?UTF-8?q?=C3=BCr=20Wh)"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit c65607026c328ba019aa70b0be7088c276596ecf. fixed divisor to show Wh --- tools/esp8266/hmInverters.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/esp8266/hmInverters.h b/tools/esp8266/hmInverters.h index 0226a8cf..0b516410 100644 --- a/tools/esp8266/hmInverters.h +++ b/tools/esp8266/hmInverters.h @@ -64,7 +64,7 @@ const byteAssign_t hm400assignment[] = { { FLD_IDC, UNIT_A, CH1, CMD01, 5, 2, 100 }, { FLD_PDC, UNIT_W, CH1, CMD01, 7, 2, 10 }, { FLD_YT, UNIT_KWH, CH1, CMD01, 9, 4, 1000 }, - { FLD_YD, UNIT_WH, CH1, CMD01, 13, 2, 1000 }, + { FLD_YD, UNIT_WH, CH1, CMD01, 13, 2, 1 }, { FLD_UAC, UNIT_V, CH0, CMD01, 15, 2, 10 }, { FLD_F, UNIT_HZ, CH0, CMD82, 1, 2, 100 }, { FLD_PAC, UNIT_W, CH0, CMD82, 3, 2, 10 },