391e615893
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>
10 lines
230 B
Plaintext
10 lines
230 B
Plaintext
# /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
|