no message

This commit is contained in:
2025-06-24 17:19:09 +02:00
parent b473246b83
commit 5c105ff95c
2 changed files with 3 additions and 4 deletions

View File

@@ -49,7 +49,7 @@
document.getElementById('barGridText').innerText = data.consGrid + '%';
// Set detailed values below
document.getElementById('prodValues').innerText =
'Eigenverbrauch: ' + data.prodCons/100*data.value.prod + ' kWh, ' +
'Eigenverbrauch: ' + data.consPV/100*data.value.cons + ' kWh, ' +
'Einspeisung: ' + data.value.feed + ' kWh';
document.getElementById('consValues').innerText =
'PV-Anteil: ' + data.consPV/100*data.value.cons + ' kWh, ' +