Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Einsteigerfragen
    4. Zigbee lässt sich nicht verbinden

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Zigbee lässt sich nicht verbinden

    This topic has been deleted. Only users with topic management privileges can see it.
    • Thomas Braun
      Thomas Braun Most Active @Oliver1972 last edited by

      @oliver1972

      ls -lAh /dev/serial/by-id
      

      sagt?

      Die Zusammenfassung von

      iob diag
      

      sagt?

      O 1 Reply Last reply Reply Quote 0
      • O
        Oliver1972 @Thomas Braun last edited by

        @thomas-braun

        pi@raspberrypi:~ $ ls -lAh /dev/serial/by-id
        total 0
        lrwxrwxrwx 1 root root 13 Jul 14 21:31 usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_0afb8cee4fc9eb119b7a8b4f1d69213e-if00-port0 -> ../../ttyUSB0
        
        
        
        
        ======================= SUMMARY =======================
                             v.2023-04-16
        
        
        Operatingsystem:        Debian GNU/Linux 11 (bullseye)
        Kernel:                 6.1.38-v8+
        Installation:           Native
        Timezone:               Europe/Rome (CEST, +0200)
        User-ID:                1000
        X-Server:               false
        Boot Target:            multi-user.target
        
        Pending OS-Updates:     0
        Pending iob updates:    0
        
        Nodejs-Installation:    /usr/bin/nodejs         v18.16.1
                                /usr/bin/node           v18.16.1
                                /usr/bin/npm            9.5.1
                                /usr/bin/npx            9.5.1
        
        Recommended versions are nodejs 18.x.y and npm 9.x.y
        Your nodejs installation is correct
        
        MEMORY:
                       total        used        free      shared  buff/cache   available
        Mem:            7.8G        1.3G        5.7G        1.0M        790M        6.4G
        Swap:            99M          0B         99M
        Total:          7.9G        1.3G        5.8G
        
        Active iob-Instances:   17
        Active repo(s): stable
        
        ioBroker Core:          js-controller           4.0.24
                                admin                   6.3.5
        
        ioBroker Status:        iobroker is running on this host.
        
        
        Objects type: jsonl
        States  type: jsonl
        
        Status admin and web instance:
        + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
        + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0 (SSL), run as: admin
        
        Objects:                4442
        States:                 3304
        
        Size of iob-Database:
        
        17M     /opt/iobroker/iobroker-data/objects.jsonl
        1020K   /opt/iobroker/iobroker-data/states.jsonl
        
        
        
        =================== END OF SUMMARY ====================
        
        
        1 Reply Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @Oliver1972 last edited by

          @oliver1972 sagte in Zigbee lässt sich nicht verbinden:

          "Error while opening serialport 'Error: Error: No such file or directory, cannot open /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_0afb8cee4fc9eb119b7a8b4f1d69213e-if00-port0 '

          Kann es sein, dass hinter port0 bei dir noch ein Leerzeichen steht?

          O 1 Reply Last reply Reply Quote 0
          • O
            Oliver1972 @Thomas Braun last edited by

            @thomas-braun Bei den Einstellungen unter ZigBee habe ich das so ohne Leerzeichen eingegeben:

            /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_0afb8cee4fc9eb119b7a8b4f1d69213e-if00-port0
            

            Was komisch ist, bei der anderen SD Karte, kann ich dort einen USB Port auswählen, hier wenn ich darauf klicke, kommt nichts...

            O 1 Reply Last reply Reply Quote 0
            • O
              Oliver1972 @Oliver1972 last edited by

              @oliver1972 hab mal ZigBee Neu Installiert, funktioniert immer noch nicht, COM-Anschlussname einggegeben; hier die ganzen Fehlermeldungen:

              host.raspberrypi
              	2023-07-17 16:20:45.355	warn	Do not restart adapter system.adapter.zigbee.0 because restart loop detected
              host.raspberrypi
              	2023-07-17 16:20:45.355	info	Restart adapter system.adapter.zigbee.0 because enabled
              host.raspberrypi
              	2023-07-17 16:20:45.355	error	instance system.adapter.zigbee.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
              host.raspberrypi
              	2023-07-17 16:20:45.355	error	Caught by controller[1]: at Zigbee.doConnect (/opt/iobroker/node_modules/iobroker.zigbee/main.js:345:18)
              host.raspberrypi
              	2023-07-17 16:20:45.355	error	Caught by controller[1]: at Zigbee.sendError (/opt/iobroker/node_modules/iobroker.zigbee/main.js:118:32)
              host.raspberrypi
              	2023-07-17 16:20:45.354	error	Caught by controller[1]: at Object.configureScope (/opt/iobroker/node_modules/@sentry/src/exports.ts:76:1)
              host.raspberrypi
              	2023-07-17 16:20:45.354	error	Caught by controller[1]: at Hub.configureScope (/opt/iobroker/node_modules/@sentry/src/hub.ts:340:1)
              host.raspberrypi
              	2023-07-17 16:20:45.354	error	Caught by controller[1]: at /opt/iobroker/node_modules/iobroker.zigbee/main.js:122:56
              host.raspberrypi
              	2023-07-17 16:20:45.354	error	Caught by controller[1]: TypeError: Cannot read properties of undefined (reading 'Error')
              host.raspberrypi
              	2023-07-17 16:20:45.353	error	Caught by controller[0]: 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(). The promise rejected with the reason:
              zigbee.0
              	2023-07-17 16:20:44.747	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
              zigbee.0
              	2023-07-17 16:20:44.745	info	terminating
              zigbee.0
              	2023-07-17 16:20:44.259	info	Zigbee: disabling joining new devices.
              zigbee.0
              	2023-07-17 16:20:44.244	info	cleaned everything up...
              zigbee.0
              	2023-07-17 16:20:44.223	error	Cannot read properties of undefined (reading 'Error')
              zigbee.0
              	2023-07-17 16:20:44.222	error	TypeError: Cannot read properties of undefined (reading 'Error') at /opt/iobroker/node_modules/iobroker.zigbee/main.js:122:56 at Hub.configureScope (/opt/iobroker/node_modules/@sentry/src/hub.ts:340:1) at Object.configureScope (/opt/iobroker/node_modules/@sentry/src/exports.ts:76:1) at Zigbee.sendError (/opt/iobroker/node_modules/iobroker.zigbee/main.js:118:32) at Zigbee.doConnect (/opt/iobroker/node_modules/iobroker.zigbee/main.js:345:18)
              zigbee.0
              	2023-07-17 16:20:44.171	error	unhandled promise rejection: Cannot read properties of undefined (reading 'Error')
              zigbee.0
              	2023-07-17 16:20:44.170	error	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().
              zigbee.0
              	2023-07-17 16:20:44.168	error	Error herdsman start
              zigbee.0
              	2023-07-17 16:20:44.167	error	Failed to start Zigbee
              zigbee.0
              	2023-07-17 16:20:44.166	error	Starting zigbee-herdsman problem : "startup failed - configuration-adapter mismatch - see logs above for more information"
              zigbee.0
              	2023-07-17 16:20:43.992	error	Re-commissioning your network will require re-pairing of all devices!
              zigbee.0
              	2023-07-17 16:20:43.990	error	If you wish to re-commission your network, please remove coordinator backup at /opt/iobroker/iobroker-data/zigbee_0/nvbackup.json.
              zigbee.0
              	2023-07-17 16:20:43.990	error	Please update configuration to prevent further issues.
              zigbee.0
              	2023-07-17 16:20:43.989	error	- Channel List: configured=11, adapter=12
              zigbee.0
              	2023-07-17 16:20:43.988	error	- Network Key: configured=01030507090b0d0f00020406080a0c0d, adapter=01030507090b0d0f00020406080a0c0d
              zigbee.0
              	2023-07-17 16:20:43.987	error	- Extended PAN ID: configured=00124b0024c69259, adapter=00124b0024c69259
              zigbee.0
              	2023-07-17 16:20:43.985	error	- PAN ID: configured=6754, adapter=6754
              zigbee.0
              	2023-07-17 16:20:43.984	error	Configuration is not consistent with adapter state/backup!
              zigbee.0
              	2023-07-17 16:20:43.757	info	Installed Version: iobroker.zigbee@1.8.16
              zigbee.0
              	2023-07-17 16:20:42.742	info	Starting Zigbee npm ...
              zigbee.0
              	2023-07-17 16:20:42.739	info	delete old Backup files. keep only last 10
              zigbee.0
              	2023-07-17 16:20:42.525	info	starting. Version 1.8.16 in /opt/iobroker/node_modules/iobroker.zigbee, node: v18.16.1, js-controller: 4.0.24
              host.raspberrypi
              	2023-07-17 16:20:37.514	info	instance system.adapter.zigbee.0 started with pid 198235
              admin.0
              	2023-07-17 16:20:34.464	info	<== Disconnect system.user.admin from ::ffff:192.168.178.70
              admin.0
              	2023-07-17 16:20:31.235	info	==> Connected system.user.admin from ::ffff:192.168.178.70
              host.raspberrypi
              	2023-07-17 16:20:20.179	info	Restart adapter system.adapter.zigbee.0 because enabled
              host.raspberrypi
              	2023-07-17 16:20:20.179	error	instance system.adapter.zigbee.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
              host.raspberrypi
              	2023-07-17 16:20:20.179	error	Caught by controller[1]: at Zigbee.doConnect (/opt/iobroker/node_modules/iobroker.zigbee/main.js:345:18)
              host.raspberrypi
              	2023-07-17 16:20:20.179	error	Caught by controller[1]: at Zigbee.sendError (/opt/iobroker/node_modules/iobroker.zigbee/main.js:118:32)
              host.raspberrypi
              	2023-07-17 16:20:20.178	error	Caught by controller[1]: at Object.configureScope (/opt/iobroker/node_modules/@sentry/src/exports.ts:76:1)
              host.raspberrypi
              	2023-07-17 16:20:20.178	error	Caught by controller[1]: at Hub.configureScope (/opt/iobroker/node_modules/@sentry/src/hub.ts:340:1)
              host.raspberrypi
              	2023-07-17 16:20:20.178	error	Caught by controller[1]: at /opt/iobroker/node_modules/iobroker.zigbee/main.js:122:56
              host.raspberrypi
              	2023-07-17 16:20:20.178	error	Caught by controller[1]: TypeError: Cannot read properties of undefined (reading 'Error')
              host.raspberrypi
              	2023-07-17 16:20:20.178	error	Caught by controller[0]: 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(). The promise rejected with the reason:
              zigbee.0
              	2023-07-17 16:20:19.576	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
              zigbee.0
              	2023-07-17 16:20:19.574	info	terminating
              zigbee.0
              	2023-07-17 16:20:19.073	info	Zigbee: disabling joining new devices.
              zigbee.0
              	2023-07-17 16:20:19.065	info	cleaned everything up...
              zigbee.0
              	2023-07-17 16:20:19.041	error	Cannot read properties of undefined (reading 'Error')
              zigbee.0
              	2023-07-17 16:20:19.040	error	TypeError: Cannot read properties of undefined (reading 'Error') at /opt/iobroker/node_modules/iobroker.zigbee/main.js:122:56 at Hub.configureScope (/opt/iobroker/node_modules/@sentry/src/hub.ts:340:1) at Object.configureScope (/opt/iobroker/node_modules/@sentry/src/exports.ts:76:1) at Zigbee.sendError (/opt/iobroker/node_modules/iobroker.zigbee/main.js:118:32) at Zigbee.doConnect (/opt/iobroker/node_modules/iobroker.zigbee/main.js:345:18)
              zigbee.0
              	2023-07-17 16:20:19.000	error	unhandled promise rejection: Cannot read properties of undefined (reading 'Error')
              zigbee.0
              	2023-07-17 16:20:18.999	error	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().
              zigbee.0
              	2023-07-17 16:20:18.998	error	Error herdsman start
              zigbee.0
              	2023-07-17 16:20:18.998	error	Failed to start Zigbee
              zigbee.0
              	2023-07-17 16:20:18.997	error	Starting zigbee-herdsman problem : "startup failed - configuration-adapter mismatch - see logs above for more information"
              zigbee.0
              	2023-07-17 16:20:18.856	error	Re-commissioning your network will require re-pairing of all devices!
              zigbee.0
              	2023-07-17 16:20:18.855	error	If you wish to re-commission your network, please remove coordinator backup at /opt/iobroker/iobroker-data/zigbee_0/nvbackup.json.
              zigbee.0
              	2023-07-17 16:20:18.854	error	Please update configuration to prevent further issues.
              zigbee.0
              	2023-07-17 16:20:18.854	error	- Channel List: configured=11, adapter=12
              zigbee.0
              	2023-07-17 16:20:18.853	error	- Network Key: configured=01030507090b0d0f00020406080a0c0d, adapter=01030507090b0d0f00020406080a0c0d
              zigbee.0
              	2023-07-17 16:20:18.853	error	- Extended PAN ID: configured=00124b0024c69259, adapter=00124b0024c69259
              zigbee.0
              	2023-07-17 16:20:18.851	error	- PAN ID: configured=6754, adapter=6754
              zigbee.0
              	2023-07-17 16:20:18.850	error	Configuration is not consistent with adapter state/backup!
              zigbee.0
              	2023-07-17 16:20:18.661	info	Installed Version: iobroker.zigbee@1.8.16
              zigbee.0
              	2023-07-17 16:20:17.905	info	Starting Zigbee npm ...
              zigbee.0
              	2023-07-17 16:20:17.902	info	delete old Backup files. keep only last 10
              zigbee.0
              	2023-07-17 16:20:17.771	info	starting. Version 1.8.16 in /opt/iobroker/node_modules/iobroker.zigbee, node: v18.16.1, js-controller: 4.0.24
              admin.0
              	2023-07-17 16:20:12.829	info	<== Disconnect system.user.admin from ::ffff:192.168.178.70
              host.raspberrypi
              	2023-07-17 16:20:12.580	info	instance system.adapter.zigbee.0 started with pid 197761
              host.raspberrypi
              	2023-07-17 16:20:05.362	info	Restart adapter system.adapter.zigbee.0 because enabled
              host.raspberrypi
              	2023-07-17 16:20:05.362	error	instance system.adapter.zigbee.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
              host.raspberrypi
              	2023-07-17 16:20:05.362	error	Caught by controller[1]: at processTicksAndRejections (node:internal/process/task_queues:95:5)
              host.raspberrypi
              	2023-07-17 16:20:05.361	error	Caught by controller[1]: at Zigbee.doConnect (/opt/iobroker/node_modules/iobroker.zigbee/main.js:345:18)
              host.raspberrypi
              	2023-07-17 16:20:05.361	error	Caught by controller[1]: at Zigbee.sendError (/opt/iobroker/node_modules/iobroker.zigbee/main.js:118:32)
              host.raspberrypi
              	2023-07-17 16:20:05.361	error	Caught by controller[1]: at Object.configureScope (/opt/iobroker/node_modules/@sentry/src/exports.ts:76:1)
              host.raspberrypi
              	2023-07-17 16:20:05.361	error	Caught by controller[1]: at Hub.configureScope (/opt/iobroker/node_modules/@sentry/src/hub.ts:340:1)
              host.raspberrypi
              	2023-07-17 16:20:05.361	error	Caught by controller[1]: at /opt/iobroker/node_modules/iobroker.zigbee/main.js:122:56
              host.raspberrypi
              	2023-07-17 16:20:05.361	error	Caught by controller[1]: TypeError: Cannot read properties of undefined (reading 'Error')
              host.raspberrypi
              	2023-07-17 16:20:05.360	error	Caught by controller[0]: 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(). The promise rejected with the reason:
              zigbee.0
              	2023-07-17 16:20:04.769	info	Installed Version: iobroker.zigbee@1.8.16
              zigbee.0
              	2023-07-17 16:20:04.737	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
              zigbee.0
              	2023-07-17 16:20:04.736	info	terminating
              zigbee.0
              	2023-07-17 16:20:04.735	warn	Failed to stop zigbee during startup
              zigbee.0
              	2023-07-17 16:20:04.717	info	Zigbee: disabling joining new devices.
              zigbee.0
              	2023-07-17 16:20:04.704	info	cleaned everything up...
              zigbee.0
              	2023-07-17 16:20:04.686	error	Cannot read properties of undefined (reading 'Error')
              zigbee.0
              	2023-07-17 16:20:04.686	error	TypeError: Cannot read properties of undefined (reading 'Error') at /opt/iobroker/node_modules/iobroker.zigbee/main.js:122:56 at Hub.configureScope (/opt/iobroker/node_modules/@sentry/src/hub.ts:340:1) at Object.configureScope (/opt/iobroker/node_modules/@sentry/src/exports.ts:76:1) at Zigbee.sendError (/opt/iobroker/node_modules/iobroker.zigbee/main.js:118:32) at Zigbee.doConnect (/opt/iobroker/node_modules/iobroker.zigbee/main.js:345:18) at processTicksAndRejections (node:internal/process/task_queues:95:5)
              zigbee.0
              	2023-07-17 16:20:04.669	error	unhandled promise rejection: Cannot read properties of undefined (reading 'Error')
              zigbee.0
              	2023-07-17 16:20:04.667	error	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().
              zigbee.0
              	2023-07-17 16:20:04.666	error	Error herdsman start
              zigbee.0
              	2023-07-17 16:20:04.666	error	Failed to start Zigbee
              zigbee.0
              	2023-07-17 16:20:04.664	error	Starting zigbee-herdsman problem : "No path provided and failed to auto detect path"
              zigbee.0
              	2023-07-17 16:20:03.783	info	Starting Zigbee npm ...
              zigbee.0
              	2023-07-17 16:20:03.781	info	delete old Backup files. keep only last 10
              zigbee.0
              	2023-07-17 16:20:03.485	error	Serial port not selected! Go to settings page.
              zigbee.0
              	2023-07-17 16:20:03.433	info	starting. Version 1.8.16 in /opt/iobroker/node_modules/iobroker.zigbee, node: v18.16.1, js-controller: 4.0.24
              admin.0
              	2023-07-17 16:19:59.289	info	==> Connected system.user.admin from ::ffff:192.168.178.70
              host.raspberrypi
              	2023-07-17 16:19:58.987	info	instance system.adapter.zigbee.0 started with pid 197256
              host.raspberrypi
              	2023-07-17 16:19:56.962	info	iobroker exit 0
              host.raspberrypi
              	2023-07-17 16:19:55.905	info	iobroker host.raspberrypi object system.adapter.zigbee.0 created
              host.raspberrypi
              	2023-07-17 16:19:55.884	info	iobroker host.raspberrypi Set default value of zigbee.0.info.debugmessages:
              host.raspberrypi
              	2023-07-17 16:19:55.879	info	iobroker host.raspberrypi Set default value of zigbee.0.info.undefinedDevices:
              host.raspberrypi
              	2023-07-17 16:19:55.873	info	iobroker host.raspberrypi Set default value of zigbee.0.info.groups:
              host.raspberrypi
              	2023-07-17 16:19:55.868	info	iobroker host.raspberrypi Set default value of zigbee.0.info.pairingMessage:
              host.raspberrypi
              	2023-07-17 16:19:55.862	info	iobroker host.raspberrypi Set default value of zigbee.0.info.pairingCountdown: 0
              host.raspberrypi
              	2023-07-17 16:19:55.857	info	iobroker host.raspberrypi Set default value of zigbee.0.info.pairingMode: false
              host.raspberrypi
              	2023-07-17 16:19:55.851	info	iobroker host.raspberrypi Set default value of zigbee.0.info.connection: false
              host.raspberrypi
              	2023-07-17 16:19:55.846	info	iobroker host.raspberrypi Set default value of zigbee.0.exclude.all: []
              host.raspberrypi
              	2023-07-17 16:19:55.840	info	iobroker host.raspberrypi object zigbee.0.info.debugmessages created
              host.raspberrypi
              	2023-07-17 16:19:55.832	info	iobroker host.raspberrypi object zigbee.0.info.undefinedDevices created
              host.raspberrypi
              	2023-07-17 16:19:55.824	info	iobroker host.raspberrypi object zigbee.0.info.groups created
              host.raspberrypi
              	2023-07-17 16:19:55.816	info	iobroker host.raspberrypi object zigbee.0.info.pairingMessage created
              host.raspberrypi
              	2023-07-17 16:19:55.807	info	iobroker host.raspberrypi object zigbee.0.info.pairingCountdown created
              host.raspberrypi
              	2023-07-17 16:19:55.799	info	iobroker host.raspberrypi object zigbee.0.info.pairingMode created
              host.raspberrypi
              	2023-07-17 16:19:55.791	info	iobroker host.raspberrypi object zigbee.0.info.connection created
              host.raspberrypi
              	2023-07-17 16:19:55.783	info	iobroker host.raspberrypi object zigbee.0.info created
              host.raspberrypi
              	2023-07-17 16:19:55.776	info	iobroker host.raspberrypi object zigbee.0.exclude.all created
              host.raspberrypi
              	2023-07-17 16:19:55.767	info	iobroker host.raspberrypi object zigbee.0.exclude created
              host.raspberrypi
              	2023-07-17 16:19:55.754	info	iobroker host.raspberrypi object system.adapter.zigbee.0.logLevel created
              host.raspberrypi
              	2023-07-17 16:19:55.741	info	iobroker host.raspberrypi object system.adapter.zigbee.0.sigKill created
              host.raspberrypi
              	2023-07-17 16:19:55.728	info	iobroker host.raspberrypi object system.adapter.zigbee.0.eventLoopLag created
              host.raspberrypi
              	2023-07-17 16:19:55.715	info	iobroker host.raspberrypi object system.adapter.zigbee.0.outputCount created
              host.raspberrypi
              	2023-07-17 16:19:55.702	info	iobroker host.raspberrypi object system.adapter.zigbee.0.inputCount created
              host.raspberrypi
              	2023-07-17 16:19:55.687	info	iobroker host.raspberrypi object system.adapter.zigbee.0.uptime created
              host.raspberrypi
              	2023-07-17 16:19:55.673	info	iobroker host.raspberrypi object system.adapter.zigbee.0.memRss created
              host.raspberrypi
              	2023-07-17 16:19:55.661	info	iobroker host.raspberrypi object system.adapter.zigbee.0.memHeapTotal created
              host.raspberrypi
              	2023-07-17 16:19:55.649	info	iobroker host.raspberrypi object system.adapter.zigbee.0.memHeapUsed created
              host.raspberrypi
              	2023-07-17 16:19:55.639	info	iobroker host.raspberrypi object system.adapter.zigbee.0.cputime created
              host.raspberrypi
              	2023-07-17 16:19:55.628	info	iobroker host.raspberrypi object system.adapter.zigbee.0.cpu created
              host.raspberrypi
              	2023-07-17 16:19:55.612	info	iobroker host.raspberrypi object system.adapter.zigbee.0.compactMode created
              host.raspberrypi
              	2023-07-17 16:19:55.601	info	iobroker host.raspberrypi object system.adapter.zigbee.0.connected created
              host.raspberrypi
              	2023-07-17 16:19:55.589	info	iobroker host.raspberrypi object system.adapter.zigbee.0.alive created
              host.raspberrypi
              	2023-07-17 16:19:55.574	info	iobroker host.raspberrypi create instance zigbee
              host.raspberrypi
              	2023-07-17 16:19:55.481	info	iobroker host.raspberrypi object system.adapter.zigbee created/updated
              host.raspberrypi
              	2023-07-17 16:19:55.384	info	iobroker upload [0] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/zigbee.svg zigbee.svg image/svg+xml
              host.raspberrypi
              	2023-07-17 16:19:55.374	info	iobroker upload [1] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/zigbee.png zigbee.png image/png
              host.raspberrypi
              	2023-07-17 16:19:55.363	info	iobroker upload [2] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/words.js words.js application/javascript
              host.raspberrypi
              	2023-07-17 16:19:55.342	info	iobroker upload [3] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/vis-network.min.js vis-network.min.js application/javascript
              host.raspberrypi
              	2023-07-17 16:19:55.330	info	iobroker upload [4] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/vis-network.min.css vis-network.min.css text/css
              host.raspberrypi
              	2023-07-17 16:19:55.320	info	iobroker upload [5] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/tab_m.html tab_m.html text/html
              host.raspberrypi
              	2023-07-17 16:19:55.309	info	iobroker upload [6] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/shuffle.min.js shuffle.min.js application/javascript
              host.raspberrypi
              	2023-07-17 16:19:55.289	info	iobroker upload [7] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/moment.min.js moment.min.js application/javascript
              host.raspberrypi
              	2023-07-17 16:19:55.279	info	iobroker upload [8] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/index_m.html index_m.html text/html
              host.raspberrypi
              	2023-07-17 16:19:55.267	info	iobroker upload [9] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/index.html index.html text/html
              host.raspberrypi
              	2023-07-17 16:19:55.255	info	iobroker upload [10] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/zemismart_sw2.png img/zemismart_sw2.png image/png
              host.raspberrypi
              	2023-07-17 16:19:55.245	info	iobroker upload [11] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/zbt_smart_switch.png img/zbt_smart_switch.png image/png
              host.raspberrypi
              	2023-07-17 16:19:55.234	info	iobroker upload [12] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/zbt_led_panel.png img/zbt_led_panel.png image/png
              host.raspberrypi
              	2023-07-17 16:19:55.224	info	iobroker upload [13] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/zbt_e27_rgbw.png img/zbt_e27_rgbw.png image/png
              host.raspberrypi
              	2023-07-17 16:19:55.213	info	iobroker upload [14] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/zbt_e27.png img/zbt_e27.png image/png
              host.raspberrypi
              	2023-07-17 16:19:55.204	info	iobroker upload [15] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/xiaomi_wireless_switch.png img/xiaomi_wireless_switch.png image/png
              host.raspberrypi
              	2023-07-17 16:19:55.195	info	iobroker upload [16] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/xiaomi_plug_eu.png img/xiaomi_plug_eu.png image/png
              host.raspberrypi
              	2023-07-17 16:19:55.185	info	iobroker upload [17] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/wemo.png img/wemo.png image/png
              host.raspberrypi
              	2023-07-17 16:19:55.176	info	iobroker upload [18] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/unknown.png img/unknown.png image/png
              host.raspberrypi
              	2023-07-17 16:19:55.166	info	iobroker upload [19] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/unavailable.png img/unavailable.png image/png
              host.raspberrypi
              	2023-07-17 16:19:55.156	info	iobroker upload [20] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/tuya_tyzs1l.png img/tuya_tyzs1l.png image/png
              host.raspberrypi
              	2023-07-17 16:19:55.077	info	iobroker upload [30] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/ts0203.png img/ts0203.png image/png
              host.raspberrypi
              	2023-07-17 16:19:54.996	info	iobroker upload [40] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/smartthings_motion.png img/smartthings_motion.png image/png
              host.raspberrypi
              	2023-07-17 16:19:54.921	info	iobroker upload [50] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/sensor_philipshue.png img/sensor_philipshue.png image/png
              host.raspberrypi
              	2023-07-17 16:19:54.846	info	iobroker upload [60] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/plug.png img/plug.png image/png
              host.raspberrypi
              	2023-07-17 16:19:54.771	info	iobroker upload [70] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/philips_hue_ltc021.png img/philips_hue_ltc021.png image/png
              host.raspberrypi
              	2023-07-17 16:19:54.697	info	iobroker upload [80] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/philips_hue_e27_ambiance.png img/philips_hue_e27_ambiance.png image/png
              host.raspberrypi
              	2023-07-17 16:19:54.594	info	iobroker upload [90] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/philips_hue_ambiance.png img/philips_hue_ambiance.png image/png
              host.raspberrypi
              	2023-07-17 16:19:54.520	info	iobroker upload [100] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/philips_amaze.png img/philips_amaze.png image/png
              host.raspberrypi
              	2023-07-17 16:19:54.167	info	iobroker upload [150] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/lh_32Zb.png img/lh_32Zb.png image/png
              host.raspberrypi
              	2023-07-17 16:19:53.779	info	iobroker upload [200] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/hive.png img/hive.png image/png
              host.raspberrypi
              	2023-07-17 16:19:53.418	info	iobroker upload [250] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/bitron_motion.png img/bitron_motion.png image/png
              host.raspberrypi
              	2023-07-17 16:19:53.084	info	iobroker upload [300] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/Bitron_AV201021A.png img/Bitron_AV201021A.png image/png
              host.raspberrypi
              	2023-07-17 16:19:52.884	info	iobroker upload [322] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/adapter-settings.js adapter-settings.js application/javascript
              host.raspberrypi
              	2023-07-17 16:19:52.818	info	iobroker host.raspberrypi install adapter zigbee
              host.raspberrypi
              	2023-07-17 16:19:52.758	info	iobroker added 53 packages in 20s131 packages are looking for funding run `npm fund` for details
              host.raspberrypi
              	2023-07-17 16:19:52.756	info	iobroker
              host.raspberrypi
              	2023-07-17 16:19:31.999	info	iobroker Installing iobroker.zigbee@1.8.16... (System call)
              host.raspberrypi
              	2023-07-17 16:19:31.993	info	iobroker NPM version: 9.5.1
              
              Thomas Braun 1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @Oliver1972 last edited by

                @oliver1972 sagte in Zigbee lässt sich nicht verbinden:

                Configuration is not consistent with adapter

                Die Einstellungen müssen deckungsgleich sein. Beim Kanal hast du aber eine Abweichung drin. Prüf die anderen Dinge auch.

                O 1 Reply Last reply Reply Quote 0
                • O
                  Oliver1972 @Thomas Braun last edited by

                  @thomas-braun hab den Kanal richtiggestellt, trotzdem funktioniert es nicht. Bei den anderen Dingen konnte ich nichts finden. Hab auf der Alten SD Karte, also auf den Raspberry 32BIT System, den ZigBee Stick mit der Neuesten Software geupdatetet und dann nochmal einen Versuch gestartet, aber es bleiben immer die gleichen Verbindungsprobleme. Ist es möglich, das das Backup, das ich von 32Bit System auf den Neuen 64Bit System hochgeladen habe, die Probleme verursacht?

                  Thomas Braun 1 Reply Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @Oliver1972 last edited by Thomas Braun

                    @oliver1972

                    Eigentlich ist die Architektur dem Backup egal, es handelt sich ja nicht um kompilierten Code.

                    1 Reply Last reply Reply Quote 0
                    • Neuschwansteini
                      Neuschwansteini @Oliver1972 last edited by

                      @oliver1972

                      Installier doch mal die Version 1.8.18 vom Zigbee-Adapter... vielleicht gehts ja damit.. ?
                      Glaub die 1.8.16 hatte nochn paar Fehlerchen...

                      O 1 Reply Last reply Reply Quote 0
                      • O
                        Oliver1972 @Neuschwansteini last edited by

                        @thomas-braun @ilovegym hat leider auch nichts gebracht. Die selben Fehlermeldungen mit 1.8.18 .
                        Habe einen weiteren Test mit einer weiteren SD Karte gemacht. Formatiert, Raspberry 64Bit installiert. IoBroker Installiert und dazu nur ZigBee, nichts anderes.
                        Darauf musste ich wieder Zigbee/Conbee2 funktioniert nach Update nicht mehr (udev) machen und den COM Anschluss eingeben. Auch auf dieser SD kommen die gleichen Fehler, somit kann ich das Backup, was ich bei der einen hochgeladen habe, als Fehlerquelle 100% ausschließen.
                        Warum funktioniert der Sonoff Zigbee Stick beim 32Bit System ohne Probleme und bei den nun zwei 64Bit Systemen nicht?
                        Könnte dieses 247.3-7+deb11u4 Schuld sein?

                        Thomas Braun 1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @Oliver1972 last edited by

                          @oliver1972

                          Nein, die Version von udev funktioniert.

                          1 Reply Last reply Reply Quote 0
                          • Matthias 0
                            Matthias 0 last edited by Matthias 0

                            Guten Tag zusammen,
                            ich versuche nun auch seit mehreren Tagen erfolglos meinen Sonoff Zigbee 3.0 plus Stick über meine Proxmox Umgebung in den IOBroker Adapter zu integrieren.
                            Ich habe verschiedene Möglichkeiten, dass gerät an meinen LXC durchzureichen probiert.

                            Leider bislang ohne Erfolg. Vielleicht kann mir hier jemand einen entscheiden Tipp geben, wo es denn hängt....

                            Hier das LOG

                            2023-07-19 11:06:05.005  - info: host.IOBroker Restart adapter system.adapter.zigbee.0 because enabled
                            2023-07-19 11:06:05.005  - warn: host.IOBroker Do not restart adapter system.adapter.zigbee.0 because restart loop detected
                            2023-07-19 11:06:09.894  - info: admin.0 (338) <== Disconnect system.user.admin from ::ffff:192.168.2.32 
                            2023-07-19 11:07:24.942  - info: host.IOBroker "system.adapter.zigbee.0" disabled
                            2023-07-19 11:07:27.835  - info: admin.0 (338) ==> Connected system.user.admin from ::ffff:192.168.2.32
                            2023-07-19 11:07:44.279  - info: admin.0 (338) <== Disconnect system.user.admin from ::ffff:192.168.2.32 
                            2023-07-19 11:08:10.370  - info: host.IOBroker "system.adapter.zigbee.0" enabled
                            2023-07-19 11:08:10.381  - info: host.IOBroker instance system.adapter.zigbee.0 started with pid 678
                            2023-07-19 11:08:10.370  - info: host.IOBroker "system.adapter.zigbee.0" enabled
                            2023-07-19 11:08:10.381  - info: host.IOBroker instance system.adapter.zigbee.0 started with pid 678
                            2023-07-19 11:08:11.331  - info: zigbee.0 (678) starting. Version 1.8.16 in /opt/iobroker/node_modules/iobroker.zigbee, node: v18.16.1, js-controller: 4.0.24
                            2023-07-19 11:08:11.369  - info: zigbee.0 (678) delete old Backup files. keep only last 10
                            2023-07-19 11:08:11.369  - info: zigbee.0 (678) Starting Zigbee  npm ...
                            2023-07-19 11:08:11.512  - info: zigbee.0 (678) Installed Version: iobroker.zigbee@1.8.16
                            2023-07-19 11:08:11.331  - info: zigbee.0 (678) starting. Version 1.8.16 in /opt/iobroker/node_modules/iobroker.zigbee, node: v18.16.1, js-controller: 4.0.24
                            2023-07-19 11:08:11.369  - info: zigbee.0 (678) delete old Backup files. keep only last 10
                            2023-07-19 11:08:11.369  - info: zigbee.0 (678) Starting Zigbee  npm ...
                            2023-07-19 11:08:11.512  - info: zigbee.0 (678) Installed Version: iobroker.zigbee@1.8.16
                            2023-07-19 11:08:27.889  - info: zigbee.0 (678) Coordinator firmware version: {"type":"zStack3x0","meta":{"transportrev":2,"product":1,"majorrel":2,"minorrel":7,"maintrel":1,"revision":20210708}}
                            2023-07-19 11:08:27.894  - info: zigbee.0 (678) Unable to disable LED, unsupported function.
                            2023-07-19 11:08:27.899  - info: zigbee.0 (678)   --> transmitPower : high
                            2023-07-19 11:08:27.903  - info: zigbee.0 (678) Currently no devices.
                            2023-07-19 11:08:27.903  - info: zigbee.0 (678) Zigbee started
                            2023-07-19 11:08:27.978  - error: zigbee.0 (678) Unable to apply ExtPanID changes: Error: SRSP - SYS - osalNvRead after 0,2ms
                            2023-07-19 11:08:27.978  - error: zigbee.0 (678) 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().
                            2023-07-19 11:08:27.978  - error: zigbee.0 (678) unhandled promise rejection: Cannot read properties of undefined (reading 'Error')
                            2023-07-19 11:08:27.989  - error: zigbee.0 (678) TypeError: Cannot read properties of undefined (reading 'Error')
                                at /opt/iobroker/node_modules/iobroker.zigbee/main.js:122:56
                                at Hub.configureScope (/opt/iobroker/node_modules/@sentry/src/hub.ts:340:1)
                                at Object.configureScope (/opt/iobroker/node_modules/@sentry/src/exports.ts:76:1)
                                at Zigbee.sendError (/opt/iobroker/node_modules/iobroker.zigbee/main.js:118:32)
                                at Zigbee.onZigbeeAdapterReady (/opt/iobroker/node_modules/iobroker.zigbee/main.js:415:30)
                            2023-07-19 11:08:27.989  - error: zigbee.0 (678) Cannot read properties of undefined (reading 'Error')
                            2023-07-19 11:08:27.995  - info: zigbee.0 (678) cleaned everything up...
                            2023-07-19 11:08:27.995  - info: zigbee.0 (678) Zigbee: disabling joining new devices.
                            2023-07-19 11:08:28.495  - info: zigbee.0 (678) terminating
                            2023-07-19 11:08:28.496  - warn: zigbee.0 (678) Terminated (UNCAUGHT_EXCEPTION): Without reason
                            2023-07-19 11:08:29.013  - error: host.IOBroker Caught by controller[0]: 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(). The promise rejected with the reason:
                            2023-07-19 11:08:29.013  - error: host.IOBroker Caught by controller[0]: TypeError: Cannot read properties of undefined (reading 'Error')
                            2023-07-19 11:08:29.013  - error: host.IOBroker Caught by controller[0]:     at /opt/iobroker/node_modules/iobroker.zigbee/main.js:122:56
                            2023-07-19 11:08:29.013  - error: host.IOBroker Caught by controller[0]:     at Hub.configureScope (/opt/iobroker/node_modules/@sentry/src/hub.ts:340:1)
                            2023-07-19 11:08:29.013  - error: host.IOBroker Caught by controller[0]:     at Object.configureScope (/opt/iobroker/node_modules/@sentry/src/exports.ts:76:1)
                            2023-07-19 11:08:29.013  - error: host.IOBroker Caught by controller[0]:     at Zigbee.sendError (/opt/iobroker/node_modules/iobroker.zigbee/main.js:118:32)
                            2023-07-19 11:08:29.013  - error: host.IOBroker Caught by controller[0]:     at Zigbee.onZigbeeAdapterReady (/opt/iobroker/node_modules/iobroker.zigbee/main.js:415:30)
                            2023-07-19 11:08:29.013  - error: host.IOBroker instance system.adapter.zigbee.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                            2023-07-19 11:08:29.014  - info: host.IOBroker Restart adapter system.adapter.zigbee.0 because enabled
                            2023-07-19 11:08:27.889  - info: zigbee.0 (678) Coordinator firmware version: {"type":"zStack3x0","meta":{"transportrev":2,"product":1,"majorrel":2,"minorrel":7,"maintrel":1,"revision":20210708}}
                            2023-07-19 11:08:27.894  - info: zigbee.0 (678) Unable to disable LED, unsupported function.
                            2023-07-19 11:08:27.899  - info: zigbee.0 (678)   --> transmitPower : high
                            2023-07-19 11:08:27.903  - info: zigbee.0 (678) Currently no devices.
                            2023-07-19 11:08:27.903  - info: zigbee.0 (678) Zigbee started
                            2023-07-19 11:08:27.978  - error: zigbee.0 (678) Unable to apply ExtPanID changes: Error: SRSP - SYS - osalNvRead after 0,2ms
                            2023-07-19 11:08:27.978  - error: zigbee.0 (678) 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().
                            2023-07-19 11:08:27.978  - error: zigbee.0 (678) unhandled promise rejection: Cannot read properties of undefined (reading 'Error')
                            2023-07-19 11:08:27.989  - error: zigbee.0 (678) TypeError: Cannot read properties of undefined (reading 'Error')
                                at /opt/iobroker/node_modules/iobroker.zigbee/main.js:122:56
                                at Hub.configureScope (/opt/iobroker/node_modules/@sentry/src/hub.ts:340:1)
                                at Object.configureScope (/opt/iobroker/node_modules/@sentry/src/exports.ts:76:1)
                                at Zigbee.sendError (/opt/iobroker/node_modules/iobroker.zigbee/main.js:118:32)
                                at Zigbee.onZigbeeAdapterReady (/opt/iobroker/node_modules/iobroker.zigbee/main.js:415:30)
                            2023-07-19 11:08:27.989  - error: zigbee.0 (678) Cannot read properties of undefined (reading 'Error')
                            2023-07-19 11:08:27.995  - info: zigbee.0 (678) cleaned everything up...
                            2023-07-19 11:08:27.995  - info: zigbee.0 (678) Zigbee: disabling joining new devices.
                            2023-07-19 11:08:28.495  - info: zigbee.0 (678) terminating
                            2023-07-19 11:08:28.496  - warn: zigbee.0 (678) Terminated (UNCAUGHT_EXCEPTION): Without reason
                            2023-07-19 11:08:29.013  - error: host.IOBroker Caught by controller[0]: 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(). The promise rejected with the reason:
                            2023-07-19 11:08:29.013  - error: host.IOBroker Caught by controller[0]: TypeError: Cannot read properties of undefined (reading 'Error')
                            2023-07-19 11:08:29.013  - error: host.IOBroker Caught by controller[0]:     at /opt/iobroker/node_modules/iobroker.zigbee/main.js:122:56
                            2023-07-19 11:08:29.013  - error: host.IOBroker Caught by controller[0]:     at Hub.configureScope (/opt/iobroker/node_modules/@sentry/src/hub.ts:340:1)
                            2023-07-19 11:08:29.013  - error: host.IOBroker Caught by controller[0]:     at Object.configureScope (/opt/iobroker/node_modules/@sentry/src/exports.ts:76:1)
                            2023-07-19 11:08:29.013  - error: host.IOBroker Caught by controller[0]:     at Zigbee.sendError (/opt/iobroker/node_modules/iobroker.zigbee/main.js:118:32)
                            2023-07-19 11:08:29.013  - error: host.IOBroker Caught by controller[0]:     at Zigbee.onZigbeeAdapterReady (/opt/iobroker/node_modules/iobroker.zigbee/main.js:415:30)
                            2023-07-19 11:08:29.013  - error: host.IOBroker instance system.adapter.zigbee.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                            2023-07-19 11:08:29.014  - info: host.IOBroker Restart adapter system.adapter.zigbee.0 because enabled
                            ^[[1;2B2023-07-19 11:08:59.023  - i
                            

                            Als Geräte anschluss habe ich diverse Varianten probiert:

                            1. serial by-id:
                            /dev/serial/usb-Silicon_Labs_Sonoff_Zigbee_3.0_USB_Dongle_Plus_0001-if00-port0
                            
                            

                            als ttyUSB0

                            /dev/ttyUSB0
                            

                            leider ohne erfolg.....

                            im lsusb wird der stick erkannt ...

                            Bus 001 Device 002: ID 10c4:ea60 Silicon Labs CP210x UART Bridge
                            

                            vorgegangen bin ich final nach dem ansatz von Matthias Kleine von @haus-automatisierung
                            (zum Blogbeitrag)

                            ich hoffe, hier finde ich eine Lösung.

                            Viele Grüße & herzlichen Dank
                            Matthias

                            Thomas Braun haus-automatisierung 3 Replies Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @Matthias 0 last edited by Thomas Braun

                              @matthias-0

                              Zeig mal die Einstellungen zu dem Stick.
                              Ich glaube der braucht auch statt des zStack3x0 den ez...-Stack.

                              Edit: Bei den Sonoff-Sticks ist das echt unübersichtlich mit den Stacks... Schau da besser selber nochmal nach. Die Firmware revision":20210708 ist allerdings steinalt, die würde ich aktualisieren, wenn es denn die richtige ist.

                              Matthias 0 1 Reply Last reply Reply Quote 0
                              • Matthias 0
                                Matthias 0 @Thomas Braun last edited by

                                @thomas-braun
                                Hallo Thomas,
                                vielen Dank für Deine Antwort.
                                hier die Einstellungen des Sticks:zbe.PNG
                                um die FW habe ich mich noch gar nicht gekümmert...

                                Mich wundert, dass die ID des Sticks sehr kurz ist. Alle Referenzen, welche ich bis jetzt gesehen habe haben eine längere ID . Kann das evtl. schon ein Fehler sein?

                                Viele Grüße aus Leverkusen

                                Thomas Braun 1 Reply Last reply Reply Quote 0
                                • Thomas Braun
                                  Thomas Braun Most Active @Matthias 0 last edited by

                                  @matthias-0

                                  /dev/serial/usb-Silicon_Labs_Sonoff_Zigbee_3.0_USB_Dongle_Plus_0001-if00-port0
                                  

                                  ist nicht unüblich lang/kurz. Passt.
                                  Zur Firmware findet sich hier was:

                                  https://forum.iobroker.net/topic/50180/anleitung-zigbee-firmware-auf-der-kommandozeile-flashen/

                                  Matthias 0 1 Reply Last reply Reply Quote 0
                                  • Matthias 0
                                    Matthias 0 @Thomas Braun last edited by

                                    @thomas-braun
                                    Herzlichen Dank, ich werde das Update gleich einmal durchführen und berichte dann.

                                    VG

                                    1 Reply Last reply Reply Quote 0
                                    • haus-automatisierung
                                      haus-automatisierung Developer Most Active @Matthias 0 last edited by

                                      @matthias-0 sagte in Zigbee lässt sich nicht verbinden:

                                      meinen Sonoff Zigbee 3.0 plus Stick

                                      Ist das auch der -P Stick und nicht der mit -E am Ende? Es gibt zwei verschiedene. Letzterer hat einen ganz anderen Chip verbaut, weswegen Du den Typ auf EZSP (oder so ähnlich) stellen musst.

                                      Matthias 0 1 Reply Last reply Reply Quote 0
                                      • Matthias 0
                                        Matthias 0 @haus-automatisierung last edited by

                                        @haus-automatisierung
                                        Hallo Matthias,
                                        es handelt sich hier um den "P"- Stick (CC2652P).

                                        Es ist mir wirklich ein Rätzel, auch die Anschlussliste im Adapter bietet keine Auswahlmöglichkeiten.

                                        Herzlichen dank für die Unterstützung.

                                        Grüße
                                        Matthias

                                        Thomas Braun 1 Reply Last reply Reply Quote 0
                                        • Thomas Braun
                                          Thomas Braun Most Active @Matthias 0 last edited by

                                          @matthias-0

                                          Den würde ich definitiv mit aktueller Firmware versehen wollen.

                                          Matthias 0 1 Reply Last reply Reply Quote 1
                                          • Matthias 0
                                            Matthias 0 @Thomas Braun last edited by

                                            @thomas-braun sagte in Zigbee lässt sich nicht verbinden:

                                            @matthias-0

                                            Den würde ich definitiv mit aktueller Firmware versehen wollen.

                                            So, neue Firmware ist drauf, Ergebnis unverändert.

                                            
                                            
                                            zigbee.0
                                            2023-07-19 16:58:39.899	info	Installed Version: iobroker.zigbee@1.8.16
                                            
                                            zigbee.0
                                            2023-07-19 16:58:39.897	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                                            
                                            zigbee.0
                                            2023-07-19 16:58:39.896	info	terminating
                                            
                                            zigbee.0
                                            2023-07-19 16:58:39.896	warn	Failed to stop zigbee during startup
                                            
                                            zigbee.0
                                            2023-07-19 16:58:39.872	info	Zigbee: disabling joining new devices.
                                            
                                            zigbee.0
                                            2023-07-19 16:58:39.870	info	cleaned everything up...
                                            
                                            zigbee.0
                                            2023-07-19 16:58:39.805	error	Cannot read properties of undefined (reading 'Error')
                                            
                                            zigbee.0
                                            2023-07-19 16:58:39.805	error	TypeError: Cannot read properties of undefined (reading 'Error') at /opt/iobroker/node_modules/iobroker.zigbee/main.js:122:56 at Hub.configureScope (/opt/iobroker/node_modules/@sentry/src/hub.ts:340:1) at Object.configureScope (/opt/iobroker/node_modules/@sentry/src/exports.ts:76:1) at Zigbee.sendError (/opt/iobroker/node_modules/iobroker.zigbee/main.js:118:32) at Zigbee.doConnect (/opt/iobroker/node_modules/iobroker.zigbee/main.js:345:18)
                                            
                                            zigbee.0
                                            2023-07-19 16:58:39.799	error	unhandled promise rejection: Cannot read properties of undefined (reading 'Error')
                                            
                                            zigbee.0
                                            2023-07-19 16:58:39.799	error	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().
                                            
                                            zigbee.0
                                            2023-07-19 16:58:39.798	error	Error herdsman start
                                            
                                            zigbee.0
                                            2023-07-19 16:58:39.798	error	Failed to start Zigbee
                                            
                                            zigbee.0
                                            2023-07-19 16:58:39.798	error	Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error: No such file or directory, cannot open /dev/serial/by-id/usb-Silicon_Labs_Sonoff_Zigbee_3.0_USB_Dongle_Plus_0001-if00-port0'"
                                            
                                            zigbee.0
                                            2023-07-19 16:58:39.716	info	Starting Zigbee npm ...
                                            
                                            zigbee.0
                                            2023-07-19 16:58:39.716	info	delete old Backup files. keep only last 10
                                            
                                            zigbee.0
                                            2023-07-19 16:58:39.679	info	starting. Version 1.8.16 in /opt/iobroker/node_modules/iobroker.zigbee, node: v18.16.1, js-controller: 4.0.24
                                            
                                            zigbee.0
                                            2023-07-19 14:58:08.216	info	Installed Version: iobroker.zigbee@1.8.16
                                            
                                            zigbee.0
                                            2023-07-19 14:58:08.214	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                                            
                                            zigbee.0
                                            2023-07-19 14:58:08.213	info	terminating
                                            
                                            zigbee.0
                                            2023-07-19 14:58:08.213	warn	Failed to stop zigbee during startup
                                            
                                            zigbee.0
                                            2023-07-19 14:58:08.190	info	Zigbee: disabling joining new devices.
                                            
                                            zigbee.0
                                            2023-07-19 14:58:08.188	info	cleaned everything up...
                                            
                                            zigbee.0
                                            2023-07-19 14:58:08.122	error	Cannot read properties of undefined (reading 'Error')
                                            
                                            zigbee.0
                                            2023-07-19 14:58:08.121	error	TypeError: Cannot read properties of undefined (reading 'Error') at /opt/iobroker/node_modules/iobroker.zigbee/main.js:122:56 at Hub.configureScope (/opt/iobroker/node_modules/@sentry/src/hub.ts:340:1) at Object.configureScope (/opt/iobroker/node_modules/@sentry/src/exports.ts:76:1) at Zigbee.sendError (/opt/iobroker/node_modules/iobroker.zigbee/main.js:118:32) at Zigbee.doConnect (/opt/iobroker/node_modules/iobroker.zigbee/main.js:345:18)
                                            
                                            zigbee.0
                                            2023-07-19 14:58:08.116	error	unhandled promise rejection: Cannot read properties of undefined (reading 'Error')
                                            
                                            zigbee.0
                                            2023-07-19 14:58:08.115	error	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().
                                            
                                            zigbee.0
                                            2023-07-19 14:58:08.115	error	Error herdsman start
                                            
                                            zigbee.0
                                            2023-07-19 14:58:08.115	error	Failed to start Zigbee
                                            
                                            zigbee.0
                                            2023-07-19 14:58:08.115	error	Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error: No such file or directory, cannot open /dev/serial/by-id/usb-Silicon_Labs_Sonoff_Zigbee_3.0_USB_Dongle_Plus_0001-if00-port0'"
                                            
                                            zigbee.0
                                            2023-07-19 14:58:08.032	info	Starting Zigbee npm ...
                                            
                                            zigbee.0
                                            2023-07-19 14:58:08.031	info	delete old Backup files. keep only last 10
                                            
                                            zigbee.0
                                            2023-07-19 14:58:07.994	info	starting. Version 1.8.16 in /opt/iobroker/node_modules/iobroker.zigbee, node: v18.16.1, js-controller: 4.0.24
                                            
                                            zigbee.0
                                            2023-07-19 14:58:05.352	info	Got terminate signal TERMINATE_YOURSELF
                                            
                                            zigbee.0
                                            2023-07-19 14:58:04.867	info	Installed Version: iobroker.zigbee@1.8.16
                                            
                                            zigbee.0
                                            2023-07-19 14:58:04.864	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                                            
                                            zigbee.0
                                            2023-07-19 14:58:04.864	info	terminating
                                            
                                            zigbee.0
                                            2023-07-19 14:58:04.863	warn	Failed to stop zigbee during startup
                                            
                                            zigbee.0
                                            2023-07-19 14:58:04.840	info	Zigbee: disabling joining new devices.
                                            
                                            zigbee.0
                                            2023-07-19 14:58:04.838	info	cleaned everything up...
                                            
                                            

                                            Auffällig, finde ich auch, dass der Adapter direkt rot bleibt und nicht einmal versucht zu laufen (gelb)....

                                            Hat noch jemand eine Idee?

                                            DJMarc75 Thomas Braun 2 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            850
                                            Online

                                            31.8k
                                            Users

                                            80.0k
                                            Topics

                                            1.3m
                                            Posts

                                            6
                                            50
                                            2461
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo