Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Zigbee stürzt beim schalten von Birnen über Shalter ab

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    Zigbee stürzt beim schalten von Birnen über Shalter ab

    This topic has been deleted. Only users with topic management privileges can see it.
    • E
      Einstein67 @earl80 last edited by

      Kann ich bestätigen. Hab auch IKEA Lampen

      2022-06-03 06:00:55.929 - warn: zigbee.0 (17889) Device '0x2c1165fffee4589c' announced itself
      2022-06-03 06:00:55.933 - error: zigbee.0 (17889) 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().
      2022-06-03 06:00:55.933 - error: zigbee.0 (17889) unhandled promise rejection: Cannot read properties of undefined (reading 'color_options')
      2022-06-03 06:00:55.934 - error: zigbee.0 (17889) TypeError: Cannot read properties of undefined (reading 'color_options')
      at Object.bulbOnEvent [as onEvent] (/opt/iobroker/node_modules/zigbee-herdsman-converters/devices/ikea.js:39:19)
      at DeviceEvent.callOnEvent (/opt/iobroker/node_modules/iobroker.zigbee/lib/zbDeviceEvent.js:44:26)
      at DeviceEvent.onZigbeeEvent (/opt/iobroker/node_modules/iobroker.zigbee/lib/zbDeviceEvent.js:26:18)
      at ZigbeeController.callExtensionMethod (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:236:54)
      at ZigbeeController.handleDeviceAnnounce (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:560:18)
      2022-06-03 06:00:55.934 - error: zigbee.0 (17889) Cannot read properties of undefined (reading 'color_options')
      2022-06-03 06:00:55.948 - info: zigbee.0 (17889) cleaned everything up...
      2022-06-03 06:00:55.969 - info: zigbee.0 (17889) Zigbee: disabling joining new devices.
      2022-06-03 06:00:56.448 - info: zigbee.0 (17889) terminating
      2022-06-03 06:00:56.449 - warn: zigbee.0 (17889) Terminated (UNCAUGHT_EXCEPTION): Without reason
      2022-06-03 06:00:56.997 - error: host.iob18ig Caught by controller[0]: 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(). The promise rejected with the reason:
      2022-06-03 06:00:56.997 - error: host.iob18ig Caught by controller[0]: TypeError: Cannot read properties of undefined (reading 'color_options')
      2022-06-03 06:00:56.997 - error: host.iob18ig Caught by controller[0]: at Object.bulbOnEvent [as onEvent] (/opt/iobroker/node_modules/zigbee-herdsman-converters/devices/ikea.js:39:19)
      2022-06-03 06:00:56.997 - error: host.iob18ig Caught by controller[0]: at DeviceEvent.callOnEvent (/opt/iobroker/node_modules/iobroker.zigbee/lib/zbDeviceEvent.js:44:26)
      2022-06-03 06:00:56.997 - error: host.iob18ig Caught by controller[0]: at DeviceEvent.onZigbeeEvent (/opt/iobroker/node_modules/iobroker.zigbee/lib/zbDeviceEvent.js:26:18)
      2022-06-03 06:00:56.997 - error: host.iob18ig Caught by controller[0]: at ZigbeeController.callExtensionMethod (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:236:54)
      2022-06-03 06:00:56.997 - error: host.iob18ig Caught by controller[0]: at ZigbeeController.handleDeviceAnnounce (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:560:18)
      2022-06-03 06:00:56.998 - error: host.iob18ig instance system.adapter.zigbee.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
      2022-06-03 06:00:56.998 - info: host.iob18ig Restart adapter system.adapter.zigbee.0 because enabled
      
      1 Reply Last reply Reply Quote 0
      • arteck
        arteck Developer Most Active last edited by arteck

        color_options

        da ist ein bug im converter.und sind nur ikea lampen betroffen

        @earl80 Logs bitte in Code tag.. kann man besser lesen

        M 1 Reply Last reply Reply Quote 0
        • M
          M-A-X @arteck last edited by

          @arteck bei mir kommt es zum selben Fehler (soweit ich das erkenne) wie bei @earl80

          Cannot read property 'color_options' of undefined
          
          zigbee.0
          2022-06-03 08:01:18.099	error	TypeError: Cannot read property 'color_options' of undefined at Object.bulbOnEvent [as onEvent] (/opt/iobroker/node_modules/zigbee-herdsman-converters/devices/ikea.js:39:19) at DeviceEvent.callOnEvent (/opt/iobroker/node_modules/iobroker.zigbee/lib/zbDeviceEvent.js:44:26) at DeviceEvent.onZigbeeEvent (/opt/iobroker/node_modules/iobroker.zigbee/lib/zbDeviceEvent.js:26:18) at ZigbeeController.callExtensionMethod (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:236:54) at ZigbeeController.handleDeviceAnnounce (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:560:18)
          
          zigbee.0
          2022-06-03 08:01:18.095	error	unhandled promise rejection: Cannot read property 'color_options' of undefined
          
          zigbee.0
          2022-06-03 08:01:18.094	error	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().
          host.iobroker
          2022-06-03 07:51:58.562	error	instance system.adapter.zigbee.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
          host.iobroker
          2022-06-03 07:51:58.561	error	Caught by controller[5]: at ZigbeeController.callExtensionMethod (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:236:54)
          host.iobroker
          2022-06-03 07:51:58.560	error	Caught by controller[5]: at DeviceEvent.onZigbeeEvent (/opt/iobroker/node_modules/iobroker.zigbee/lib/zbDeviceEvent.js:26:18)
          host.iobroker
          2022-06-03 07:51:58.561	error	Caught by controller[5]: at ZigbeeController.handleDeviceAnnounce (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:560:18)
          host.iobroker
          2022-06-03 07:51:58.560	error	Caught by controller[5]: at DeviceEvent.callOnEvent (/opt/iobroker/node_modules/iobroker.zigbee/lib/zbDeviceEvent.js:44:26)
          host.iobroker
          2022-06-03 07:51:58.559	error	Caught by controller[5]: at Object.bulbOnEvent [as onEvent] (/opt/iobroker/node_modules/zigbee-herdsman-converters/devices/ikea.js:39:19)
          host.iobroker
          2022-06-03 07:51:58.559	error	Caught by controller[5]: TypeError: Cannot read property 'color_options' of undefined
          host.iobroker
          2022-06-03 07:51:58.559	error	Caught by controller[4]: 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(). The promise rejected with the reason:
          host.iobroker
          2022-06-03 07:51:58.558	error	Caught by controller[3]: at ZigbeeController.handleDeviceAnnounce (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:560:18)
          host.iobroker
          2022-06-03 07:51:58.558	error	Caught by controller[3]: at ZigbeeController.callExtensionMethod (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:236:54)
          host.iobroker
          2022-06-03 07:51:58.558	error	Caught by controller[3]: at DeviceEvent.onZigbeeEvent (/opt/iobroker/node_modules/iobroker.zigbee/lib/zbDeviceEvent.js:26:18)
          host.iobroker
          2022-06-03 07:51:58.557	error	Caught by controller[3]: at DeviceEvent.callOnEvent (/opt/iobroker/node_modules/iobroker.zigbee/lib/zbDeviceEvent.js:44:26)
          host.iobroker
          2022-06-03 07:51:58.552	error	Caught by controller[3]: TypeError: Cannot read property 'color_options' of undefined
          host.iobroker
          2022-06-03 07:51:58.551	error	Caught by controller[2]: 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(). The promise rejected with the reason:
          host.iobroker
          2022-06-03 07:51:58.551	error	Caught by controller[1]: at ZigbeeController.callExtensionMethod (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:236:54)
          host.iobroker
          2022-06-03 07:51:58.552	error	Caught by controller[3]: at Object.bulbOnEvent [as onEvent] (/opt/iobroker/node_modules/zigbee-herdsman-converters/devices/ikea.js:39:19)
          host.iobroker
          2022-06-03 07:51:58.550	error	Caught by controller[1]: at DeviceEvent.onZigbeeEvent (/opt/iobroker/node_modules/iobroker.zigbee/lib/zbDeviceEvent.js:26:18)
          host.iobroker
          2022-06-03 07:51:58.551	error	Caught by controller[1]: at ZigbeeController.handleDeviceAnnounce (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:560:18)
          host.iobroker
          2022-06-03 07:51:58.550	error	Caught by controller[1]: at DeviceEvent.callOnEvent (/opt/iobroker/node_modules/iobroker.zigbee/lib/zbDeviceEvent.js:44:26)
          host.iobroker
          2022-06-03 07:51:58.549	error	Caught by controller[1]: TypeError: Cannot read property 'color_options' of undefined
          host.iobroker
          2022-06-03 07:51:58.548	error	Caught by controller[1]: 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(). The promise rejected with the reason:
          host.iobroker
          2022-06-03 07:51:58.549	error	Caught by controller[1]: at Object.bulbOnEvent [as onEvent] (/opt/iobroker/node_modules/zigbee-herdsman-converters/devices/ikea.js:39:19)
          host.iobroker
          2022-06-03 07:51:58.548	error	Caught by controller[1]: at ZigbeeController.handleDeviceAnnounce 
          

          Es handelt sich um Ikea Gu10 color spots.
          Das sind bei mir die einzigen zigbee Geräte, die durch einen Schalter stromlos geschaltet werden. Ansonsten müsste der Fehler ja immer kommen, wenn ich ein zigbee Gerät vom Strom nehme und wieder anschließe?

          arteck 1 Reply Last reply Reply Quote 0
          • arteck
            arteck Developer Most Active @M-A-X last edited by arteck

            @m-a-x nein ES SIND NUR DIE IKEA BETROFFEN..und nur weil ihr die Spots vom Strom trennt
            das ist das wiedereinschalten Verhalten nach Stromlos

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

              kann einer was testen

              adapter stopen
              dann in den konsole

              nano /opt/iobroker/node_modules/zigbee-herdsman-converters/devices/ikea.js
              

              in zeile 39

              if (state.color_options !== undefined && state.color_options.execute_if_off === true) {
              

              ändern in

              if (state !== undefined && state.color_options.execute_if_off === true) {
              

              und zeile 42

              if (state.level_config !== undefined && state.level_config.execute_if_off === true) {
              

              in

              if (state!== undefined && state.level_config.execute_if_off === true) {
              

              adapter starten

              M 1 Reply Last reply Reply Quote 1
              • M
                M-A-X @arteck last edited by M-A-X

                @arteck

                Muss das von unterwegs auf dem Handy über VPN machen. Hoffe es geht nichts schief 🙂

                code_textst.iobroker
                2022-06-03 08:45:08.162	info	Restart adapter system.adapter.zigbee.0 because enabled
                host.iobroker
                2022-06-03 08:45:08.162	error	instance system.adapter.zigbee.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                host.iobroker
                2022-06-03 08:45:08.162	error	Caught by controller[1]: at ZigbeeController.handleDeviceAnnounce (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:560:18)
                host.iobroker
                2022-06-03 08:45:08.162	error	Caught by controller[1]: at ZigbeeController.callExtensionMethod (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:236:54)
                host.iobroker
                2022-06-03 08:45:08.161	error	Caught by controller[1]: at DeviceEvent.onZigbeeEvent (/opt/iobroker/node_modules/iobroker.zigbee/lib/zbDeviceEvent.js:26:18)
                host.iobroker
                2022-06-03 08:45:08.161	error	Caught by controller[1]: at DeviceEvent.callOnEvent (/opt/iobroker/node_modules/iobroker.zigbee/lib/zbDeviceEvent.js:44:26)
                host.iobroker
                2022-06-03 08:45:08.161	error	Caught by controller[1]: at Object.bulbOnEvent [as onEvent] (/opt/iobroker/node_modules/zigbee-herdsman-converters/devices/ikea.js:42:19)
                host.iobroker
                2022-06-03 08:45:08.160	error	Caught by controller[1]: TypeError: Cannot read property 'level_config' of undefined
                host.iobroker
                2022-06-03 08:45:08.159	error	Caught by controller[0]: 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(). The promise rejected with the reason:
                
                zigbee.0
                2022-06-03 08:45:07.539	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                
                zigbee.0
                2022-06-03 08:45:07.537	info	terminating
                
                zigbee.0
                2022-06-03 08:45:07.225	info	Zigbee: disabling joining new devices.
                
                zigbee.0
                2022-06-03 08:45:07.036	info	cleaned everything up...
                
                zigbee.0
                2022-06-03 08:45:07.022	error	Cannot read property 'level_config' of undefined
                
                zigbee.0
                2022-06-03 08:45:07.021	error	TypeError: Cannot read property 'level_config' of undefined at Object.bulbOnEvent [as onEvent] (/opt/iobroker/node_modules/zigbee-herdsman-converters/devices/ikea.js:42:19) at DeviceEvent.callOnEvent (/opt/iobroker/node_modules/iobroker.zigbee/lib/zbDeviceEvent.js:44:26) at DeviceEvent.onZigbeeEvent (/opt/iobroker/node_modules/iobroker.zigbee/lib/zbDeviceEvent.js:26:18) at ZigbeeController.callExtensionMethod (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:236:54) at ZigbeeController.handleDeviceAnnounce (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:560:18)
                
                zigbee.0
                2022-06-03 08:45:07.018	error	unhandled promise rejection: Cannot read property 'level_config' of undefined
                
                zigbee.0
                2022-06-03 08:45:07.017	error	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().
                
                zigbee.0
                2022-06-03 08:45:07.009	warn	Device '0x2c1165fffe9542d9' announced itself
                
                web.0
                2022-06-03 08:44:58.839	info	==> Connected system.user.admin from ::ffff:192.168.9.101
                
                zigbee.0
                2022-06-03 08:44:34.132	info	Zigbee started
                
                arteck 1 Reply Last reply Reply Quote 0
                • arteck
                  arteck Developer Most Active @M-A-X last edited by arteck

                  @m-a-x du musst noch eine zeile ändern

                  M 1 Reply Last reply Reply Quote 0
                  • M
                    M-A-X @arteck last edited by M-A-X

                    @arteck oh sorry. Hab ich überlesen... Handy Ansicht und so.
                    Scheint wieder zu funktionieren. Meine Frau sagt auch das Licht ist an und aus gegangen 🙂

                    zigbee.0
                    2022-06-03 09:04:48.906	warn	Device '0x2c1165fffe7d55cd' announced itself
                    
                    zigbee.0
                    2022-06-03 09:04:48.655	warn	Device '0x2c1165fffe94ad5d' announced itself
                    
                    zigbee.0
                    2022-06-03 09:04:48.420	warn	Device '0x2c1165fffe85b3f6' announced itself
                    
                    zigbee.0
                    2022-06-03 09:04:48.402	warn	Device '0x2c1165fffe7d68a2' announced itself
                    
                    zigbee.0
                    2022-06-03 09:04:48.389	warn	Device '0x2c1165fffe8a05ce' announced itself
                    
                    zigbee.0
                    2022-06-03 09:04:48.387	warn	Device '0x2c1165fffe2cd033' announced itself
                    
                    zigbee.0
                    2022-06-03 09:04:48.359	warn	Device '0x2c1165fffe9542d9' announced itself
                    
                    web.0
                    2022-06-03 09:04:38.708	info	==> Connected system.user.admin from ::ffff:192.168.9.101
                    
                    zigbee.0
                    2022-06-03 09:04:12.555	info	Zigbee started
                    
                    1 Reply Last reply Reply Quote 0
                    • arteck
                      arteck Developer Most Active last edited by

                      ich hab ne korektur eingestellt im converter... wird bestimmt dauern..

                      aber so ist euch erstmal geholfen

                      E David G. 2 Replies Last reply Reply Quote 1
                      • E
                        Einstein67 @arteck last edited by

                        @arteck Funktioniert!!

                        Vielen Dank!

                        1 Reply Last reply Reply Quote 0
                        • David G.
                          David G. @arteck last edited by David G.

                          @arteck

                          Müssen wir die Zeilen jetzt bei jedem Update des Adapters ändern, bis das im Converter gefixt wurde?

                          Danke für die schnelle Hilfe.

                          arteck 1 Reply Last reply Reply Quote 0
                          • arteck
                            arteck Developer Most Active @David G. last edited by

                            @david-g wenn du von Git installierst dann ja..

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

                              korrektur ist ab sofort auf GIT verfügbar

                              M E 2 Replies Last reply Reply Quote 2
                              • M
                                Martin-72 @arteck last edited by

                                @arteck Ich habe das Problem auch noch. Ich habe den Adapter aber über die Adapterverwaltung vom ioBroker installiert:
                                5eea5d0f-4605-47e6-8818-4a6468162edf-image.png

                                Gibt es schon Hochrechnungen, wann die Fehlerbehebung auch dort ankommt?

                                Oder soll ich den weiter oben beschriebenen Weg wählen? Muss / (Wie) Kann ich die Adapter sichern und wieder einspielen, um nicht alles neu anlernen zu müssen...?

                                Vielen Dank

                                Martin

                                amg_666 1 Reply Last reply Reply Quote 0
                                • amg_666
                                  amg_666 @Martin-72 last edited by

                                  @martin-72 Du kannst den über github installieren. In der Adminoberfläche auf die "Katze" tippen und da dann zigbee eingeben und den Adapter installieren. Das ist dasselbe wie ein Versionsupdate über die Adapterverwaltung, nur dass es halt "Beta" ist und noch nicht "offiziell", sichern musst du da eigentlich nichts, ist nur ne neue Version.

                                  M 1 Reply Last reply Reply Quote 0
                                  • M
                                    Martin-72 @amg_666 last edited by

                                    Vielen Dank
                                    911192b6-73cc-4f4e-a501-77c9a95e68b4-image.png

                                    Liebe Grüße

                                    Martin

                                    1 Reply Last reply Reply Quote 0
                                    • E
                                      ewf04214 @arteck last edited by ewf04214

                                      @arteck Das Problem besteht seit geraumer Zeit wieder. Was genau meinst du mit Bug im Converter, kommt der Converter von dir, oder bindest du etwas externes ein? Dann müsste man den Fehler ja dort melden.

                                      Guten Rutsch

                                      D 1 Reply Last reply Reply Quote 0
                                      • D
                                        dimaiv @ewf04214 last edited by

                                        @ewf04214
                                        Aktuelle Stand: vor 3 Stunden über Git installiert, alles mögliche probiert, KENE FEHLER !
                                        Guten Rutsch!

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

                                          1.9.6 ist unterwegs

                                          E 1 Reply Last reply Reply Quote 1
                                          • E
                                            ewf04214 @arteck last edited by

                                            @arteck danke, auf den ersten Blick scheints zu funktionieren, Geräte Annoncen sich, und der Adapter bleibt online.

                                            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

                                            408
                                            Online

                                            32.0k
                                            Users

                                            80.4k
                                            Topics

                                            1.3m
                                            Posts

                                            9
                                            22
                                            1954
                                            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