Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. Zigbee2MQTT mit Sonoff SNZB-06P

    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

    Zigbee2MQTT mit Sonoff SNZB-06P

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

      • Adaptername: zigbee2mqtt
      • Link zu Adapterrepository: ?
      • Adapterversion: 2.134
      • js-controller Version: 5.0.17
      • Admin Version: 6.13.16
      • Hardwaresystem: x64
      • Arbeitsspeicher: 8 GB
      • Festplattenart: SSD
      • Betriebssystem: Ubuntu
      • Nodejs-Version: 18.19.0
      • NPM-Version: 10.3.0
      • Installationsart: Manuell
      • Image, Docker genutzt: Nein
      ======================= SUMMARY =======================
                              v.2023-10-10
      
      
       Static hostname: smarthome
             Icon name: computer-desktop
               Chassis: desktop
      Operating System: Ubuntu 22.04.3 LTS
                Kernel: Linux 6.5.0-17-generic
          Architecture: x86-64
       Hardware Vendor: NA
        Hardware Model: ZBOX-CI327NANO-GS-01
      
      Installation:           native
      Kernel:                 x86_64
      Userland:               amd64
      Timezone:               Europe/Berlin (CET, +0100)
      User-ID:                1000
      X-Server:               true
      Boot Target:            graphical.target
      
      Pending OS-Updates:     31
      Pending iob updates:    0
      
      Nodejs-Installation:    /usr/bin/nodejs         v18.19.0
                              /usr/bin/node           v18.19.0
                              /usr/bin/npm            10.3.0
                              /usr/bin/npx            10.3.0
                              /usr/bin/corepack       0.22.0
      
      Recommended versions are nodejs 18.19.0 and npm 10.2.3
      Your nodejs installation is correct
      
      MEMORY:
                     total        used        free      shared  buff/cache   available
      Mem:            7.8G        2.3G        3.8G         16M        1.7G        5.2G
      Swap:           2.0G          0B        2.0G
      Total:          9.8G        2.3G        5.8G
      
      Active iob-Instances:   19
      Active repo(s): stable
      
      ioBroker Core:          js-controller           5.0.17
                              admin                   6.13.16
      
      ioBroker Status:        iobroker is running on this host.
      
      
      Objects type: jsonl
      States  type: jsonl
      
      Status admin and web instance:
      + system.adapter.admin.0                  : admin                 : smarthome                                -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
      + system.adapter.web.0                    : web                   : smarthome                                -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
      
      Objects:                8106
      States:                 6311
      
      Size of iob-Database:
      
      41M     /opt/iobroker/iobroker-data/objects.jsonl
      11M     /opt/iobroker/iobroker-data/states.jsonl
      
      
      
      =================== END OF SUMMARY ====================
      
      Ich habe jetzt den Sonoff SZNB-06P Präsenzmelder gekauft und will ihn in iobroker nutzen.
      Das Pairing selbst klappt, aber dann kommen nur noch Fehlermeldungen, dass Zigbee2MQTT die Hardware nicht unterstützt.
      
      Fehlermeldung beim Einbinden: 
      "Device '0x842712fffefd5dce' with Zigbee model 'SNZB-06P' and manufacturer name 'SONOFF' is NOT supported, please follow https://www.zigbee2mqtt.io/advanced/support-new-devices/01_support_new_devices.html"
      
      Wie bekomme ich den Melder korrekt eingebunden?
      Thomas Braun Asgothian liv-in-sky 3 Replies Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @ralle1 last edited by Thomas Braun

        @ralle1

        Zunächst

        iob stop
        sudo apt install --reinstall nodejs
        iob restart
        

        Und schalt den Desktop aus. Und halt die Kiste auf Stand...

        Pending OS-Updates: 31

        1 Reply Last reply Reply Quote 0
        • Asgothian
          Asgothian Developer @ralle1 last edited by Asgothian

          @ralle1 sagte in Zigbee2MQTT mit Sonoff SNZB-06P:

          Fehlermeldung beim Einbinden:
          "Device '0x842712fffefd5dce' with Zigbee model 'SNZB-06P' and manufacturer name 'SONOFF' is NOT supported, please follow https://www.zigbee2mqtt.io/advanced/support-new-devices/01_support_new_devices.html"

          Wie bekomme ich den Melder korrekt eingebunden?

          Steht da doch. Direkt in der Zeile wo steht das der noch nicht unterstützt wird.

          A.
          Nachtrag: lt, zigbee2mqtt.io ist der unterstützt, es sollte also reichen deine zigbee2mqtt Installation zu aktualisieren.

          1 Reply Last reply Reply Quote 0
          • liv-in-sky
            liv-in-sky @ralle1 last edited by

            @ralle1

            wie von @Asgothian erwähnt - du musst deinen zigbee2mqtt server updaten

            dann hat es bei mir auch funktioniert

            R 1 Reply Last reply Reply Quote 0
            • R
              ralle1 @liv-in-sky last edited by

              @liv-in-sky
              Ich habe nun heute das Update vom Server gemacht (musste 4 mal den Server mit HDClone wiederherstellen, weil nach dem Update Zigbee2mqtt überhaupt nicht mehr lief).
              Irgendwann ging es dann und der Melder wird jetzt korrekt eingebunden, danke.

              Gibt es einen auf Anhieb funktionierenden Workaround für das Update?
              Der update-Befehl allein führte zu Warnungen dass committet oder gestasht werden soll,
              und nach Eingabe von git stash ging das Update dann, aber hinterher wurde mein Zigbee-Stick nicht mehr
              eingebunden. Ich habe dann halt viel hin und her probiert und irgendwann ging es dann.
              Aber ich könnte das jetzt nicht mehr nachvollziehen.

              liv-in-sky arteck 2 Replies Last reply Reply Quote 0
              • liv-in-sky
                liv-in-sky @ralle1 last edited by liv-in-sky

                @ralle1 da kann ich leider nicht helfen. Ich führe nur das Update durch wie beschrieben

                Kann mich aber erinnern, daß ich beim ersten Mal auch Probleme hatte und alles neu aufgesetzt habe

                Aber seitdem funktioniert das updaten

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

                  @ralle1 sagte in Zigbee2MQTT mit Sonoff SNZB-06P:

                  Gibt es einen auf Anhieb funktionierenden Workaround für das Update?

                  nö ..warum auch..
                  wenn du das update script nutzt.. anspnsten steht da IMMER eine Fehlermeldung...

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

                  Support us

                  ioBroker
                  Community Adapters
                  Donate

                  708
                  Online

                  31.8k
                  Users

                  79.9k
                  Topics

                  1.3m
                  Posts

                  5
                  7
                  473
                  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