mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-21 12:56:11 +02:00
Fixed assignment for HM-600
Based on several logs and tries we updated the AC side of the HM-600 inverter.
This commit is contained in:
parent
6f56e740e6
commit
774be8fecf
1 changed files with 2 additions and 1 deletions
|
@ -87,7 +87,8 @@ const byteAssign_t hm600assignment[] = {
|
|||
{ FLD_YD, UNIT_WH, CH2, CMD02, 9, 2, 1 },
|
||||
{ FLD_UAC, UNIT_V, CH0, CMD02, 11, 2, 10 },
|
||||
{ FLD_F, UNIT_HZ, CH0, CMD02, 13, 2, 100 },
|
||||
{ FLD_IAC, UNIT_A, CH0, CMD02, 15, 2, 10 },
|
||||
{ FLD_PAC, UNIT_W, CH0, CMD02, 15, 2, 10 },
|
||||
{ FLD_IAC, UNIT_A, CH0, CMD83, 3, 2, 100 },
|
||||
{ FLD_T, UNIT_C, CH0, CMD83, 7, 2, 10 }
|
||||
};
|
||||
#define HM600_LIST_LEN (sizeof(hm600assignment) / sizeof(byteAssign_t))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue