Skip to content

Commit 3c03fb6

Browse files
author
sfstar
authored
Merge pull request #134 from solaral/patch-1
Update const.py
2 parents 05c57ed + 180729b commit 3c03fb6

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)