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,9 @@
|
||||
# /etc/dnsmasq.conf — DHCP für ShineLAN-X auf eth0
|
||||
|
||||
interface=eth0
|
||||
dhcp-range=10.0.0.100,10.0.0.200,12h
|
||||
|
||||
# ShineLAN-X bekommt immer 10.0.0.100 (MAC anpassen!)
|
||||
# dhcp-host=AA:BB:CC:DD:EE:FF,shinelanx,10.0.0.100
|
||||
|
||||
bind-interfaces
|
||||
Reference in New Issue
Block a user