Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Zigbee Adapter zeigt keine Geräteliste mehr

    NEWS

    • Monatsrückblick – September 2025

    • Neues Video "KI im Smart Home" - ioBroker plus n8n

    • Neues Video über Aliase, virtuelle Geräte und Kategorien

    Zigbee Adapter zeigt keine Geräteliste mehr

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

      Hallo,

      gestern habe ich einen Xiaomi Magnet-Sensor am 2531 angelernt. Dann wollte ich die Geräteliste des Adapters öffnen. Da sehe ich nix mehr, stattdessen im log das hier:

      zigbee.0	2020-07-18 19:32:09.060	error	at process._tickCallback (internal/process/next_tick.js:68:7)
      zigbee.0	2020-07-18 19:32:09.060	error	at adapter.getStateAsync.then (/opt/iobroker/node_modules/iobroker.zigbee/lib/commands.js:149:72)
      zigbee.0	2020-07-18 19:32:09.060	error	at JSON.parse (<anonymous>)
      zigbee.0	2020-07-18 19:32:09.060	error	(1353) getDevices error: SyntaxError: Unexpected token g in JSON at position 0
      

      Google hat mir nicht geholfen, weiß hier jemand, woran es liegt?

      Alle Sensoren funktionieren ohne Probleme...

      Danke und VG

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

        @chrbo80 Versionen von node, nodejs, js-controller und Adapter?

        1 Reply Last reply Reply Quote 0
        • C
          chrbo80 last edited by

          Hi, sorry, hier die infos:

          node: wo finde ich die info?
          node-js: v10.18.1
          js-controller: 2.2.9
          zigbee adapter: 1.1.1

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

            @chrbo80 Den js-controller könntest du mal auf 3.x.y bringen.

            node -v
            nodejs -v
            
            1 Reply Last reply Reply Quote 0
            • C
              chrbo80 last edited by

              Kann da was passieren? Läuft grad so rund😄

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

                @chrbo80 Da du ja ein Backup deiner Daten hast kann da nix passieren.

                1 Reply Last reply Reply Quote 0
                • C
                  chrbo80 last edited by

                  Hab ich - allerdings noch nie zurückgespielt... aber dank dir fuer die hilfe!

                  1 Reply Last reply Reply Quote 0
                  • C
                    chrbo80 last edited by

                    Hallo, habe nun

                    nodejs: 12.18.3
                    js-controller: 3.1.6

                    Trotzdem das gleiche Bild beim Zigbee-Controller (1.0.0). Es werden keine Geräte angezeigt und ich bekomme folgende Fehlermeldung:

                    zigbee.0	2020-07-26 10:51:25.421	error	at processTicksAndRejections (internal/process/task_queues.js:97:5)
                    zigbee.0	2020-07-26 10:51:25.421	error	at /opt/iobroker/node_modules/iobroker.zigbee/lib/commands.js:123:72
                    zigbee.0	2020-07-26 10:51:25.421	error	at JSON.parse (<anonymous>)
                    zigbee.0	2020-07-26 10:51:25.421	error	(11172) getDevices error: SyntaxError: Unexpected token g in JSON at position 0
                    zigbee.0	2020-07-26 10:51:09.852	error	at processTicksAndRejections (internal/process/task_queues.js:97:5)
                    zigbee.0	2020-07-26 10:51:09.852	error	at /opt/iobroker/node_modules/iobroker.zigbee/lib/commands.js:123:72
                    zigbee.0	2020-07-26 10:51:09.852	error	at JSON.parse (<anonymous>)
                    zigbee.0	2020-07-26 10:51:09.852	error	(11172) getDevices error: SyntaxError: Unexpected token g in JSON at position 0
                    

                    Hat noch jemand n Tipp?

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

                      @chrbo80

                      which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
                      
                      1 Reply Last reply Reply Quote 0
                      • C
                        chrbo80 last edited by

                        @chrbo80 said in Zigbee Adapter zeigt keine Geräteliste mehr:

                        or: SyntaxError: Unexpected token g in JSON at position

                        könntest Du deinen Post noch etwas konkretisieren? 🙂

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

                          @chrbo80 Meinst du mich?

                          Die Zeile in die Konsole kopieren / eingeben, Rückmeldung hier posten.

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

                            @Thomas-Braun

                            pi@raspberrypi-4gb:~ $ which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
                            /usr/bin/nodejs
                            v12.18.3
                            /usr/bin/node
                            v12.18.3
                            /usr/bin/npm
                            6.14.6
                            nodejs:
                              Installiert:           12.18.3-1nodesource1
                              Installationskandidat: 12.18.3-1nodesource1
                              Versionstabelle:
                             *** 12.18.3-1nodesource1 500
                                    500 https://deb.nodesource.com/node_12.x buster/main armhf Packages
                                    100 /var/lib/dpkg/status
                                 10.21.0~dfsg-1~deb10u1+rpi1 500
                                    500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                            
                            Thomas Braun 1 Reply Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @chrbo80 last edited by

                              @chrbo80 Gut, das ist sauber. Dann muss sich das mal jemand anschauen, der den Adapter kennt.

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

                                @Thomas-Braun Ok, Dank dir erstmal. Was ist denn daran sauber?

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

                                  @chrbo80
                                  Siehe hier:

                                  https://forum.iobroker.net/topic/35090/koo-howto-nodejs-installation-und-upgrades-unter-debian

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

                                    @Thomas-Braun OK - Dank Dir! Schönen Sonntag

                                    1 Reply Last reply Reply Quote 0
                                    • C
                                      chrbo80 last edited by

                                      Gibts hier einen Adapter-Spezialisten, der mir ggf helfen kann?

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

                                        @chrbo80 zeig mir mal den LOG nach adapter start.. ich brauch die Firmware version
                                        und wieviele Geräte hast du da dran ..und wie viele Router

                                        C 1 Reply Last reply Reply Quote 0
                                        • C
                                          chrbo80 @arteck last edited by

                                          @arteck Hi, here it is:

                                          zigbee.0	2020-07-26 21:17:41.651	info	(13667) Zigbee started
                                          zigbee.0	2020-07-26 21:17:41.650	info	(13667) 0x00158d00053f9723 (addr 9315): MCCGQ11LM - Xiaomi Aqara door & window contact sensor (EndDevice)
                                          zigbee.0	2020-07-26 21:17:41.650	info	(13667) 0x04cf8cdf3c796fdc (addr 61243): WXCJKG13LM - Xiaomi Aqara Opple switch 3 bands (EndDevice)
                                          zigbee.0	2020-07-26 21:17:41.650	info	(13667) 0x00158d0004659f12 (addr 24376): WSDCGQ11LM - Xiaomi Aqara temperature, humidity and pressure sensor (EndDevice)
                                          zigbee.0	2020-07-26 21:17:41.650	info	(13667) 0x00158d0004a03693 (addr 64107): MCCGQ11LM - Xiaomi Aqara door & window contact sensor (EndDevice)
                                          zigbee.0	2020-07-26 21:17:41.649	info	(13667) 0x00158d00042cbade (addr 892): MCCGQ11LM - Xiaomi Aqara door & window contact sensor (EndDevice)
                                          zigbee.0	2020-07-26 21:17:41.649	info	(13667) 0x00158d0003e5e52a (addr 7214): 404000/404005/404012 - Müller Licht Tint LED bulb GU10/E14/E27 350/470/806 lumen, dimmable, color, opal white (Router)
                                          zigbee.0	2020-07-26 21:17:41.649	info	(13667) 0x14b457fffe3737c9 (addr 51020): LED1836G9 - IKEA TRADFRI LED bulb E26/E27 806 lumen, dimmable, warm white (Router)
                                          zigbee.0	2020-07-26 21:17:41.648	info	(13667) 0x00158d0003e5d47a (addr 36548): 404000/404005/404012 - Müller Licht Tint LED bulb GU10/E14/E27 350/470/806 lumen, dimmable, color, opal white (Router)
                                          zigbee.0	2020-07-26 21:17:41.648	info	(13667) 0x00178801026cf12a (addr 8057): 8718696449691 - Philips Hue White Single bulb B22 (Router)
                                          zigbee.0	2020-07-26 21:17:41.648	info	(13667) 0x00178801026d4bd6 (addr 8383): 8718696449691 - Philips Hue White Single bulb B22 (Router)
                                          zigbee.0	2020-07-26 21:17:41.647	info	(13667) 0x0017880102440428 (addr 26180): 8718696449691 - Philips Hue White Single bulb B22 (Router)
                                          zigbee.0	2020-07-26 21:17:41.647	info	(13667) 0x00158d00045a0db2 (addr 32549): SJCGQ11LM - Xiaomi Aqara water leak sensor (EndDevice)
                                          zigbee.0	2020-07-26 21:17:41.647	info	(13667) 0x00158d0004659ea8 (addr 28678): WSDCGQ11LM - Xiaomi Aqara temperature, humidity and pressure sensor (EndDevice)
                                          zigbee.0	2020-07-26 21:17:41.646	info	(13667) 0x00158d000451d067 (addr 21547): RTCGQ11LM - Xiaomi Aqara human body movement and illuminance sensor (EndDevice)
                                          zigbee.0	2020-07-26 21:17:41.646	info	(13667) 0x00158d00042cf894 (addr 49564): RTCGQ11LM - Xiaomi Aqara human body movement and illuminance sensor (EndDevice)
                                          zigbee.0	2020-07-26 21:17:41.646	info	(13667) 0x680ae2fffe924a2f (addr 23287): E1746 - IKEA TRADFRI signal repeater (Router)
                                          zigbee.0	2020-07-26 21:17:41.646	info	(13667) 0x680ae2fffe6607ce (addr 9652): E1746 - IKEA TRADFRI signal repeater (Router)
                                          zigbee.0	2020-07-26 21:17:41.645	info	(13667) 0x680ae2fffe6e7bb2 (addr 41451): E1746 - IKEA TRADFRI signal repeater (Router)
                                          zigbee.0	2020-07-26 21:17:41.645	info	(13667) 0x0017880108627b72 (addr 33243): 929002240401 - Philips Hue smart plug - EU (Router)
                                          zigbee.0	2020-07-26 21:17:41.645	info	(13667) 0x00158d00045cb708 (addr 57732): WSDCGQ11LM - Xiaomi Aqara temperature, humidity and pressure sensor (EndDevice)
                                          zigbee.0	2020-07-26 21:17:41.644	info	(13667) 0x00158d000461dd5f (addr 22258): RTCGQ11LM - Xiaomi Aqara human body movement and illuminance sensor (EndDevice)
                                          zigbee.0	2020-07-26 21:17:41.644	info	(13667) 0x00158d000461b590 (addr 2587): RTCGQ11LM - Xiaomi Aqara human body movement and illuminance sensor (EndDevice)
                                          zigbee.0	2020-07-26 21:17:41.644	info	(13667) 0x680ae2fffe9077fd (addr 42424): E1746 - IKEA TRADFRI signal repeater (Router)
                                          zigbee.0	2020-07-26 21:17:41.643	info	(13667) 0x8418260000104b56 (addr 56158): AB3257001NJ - OSRAM Smart+ plug (Router)
                                          zigbee.0	2020-07-26 21:17:41.643	info	(13667) 0x0017880108627ae5 (addr 26630): 929002240401 - Philips Hue smart plug - EU (Router)
                                          zigbee.0	2020-07-26 21:17:41.643	info	(13667) 0x00158d000424226d (addr 34461): SJCGQ11LM - Xiaomi Aqara water leak sensor (EndDevice)
                                          zigbee.0	2020-07-26 21:17:41.642	info	(13667) 0x00158d00045eb594 (addr 25723): RTCGQ11LM - Xiaomi Aqara human body movement and illuminance sensor (EndDevice)
                                          zigbee.0	2020-07-26 21:17:41.642	info	(13667) 0x00158d000283b801 (addr 29414): WXKG11LM - Xiaomi Aqara wireless switch (EndDevice)
                                          zigbee.0	2020-07-26 21:17:41.642	info	(13667) 0x00158d000461dd10 (addr 32212): RTCGQ11LM - Xiaomi Aqara human body movement and illuminance sensor (EndDevice)
                                          zigbee.0	2020-07-26 21:17:41.641	info	(13667) 0x00158d000461c76c (addr 47933): RTCGQ11LM - Xiaomi Aqara human body movement and illuminance sensor (EndDevice)
                                          zigbee.0	2020-07-26 21:17:41.641	info	(13667) 0x00158d000404fd62 (addr 8640): WXKG11LM - Xiaomi Aqara wireless switch (EndDevice)
                                          zigbee.0	2020-07-26 21:17:41.641	info	(13667) 0x00158d0004050950 (addr 23408): WXKG11LM - Xiaomi Aqara wireless switch (EndDevice)
                                          zigbee.0	2020-07-26 21:17:41.640	info	(13667) 0x00158d0004016b37 (addr 16003): MCCGQ11LM - Xiaomi Aqara door & window contact sensor (EndDevice)
                                          zigbee.0	2020-07-26 21:17:41.640	info	(13667) 0x00158d00045f7c70 (addr 49624): RTCGQ11LM - Xiaomi Aqara human body movement and illuminance sensor (EndDevice)
                                          zigbee.0	2020-07-26 21:17:41.640	info	(13667) 0x00158d00045f3e6c (addr 40647): RTCGQ11LM - Xiaomi Aqara human body movement and illuminance sensor (EndDevice)
                                          zigbee.0	2020-07-26 21:17:41.639	info	(13667) 0x00158d00045eb5be (addr 51658): RTCGQ11LM - Xiaomi Aqara human body movement and illuminance sensor (EndDevice)
                                          zigbee.0	2020-07-26 21:17:41.639	info	(13667) 0x00158d0004514b82 (addr 26279): RTCGQ11LM - Xiaomi Aqara human body movement and illuminance sensor (EndDevice)
                                          zigbee.0	2020-07-26 21:17:41.638	info	(13667) 0x00158d00042adcf9 (addr 53903): SJCGQ11LM - Xiaomi Aqara water leak sensor (EndDevice)
                                          zigbee.0	2020-07-26 21:17:41.638	info	(13667) 0x00158d0004524ea7 (addr 28466): RTCGQ11LM - Xiaomi Aqara human body movement and illuminance sensor (EndDevice)
                                          zigbee.0	2020-07-26 21:17:41.638	info	(13667) 0x00158d00045eb73c (addr 6856): RTCGQ11LM - Xiaomi Aqara human body movement and illuminance sensor (EndDevice)
                                          zigbee.0	2020-07-26 21:17:41.637	info	(13667) 0x00158d00032c62fb (addr 21309): RTCGQ01LM - Xiaomi MiJia human body movement sensor (EndDevice)
                                          zigbee.0	2020-07-26 21:17:41.637	info	(13667) 0x00158d000404d3c4 (addr 27043): WXKG11LM - Xiaomi Aqara wireless switch (EndDevice)
                                          zigbee.0	2020-07-26 21:17:41.636	info	(13667) 0x00124b001c27653e (addr 65404): CC2530.ROUTER - Custom devices (DiY) [CC2530 router](http://ptvo.info/cc2530-based-zigbee-coordinator-and-router-112/) (Router)
                                          zigbee.0	2020-07-26 21:17:41.636	info	(13667) 0x00158d00045265d8 (addr 27688): RTCGQ11LM - Xiaomi Aqara human body movement and illuminance sensor (EndDevice)
                                          zigbee.0	2020-07-26 21:17:41.636	info	(13667) 0x00158d00045dc648 (addr 4102): RTCGQ11LM - Xiaomi Aqara human body movement and illuminance sensor (EndDevice)
                                          zigbee.0	2020-07-26 21:17:41.635	info	(13667) 0x00158d0002758898 (addr 32851): RTCGQ11LM - Xiaomi Aqara human body movement and illuminance sensor (EndDevice)
                                          zigbee.0	2020-07-26 21:17:41.627	info	(13667) Currently 46 devices are joined:
                                          zigbee.0	2020-07-26 21:17:41.568	info	(13667) --> transmitPower : norm
                                          zigbee.0	2020-07-26 21:17:41.563	info	(13667) Disable LED
                                          zigbee.0	2020-07-26 21:17:41.558	info	(13667) Coordinator firmware version: {"type":"zStack30x","meta":{"transportrev":2,"product":2,"majorrel":2,"minorrel":7,"maintrel":2,"revision":20200211}}
                                          zigbee.0	2020-07-26 21:17:39.500	info	(13667) Starting Zigbee...
                                          zigbee.0	2020-07-26 21:17:39.454	info	(13667) starting. Version 1.0.0 in /opt/iobroker/node_modules/iobroker.zigbee, node: v12.18.3, js-controller: 3.1.6
                                          zigbee.0	2020-07-26 21:17:34.213	info	(11593) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                          zigbee.0	2020-07-26 21:17:34.212	info	(11593) terminating
                                          zigbee.0	2020-07-26 21:17:33.743	info	(11593) Zigbee: disabling joining new devices.
                                          zigbee.0	2020-07-26 21:17:33.739	info	(11593) cleaned everything up...
                                          zigbee.0	2020-07-26 21:17:33.729	info	(11593) Got terminate signal TERMINATE_YOURSELF
                                          

                                          Sind das zu viele Geräte/Repeater?

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

                                            @chrbo80 nochmal für mich zum mitschreiben..

                                            gestern habe ich einen Xiaomi Magnet-Sensor am 2531 angelernt

                                            du bist dir sicher das du da einen cc2531 vorliegen hast ?? und nicht einen CC2538 + CC2592 ??

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

                                            Support us

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

                                            924
                                            Online

                                            32.2k
                                            Users

                                            80.8k
                                            Topics

                                            1.3m
                                            Posts

                                            2531 zigbee
                                            4
                                            37
                                            2467
                                            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