Skip to content

Commit

Permalink
fix: read correct amount of bytes for battery equalization
Browse files Browse the repository at this point in the history
  • Loading branch information
mukaschultze committed Jan 19, 2024
1 parent 5bf0326 commit ef60ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/must_inverter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ async def read_modbus_data(self):

registersAddresses = [
# (10001, 10, convert_partArr1),
(10101, 12, convert_partArr2),
(10101, 24, convert_partArr2),
(15201, 21, convert_partArr3),
(20001, 16, convert_partArr4),
(20101, 43, convert_partArr5),
Expand Down

0 comments on commit ef60ed7

Please sign in to comment.