Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. ZigBee neue Version 1.5.x

    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 neue Version 1.5.x

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

      Langsam frustiert mich das ganze, jetzt mache ich das doofe js update schon zum dritten mal und immer sind alle Geräte in der Zigbee Instanz weg 😞 Muss dann alle wieder koppeln.... Gibt es da keine bessere Lösung?

      Ich glaube ich gehe zurück auf stable 😞 😞

      crunchip amg_666 L 3 Replies Last reply Reply Quote 0
      • crunchip
        crunchip Forum Testing Most Active @Tom Son last edited by crunchip

        @tom-son sagte in ZigBee neue Version 1.5.x:

        js update

        welches?

        @tom-son sagte in ZigBee neue Version 1.5.x:

        Gibt es da keine bessere Lösung

        nach dem Fehler suchen (log) , oder die shepherd.dp aus dem backup einspielen, dann müssten die Sensoren wieder da sein, ohne neu anzulernen

        Tom Son 1 Reply Last reply Reply Quote 0
        • amg_666
          amg_666 @Tom Son last edited by

          @tom-son Hm, also bei mir läuft das alles stabil,
          Node.js: v14.16.1, NPM: 6.14.12 und iobroker 3.3.8
          admin 5.0.15 und zigbee 1.5.5
          Das ganze läuft als VM unter Debian auf einem intel nuc mit proxmox
          Einzig nerviger Punkt ist, dass der zigbee unter "Netzwerkkarte" alle Geräte als nicht verbunden und rot darstellt, das dauert dann zwischen 5 und vielleicht 20 Sekunden und dann stimmt die Karte auch.
          KEINE "Verluste" von Geräten, KEINE Funktionseinschränkungen

          Horst Böttcher 1 Reply Last reply Reply Quote 0
          • Horst Böttcher
            Horst Böttcher @amg_666 last edited by

            Hallo der Adapter bleibt bei mir gelb
            und nix geht mehr

            Aus den log

            
            zigbee.0	2021-05-07 21:55:23.893	error	(6335) getGroups: caught error: TypeError: Cannot read property 'getGroups' of undefined
            
            Asgothian 1 Reply Last reply Reply Quote 0
            • L
              luie @Tom Son last edited by luie

              @tom-son sagte in ZigBee neue Version 1.5.x:

              js update

              Wie gehst du vor?

              Bei mir lief das update auf js-controller 3.3.8 ohne Probleme. Ich musste nur nach dem reboot des raspi den zigbee-Adapter 1x stoppen und dann wieder starten.

              Horst Böttcher Tom Son 2 Replies Last reply Reply Quote 0
              • Horst Böttcher
                Horst Böttcher @luie last edited by Horst Böttcher

                @luie 22a1974365cb36b48070903929177156.png

                für leicht ist was falsch gelaufen

                JS update nach anleitung

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

                  @disaster123 da passt etwas mit der Weiterleitung der seriellen Schnittstelle nicht. Die Meldung

                  No such device or address...
                  

                  Ist da recht eindeutig.

                  A.

                  1 Reply Last reply Reply Quote 0
                  • Asgothian
                    Asgothian Developer @Horst Böttcher last edited by

                    @horst-böttcher

                    Bitte das komplette log des Start Vorgangs des zigbee Adapters posten, nicht nur eine Zeile.

                    A.

                    Horst Böttcher 1 Reply Last reply Reply Quote 0
                    • Horst Böttcher
                      Horst Böttcher @Asgothian last edited by

                      @asgothian
                      habe den USB Port gewechselt jetzt sind die Geräte da lassen sich aber nicht schalten

                      Über all steht Disconectet

                      1 Reply Last reply Reply Quote 0
                      • Tom Son
                        Tom Son @crunchip last edited by

                        @crunchip JS 3.3.8
                        Das mit dem shepherd klingt gut, aber wie geht das? Hasz du bitte eine Anleitung?

                        1 Reply Last reply Reply Quote 0
                        • Tom Son
                          Tom Son @luie last edited by

                          @luie mache das update über die Konsole wie inder Beschreibung und anschließend mach ich immer einen Reboot, aber nach einem restart des Adapter blieb immer noch alles leer...

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

                            @disaster123 multihost ?

                            1 Reply Last reply Reply Quote 0
                            • I
                              io_laurent last edited by

                              Hallo zusammen,
                              ich habe seit einiger Zeit eine Fehlermeldung im Log, mit welcher ich nichts anfangen kann:

                              2021-05-08 11:04:04.567 - error: zigbee.0 (5950) Failed to DeviceConfigure.onZigbeeEvent (Error: '404001' has no configure
                              at Object.getConfigureKey (/opt/iobroker/node_modules/zigbee-herdsman-converters/lib/configureKey.js:20:15)
                              at DeviceConfigure.shouldConfigure (/opt/iobroker/node_modules/iobroker.zigbee/lib/zbDeviceConfigure.js:33:38)
                              at DeviceConfigure.onZigbeeEvent (/opt/iobroker/node_modules/iobroker.zigbee/lib/zbDeviceConfigure.js:76:22)
                              at ZigbeeController.callExtensionMethod (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:196:42)
                              at ZigbeeController.handleMessage (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:560:14))
                              

                              Diese Meldung kommt ca. alle 20-60 Sekunden.
                              Das System läuft ohne irgendwelche Probleme, raspi4, admin 5.0.18, Zigbee 1.5.5, js-controller 3.3.8 (den Fehler gab es aber auch schon vorher, ab 3.3.4 wenn ich richtig erinnere).

                              Kann da jemand helfen?
                              Vielen Dank!

                              1 Reply Last reply Reply Quote 0
                              • D
                                disaster123 last edited by

                                Hat irgendjemand eine Idee wie ich die sensivity beim Aqara Neigungssensor ändern kann? Es gibt zwar mit 1.5 ein drop down aber immer wenn ich Versuche dort etwas einzustellen kommt nach einiger Zeit:

                                (449) Send command to 0x00158d0006896b8d failed with no error code (no response received)
                                

                                Habe schon versucht Knopf kurz drücken am Sensor oder lang drücken nach dem Absetzen - aber hilft alles nichts.

                                crunchip 1 Reply Last reply Reply Quote 0
                                • crunchip
                                  crunchip Forum Testing Most Active @disaster123 last edited by

                                  @disaster123 hat bei mir bisher auch nicht funktioniert, habe mich damit allerdings nicht weiter beschäftigt

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

                                    schöne neue Version. Wäre gut wenn man per Button alle Kacheln umdrehen könnte. Sehe sonst keine Firmware Update Icons 😄

                                    1 Reply Last reply Reply Quote 0
                                    • L
                                      luie last edited by

                                      @Asgothian
                                      Bei mir führt ein Versuch der Firmwareaktualisierung immer zum Absturz des Adapters. Im git gibt es dazu auch ein issue aber ich möchte mich nicht unbedingt auch noch im git anmelden. Können wir das auch hier behandeln?

                                      git zigbee issue #653

                                      2021-05-08 17:25:12.660 - info: zigbee.0 (5165) starting. Version 1.5.5 in /opt/iobroker/node_modules/iobroker.zigbee, node: v16.1.0, js-controller: 3.3.8
                                      2021-05-08 17:25:12.768 - info: zigbee.0 (5165) Starting Zigbee npm ...
                                      2021-05-08 17:25:13.095 - info: zigbee.0 (5165) Installed Version: ioBroker/ioBroker.zigbee#master
                                      2021-05-08 17:25:13.266 - info: zigbee.0 (5165) Coordinator firmware version: {"type":"ConBee2/RaspBee2","meta":{"transportrev":0,"product":0,"majorrel":38,"minorrel":105,"maintrel":0,"revision":"0x26690700"}}
                                      2021-05-08 17:25:13.315 - info: zigbee.0 (5165) Unable to disable LED, unsupported function.
                                      2021-05-08 17:25:13.316 - info: zigbee.0 (5165) --> transmitPower : normal
                                      2021-05-08 17:25:13.318 - info: zigbee.0 (5165) Unable to set transmit power, unsupported function.
                                      2021-05-08 17:25:13.323 - info: zigbee.0 (5165) Currently 36 devices are joined:
                                      2021-05-08 17:25:13.407 - info: zigbee.0 (5165) 0x001788011039c09e (addr 50374): 324131092621 - Philips Hue dimmer switch (EndDevice)
                                      2021-05-08 17:25:13.412 - info: zigbee.0 (5165) 0x00178801049bab21 (addr 59296): 915005106701 - Philips Hue white and color ambiance LightStrip plus (Router)
                                      2021-05-08 17:25:13.413 - info: zigbee.0 (5165) 0x00158d00056e2c1a (addr 45418): SJCGQ11LM - Xiaomi Aqara water leak sensor (EndDevice)
                                      2021-05-08 17:25:13.414 - info: zigbee.0 (5165) 0x000d6ffffe164575 (addr 38575): E1524/E1810 - IKEA TRADFRI remote control (EndDevice)
                                      2021-05-08 17:25:13.416 - info: zigbee.0 (5165) 0x7cb03eaa0a030c48 (addr 40071): AB3257001NJ - OSRAM Smart+ plug (Router)
                                      2021-05-08 17:25:13.417 - info: zigbee.0 (5165) 0x84182600000a19e7 (addr 50161): AB3257001NJ - OSRAM Smart+ plug (Router)
                                      2021-05-08 17:25:13.419 - info: zigbee.0 (5165) 0xec1bbdfffecfa3d9 (addr 22434): LED1537R6/LED1739R5 - IKEA TRADFRI LED bulb GU10 400 lumen, dimmable, white spectrum (Router)
                                      2021-05-08 17:25:13.420 - info: zigbee.0 (5165) 0xec1bbdfffeec05dc (addr 13222): LED1537R6/LED1739R5 - IKEA TRADFRI LED bulb GU10 400 lumen, dimmable, white spectrum (Router)
                                      2021-05-08 17:25:13.422 - info: zigbee.0 (5165) 0x680ae2fffe11ed0f (addr 34368): LED1537R6/LED1739R5 - IKEA TRADFRI LED bulb GU10 400 lumen, dimmable, white spectrum (Router)
                                      2021-05-08 17:25:13.423 - info: zigbee.0 (5165) 0x680ae2fffe3540df (addr 5239): LED1537R6/LED1739R5 - IKEA TRADFRI LED bulb GU10 400 lumen, dimmable, white spectrum (Router)
                                      2021-05-08 17:25:13.424 - info: zigbee.0 (5165) 0x680ae2fffe39478e (addr 44077): LED1537R6/LED1739R5 - IKEA TRADFRI LED bulb GU10 400 lumen, dimmable, white spectrum (Router)
                                      2021-05-08 17:25:13.426 - info: zigbee.0 (5165) 0x00158d0001dcfc7e (addr 16956): WSDCGQ11LM - Xiaomi Aqara temperature, humidity and pressure sensor (EndDevice)
                                      2021-05-08 17:25:13.427 - info: zigbee.0 (5165) 0x84182600000a21ea (addr 17446): AB3257001NJ - OSRAM Smart+ plug (Router)
                                      2021-05-08 17:25:13.428 - info: zigbee.0 (5165) 0x00178801029c2ab5 (addr 28900): 915005106701 - Philips Hue white and color ambiance LightStrip plus (Router)
                                      2021-05-08 17:25:13.430 - info: zigbee.0 (5165) 0x0017880104907516 (addr 24066): 915005106701 - Philips Hue white and color ambiance LightStrip plus (Router)
                                      2021-05-08 17:25:13.431 - info: zigbee.0 (5165) 0x0017880102130d27 (addr 34504): 9290012607 - Philips Hue motion sensor (EndDevice)
                                      2021-05-08 17:25:13.432 - info: zigbee.0 (5165) 0x000d6f000e639ce8 (addr 59115): AC01353010G - OSRAM SMART+ Motion Sensor (EndDevice)
                                      2021-05-08 17:25:13.433 - info: zigbee.0 (5165) 0x8418260000101cf6 (addr 45885): AB3257001NJ - OSRAM Smart+ plug (Router)
                                      2021-05-08 17:25:13.434 - info: zigbee.0 (5165) 0x90fd9ffffe78e7ca (addr 44873): ICPSHC24-30EU-IL-1 - IKEA TRADFRI driver for wireless control (30 watt) (Router)
                                      2021-05-08 17:25:13.435 - info: zigbee.0 (5165) 0x0017880103e5d609 (addr 5539): 324131092621 - Philips Hue dimmer switch (EndDevice)
                                      2021-05-08 17:25:13.437 - info: zigbee.0 (5165) 0x00178801011a95ad (addr 51145): 915005106701 - Philips Hue white and color ambiance LightStrip plus (Router)
                                      2021-05-08 17:25:13.438 - info: zigbee.0 (5165) 0x00178801011d9fce (addr 64403): 915005106701 - Philips Hue white and color ambiance LightStrip plus (Router)
                                      2021-05-08 17:25:13.440 - info: zigbee.0 (5165) 0x00178801011ad866 (addr 42082): 915005106701 - Philips Hue white and color ambiance LightStrip plus (Router)
                                      2021-05-08 17:25:13.441 - info: zigbee.0 (5165) 0x0017880102aca26e (addr 18295): 915005106701 - Philips Hue white and color ambiance LightStrip plus (Router)
                                      2021-05-08 17:25:13.442 - info: zigbee.0 (5165) 0x000d6f000d5ac2a8 (addr 6178): AC01353010G - OSRAM SMART+ Motion Sensor (EndDevice)
                                      2021-05-08 17:25:13.443 - info: zigbee.0 (5165) 0x7cb03eaa00b266c1 (addr 51847): AB3257001NJ - OSRAM Smart+ plug (Router)
                                      2021-05-08 17:25:13.445 - info: zigbee.0 (5165) 0x0017880100ce3b70 (addr 18432): 7299355PH - Philips Hue white and color ambiance LightStrip (Router)
                                      2021-05-08 17:25:13.448 - info: zigbee.0 (5165) 0x0017880100ce3b8c (addr 61494): 7299355PH - Philips Hue white and color ambiance LightStrip (Router)
                                      2021-05-08 17:25:13.450 - info: zigbee.0 (5165) 0x001788010801afea (addr 9490): 8718699693985 - Philips Hue smart button (EndDevice)
                                      2021-05-08 17:25:13.451 - info: zigbee.0 (5165) 0x7cb03eaa0a066d68 (addr 57807): AB3257001NJ - OSRAM Smart+ plug (Router)
                                      2021-05-08 17:25:13.452 - info: zigbee.0 (5165) 0x0017880108e79c10 (addr 9049): 929002240401 - Philips Hue smart plug - EU (Router)
                                      2021-05-08 17:25:13.454 - info: zigbee.0 (5165) 0x804b50fffebbef5c (addr 11623): 5120.1100 - Iluminize ZigBee 3.0 Dimm-Aktor mini 1x 230V (Router)
                                      2021-05-08 17:25:13.456 - info: zigbee.0 (5165) 0x00158d00057f65f1 (addr 31779): MCCGQ01LM - Xiaomi MiJia door & window contact sensor (EndDevice)
                                      2021-05-08 17:25:13.457 - info: zigbee.0 (5165) 0x00158d0005d0cec2 (addr 27089): SJCGQ11LM - Xiaomi Aqara water leak sensor (EndDevice)
                                      2021-05-08 17:25:13.458 - info: zigbee.0 (5165) 0x00158d000484ed05 (addr 61070): WSDCGQ11LM - Xiaomi Aqara temperature, humidity and pressure sensor (EndDevice)
                                      2021-05-08 17:25:13.460 - info: zigbee.0 (5165) 0x00158d0006c4ba8e (addr 52637): RTCGQ11LM - Xiaomi Aqara human body movement and illuminance sensor (EndDevice)
                                      2021-05-08 17:25:13.461 - info: zigbee.0 (5165) Zigbee started
                                      2021-05-08 17:25:13.556 - info: zigbee.0 (5165) debug devices set to []
                                      
                                      2021-05-08 17:28:49.186 - info: zigbee.0 (5165) Start firmware update for 0xec1bbdfffecfa3d9
                                      2021-05-08 17:28:49.920 - error: zigbee.0 (5165) Update of '0xec1bbdfffecfa3d9' failed (Image is truncated: not long enough to contain a valid tag)
                                      2021-05-08 17:28:49.958 - info: zigbee.0 (5165) Failed to check if update available for '0x001788011039c09e' (Device didn't respond to OTA request)
                                      2021-05-08 17:28:49.976 - info: zigbee.0 (5165) Failed to check if update available for '0x000d6ffffe164575' (Device didn't respond to OTA request)
                                      2021-05-08 17:28:50.025 - info: zigbee.0 (5165) Failed to check if update available for '0x0017880104907516' (Device didn't respond to OTA request)
                                      2021-05-08 17:28:50.036 - info: zigbee.0 (5165) Failed to check if update available for '0x0017880103e5d609' (Device didn't respond to OTA request)
                                      2021-05-08 17:28:50.040 - info: zigbee.0 (5165) Failed to check if update available for '0x00178801011d9fce' (Device didn't respond to OTA request)
                                      2021-05-08 17:28:50.045 - info: zigbee.0 (5165) Failed to check if update available for '0x0017880102aca26e' (Device didn't respond to OTA request)
                                      2021-05-08 17:28:50.048 - info: zigbee.0 (5165) Failed to check if update available for '0x7cb03eaa00b266c1' (Device didn't respond to OTA request)
                                      2021-05-08 17:28:50.050 - info: zigbee.0 (5165) Failed to check if update available for '0x0017880100ce3b70' (Device didn't respond to OTA request)
                                      2021-05-08 17:28:50.053 - info: zigbee.0 (5165) Failed to check if update available for '0x0017880100ce3b8c' (Device didn't respond to OTA request)
                                      2021-05-08 17:28:50.055 - info: zigbee.0 (5165) Failed to check if update available for '0x001788010801afea' (Device didn't respond to OTA request)
                                      2021-05-08 17:28:50.058 - info: zigbee.0 (5165) Failed to check if update available for '0x7cb03eaa0a066d68' (Device didn't respond to OTA request)
                                      2021-05-08 17:28:50.067 - info: zigbee.0 (5165) Failed to check if update available for '0x7cb03eaa0a030c48' (Device didn't respond to OTA request)
                                      2021-05-08 17:28:56.107 - error: zigbee.0 (5165) 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-05-08 17:28:56.107 - error: zigbee.0 (5165) unhandled promise rejection: undefined
                                      2021-05-08 17:28:56.109 - info: zigbee.0 (5165) cleaned everything up...
                                      2021-05-08 17:28:56.112 - info: zigbee.0 (5165) Zigbee: disabling joining new devices.
                                      2021-05-08 17:28:56.440 - error: zigbee.0 (5165) 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-05-08 17:28:56.440 - error: zigbee.0 (5165) unhandled promise rejection: undefined
                                      2021-05-08 17:28:56.610 - info: zigbee.0 (5165) terminating
                                      2021-05-08 17:28:56.612 - warn: zigbee.0 (5165) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                      2021-05-08 17:28:57.183 - error: host.raspberrypi instance system.adapter.zigbee.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                                      2021-05-08 17:28:57.188 - info: host.raspberrypi Restart adapter system.adapter.zigbee.0 because enabled
                                      2021-05-08 17:28:57.189 - warn: host.raspberrypi Do not restart adapter system.adapter.zigbee.0 because restart loop detected
                                      
                                      

                                      ikea.jpg ikea02.jpg ikea01.jpg

                                      mickym 1 Reply Last reply Reply Quote 0
                                      • D
                                        disaster123 last edited by

                                        Hat es schonmal jemand geschafft bei einem Batteriesensor die Konfiguration zu ändern?

                                        K 1 Reply Last reply Reply Quote 0
                                        • K
                                          klassisch Most Active @disaster123 last edited by

                                          @disaster123 sagte in ZigBee neue Version 1.5.x:

                                          bei einem Batteriesensor die Konfiguration zu ändern?

                                          Beispiel?
                                          Die meisten Zgbee Geräte scheinen mir äußerst sparsam mit Konfigurationsmöglichkeiten - zumindest im Vergleich mit den klassischen Homematic-Geräten.

                                          D 1 Reply Last reply Reply Quote 0
                                          • D
                                            disaster123 @klassisch last edited by

                                            @klassisch Sensifity bei mir von den Aqara Neigungssensoren

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            789
                                            Online

                                            31.7k
                                            Users

                                            79.9k
                                            Topics

                                            1.3m
                                            Posts

                                            72
                                            579
                                            111076
                                            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