Skip to content

Commit b47998c

Browse files
authored
Add Inverter Total Power to data mapping
Added the 9th value od the DATA mapping (it is the sum of the 3 prevpous ones, so you do not have to do an helper)
1 parent 6c9e490 commit b47998c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

solax/inverters/x3_hybrid_g4.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ def response_decoder(cls):
8383
"Grid 1 Power": (6, Units.W, to_signed),
8484
"Grid 2 Power": (7, Units.W, to_signed),
8585
"Grid 3 Power": (8, Units.W, to_signed),
86+
"Inverter Total Power": (9, Units.W, to_signed),
8687
"PV1 Voltage": (10, Units.V, div10),
8788
"PV2 Voltage": (11, Units.V, div10),
8889
"PV1 Current": (12, Units.A, div10),

0 commit comments

Comments
 (0)