Skip to content

Commit

Permalink
Merge pull request #1004 from Hetzi74/patch-3
Browse files Browse the repository at this point in the history
Export control scaling for X3-Ultra
  • Loading branch information
wills106 authored Aug 20, 2024
2 parents ec9a619 + e878e18 commit e665481
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions custom_components/solax_modbus/plugin_solax.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,8 @@ def value_function_software_version_air_g4(initval, descr, datadict):
('H4372A', 1), # Issue #857
('H4502A', 1), # Issue #857
('H4502T', 1), # Issue #418
('H4602A', 1), # Issue #882
('H4602A', 1), # Issue #882
('H3BD', 10), # X3-Ultra
# ('H1E', 10 ), # more specific entry comes last and wins
]

Expand Down Expand Up @@ -7651,4 +7652,4 @@ def localDataCallback(self, hub):
order16 = Endian.BIG,
order32 = Endian.LITTLE,
auto_block_ignore_readerror = True
)
)

0 comments on commit e665481

Please sign in to comment.