Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. English
    3. Error/Bug
    4. Sonoff Zigbee 3.0 USB Dongle Plus auf Raspberry Pi

    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

    Sonoff Zigbee 3.0 USB Dongle Plus auf Raspberry Pi

    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      Dirk_Ha last edited by

      Systemdata Bitte Ausfüllen
      Hardwaresystem: Raspberry Pi 4
      Arbeitsspeicher: 8GB
      Festplattenart: SD-Karte
      Betriebssystem:
      Node-Version:
      Nodejs-Version:
      NPM-Version:
      Installationsart: Manuell
      Image genutzt: Ja
      Ort/Name der Imagedatei:

      Hallo, ich verzweifle an meiner ZigBee Instanz über den Zonoff ZigBee 3.0 USB Dongle Plus auf dem Raspberry. ioBroker ist direkt auf dem Pi ohne Docker installiert.

      Nachdem ich den ZigBee Adapter hinzugefügt und konfiguriert habe, bekomme ich ein rotes X bei "Verbunden mit Gerät oder Dienst"

      Screenshot 2022-01-31 at 18.05.58.png

      b7c10568-197c-4e75-a4ff-7aef4219e76b-image.png

      Im Terminal wird der Stick aber wie folgt erkannt:

      pi@iobroker:~ $ lsusb
      Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
      Bus 001 Device 006: ID 10c4:ea60 Silicon Labs CP210x UART Bridge
      Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
      Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
      pi@iobroker:~ $ ls -la /dev/serial/by-id/
      total 0
      drwxr-xr-x 2 root root 60 Jan 31 12:23 .
      drwxr-xr-x 4 root root 80 Jan 31 12:23 ..
      lrwxrwxrwx 1 root root 13 Jan 31 12:23 usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_4a3f59f510d9eb11baa30815b9da5f8b-if00-port0 -> ../../ttyUSB0

      Das Log File sieht so aus:

      • %(#cc1e1e)[2022-01-31 18:03:25.245 - info: host.iobroker stopInstance system.adapter.zigbee.0 (force=false, process=true)
        2022-01-31 18:03:25.273 - info: zigbee.0 (4871) Got terminate signal TERMINATE_YOURSELF
        2022-01-31 18:03:25.281 - info: host.iobroker stopInstance system.adapter.zigbee.0 send kill signal
        2022-01-31 18:03:25.277 - info: zigbee.0 (4871) cleaned everything up...
        2022-01-31 18:03:25.288 - info: zigbee.0 (4871) Zigbee: disabling joining new devices.
        2022-01-31 18:03:25.369 - warn: zigbee.0 (4871) Failed to stop zigbee during startup
        2022-01-31 18:03:25.370 - info: zigbee.0 (4871) terminating
        2022-01-31 18:03:25.371 - info: zigbee.0 (4871) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
        2022-01-31 18:03:25.920 - info: host.iobroker instance system.adapter.zigbee.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
        2022-01-31 18:03:28.359 - info: host.iobroker instance system.adapter.zigbee.0 started with pid 4902
        2022-01-31 18:03:31.079 - info: zigbee.0 (4902) starting. Version 1.6.6 in /opt/iobroker/node_modules/iobroker.zigbee, node: v14.18.3, js-controller: 3.3.22
        2022-01-31 18:03:31.173 - info: zigbee.0 (4902) Starting Zigbee npm ...
        2022-01-31 18:03:31.607 - info: zigbee.0 (4902) Installed Version: iobroker.zigbee@1.6.6
        2022-01-31 18:03:31.771 - error: zigbee.0 (4902) Configuration is not consistent with adapter state/backup!
        2022-01-31 18:03:31.771 - error: zigbee.0 (4902) - PAN ID: configured=6544, adapter=6444
        2022-01-31 18:03:31.772 - error: zigbee.0 (4902) - Extended PAN ID: configured=00124b0024c8c3c2, adapter=00124b0024c8c3c2
        2022-01-31 18:03:31.772 - error: zigbee.0 (4902) - Network Key: configured=01030507090b0d0f00020406080a0c0d, adapter=01030507090b0d0f00020406080a0c0d
        2022-01-31 18:03:31.773 - error: zigbee.0 (4902) - Channel List: configured=11, adapter=11
        2022-01-31 18:03:31.773 - error: zigbee.0 (4902) Please update configuration to prevent further issues.
        2022-01-31 18:03:31.774 - error: zigbee.0 (4902) If you wish to re-commission your network, please remove coordinator backup at /opt/iobroker/iobroker-data/zigbee_0/nvbackup.json.
        2022-01-31 18:03:31.774 - error: zigbee.0 (4902) Re-commissioning your network will require re-pairing of all devices!
        2022-01-31 18:03:31.915 - error: zigbee.0 (4902) Starting zigbee-herdsman problem : "startup failed - configuration-adapter mismatch - see logs above for more information"
        2022-01-31 18:03:31.916 - error: zigbee.0 (4902) Failed to start Zigbee
        2022-01-31 18:03:31.916 - error: zigbee.0 (4902) Error herdsman start]

      Hat irgendjemand eine Idee, was man noch machen könnte. Das Komische ist, unter Home Assistant läuft Zigbee über den Sonoff Dongle. Aber HA ist jetzt nicht unbedingt das Tool meiner Wahl.

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

        @dirk_ha sagte in Sonoff Zigbee 3.0 USB Dongle Plus auf Raspberry Pi:

        2022-01-31 18:03:31.771 - error: zigbee.0 (4902) - PAN ID: configured=6544, adapter=6444
        

        Die IDs müssen übereinstimmen.

        Bitte Konsolenoutput in CodeTags posten, liest sich besser.

        1 Reply Last reply Reply Quote 0
        • arteck
          arteck Developer Most Active last edited by arteck

          @dirk_ha sagte in Sonoff Zigbee 3.0 USB Dongle Plus auf Raspberry Pi:

          /opt/iobroker/iobroker-data/zigbee_0/nvbackup.json

          adapter stop

          rm /opt/iobroker/iobroker-data/zigbee_0/nvbackup.json
          

          adapter start

          1 Reply Last reply Reply Quote 0
          • First post
            Last post

          Support us

          ioBroker
          Community Adapters
          Donate

          522
          Online

          31.8k
          Users

          80.0k
          Topics

          1.3m
          Posts

          5
          3
          5355
          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