Skip to content

Commit

Permalink
Fixed EEV max value
Browse files Browse the repository at this point in the history
100% is now 500pls
  • Loading branch information
wrfz committed Dec 6, 2024
1 parent 4bcce39 commit 8e05e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/daikin_rotex_uart/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def get_fan_divider():
"offset": 3,
"signed": False,
"dataSize": 2,
"divider": 450.0 / 100.0,
"divider": 500.0 / 100.0, # 500pls = 100%
"endian": Endian.LITTLE,
"unit_of_measurement": UNIT_PERCENT,
"state_class": STATE_CLASS_MEASUREMENT,
Expand Down

0 comments on commit 8e05e45

Please sign in to comment.