From 95c480e1684a3f0ab0d104527e291a3228be23f0 Mon Sep 17 00:00:00 2001 From: nedyarrd Date: Fri, 15 Sep 2023 13:02:34 +0200 Subject: [PATCH] Add info how to enable modbus feature --- .../inverter_definitions/Afore_BNTxxxKTL-2mppt.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/custom_components/solarman/inverter_definitions/Afore_BNTxxxKTL-2mppt.yaml b/custom_components/solarman/inverter_definitions/Afore_BNTxxxKTL-2mppt.yaml index cf0d7ce..b04d2f0 100644 --- a/custom_components/solarman/inverter_definitions/Afore_BNTxxxKTL-2mppt.yaml +++ b/custom_components/solarman/inverter_definitions/Afore_BNTxxxKTL-2mppt.yaml @@ -1,8 +1,14 @@ +# to use modbus function in Afore BNTxxxKTL inverters, You first need to change protocol from RS485 to MODBUS in inverter menu + requests: - start: 0x0000 end: 0x001A mb_functioncode: 0x04 + - start: 0x0000 + end: 0x000F + mb_functioncode: 0x03 + parameters: - group: solar items: @@ -159,5 +165,6 @@ parameters: uom: "°C" scale: 0.1 rule: 1 + registers: [0x000D] icon: "mdi:thermometer"