Rename: Growatt ShineLAN-X Add-on → ShineBridge
Add-on heißt jetzt ShineBridge (slug: shinebridge). Hardware-Name "Growatt ShineLAN-X" im README und in der Dokumentation unverändert. WICHTIG: Slug-Änderung erfordert Neuinstallation des Add-ons in HA (altes Add-on deinstallieren, ShineBridge neu installieren). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
name: Growatt ShineLAN-X
|
||||
name: ShineBridge
|
||||
version: "1.1.3"
|
||||
slug: growatt_shinelan_x
|
||||
description: Growatt Wechselrichter via ShineLAN-X (NuttX Modbus TCP) - MQTT Discovery + Web UI
|
||||
slug: shinebridge
|
||||
description: Growatt Wechselrichter lokal in Home Assistant — Modbus TCP via ShineLAN-X, MQTT Discovery, Web UI
|
||||
url: https://gitea.bitfire.work/retr0/Growatt-Wechselrichter-HAOS
|
||||
arch:
|
||||
- aarch64
|
||||
|
||||
@@ -17,7 +17,7 @@ class MqttPublisher:
|
||||
self._connected = False
|
||||
self._registered: List[Tuple[Inverter, str, str]] = [] # (inverter, device_id, topic_prefix)
|
||||
|
||||
self._client = mqtt.Client(client_id="growatt_shinelanx_hub", clean_session=True)
|
||||
self._client = mqtt.Client(client_id="shinebridge_hub", clean_session=True)
|
||||
if user:
|
||||
self._client.username_pw_set(user, password)
|
||||
self._client.on_connect = self._on_connect
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Growatt ShineLAN-X</title>
|
||||
<title>ShineBridge</title>
|
||||
<style>
|
||||
:root {
|
||||
--bg: #0d1117; --surface: #161b22; --surface2: #21262d;
|
||||
@@ -150,7 +150,7 @@
|
||||
<path d="M12 2v3M12 19v3M2 12h3M19 12h3M4.22 4.22l2.12 2.12M17.66 17.66l2.12 2.12M4.22 19.78l2.12-2.12M17.66 6.34l2.12-2.12" stroke="#f0c040" stroke-width="2" stroke-linecap="round"/>
|
||||
</svg>
|
||||
<div>
|
||||
<h1>Growatt ShineLAN-X</h1>
|
||||
<h1>ShineBridge</h1>
|
||||
<div class="subtitle" id="subtitle">Lade...</div>
|
||||
</div>
|
||||
<div class="status-pill">
|
||||
|
||||
Reference in New Issue
Block a user