-
Notifications
You must be signed in to change notification settings - Fork 173
Update adapter.md #626
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Update adapter.md #626
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sollten wir das wirklich tun vorschlagen? :-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wann ist denn --force sinnvoll / notwendig?
Welche Dinge werden dann erzwungen?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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