Skip to content

Conversation

@crunchip77
Copy link
Contributor

Grundstruktur und Aktualisierung

Grundstruktur und Aktualisierung
```
4. **Adapterinstallation erzwingen**
```bash
iobroker install <adaptername> --force
Copy link
Collaborator

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? :-)

Copy link
Contributor

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?

Copy link
Contributor Author

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

**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`.
Copy link
Collaborator

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?

iobroker logs --watch
iobroker logs <adaptername>
```
2. **Adapter reparieren**
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
2. **Adapter reparieren**
2. **ioBroker Installation reparieren (immer möglich)**

4. **Node.js-Version prüfen und aktualisieren**
```bash
node -v
iobroker nodejs-update 20
Copy link
Collaborator

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants