Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion GivTCP/givenergy_modbus_async/model/register.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ def inverter_max_power(device_type_code: str) -> Optional[int]:
"4004": 11000,
"7001": 12000,
"8001": 6000,
"8002": 3600,
"8003": 5000,
"8101": 6000,
"8102": 8000,
"8103": 10000,
Expand Down Expand Up @@ -535,6 +537,8 @@ def battery_max_power(dtc,fw) -> Optional[int]:
"2201": 5400,
"3002": 3000,
"8001": 6000,
"8002": 3600,
"8003": 5000,
"8102": 8000,
"8103": 10000,
} #Covers AC3, Gen4 and AIO
Expand Down Expand Up @@ -1148,6 +1152,8 @@ def fw_to_batmax(fw):
"4004": 11000,
"7001": 12000,
"8001": 6000,
"8002": 3600,
"8003": 5000,
"8101": 6000,
"8102": 8000,
"8103": 10000,
Expand All @@ -1157,4 +1163,4 @@ def fw_to_batmax(fw):
"8204": 12000,
"8304": 6000,
}
"""
"""