HAOS Add-on v1.0.5: Fehlerzähler aus Info-Row entfernt

Fehlerzähler zeigte kumulierte Timeouts vor dem NuttX-Flash (4282)
was wie ein Growatt-Fehlercode aussah. Status-Pills zeigen Verbindung.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
retr0
2026-04-26 10:55:39 +02:00
parent b890121d32
commit 4fd54025ad
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -442,7 +442,6 @@ function updateInfoRow(d) {
document.getElementById("info-row").innerHTML = `
<div class="info-chip">Letzte Messung <span>${ago}s</span> vor</div>
<div class="info-chip">Messungen <span>${d.poll_count}</span></div>
<div class="info-chip">Fehler <span>${d.error_count}</span></div>
<div class="info-chip">ShineLAN-X <span>${ip}:${currentConfig.modbus_port || 502}</span></div>
`;
}