Skip to content

Commit

Permalink
Disable use of Pwr_Limit_Bat_Dn on H1 G2 (#667)
Browse files Browse the repository at this point in the history
This register is not supported on H1 Gen 2 which results in Force Charge fall back to Backup mode.
  • Loading branch information
FozzieUK authored Sep 18, 2024
1 parent 0dc4f7a commit 48b99d7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
max_soc=41010,
invbatpower=[31022],
battery_soc=[31024],
pwr_limit_bat_up=[44012],
pwr_limit_bat_up=None,
pv_voltages=[39070, 39072],
),
models=Inv.H1_G2,
Expand All @@ -70,6 +70,7 @@
invbatpower=[11008],
battery_soc=[11036],
pwr_limit_bat_up=None,
# Exists, but see https://github.com/nathanmarlor/foxess_modbus/discussions/666
pv_voltages=[11000, 11003, 11096, 11099],
),
models=Inv.KH_PRE119,
Expand Down

0 comments on commit 48b99d7

Please sign in to comment.