a8f0d6ccba
Fonctionnalités : - Lecture RS485 Modbus Epever Tracer 4210N (115200 bps, FC03/FC04/FC16) - Moteur de règles JSON (LittleFS) — commande automatique des relais - Interface web mobile-first (dashboard, règles, config, historique, EPEVER, debug) - WiFi AP+STA simultanés avec reconnexion automatique et portail captif - mDNS configurable (pv.local par défaut) - Configuration registres EPEVER depuis l'UI (18 registres holding) - Historique basse/haute résolution avec graphes canvas - VPN WireGuard optionnel (désactivé par défaut, config via UI) - OTA firmware + filesystem via ElegantOTA - Deep sleep / économie d'énergie Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
21 lines
912 B
XML
21 lines
912 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
<rect width="32" height="32" rx="6" fill="#1a1a2e"/>
|
|
<!-- soleil -->
|
|
<circle cx="16" cy="13" r="5" fill="#fdcb6e"/>
|
|
<!-- rayons -->
|
|
<g stroke="#fdcb6e" stroke-width="2" stroke-linecap="round">
|
|
<line x1="16" y1="4" x2="16" y2="6"/>
|
|
<line x1="16" y1="20" x2="16" y2="22"/>
|
|
<line x1="7" y1="13" x2="9" y2="13"/>
|
|
<line x1="23" y1="13" x2="25" y2="13"/>
|
|
<line x1="9.5" y1="6.5" x2="11" y2="8"/>
|
|
<line x1="21" y1="18" x2="22.5" y2="19.5"/>
|
|
<line x1="22.5" y1="6.5" x2="21" y2="8"/>
|
|
<line x1="9.5" y1="19.5" x2="11" y2="18"/>
|
|
</g>
|
|
<!-- batterie -->
|
|
<rect x="9" y="23" width="14" height="6" rx="1.5" fill="none" stroke="#00b894" stroke-width="1.5"/>
|
|
<rect x="23" y="25" width="2" height="2" rx="0.5" fill="#00b894"/>
|
|
<rect x="10.5" y="24.5" width="8" height="3" rx="1" fill="#00b894"/>
|
|
</svg>
|