From c3814881b4b8ff307ed52f2bc218cae5c654b324 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rupert=20Sch=C3=B6ttler?= <40740682+rupert-sch@users.noreply.github.com> Date: Sat, 5 Oct 2024 14:46:18 +0200 Subject: [PATCH] Correction to x3_hybrid_g4.py In Feed-in and Consumed Energy, total and today were missing and wrong, respectively. --- solax/inverters/x3_hybrid_g4.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/solax/inverters/x3_hybrid_g4.py b/solax/inverters/x3_hybrid_g4.py index d4a15b3..c02a6ee 100644 --- a/solax/inverters/x3_hybrid_g4.py +++ b/solax/inverters/x3_hybrid_g4.py @@ -118,10 +118,10 @@ def response_decoder(cls): "PV Energy total": (pack_u16(80, 81), Total(Units.KWH), div10), "EPS Energy total": (pack_u16(83, 84), Total(Units.KWH), div10), "EPS Energy today": (85, DailyTotal(Units.KWH), div10), - "Feed-in Energy": (pack_u16(86, 87), Total(Units.KWH), div100), - "Consumed Energy": (pack_u16(88, 89), Total(Units.KWH), div100), - "Feed-in Energy total": (pack_u16(90, 91), Total(Units.KWH), div100), - "Consumed Energy total": (pack_u16(92, 93), Total(Units.KWH), div100), + "Feed-in Energy total": (pack_u16(86, 87), Total(Units.KWH), div100), + "Consumed Energy total": (pack_u16(88, 89), Total(Units.KWH), div100), + "Feed-in Energy today": (pack_u16(90, 91), Total(Units.KWH), div100), + "Consumed Energy today": (pack_u16(92, 93), Total(Units.KWH), div100), "Battery Remaining Capacity": (103, Units.PERCENT), "Battery Temperature": (105, Units.C, to_signed), "Battery Remaining Energy": (