Skip to content

Commit

Permalink
register 5725 total backup power should have int32 (#361)
Browse files Browse the repository at this point in the history
* register 5725 total backup power should have int32

this register line other backup power registers should be changed to 32 integer as per sungrow manual but should also remain as signed power - as that part is a typo from sungrow.
  • Loading branch information
RafAustralia authored Oct 12, 2024
1 parent 551ca59 commit 5a4b0de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modbus_sungrow.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Home Assistant Sungrow inverter integration
# https://github.com/mkaiser/Sungrow-SHx-Inverter-Modbus-Home-Assistant
# by Martin Kaiser
# last update: 2024-10-01 (2)
# last update: 2024-10-12
#
# Note: This YAML file will only work with Home Assistant >= 2023.10

Expand Down Expand Up @@ -334,7 +334,7 @@ modbus:
unique_id: sg_total_backup_power
address: 5725 # reg 5726
input_type: input
data_type: int16
data_type: int32
precision: 0
unit_of_measurement: W
device_class: power
Expand Down

0 comments on commit 5a4b0de

Please sign in to comment.