Initial commit ESP32 Feuchtigkeit Sensor Projekt
This commit is contained in:
8
docs/03_troubleshooting.md
Normal file
8
docs/03_troubleshooting.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# 🔧 Troubleshooting
|
||||
|
||||
| Problem | Ursache | Lösung |
|
||||
|----------|----------|---------|
|
||||
| Keine MQTT-Daten in HA | Broker nicht erreichbar | Prüfe IP-Adresse und Zugangsdaten in `main.cpp` |
|
||||
| ESP32 verbindet sich nicht mit WLAN | SSID oder Passwort falsch | Werte prüfen, ggf. Serial Monitor ansehen |
|
||||
| Sensorwerte zu hoch/niedrig | Kalibrierung nötig | Werte `V_TROCKEN` und `V_NASS` anpassen |
|
||||
| Fehlermeldung `filename` in HA | YAML-Dateiname unzulässig | Achte auf Kleinbuchstaben und `.yaml`-Endung |
|
||||
Reference in New Issue
Block a user