Conversation
Grundstruktur und Aktualisierung
docs/de/trouble/adapter.md
Outdated
| ``` | ||
| 4. **Adapterinstallation erzwingen** | ||
| ```bash | ||
| iobroker install <adaptername> --force |
There was a problem hiding this comment.
Sollten wir das wirklich tun vorschlagen? :-)
There was a problem hiding this comment.
Wann ist denn --force sinnvoll / notwendig?
Welche Dinge werden dann erzwungen?
There was a problem hiding this comment.
@mcm wenn Cache-Probleme nicht anderweitig behoben werden können oder Speicherplatz sparen möchtest. ohne --force bewirkt der Befehl nichts. Andernfalls wäre noch ein npm cache verify sinnvoll, um den Cache auf Integrität zu überprüfen und Datenleichen zu entfernen. Bin allerdings noch drüber die Kommentare zu bearbeiten und ne angepasste Version bereitzustellen
docs/de/trouble/adapter.md
Outdated
| **Symptome:** | ||
| - Adapter bleibt im Admin-Interface rot | ||
| - Keine „Connected“-Meldung in den Logs | ||
| - Crash mit Ausgaben wie `Error: Cannot find module <...>` oder `SyntaxError: Unexpected token`. |
There was a problem hiding this comment.
speziell "unexpected token" kann auch gern Filesystem Fehler bei SD Karten sein! das vllt noch hinzufügen?
docs/de/trouble/adapter.md
Outdated
| iobroker logs --watch | ||
| iobroker logs <adaptername> | ||
| ``` | ||
| 2. **Adapter reparieren** |
There was a problem hiding this comment.
| 2. **Adapter reparieren** | |
| 2. **ioBroker Installation reparieren (immer möglich)** |
docs/de/trouble/adapter.md
Outdated
| 4. **Node.js-Version prüfen und aktualisieren** | ||
| ```bash | ||
| node -v | ||
| iobroker nodejs-update 20 |
There was a problem hiding this comment.
am besten hier keine nummer weril dnn ists immer das empfohlene ...
Updated the 'Adapterfehler' documentation with new installation, startup, and performance troubleshooting steps, including specific symptoms, causes, and solutions for common adapter issues.
Grundstruktur und Aktualisierung