From b72bf704db6e400509d78c340aa625954f6e12f4 Mon Sep 17 00:00:00 2001 From: lgb-this Date: Fri, 3 Nov 2023 12:24:43 +0100 Subject: [PATCH] added new parameters Bat-Voltag, V-Out, Current --- byd_bat/webif/templates/index.html | 43 ++++++++++++++++++++++++------ 1 file changed, 35 insertions(+), 8 deletions(-) diff --git a/byd_bat/webif/templates/index.html b/byd_bat/webif/templates/index.html index b8924d9f4..d441d5edf 100644 --- a/byd_bat/webif/templates/index.html +++ b/byd_bat/webif/templates/index.html @@ -100,16 +100,25 @@ shngInsertText('serial',objResponse['serial']); shngInsertText('t1_soc',objResponse['t1_soc']); + shngInsertText('t1_bat_voltag',objResponse['t1_bat_voltag']); + shngInsertText('t1_v_out',objResponse['t1_v_out']); + shngInsertText('t1_current',objResponse['t1_current']); shngInsertText('t1_volt_max',objResponse['t1_volt_max']); shngInsertText('t1_volt_min',objResponse['t1_volt_min']); shngInsertText('t1_temp_max_cell',objResponse['t1_temp_max_cell']); shngInsertText('t1_temp_min_cell',objResponse['t1_temp_min_cell']); shngInsertText('t2_soc',objResponse['t2_soc']); + shngInsertText('t2_bat_voltag',objResponse['t2_bat_voltag']); + shngInsertText('t2_v_out',objResponse['t2_v_out']); + shngInsertText('t2_current',objResponse['t2_current']); shngInsertText('t2_volt_max',objResponse['t2_volt_max']); shngInsertText('t2_volt_min',objResponse['t2_volt_min']); shngInsertText('t2_temp_max_cell',objResponse['t2_temp_max_cell']); shngInsertText('t2_temp_min_cell',objResponse['t2_temp_min_cell']); shngInsertText('t3_soc',objResponse['t3_soc']); + shngInsertText('t3_bat_voltag',objResponse['t3_bat_voltag']); + shngInsertText('t3_v_out',objResponse['t3_v_out']); + shngInsertText('t3_current',objResponse['t3_current']); shngInsertText('t3_volt_max',objResponse['t3_volt_max']); shngInsertText('t3_volt_min',objResponse['t3_volt_min']); shngInsertText('t3_temp_max_cell',objResponse['t3_temp_max_cell']); @@ -407,25 +416,43 @@ - Spannung max (Zelle): + {{ _('Batteriespannung') }}: + + + + + + {{ _('Spannung Out') }}: + + + + + + {{ _('Strom') }}: + + + + + + {{ _('Spannung max (Zelle)') }}: - Spannung min (Zelle): + {{ _('Spannung min (Zelle)') }}: - Temperatur Zelle max: + {{ _('Temperatur Zelle max') }}: - Temperatur Zelle min: + {{ _('Temperatur Zelle min') }}: @@ -442,10 +469,10 @@ {% block bodytab3 %} - + - + @@ -461,10 +488,10 @@ {% block bodytab4 %}
Turm 1 nicht vorhanden
Turm 2 nicht vorhanden
Turm 3 nicht vorhanden
- + - +
Turm 1 nicht vorhanden
Turm 2 nicht vorhanden
Turm 3 nicht vorhanden