Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Zigbee Umstieg von ccXXXX auf ccYYYY

    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 Umstieg von ccXXXX auf ccYYYY

    This topic has been deleted. Only users with topic management privileges can see it.
    • V
      varg @arteck last edited by varg

      @arteck

      nicht das wir uns gerade missverstehen, das system läuft. ich hatte ein backup wiedereingespielt nachdem das zigbee netz tot war.

      Port wurde nach dieser Anleitung konfiguriert:

      kleine

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

        langsam wird konfus hier ....

        du schreibst du hast von GIT beta installiert.. alles gut.. aber im issue auf GIT gehts um @Asgothian brunch

        also was den nu ??? beta vom master oder die vom @Asgothian

        V 1 Reply Last reply Reply Quote 0
        • V
          varg @arteck last edited by

          @arteck

          definitiv beta vom master in dem fall. ich lösche meinen post auf github. Ist mir wohl in der eile entgangen. Die Fehlermeldung war dennoch aus der erinnerung heraus identisch

          1 Reply Last reply Reply Quote 0
          • J
            Jojo1900 last edited by

            hallo, mein Zigbee Stick CC2538+CC2592 PA bzw. Instance in iobroker funktioniert leider nicht mehr.

            Zigbee instance zeigt folgendes:
            verbunden mit Host O.K.
            Lebenszeichen O.K.
            verbunden mit Gerät oder Dienst leider nicht O.K.

            Installierter Zigbee Adapter Version: 1.5.6
            COM-Anschlussname: /dev/serial/by-id/usb-Texas_Instruments_CC2538_USB_CDC-if00
            Typ: TI Z-Stack/CCxxxx
            Timer zwischen 0 und 255 Sek: 250
            Erweiterte Pan ID: DDDDDDDDDDDDDDAA
            CC1352P and CC26X2R1 Sendeleistung: high
            Pan ID: 6754

            Node.js v14.16.1
            NPM 6.14.12
            iobroker Version 5.1.9 (ich glaube seit der neuen iobroker Version läuft Zigbee nicht mehr) kann man mit irgend einem Befehl abrufen wann die updates vom iobroker durchgeführt worden sind?? der letzte befehl vom Zigbee wurde am 3.6.2021 gesendet

            Zigbee instance zeigt folgenden fehler:
            Error
            You need to setup serial port and start the adapter before pairing!

            pi@raspberrypi:~ $ ls -la /dev/serial/by-id/
            insgesamt 0
            drwxr-xr-x 2 root root 60 Jul 8 20:49 .
            drwxr-xr-x 4 root root 80 Jul 8 20:49 ..
            lrwxrwxrwx 1 root root 13 Jul 8 20:49 usb-Texas_Instruments_CC2538_USB_CDC-if00 -> ../../ttyACM0
            pi@raspberrypi:~ $

            Vielleicht kann mir jemand weiterhelfen, wie ich die Zigbee Instance zum laufen bekomme...

            Danke schon mal im voraus.....bin Laie

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

              @jojo1900

              Bitte die Log einträge vom Startversuch des Zigbee-Adaptes posten.

              (Code tags </> nicht vergessen, und bitte nicht als screenshot sondern als text.)

              A.

              1 Reply Last reply Reply Quote 0
              • J
                Jojo1900 last edited by

                @asgothian

                Logeinträge vom Startversuch: (ist meine erste Log kopie)
                2021-07-11 09:30:51.505 - info: host.raspberrypi stopInstance system.adapter.zigbee.0 (force=false, process=true)
                2021-07-11 09:30:51.522 - info: host.raspberrypi stopInstance system.adapter.zigbee.0 send kill signal
                2021-07-11 09:30:51.521 - info: zigbee.0 (5653) Got terminate signal TERMINATE_YOURSELF
                2021-07-11 09:30:51.524 - info: zigbee.0 (5653) cleaned everything up...
                2021-07-11 09:30:51.528 - info: zigbee.0 (5653) Zigbee: disabling joining new devices.
                2021-07-11 09:30:51.530 - warn: zigbee.0 (5653) Failed to stop zigbee during startup
                2021-07-11 09:30:51.530 - info: zigbee.0 (5653) terminating
                2021-07-11 09:30:51.531 - info: zigbee.0 (5653) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                2021-07-11 09:30:51.533 - error: zigbee.0 (5653) 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().
                2021-07-11 09:30:51.533 - error: zigbee.0 (5653) unhandled promise rejection: Cannot read property 'getEntries' of null
                2021-07-11 09:30:51.534 - error: zigbee.0 (5653) TypeError: Cannot read property 'getEntries' of null
                at Function.loadFromDatabaseIfNecessary (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/device.js:220:55)
                at Function.all (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/device.js:240:16)
                at Controller.getDevices (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:303:31)
                at ZigbeeController.getClients (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:228:49)
                at DeviceAvailability.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zbDeviceAvailability.js:222:43)
                at ZigbeeController.callExtensionMethod (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:214:42)
                at ZigbeeController.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:385:20)
                at Zigbee.onUnload (/opt/iobroker/node_modules/iobroker.zigbee/main.js:696:41)
                at processTicksAndRejections (internal/process/task_queues.js:93:5)
                2021-07-11 09:30:51.535 - error: zigbee.0 (5653) Cannot read property 'getEntries' of null
                2021-07-11 09:30:52.092 - info: host.raspberrypi instance system.adapter.zigbee.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                2021-07-11 09:30:53.080 - info: sonoff.0 (20976) State value to set for "sonoff.0.SP112 1894.Wifi_Channel" has to be stringified but received type "number"
                2021-07-11 09:30:53.148 - info: sonoff.0 (20976) State value to set for "sonoff.0.SP112 1894.ENERGY_TotalStartTime" has to be type "number" but received type "string"
                2021-07-11 09:30:54.600 - info: host.raspberrypi instance system.adapter.zigbee.0 started with pid 5729
                2021-07-11 09:30:57.165 - info: zigbee.0 (5729) starting. Version 1.5.6 in /opt/iobroker/node_modules/iobroker.zigbee, node: v14.16.1, js-controller: 3.3.14
                2021-07-11 09:30:57.267 - info: zigbee.0 (5729) Starting Zigbee npm ...
                2021-07-11 09:30:57.471 - error: zigbee.0 (5729) Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error: No such file or directory, cannot open usb-Texas_Instruments_CC2538_USB_CDC-if00'"
                2021-07-11 09:30:57.471 - error: zigbee.0 (5729) Failed to start Zigbee
                2021-07-11 09:30:57.472 - error: zigbee.0 (5729) Error herdsman start
                2021-07-11 09:30:57.550 - info: zigbee.0 (5729) Installed Version: iobroker.zigbee@1.5.6
                2021-07-11 09:31:05.332 - info: sonoff.0 (20976) State value to set for "sonoff.0.SP112.Wifi_Channel" has to be stringified but received type "number"
                2021-07-11 09:31:05.350 - info: sonoff.0 (20976) State value to set for "sonoff.0.SP112.ENERGY_TotalStartTime" has to be type "number" but received type "string"
                2021-07-11 09:31:07.474 - info: zigbee.0 (5729) Try to reconnect. 1 attempts left
                2021-07-11 09:31:07.476 - info: zigbee.0 (5729) Starting Zigbee npm ...
                2021-07-11 09:31:07.487 - error: zigbee.0 (5729) Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error: No such file or directory, cannot open usb-Texas_Instruments_CC2538_USB_CDC-if00'"
                2021-07-11 09:31:07.488 - error: zigbee.0 (5729) Failed to start Zigbee
                2021-07-11 09:31:07.489 - error: zigbee.0 (5729) Error herdsman start
                2021-07-11 09:31:07.512 - info: zigbee.0 (5729) Installed Version: iobroker.zigbee@1.5.6
                2021-07-11 09:31:12.137 - info: sonoff.0 (20976) State value to set for "sonoff.0.Sonoff-Rf-Bridge-1.Wifi_Channel" has to be stringified but received type "number"
                2021-07-11 09:31:13.067 - info: sonoff.0 (20976) State value to set for "sonoff.0.Sonoff-Rf-Bridge-2.Wifi_Channel" has to be stringified but received type "number"

                (Code tags </> nicht vergessen,
                bei den code tags da benötige ich hilfe...

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

                  @jojo1900 sagte in Zigbee Umstieg von ccXXXX auf ccYYYY:

                  (Code tags </> nicht vergessen,
                  bei den code tags da benötige ich hilfe...

                  Das ist doch einfach.

                  Text in den Post kopieren, Markieren, Code tag button drücken (</>)

                  Nebenbei hast du den Port für den Stick scheinbar falsch angegeben:

                  Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error: No such file or directory, cannot open usb-Texas_Instruments_CC2538_USB_CDC-if00'"
                  

                  A.

                  J 1 Reply Last reply Reply Quote 0
                  • J
                    Jojo1900 last edited by Jojo1900

                    @asgothian sagte in Zigbee Umstieg von ccXXXX auf ccYYYY:

                    Code tag button

                    
                    2021-07-11 20:15:37.086 - info: host.raspberrypi stopInstance system.adapter.zigbee.0 (force=false, process=true)
                    2021-07-11 20:15:37.100 - info: zigbee.0 (8397) Got terminate signal TERMINATE_YOURSELF
                    2021-07-11 20:15:37.106 - info: host.raspberrypi stopInstance system.adapter.zigbee.0 send kill signal
                    2021-07-11 20:15:37.102 - info: zigbee.0 (8397) cleaned everything up...
                    2021-07-11 20:15:37.105 - info: zigbee.0 (8397) Zigbee: disabling joining new devices.
                    2021-07-11 20:15:37.107 - warn: zigbee.0 (8397) Failed to stop zigbee during startup
                    2021-07-11 20:15:37.108 - info: zigbee.0 (8397) terminating
                    2021-07-11 20:15:37.109 - info: zigbee.0 (8397) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                    2021-07-11 20:15:37.110 - error: zigbee.0 (8397) 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().
                    2021-07-11 20:15:37.111 - error: zigbee.0 (8397) unhandled promise rejection: Cannot read property 'getEntries' of null
                    2021-07-11 20:15:37.112 - error: zigbee.0 (8397) TypeError: Cannot read property 'getEntries' of null
                    at Function.loadFromDatabaseIfNecessary (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/device.js:220:55)
                    at Function.all (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/device.js:240:16)
                    at Controller.getDevices (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:303:31)
                    at ZigbeeController.getClients (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:228:49)
                    at DeviceAvailability.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zbDeviceAvailability.js:222:43)
                    at ZigbeeController.callExtensionMethod (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:214:42)
                    at ZigbeeController.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:385:20)
                    at Zigbee.onUnload (/opt/iobroker/node_modules/iobroker.zigbee/main.js:696:41)
                    at runMicrotasks ()
                    at processTicksAndRejections (internal/process/task_queues.js:93:5)
                    2021-07-11 20:15:37.113 - error: zigbee.0 (8397) Cannot read property 'getEntries' of null
                    2021-07-11 20:15:37.723 - info: host.raspberrypi instance system.adapter.zigbee.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                    2021-07-11 20:15:40.185 - info: host.raspberrypi instance system.adapter.zigbee.0 started with pid 9298
                    2021-07-11 20:15:42.828 - info: zigbee.0 (9298) starting. Version 1.5.6 in /opt/iobroker/node_modules/iobroker.zigbee, node: v14.16.1, js-controller: 3.3.14
                    2021-07-11 20:15:42.931 - info: zigbee.0 (9298) Starting Zigbee npm ...
                    2021-07-11 20:15:43.131 - error: zigbee.0 (9298) Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error: No such file or directory, cannot open usb-Texas_Instruments_CC2538_USB_CDC-if00'"
                    2021-07-11 20:15:43.131 - error: zigbee.0 (9298) Failed to start Zigbee
                    2021-07-11 20:15:43.132 - error: zigbee.0 (9298) Error herdsman start
                    2021-07-11 20:15:43.226 - info: zigbee.0 (9298) Installed Version: iobroker.zigbee@1.5.6
                    2021-07-11 20:15:46.623 - info: rpi2.0 (23267) State value to set for "rpi2.0.cpu.load1" has to be type "number" but received type "string"
                    2021-07-11 20:15:53.134 - info: zigbee.0 (9298) Try to reconnect. 1 attempts left
                    2021-07-11 20:15:53.136 - info: zigbee.0 (9298) Starting Zigbee npm ...
                    2021-07-11 20:15:53.145 - error: zigbee.0 (9298) Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error: No such file or directory, cannot open usb-Texas_Instruments_CC2538_USB_CDC-if00'"
                    2021-07-11 20:15:53.147 - error: zigbee.0 (9298) Failed to start Zigbee
                    2021-07-11 20:15:53.148 - error: zigbee.0 (9298) Error herdsman start
                    2021-07-11 20:15:53.158 - info: zigbee.0 (9298) Installed Version: iobroker.zigbee@1.5.6```
                    

                    ok das war einfach.....wieder was dazu gelernt

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

                      @jojo1900 nochmal versuchen, ist falsch 🙂

                      1 Reply Last reply Reply Quote 0
                      • J
                        Jojo1900 @Asgothian last edited by

                        @asgothian

                        Nebenbei hast du den Port für den Stick scheinbar falsch angegeben:

                        ok port für den Stick falsch eingeben....wie kann ich das überprüfen bzw. korrigieren.....

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

                          @jojo1900

                          der einfachste weg:

                          auf einer console

                          ls <xxx>

                          wobei <xxx> das ist was du beim adapter als port eingegeben hast.

                          J 1 Reply Last reply Reply Quote 0
                          • J
                            Jojo1900 @Asgothian last edited by

                            @asgothian

                            adapter port eingabe...?? wo finde ich diese..??

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

                              @jojo1900
                              Du willst mir sagen das du keine Ahnung hast wo du den adapter konfigurierst ?

                              J 1 Reply Last reply Reply Quote 0
                              • J
                                Jojo1900 @Asgothian last edited by

                                @asgothian
                                also unter instanzen zigbee einstellungen

                                erweiterte pan id
                                pan id
                                com anschluss

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

                                  @jojo1900 sagte in Zigbee Umstieg von ccXXXX auf ccYYYY:

                                  com anschluss

                                  das da ist der Port

                                  J 1 Reply Last reply Reply Quote 0
                                  • J
                                    Jojo1900 @Asgothian last edited by

                                    @asgothian

                                    usb-Texas_Instruments_CC2538_USB_CDC-if00

                                    J 1 Reply Last reply Reply Quote 0
                                    • J
                                      Jojo1900 @Jojo1900 last edited by

                                      @jojo1900

                                      pi@raspberrypi:~ $ ls <usb-Texas_Instruments_CC2538_USB_CDC-if00>
                                      -bash: Syntaxfehler beim unerwarteten Wort `newline'
                                      pi@raspberrypi:~ $ ls usb-Texas_Instruments_CC2538_USB_CDC-if00
                                      ls: Zugriff auf 'usb-Texas_Instruments_CC2538_USB_CDC-if00' nicht möglich: Datei                                                                                                                      oder Verzeichnis nicht gefunden
                                      pi@raspberrypi:~ $
                                      
                                      Asgothian 1 Reply Last reply Reply Quote 0
                                      • Asgothian
                                        Asgothian Developer @Jojo1900 last edited by

                                        @jojo1900 jo.. das ist also falsch. Wo dein Stick seinen Port hat kann ich Dir nicht sagen.

                                        A.

                                        J 1 Reply Last reply Reply Quote 0
                                        • J
                                          Jojo1900 @Asgothian last edited by

                                          @asgothian ok erstmal ich weiss wo nach ich suchen muss

                                          J 1 Reply Last reply Reply Quote 0
                                          • J
                                            Jojo1900 @Jojo1900 last edited by

                                            @jojo1900
                                            ok zigbee adapter läuft wieder
                                            com Anschluss geändert auf
                                            /dev/serial/by-id/usb-Texas_Instruments_CC2538_USB_CDC-if00

                                            das war aber nicht die lösung

                                            und

                                            Erweiterte Pan ID
                                            von DDDDDDDDDDDDDDAA auf DDDDDDDDDDDDDDDD geändert

                                            Danke für die Hilfe......ich weiss das es mal sehr anstrengend ist nen alten Laien unter die arme zu greifen.........ist wie meine OMA in punkto smartphone manchmal zum Haare raufen.....

                                            Thomas Braun Asgothian 2 Replies 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

                                            515
                                            Online

                                            31.8k
                                            Users

                                            79.9k
                                            Topics

                                            1.3m
                                            Posts

                                            neu anlernen platine umstieg zigbee
                                            21
                                            169
                                            15393
                                            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