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:
@@ -1,5 +1,5 @@
|
||||
name: Growatt ShineLAN-X
|
||||
version: "1.0.4"
|
||||
version: "1.0.5"
|
||||
slug: growatt_shinelan_x
|
||||
description: Growatt Wechselrichter via ShineLAN-X (NuttX Modbus TCP) - MQTT Discovery + Web UI
|
||||
url: https://gitea.bitfire.work/retr0/Growatt-Wechselrichter-HAOS
|
||||
|
||||
@@ -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>
|
||||
`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user