Skip to content

Commit ffb47e6

Browse files
committed
Change 1054 from KWH to W to reflect newly published spec sheet
1 parent 3c03fb6 commit ffb47e6

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
@@ -555,7 +555,7 @@ class generic_position(Enum):
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),
557557
"pvinverter_power_total": RegisterInfo(1052, INT32, UnitOfPower.WATT),
558-
"pvinverter_power_max_capacity": RegisterInfo(1054, UINT32, UnitOfPower.KILO_WATT),
558+
"pvinverter_power_max_capacity": RegisterInfo(1054, UINT32, UnitOfPower.WATT),
559559
"pvinverter_powerlimit": RegisterInfo(register=1056, dataType=UINT32, unit=UnitOfPower.WATT, entityType=SliderWriteType("AC", False))
560560
}
561561

0 commit comments

Comments
 (0)