Feature: ShineDiag — portabler Vor-Ort-Diagnose-Gateway (Pi 3B)
Flask-App + mobile Web UI für Diagnose vor Ort ohne HAOS/MQTT. Pi 3B: eth0 → ShineLAN-X (DHCP), wlan0 → Hotspot "ShineDiag". Browser auf http://10.0.1.1: Modell wählen, alle Sensoren auslesen, Rohdaten-Register-Dump, Export als JSON. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# /etc/dhcpcd.conf — eth0 feste IP für ShineDiag
|
||||
# Diese Datei ans Ende von /etc/dhcpcd.conf anhängen
|
||||
|
||||
interface eth0
|
||||
static ip_address=10.0.0.1/24
|
||||
static routers=
|
||||
static domain_name_servers=
|
||||
noipv6
|
||||
Reference in New Issue
Block a user