dc2df891fb
Logs zeigen: Bei 10s Poll-Rate + 10s TCP-Timeout läuft ein fehlgeschlagener Connect exakt so lange wie das Interval. stop.wait() wird 0 → nächster Poll startet sofort → zweite parallele TCP-Verbindung → Wallbox überfordert → Spirale. Fix: timeout = min(5.0, interval * 0.4). Bei 15s → 5.0s Timeout; bei 10s → 4.0s. Ein Fehler belegt max. 40% des Intervalls, der Rest ist Wartezeit vor dem nächsten Versuch. Gilt für WallboxReader (Kathrein) und ModbusReader (ShineLAN-X / SDM-630). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
26 lines
544 B
YAML
26 lines
544 B
YAML
name: ShineBridge
|
|
version: "1.8.25"
|
|
slug: shinebridge
|
|
description: Growatt Wechselrichter lokal in Home Assistant — Modbus TCP via ShineLAN-X, MQTT Discovery, Web UI
|
|
url: https://gitea.bitfire.work/retr0/shinebridge
|
|
arch:
|
|
- aarch64
|
|
- amd64
|
|
startup: application
|
|
boot: auto
|
|
init: false
|
|
host_network: true
|
|
ingress: true
|
|
ingress_port: 8099
|
|
panel_icon: mdi:solar-power
|
|
options:
|
|
mqtt_broker: "core-mosquitto"
|
|
mqtt_port: 1883
|
|
mqtt_user: ""
|
|
mqtt_pass: ""
|
|
schema:
|
|
mqtt_broker: str
|
|
mqtt_port: int
|
|
mqtt_user: str
|
|
mqtt_pass: password
|