Skip to content

Commit

Permalink
Remove inverter temperature as it is not exposed in the x1_boost_g4_v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Nauber committed Jun 12, 2024
1 parent 0e40689 commit 4a1ada0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion solax/inverters/x1_boost_g4.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ def response_decoder(cls):
"AC Frequency": (2, Units.HZ, div100),
"Total Generated Energy": (pack_u16(19, 20), Total(Units.KWH), div10),
"Today's Generated Energy": (21, DailyTotal(Units.KWH), div10),
"Inverter Temperature": (28, Units.C, div10),
"Exported Power": (pack_u16(72, 73), Units.W, to_signed),
"Total Export Energy": (pack_u16(74, 75), Total(Units.KWH), div100),
"Total Import Energy": (pack_u16(76, 77), Total(Units.KWH), div100),
Expand Down
1 change: 0 additions & 1 deletion tests/samples/expected_values.py
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,6 @@
"AC Frequency": 50.02,
"Total Generated Energy": 7.8,
"Today's Generated Energy": 6.8,
"Inverter Temperature": 17.9,
"Exported Power": 0.0,
"Total Export Energy": 0.0,
"Total Import Energy": 0.0,
Expand Down

0 comments on commit 4a1ada0

Please sign in to comment.