Skip to content
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. IoBroker.zigbee Adapter - Gateway?

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.0k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.8k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.0k

IoBroker.zigbee Adapter - Gateway?

IoBroker.zigbee Adapter - Gateway?

Scheduled Pinned Locked Moved ioBroker Allgemein
81 Posts 33 Posters 30.6k Views 7 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    Knallix
    wrote on last edited by
    #27

    Hallo,

    habe mir auch einen CC2531 USB zugelegt.

    Diesen habe ich dann geflasht mit dem CCDebugger. Hat auch alles soweit geklappt.

    Der PI erkennt den Stick auch.

    Beim reinstecken leuchtet einen Grüne LED. Dieses geht dann nach einer Zeit wieder aus // So OK ?

    Habe mir im IO-Broker den Zigbee-Adapter Version 0.7.0 installiert.

    Beim 1. mal Starten wurde er kurz Gelb und wechselte dann wieder auf Rot.

    Hat das Problem mit meinem npm / node.js was zutun ?

    Vielleicht kann mir ja jemand helfen. Muss ich hier noch was updaten ? :?: :?: :?

    host.raspberrypi	2018-08-19 18:11:48.090	info	Restart adapter system.adapter.zigbee.0 because enabled
    host.raspberrypi	2018-08-19 18:11:48.090	error	instance system.adapter.zigbee.0 terminated with code 1 ()
    Caught	2018-08-19 18:11:48.090	error	by controller[0]: at Object.Module._extensions..js (module.js:663:10)
    Caught	2018-08-19 18:11:48.090	error	by controller[0]: at Module._compile (module.js:652:30)
    Caught	2018-08-19 18:11:48.089	error	by controller[0]: at Object. <anonymous>(/opt/iobroker/node_modules/serialport/lib/bindings/linux.js:2:36)
    Caught	2018-08-19 18:11:48.089	error	by controller[0]: at bindings (/opt/iobroker/node_modules/serialport/node_modules/bindings/bindings.js:81:44)
    Caught	2018-08-19 18:11:48.089	error	by controller[0]: at require (internal/module.js:11:18)
    Caught	2018-08-19 18:11:48.089	error	by controller[0]: at Module.require (module.js:596:17)
    Caught	2018-08-19 18:11:48.089	error	by controller[0]: at Function.Module._load (module.js:497:3)
    Caught	2018-08-19 18:11:48.089	error	by controller[0]: at tryModuleLoad (module.js:505:12)
    Caught	2018-08-19 18:11:48.089	error	by controller[0]: at Module.load (module.js:565:32)
    Caught	2018-08-19 18:11:48.089	error	by controller[0]: at Object.Module._extensions..node (module.js:681:18)
    Caught	2018-08-19 18:11:48.088	error	by controller[0]: the module (for instance, using `npm rebuild` or `npm install`).
    Caught	2018-08-19 18:11:48.088	error	by controller[0]: NODE_MODULE_VERSION 57\. Please try re-compiling or re-installing
    Caught	2018-08-19 18:11:48.088	error	by controller[0]: NODE_MODULE_VERSION 48\. This version of Node.js requires
    Caught	2018-08-19 18:11:48.088	error	by controller[0]: was compiled against a different Node.js version using
    Caught	2018-08-19 18:11:48.088	error	by controller[0]: Error: The module '/opt/iobroker/node_modules/serialport/build/Release/serialport.node'
    Caught	2018-08-19 18:11:48.088	error	by controller[0]: ^
    Caught	2018-08-19 18:11:48.088	error	by controller[0]: throw e
    Caught	2018-08-19 18:11:48.087	error	by controller[0]: /opt/iobroker/node_modules/serialport/node_modules/bindings/bindings.js:88
    host.raspberrypi	2018-08-19 18:11:47.135	info	instance system.adapter.zigbee.0 started with pid 3477
    host.raspberrypi	2018-08-19 18:11:44.616	info	instance system.adapter.zigbee.0 terminated with code null ()
    host.raspberrypi	2018-08-19 18:11:44.616	warn	instance system.adapter.zigbee.0 terminated due to SIGTERM
    host.raspberrypi	2018-08-19 18:11:44.605	info	stopInstance system.adapter.zigbee.0 killing pid 3471
    host.raspberrypi	2018-08-19 18:11:44.605	info	stopInstance system.adapter.zigbee.0
    host.raspberrypi	2018-08-19 18:11:44.604	info	object change system.adapter.zigbee.0
    host.raspberrypi	2018-08-19 18:11:44.396	info	instance system.adapter.zigbee.0 started with pid 3471</anonymous> 
    
    1 Reply Last reply
    0
    • J Offline
      J Offline
      J Riemann
      wrote on last edited by
      #28

      Hast Du den Adapter auch richtig konfiguriert?

      ****Viele Grüße!

      Jörg****

      1 Reply Last reply
      0
      • Jey CeeJ Online
        Jey CeeJ Online
        Jey Cee
        Developer
        wrote on last edited by
        #29

        Sieht eher nach einem Problem mit dem npm Paket serialport aus:

        Caught	2018-08-19 18:11:48.088	error	by controller[0]: NODE_MODULE_VERSION 57\. Please try re-compiling or re-installing
        Caught	2018-08-19 18:11:48.088	error	by controller[0]: NODE_MODULE_VERSION 48\. This version of Node.js requires
        Caught	2018-08-19 18:11:48.088	error	by controller[0]: was compiled against a different Node.js version using
        

        Die Log Ausgabe ist hier leider beschnitten um es sicher sagen zu können. Schau mal in die Log Datei.

        Persönlicher Support
        Spenden -> paypal.me/J3YC33

        1 Reply Last reply
        0
        • K Offline
          K Offline
          Knallix
          wrote on last edited by
          #30

          Habe nur den COM-Port eingetragen ( /dev/ttyACM0 )

          Meinst du das so ?

          
          2018-08-19 21:12:42.243 - info: host.raspberrypi Restart adapter system.adapter.zigbee.0 because enabled
          2018-08-19 21:12:56.418 - info: host.raspberrypi object change system.adapter.zigbee.0
          2018-08-19 21:12:56.418 - info: host.raspberrypi "system.adapter.zigbee.0" disabled
          2018-08-19 21:13:13.243 - error: Caught by controller[0]: /opt/iobroker/node_modules/serialport/node_modules/bindings/bindings.js:88
          2018-08-19 21:13:13.244 - error: Caught by controller[0]: throw e
          2018-08-19 21:13:13.244 - error: Caught by controller[0]: ^
          2018-08-19 21:13:13.244 - error: Caught by controller[0]: Error: The module '/opt/iobroker/node_modules/serialport/build/Release/serialport.node'
          2018-08-19 21:13:13.244 - error: Caught by controller[0]: was compiled against a different Node.js version using
          2018-08-19 21:13:13.244 - error: Caught by controller[0]: NODE_MODULE_VERSION 48\. This version of Node.js requires
          2018-08-19 21:13:13.244 - error: Caught by controller[0]: NODE_MODULE_VERSION 64\. Please try re-compiling or re-installing
          2018-08-19 21:13:13.244 - error: Caught by controller[0]: the module (for instance, using `npm rebuild` or `npm install`).
          2018-08-19 21:13:13.245 - error: Caught by controller[0]: at Object.Module._extensions..node (internal/modules/cjs/loader.js:718:18)
          2018-08-19 21:13:13.245 - error: Caught by controller[0]: at Module.load (internal/modules/cjs/loader.js:599:32)
          2018-08-19 21:13:13.245 - error: Caught by controller[0]: at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
          2018-08-19 21:13:13.245 - error: Caught by controller[0]: at Function.Module._load (internal/modules/cjs/loader.js:530:3)
          2018-08-19 21:13:13.245 - error: Caught by controller[0]: at Module.require (internal/modules/cjs/loader.js:637:17)
          2018-08-19 21:13:13.245 - error: Caught by controller[0]: at require (internal/modules/cjs/helpers.js:20:18)
          2018-08-19 21:13:13.245 - error: Caught by controller[0]: at bindings (/opt/iobroker/node_modules/serialport/node_modules/bindings/bindings.js:81:44)
          2018-08-19 21:13:13.245 - error: Caught by controller[0]: at Object. (/opt/iobroker/node_modules/serialport/lib/bindings/linux.js:2:36)
          2018-08-19 21:13:13.246 - error: Caught by controller[0]: at Module._compile (internal/modules/cjs/loader.js:689:30)
          2018-08-19 21:13:13.246 - error: Caught by controller[0]: at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
          2018-08-19 21:13:13.246 - error: host.raspberrypi instance system.adapter.zigbee.0 terminated with code 1 ()
          2018-08-19 21:13:13.246 - info: host.raspberrypi Do not restart adapter system.adapter.zigbee.0 because disabled or deleted
          
          

          7174_log_auszug.jpg

          1 Reply Last reply
          0
          • T Offline
            T Offline
            thomson
            wrote on last edited by
            #31

            Das hatte ich auch erst so. Die grüne LED muss an bleiben. Probiere mal einen anderen USB Port.

            1 Reply Last reply
            0
            • J Offline
              J Offline
              J Riemann
              wrote on last edited by
              #32

              @Knallix:

              Habe nur den COM-Port eingetragen ( /dev/ttyACM0 ) `
              Schau mal hier…

              viewtopic.php?f=20&t=16223#p170268

              ****Viele Grüße!

              Jörg****

              1 Reply Last reply
              0
              • K Offline
                K Offline
                Knallix
                wrote on last edited by
                #33

                Hallo ,

                danke für die Hilfe.

                Nach einem " npm rebuild "

                Neuinstallation von Zigbee

                und eintragen des langen Pfads , war alles i. O. 🙂

                Node.js : Version 10.8.0

                NPM : 6.4.0

                1 Reply Last reply
                0
                • B Offline
                  B Offline
                  bishop
                  wrote on last edited by
                  #34

                  läuft bei mir alles bis jetzt ganz gut, habe 3 Tradfri Deckenleuchten und 2x E14 Lampen im betriebe die ich auch schalten kann. Ist es auch möglich die Fernbedienungen zu benutzen für die einzelnen Lampen?

                  1 Reply Last reply
                  0
                  • P Offline
                    P Offline
                    paul.honka
                    wrote on last edited by
                    #35

                    Hallo,

                    heute habe ich meinen CC2530 erfolgreich geflasht.

                    Im IO Broker läuft schon der CC2531. Der CC2530 soll als Verstärker/Router dienen, da die Antenne des

                    CC2531 bischen dürftig ist. Wie bekomme ich den CC2530 in IO Broker?

                    Habe schon versucht in der Instanz unter Zigbee, Konfiguration, das Pairing angestossen und dann Spannung auf den CC2530, kein Erfolg

                    Beste Grüsse paul

                    1 Reply Last reply
                    0
                    • FredFF Online
                      FredFF Online
                      FredF
                      Most Active Forum Testing
                      wrote on last edited by
                      #36

                      Was sagt den die LED?

                      Led blinking for some states.

                      short fast blinks (one per second) – router is connecting to a network.

                      short long blinks (one per 4 seconds) – normal operations.

                      three short blinks – the router cannot send a report to a coordinator.

                      Gesendet von meinem HUAWEI VNS-L31 mit Tapatalk

                      1 Reply Last reply
                      0
                      • P Offline
                        P Offline
                        paul.honka
                        wrote on last edited by
                        #37

                        Hallo,

                        eine LED leuchtet nicht auf dem CC2530.

                        Beste Grüsse paul

                        1 Reply Last reply
                        0
                        • FredFF Online
                          FredFF Online
                          FredF
                          Most Active Forum Testing
                          wrote on last edited by
                          #38

                          Ohne leuchtende/blinkende LED scheint dann was nicht zu stimmen.

                          Es soll beim verbinden die LED schnell blinken und wenn Verbindung zu Router erfolgreich war, alle 4 sekunden.

                          Spannungsversorgung funktioniert?

                          Mehr kann ich derzeit auch nicht sagen, da ich im Urlaub bin. Mein CC2530 kam kurz zuvor, so das ich ihn nicht mehr flashen konnte [emoji21]

                          Bin mal gespannt ob das flashen und einbinden in den io bei mir dann klappt.

                          Mit Tapatalk von unterwegs

                          1 Reply Last reply
                          0
                          • P Offline
                            P Offline
                            paul.honka
                            wrote on last edited by
                            #39

                            Hallo, habe den CC2530 nochmals geflasht, Vergleich war ok.

                            Habe jetzt den CC2530 nur noch mit 3,3V und GND von einem FTI versogt.

                            Keine LED ist auf dm CC2530 an oder blinkt. CC2530 def.???

                            Beste Grüsse paul

                            1 Reply Last reply
                            0
                            • K Offline
                              K Offline
                              klaus
                              wrote on last edited by
                              #40

                              Habe auch den CC2530 als Router geflasht erkannt wurde er auch nach ein Paar versuchen mit ein und ausschalten aber unter Objekte erscheint er mit false !!!
                              8191_router.jpg
                              wie erkenne ich ober er funktioniert ????? :roll:

                              1 Reply Last reply
                              0
                              • E Offline
                                E Offline
                                Einklaus
                                wrote on last edited by
                                #41

                                Hallo,

                                gibt es hier die Möglichkeit einen schon geflashten Adapter zu erstehen bzw. wenn ich mir einen ZigBee CC253x Adapter besorge den Flashen zulassen ?

                                Habe ein Xiaomi Gateway und mir gefällt das ET-Syndrom (nach Hause telefonieren) vom Gateway nicht wirklich.

                                Die Flexibilität an sich scheint ja auch enorm zu sein, als mehr als sinnvoll umzusteigen.

                                Grüße

                                (Ein)Klaus

                                Suche Mitleidende in der Nähe von Buxtehude / Apensen / Harsefeld zum Erfahrungs- /Ideenaustausch ...............

                                Iobroker über Window 10 (Mini PC),EZ-Control (FS20), Siemens Logo, Wolf ISM8 , Xiaomi Sauger, Fluoreon Wifi Heizregler , Zigbee (Xiaomi,HUE). Landroid WR141E, Tuya

                                1 Reply Last reply
                                0
                                • M Offline
                                  M Offline
                                  Makkoo86
                                  wrote on last edited by
                                  #42

                                  Hallo zusammen,

                                  ich habe gestern den CC2530 bekommen und habe ihn geflasht (CC2530ZNP-Pro-Secure_LinkKeyJoin_mod.hex) und habe ihn an meinen Iobroker System eingehangen (Proxmox 5.2.1 Debian OS ,USB durchgereicht)

                                  Habe USB-TTL Stick mit den CC2530 verbunden, wird auch in der VM angezeigt:

                                  Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

                                  Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

                                  Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

                                  Bus 002 Device 005: ID 1a86:7523 QinHeng Electronics HL-340 USB-Serial adapter

                                  Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

                                  Bus 001 Device 002: ID 0627:0001 Adomax Technology Co., Ltd

                                  Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

                                  In dem Adapter habe ich die lange Veriante des com-ports augsewählt:

                                  /dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0

                                  Ampel wird nach refresh Gelb angezeigt und ich bekomme folgendes im Log (start und Versuch pairing)

                                  zigbee.0 2018-09-20 21:20:36.871 error Join failure.. Error: Shepherd is not enabled.

                                  zigbee.0 2018-09-20 21:20:36.863 info Zigbee: allowing new devices to join.

                                  zigbee.0 2018-09-20 21:20:26.100 info Start on port: /dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0 with panID 6754 channel 11

                                  zigbee.0 2018-09-20 21:20:26.087 info starting. Version 0.7.1 in /opt/iobroker/node_modules/iobroker.zigbee, node: v8.12.0

                                  host.Debian-Iobroker 2018-09-20 21:20:24.592 info instance system.adapter.zigbee.0 started with pid 1406

                                  host.Debian-Iobroker 2018-09-20 21:20:22.114 info instance system.adapter.zigbee.0 terminated with code 0 (OK)

                                  Caught 2018-09-20 21:20:22.113 error by controller[1]: Thu, 20 Sep 2018 19:20:22 GMT zigbee:controller info zigbee-shepherd stopped undefined

                                  zigbee.0 2018-09-20 21:20:22.088 info zigbee-shepherd stopped

                                  host.Debian-Iobroker 2018-09-20 21:20:22.081 info stopInstance system.adapter.zigbee.0 killing pid 1396

                                  host.Debian-Iobroker 2018-09-20 21:20:22.081 info stopInstance system.adapter.zigbee.0

                                  ****Edit:

                                  Habe es hintbekommen falsche Firmware(CC2530ZNP-Pro-Secure_LinkKeyJoin.hex) und Rx und TX sind auf den CC2530 vertauscht :)****

                                  Grüß

                                  Marco

                                  1 Reply Last reply
                                  0
                                  • A Offline
                                    A Offline
                                    assid
                                    wrote on last edited by
                                    #43

                                    Hallo,

                                    wer Hilfe beim Flashen eines CC2531 Zigbee Sticks benötigt, oder einen fertigen Stick für zB. den ioBroker haben möchte, einfach eine PM an mich. Ich biete euch meine Hilfe an.

                                    Grüße

                                    1 Reply Last reply
                                    0
                                    • M Offline
                                      M Offline
                                      Matthias.He
                                      wrote on last edited by
                                      #44

                                      @assid:

                                      Hallo,

                                      wer Hilfe beim Flashen eines CC2531 Zigbee Sticks benötigt, oder einen fertigen Stick für zB. den ioBroker haben möchte, einfach eine PM an mich. Ich biete euch meine Hilfe an.

                                      Grüße `
                                      Hätte interesse an einen fertig geflashten CC2531 Zigbee Stick für ioBroker. Kann dir aber leider keine Nachricht schicken

                                      1 Reply Last reply
                                      0
                                      • M Offline
                                        M Offline
                                        mz4
                                        wrote on last edited by
                                        #45

                                        @assid:

                                        Hallo,

                                        wer Hilfe beim Flashen eines CC2531 Zigbee Sticks benötigt, oder einen fertigen Stick für zB. den ioBroker haben möchte, einfach eine PM an mich. Ich biete euch meine Hilfe an.

                                        Grüße `

                                        Hätte auch Interesse an einem Stick. (mit oder ohne externe Antenne?)

                                        1 Reply Last reply
                                        0
                                        • R Offline
                                          R Offline
                                          ramses
                                          wrote on last edited by
                                          #46

                                          Ach so ein Mist. jetzt ist alles aus China hier und dann stellt sich raus man brauch für den CC2531 auch noch ein "Download Cable" …

                                          also noch mal 6 Wochen auf Chinaware warten kotz :evil:

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          472

                                          Online

                                          32.4k

                                          Users

                                          81.3k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe