From 371261627073537287aefcb3bc15413e1ccf959a Mon Sep 17 00:00:00 2001 From: Dave Foster Date: Tue, 27 Aug 2024 15:01:23 +0100 Subject: [PATCH 1/2] Disables use of Pwr_Limit_Bat_Dn on H1 G2 This register is not supported on H1 Gen 2 which results in Force Charge fall back to Backup mode. --- .../foxess_modbus/entities/remote_control_description.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/foxess_modbus/entities/remote_control_description.py b/custom_components/foxess_modbus/entities/remote_control_description.py index ab8bb67..564cfce 100644 --- a/custom_components/foxess_modbus/entities/remote_control_description.py +++ b/custom_components/foxess_modbus/entities/remote_control_description.py @@ -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, From e1feb2719591638323469f410b567950991fbda0 Mon Sep 17 00:00:00 2001 From: Dave Foster Date: Wed, 18 Sep 2024 13:05:42 +0100 Subject: [PATCH 2/2] Update remote_control_description.py --- .../foxess_modbus/entities/remote_control_description.py | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_components/foxess_modbus/entities/remote_control_description.py b/custom_components/foxess_modbus/entities/remote_control_description.py index 564cfce..df2d78e 100644 --- a/custom_components/foxess_modbus/entities/remote_control_description.py +++ b/custom_components/foxess_modbus/entities/remote_control_description.py @@ -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,