Skip to content

Commit 180729b

Browse files
authored
Update const.py
"pvinverter_power_total": RegisterInfo(1052, INT32, UnitOfPower.WATT), Change to WATT
1 parent 2e492a3 commit 180729b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/victron/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ class generic_position(Enum):
554554
"pvinverter_L1_energy_forward_total": RegisterInfo(1046, UINT32, UnitOfEnergy.KILO_WATT_HOUR, 100),
555555
"pvinverter_L2_energy_forward_total": RegisterInfo(1048, UINT32, UnitOfEnergy.KILO_WATT_HOUR, 100),
556556
"pvinverter_L3_energy_forward_total": RegisterInfo(1050, UINT32, UnitOfEnergy.KILO_WATT_HOUR, 100),
557-
"pvinverter_power_total": RegisterInfo(1052, INT32, UnitOfPower.KILO_WATT),
557+
"pvinverter_power_total": RegisterInfo(1052, INT32, UnitOfPower.WATT),
558558
"pvinverter_power_max_capacity": RegisterInfo(1054, UINT32, UnitOfPower.KILO_WATT),
559559
"pvinverter_powerlimit": RegisterInfo(register=1056, dataType=UINT32, unit=UnitOfPower.WATT, entityType=SliderWriteType("AC", False))
560560
}

0 commit comments

Comments
 (0)