So, jetzt ist der Sonntagnachmittag schon fast vorbei und ich bin immer noch nicht weiter.
Pi4 Neuinstallation mit iobroker. Meine Tasmota Sachen funktionieren alle.
Jetzt wollte ich meinen Zigbee Stick aktivieren und komme nicht weiter.
ls -la /dev/serial/by-id
ergibt folgende Meldung
pi@raspberrypi:~ $ ls -la /dev/serial/by-id
insgesamt 0
drwxr-xr-x 2 root root 60 27. Jul 15:08 .
drwxr-xr-x 4 root root 80 27. Jul 15:08 ..
lrwxrwxrwx 1 root root 13 27. Jul 15:08 usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_4288e3baea6aef11a71b99adc169b110-if00-port0 -> ../../ttyUSB0
Zigbee Adapter gestartet. Verbunden und Lebenszeichen wird kurz grün. Dann wieder alles rot.
Das Log während dieser Zeit:
2025-07-27 15:10:48.776 - info: host.raspberrypi "system.adapter.zigbee.0" enabled
2025-07-27 15:10:49.556 - info: host.raspberrypi instance system.adapter.zigbee.0 in version "2.0.5" started with pid 2329
2025-07-27 15:10:53.802 - info: zigbee.0 (2329) starting. Version 2.0.5 in /opt/iobroker/node_modules/iobroker.zigbee, node: v20.19.4, js-controller: 7.0.6
2025-07-27 15:10:53.832 - info: zigbee.0 (2329) init localConfig
2025-07-27 15:10:53.844 - info: zigbee.0 (2329) --> transmitPower : normal
2025-07-27 15:10:53.859 - info: zigbee.0 (2329) delete old Backup files. keep only last 10
2025-07-27 15:10:53.864 - info: zigbee.0 (2329) --- creating device debug ---
2025-07-27 15:10:53.865 - info: zigbee.0 (2329) Starting Adapter npm ...
2025-07-27 15:10:53.931 - info: zigbee.0 (2329) Installed Version: iobroker.zigbee@2.0.5 (Converters 23.6.0 Herdsman 3.5.2)
2025-07-27 15:10:53.934 - info: zigbee.0 (2329) Starting Zigbee-Herdsman
2025-07-27 15:10:54.659 - warn: zigbee.0 (2329) Network parameters in Config : panID=1 channel=11 extendedPanID=01134c0131dc028c
2025-07-27 15:10:54.661 - warn: zigbee.0 (2329) Network parameters on Coordinator: panID=65534 channel=0 extendedPanID=8b01db30004b1200
2025-07-27 15:10:54.687 - error: zigbee.0 (2329) Starting zigbee-herdsman problem : startup failed - configuration-adapter mismatch - see logs above for more information
2025-07-27 15:10:54.689 - error: zigbee.0 (2329) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
2025-07-27 15:10:54.691 - error: zigbee.0 (2329) unhandled promise rejection: undefined
2025-07-27 15:10:54.692 - error: zigbee.0 (2329) undefined
2025-07-27 15:10:54.695 - info: zigbee.0 (2329) cleaned everything up...
2025-07-27 15:10:54.696 - info: zigbee.0 (2329) local config saved
2025-07-27 15:10:54.698 - info: zigbee.0 (2329) Saved local configuration data
2025-07-27 15:10:54.699 - info: zigbee.0 (2329) terminating
2025-07-27 15:10:54.701 - warn: zigbee.0 (2329) Terminated (UNCAUGHT_EXCEPTION): Without reason
2025-07-27 15:10:54.707 - error: zigbee.0 (2329) Failed to open the network: TypeError: Cannot read properties of undefined (reading 'permitJoin')
at Controller.permitJoin (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:259:35)
at ZigbeeController.permitJoin (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:659:33)
at ZigbeeController.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:634:24)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Zigbee.onUnload (/opt/iobroker/node_modules/iobroker.zigbee/main.js:1037:17)
2025-07-27 15:10:54.773 - info: zigbee.0 (2329) terminating
2025-07-27 15:10:55.204 - info: zigbee.0 (2329) terminating
2025-07-27 15:10:55.320 - error: host.raspberrypi Caught by controller[0]: [2025-07-27T13:10:54.646Z] zh:adapter:zstack:manager: Configuration is not consistent with adapter state/backup!
2025-07-27 15:10:55.320 - error: host.raspberrypi Caught by controller[1]: [2025-07-27T13:10:54.647Z] zh:adapter:zstack:manager: - PAN ID: configured=1, adapter=6754
2025-07-27 15:10:55.320 - error: host.raspberrypi Caught by controller[1]: [2025-07-27T13:10:54.648Z] zh:adapter:zstack:manager: - Extended PAN ID: configured=00124b0030db018b, adapter=00124b0030db018b
2025-07-27 15:10:55.321 - error: host.raspberrypi Caught by controller[1]: [2025-07-27T13:10:54.648Z] zh:adapter:zstack:manager: - Network Key: configured=01030507090b0d0f00020406080a0c0d, adapter=01030507090b0d0f00020406080a0c0d
2025-07-27 15:10:55.321 - error: host.raspberrypi Caught by controller[1]: [2025-07-27T13:10:54.648Z] zh:adapter:zstack:manager: - Channel List: configured=11, adapter=11
2025-07-27 15:10:55.321 - error: host.raspberrypi Caught by controller[1]: [2025-07-27T13:10:54.649Z] zh:adapter:zstack:manager: Please update configuration to prevent further issues.
2025-07-27 15:10:55.321 - error: host.raspberrypi Caught by controller[1]: [2025-07-27T13:10:54.649Z] zh:adapter:zstack:manager: If you wish to re-commission your network, please remove coordinator backup at /opt/iobroker/iobroker-data/zigbee_0/nvbackup.json.
2025-07-27 15:10:55.321 - error: host.raspberrypi Caught by controller[1]: [2025-07-27T13:10:54.649Z] zh:adapter:zstack:manager: Re-commissioning your network will require re-pairing of all devices!
2025-07-27 15:10:55.322 - error: host.raspberrypi instance system.adapter.zigbee.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
2025-07-27 15:10:55.322 - info: host.raspberrypi Restart adapter system.adapter.zigbee.0 because enabled
2025-07-27 15:11:03.696 - info: host.raspberrypi "system.adapter.zigbee.0" disabled
2025-07-27 15:11:29.473 - error: zigbee.0 (2348) adapter disabled
2025-07-27 15:11:29.533 - warn: zigbee.0 (2348) Terminated (NO_ADAPTER_CONFIG_FOUND): Without reason
2025-07-27 15:11:30.117 - error: host.raspberrypi instance system.adapter.zigbee.0 terminated with code 3 (NO_ADAPTER_CONFIG_FOUND)
2025-07-27 15:11:30.118 - info: host.raspberrypi Do not restart adapter system.adapter.zigbee.0 because disabled or deleted
Jetzt die Gretchenfrage. Woher bekomme ich die richtigen Einstellungen für den Adapter unter Instanzen?
Habe mich da wohl bei google ein bisschen verrant und finde nicht das richtige.
Danke schonmal für den Schubs in die richtige Richtung.
Gruß an alle Jürgen