From 583aad896d2a4366a3dadbbf0182b46453f12314 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Tue, 24 Jun 2025 17:01:29 +0200 Subject: [PATCH] no message --- PV_Visu/module.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PV_Visu/module.html b/PV_Visu/module.html index 4a44306..d8579c9 100644 --- a/PV_Visu/module.html +++ b/PV_Visu/module.html @@ -49,10 +49,10 @@ document.getElementById('barGridText').innerText = data.consGrid + '%'; // Set detailed values below document.getElementById('prodValues').innerText = - 'Eigenverbrauch: ' + data.value.prodCons/100*data.value.prod + ' kWh, ' + + 'Eigenverbrauch: ' + data.prodCons/100*data.value.prod + ' kWh, ' + 'Einspeisung: ' + data.value.feed + ' kWh'; document.getElementById('consValues').innerText = - 'PV-Anteil: ' + data.value.consPV/100*data.value.cons + ' kWh, ' + + 'PV-Anteil: ' + data.consPV/100*data.value.cons + ' kWh, ' + 'Netz-Anteil: ' + data.value.grid + ' kWh'; } function handleMessage(msg) {