Skip to content

Commit

Permalink
Update x1_hybrid_gen4.py
Browse files Browse the repository at this point in the history
Added inverter temperature
  • Loading branch information
DarkerCz authored May 7, 2024
1 parent 266a3d0 commit 899cb0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions solax/inverters/x1_hybrid_gen4.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def response_decoder(cls):
"Battery power": (16, Units.W),
"Battery temperature": (17, Units.C),
"Battery SoC": (18, Units.PERCENT),
"Inverter Temperature": (26, Units.C),
"Grid power": (32, Units.W, to_signed),
"Total feed-in energy": (pack_u16(34, 35), Total(Units.KWH), div100),
"Total consumption": (pack_u16(36, 37), Total(Units.KWH), div100),
Expand Down

0 comments on commit 899cb0a

Please sign in to comment.