* fix #39 Assignment 2-Channel inverters (HM-600, HM-700, HM-800)

This commit is contained in:
lumapu 2022-05-17 20:05:31 +02:00
parent 6871bf4247
commit 5acce759e0
2 changed files with 3 additions and 3 deletions

View file

@ -76,13 +76,13 @@ const byteAssign_t hm2chAssignment[] = {
{ FLD_IDC, UNIT_A, CH1, 4, 2, 100 },
{ FLD_PDC, UNIT_W, CH1, 6, 2, 10 },
{ FLD_YD, UNIT_WH, CH1, 22, 2, 1 },
{ FLD_YD, UNIT_KWH, CH1, 14, 4, 1000 },
{ FLD_YT, UNIT_KWH, CH1, 14, 4, 1000 },
{ FLD_UDC, UNIT_V, CH2, 8, 2, 10 },
{ FLD_IDC, UNIT_A, CH2, 10, 2, 100 },
{ FLD_PDC, UNIT_W, CH2, 12, 2, 10 },
{ FLD_YD, UNIT_WH, CH2, 18, 2, 1 },
{ FLD_YD, UNIT_KWH, CH2, 24, 4, 1000 },
{ FLD_YT, UNIT_KWH, CH2, 24, 4, 1000 },
{ FLD_UAC, UNIT_V, CH0, 26, 2, 10 },
{ FLD_IAC, UNIT_A, CH0, 34, 2, 10 },