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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. ZigBee neue Version 1.6.x

NEWS

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

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

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

ZigBee neue Version 1.6.x

Geplant Angeheftet Gesperrt Verschoben Tester
509 Beiträge 61 Kommentatoren 113.1k Aufrufe 62 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • R rotamint

    @asgothian Sorry. Das hatte ich vergessen zu schreiben. Das Device habe ich auch gesucht. Es existiert nicht, und ist auch nicht den Gruppen zugeordnet. Diese Fehlermeldung kommt bei jeder Gruppe, die ich ein- oder ausschalte. Habe eine neue Gruppe erstellt, dann nur eine Lampe zugeordnet. Dann kommt die Meldung nur einmal. Bei zwei Lampen zweimal, bei drei - dreimal. Ist auch nicht abhängig von "den" Lampen, habe es auch mit anderen Versucht - gleiches Ergebnis. Danke! Stefan.

    AsgothianA Offline
    AsgothianA Offline
    Asgothian
    Developer
    schrieb am zuletzt editiert von
    #50

    @rotamint

    Bitte schauen ob in der shepherd.db ein Objekt mit dieser Bezeichnung aufgeführt ist.

    shepherd.db ist eine JSON Datei die von hand lesbar sein sollte, und liegt unter /opt/iobroker/iobroker-data/zigbee_0

    A.

    ioBroker auf RPi4 - Hardware soweit wie möglich via Zigbee.
    "Shit don't work" ist keine Fehlermeldung, sondern ein Fluch.

    R 1 Antwort Letzte Antwort
    0
    • AsgothianA Asgothian

      @rotamint

      Bitte schauen ob in der shepherd.db ein Objekt mit dieser Bezeichnung aufgeführt ist.

      shepherd.db ist eine JSON Datei die von hand lesbar sein sollte, und liegt unter /opt/iobroker/iobroker-data/zigbee_0

      A.

      R Offline
      R Offline
      rotamint
      schrieb am zuletzt editiert von
      #51

      @asgothian Es ist an 12 Stellen zu finden. Zu allererst in der ersten Zeile:

      {"id":1,"type":"Coordinator","ieeeAddr":"0x00212effff05b783","nwkAddr":0,"manufId":4405,"epList":[1,242],"endpoints":{"1":{"profId":260,"epId":1,"devId":5,"inClusterList":[0,10,25],"outClusterList":[1,32,1280],"clusters":{},"binds":[],"configuredReportings":[],"meta":{}},"242":{"profId":41440,"epId":242,"devId":100,"inClusterList":[],"outClusterList":[33],"clusters":{},"binds":[],"configuredReportings":[],"meta":{}}},"interviewCompleted":true,"meta":{},"lastSeen":1632229538506}
      
      AsgothianA 1 Antwort Letzte Antwort
      0
      • R rotamint

        @asgothian Es ist an 12 Stellen zu finden. Zu allererst in der ersten Zeile:

        {"id":1,"type":"Coordinator","ieeeAddr":"0x00212effff05b783","nwkAddr":0,"manufId":4405,"epList":[1,242],"endpoints":{"1":{"profId":260,"epId":1,"devId":5,"inClusterList":[0,10,25],"outClusterList":[1,32,1280],"clusters":{},"binds":[],"configuredReportings":[],"meta":{}},"242":{"profId":41440,"epId":242,"devId":100,"inClusterList":[],"outClusterList":[33],"clusters":{},"binds":[],"configuredReportings":[],"meta":{}}},"interviewCompleted":true,"meta":{},"lastSeen":1632229538506}
        
        AsgothianA Offline
        AsgothianA Offline
        Asgothian
        Developer
        schrieb am zuletzt editiert von Asgothian
        #52

        @rotamint

        Da ist etwas grossflächig faul. Bitte mach folgendes:

        • Zigbee Adapter anhalten
        • shepherd.db und (wenn vorhanden) nvbackup.json Datei sichern
        • shepherd.db editieren - alle Geräte mit der ieeeAddr 0x00212effff05b783 löschen - dabei darauf achten das das Format sauber bleibt.
        • Zigbee Adapter neu starten - schauen ob die Geräte normal addressierbar sind.

        Sollte es Probleme geben kann durch Wiederherstellen der shepherd.db der Vorherige Zustand restauriert werden. Dieses natürlich auch nur wenn der Zigbee Adapter angehalten ist.

        A.

        ioBroker auf RPi4 - Hardware soweit wie möglich via Zigbee.
        "Shit don't work" ist keine Fehlermeldung, sondern ein Fluch.

        R 1 Antwort Letzte Antwort
        0
        • AsgothianA Asgothian

          @rotamint

          Da ist etwas grossflächig faul. Bitte mach folgendes:

          • Zigbee Adapter anhalten
          • shepherd.db und (wenn vorhanden) nvbackup.json Datei sichern
          • shepherd.db editieren - alle Geräte mit der ieeeAddr 0x00212effff05b783 löschen - dabei darauf achten das das Format sauber bleibt.
          • Zigbee Adapter neu starten - schauen ob die Geräte normal addressierbar sind.

          Sollte es Probleme geben kann durch Wiederherstellen der shepherd.db der Vorherige Zustand restauriert werden. Dieses natürlich auch nur wenn der Zigbee Adapter angehalten ist.

          A.

          R Offline
          R Offline
          rotamint
          schrieb am zuletzt editiert von
          #53

          @asgothian said in ZigBee neue Version 1.6.0:

          dabei darauf achten das das Format sauber bleibt.

          Danke für Deine Hilfe. Wie muss das "saubere" Format aussehen?

          LG Stefan.

          BananaJoeB AsgothianA 2 Antworten Letzte Antwort
          0
          • R rotamint

            @asgothian said in ZigBee neue Version 1.6.0:

            dabei darauf achten das das Format sauber bleibt.

            Danke für Deine Hilfe. Wie muss das "saubere" Format aussehen?

            LG Stefan.

            BananaJoeB Online
            BananaJoeB Online
            BananaJoe
            Most Active
            schrieb am zuletzt editiert von BananaJoe
            #54

            @rotamint kopiere den Text hinterher hier rein:
            https://jsonformatter.curiousconcept.com/
            Der sagt dir dann ob noch jedes Komma und jede Klammer richtig gesetzt ist.
            Da ist rechts auch ein "Fix JSON" Button der es ggf. reparieren kann. Beim ersten mal eventuell den Haken rausnehmen

            ioBroker@Ubuntu 24.04 LTS (VMware) für: >260 Geräte, 5 Switche, 7 AP, 9 IP-Cam, 1 NAS 42TB, 1 ESXi 15TB, 4 Proxmox 1TB, 1 Hyper-V 44TB, 14 x Echo, 5x FireTV, 5 x Tablett/Handy VIS || >=157 Tasmota/Shelly || >=88 ZigBee || PV 8.1kW / Akku 14kWh || 2x USV 900/750W kaskadiert || Creality CR-10 SE 3D-Drucker

            R 1 Antwort Letzte Antwort
            0
            • BananaJoeB BananaJoe

              @rotamint kopiere den Text hinterher hier rein:
              https://jsonformatter.curiousconcept.com/
              Der sagt dir dann ob noch jedes Komma und jede Klammer richtig gesetzt ist.
              Da ist rechts auch ein "Fix JSON" Button der es ggf. reparieren kann. Beim ersten mal eventuell den Haken rausnehmen

              R Offline
              R Offline
              rotamint
              schrieb am zuletzt editiert von
              #55

              @bananajoe @Asgothian Ich sehe hier nicht durch, weiss nicht was ich löschen soll. Der Text kommt an den verschiedensten Stellen, auch bei anderen Geräten, so wie ich das verstanden habe. Macht es mehr sinn, den Adapter komplett neu aufzusetzen und dann alles neu anzulernen? Wie bekomme ich den wirklich restlos deinstalliert?

              Reisse mich wirklich nicht darum... Aber beim löschen und editieren sehe ich kein Land...

              BananaJoeB 1 Antwort Letzte Antwort
              0
              • R rotamint

                @bananajoe @Asgothian Ich sehe hier nicht durch, weiss nicht was ich löschen soll. Der Text kommt an den verschiedensten Stellen, auch bei anderen Geräten, so wie ich das verstanden habe. Macht es mehr sinn, den Adapter komplett neu aufzusetzen und dann alles neu anzulernen? Wie bekomme ich den wirklich restlos deinstalliert?

                Reisse mich wirklich nicht darum... Aber beim löschen und editieren sehe ich kein Land...

                BananaJoeB Online
                BananaJoeB Online
                BananaJoe
                Most Active
                schrieb am zuletzt editiert von
                #56

                @rotamint keine Ahnung. Ich habe nur Geräte angelernt und nutze keine Gruppen/Bindíngs. Auch sind die ZigBee Geräte nicht untereinander gekoppelt.
                Ergo habe ich pro Gerät nur eine Zeile
                "ieeeAddr":"0x00212effff05b783"
                steht für das Gerät. Wo steht es denn bei den anderen

                ioBroker@Ubuntu 24.04 LTS (VMware) für: >260 Geräte, 5 Switche, 7 AP, 9 IP-Cam, 1 NAS 42TB, 1 ESXi 15TB, 4 Proxmox 1TB, 1 Hyper-V 44TB, 14 x Echo, 5x FireTV, 5 x Tablett/Handy VIS || >=157 Tasmota/Shelly || >=88 ZigBee || PV 8.1kW / Akku 14kWh || 2x USV 900/750W kaskadiert || Creality CR-10 SE 3D-Drucker

                R 1 Antwort Letzte Antwort
                0
                • BananaJoeB BananaJoe

                  @rotamint keine Ahnung. Ich habe nur Geräte angelernt und nutze keine Gruppen/Bindíngs. Auch sind die ZigBee Geräte nicht untereinander gekoppelt.
                  Ergo habe ich pro Gerät nur eine Zeile
                  "ieeeAddr":"0x00212effff05b783"
                  steht für das Gerät. Wo steht es denn bei den anderen

                  R Offline
                  R Offline
                  rotamint
                  schrieb am zuletzt editiert von
                  #57

                  @bananajoe

                  z.B. id19 sieht so aus:

                  {"id":19,"type":"EndDevice","ieeeAddr":"0x04cf8cdf3c7d9620","nwkAddr":23631,"manufId":4447,"manufName":"LUMI","powerSource":"Battery","modelId":"lumi.remote.b686opcn01","epList":[1,2,3,4,5],"endpoints":{"1":{"profId":260,"epId":1,"devId":261,"inClusterList":[0,3,1],"outClusterList":[3,6,8,768],"clusters":{"genBasic":{"attributes":{"modelId":"lumi.remote.b686opcn01","manufacturerName":"LUMI","powerSource":3,"zclVersion":3,"appVersion":17,"stackVersion":2,"hwVersion":1,"dateCode":"20190730","swBuildId":"2019\u0000www."}},"genPowerCfg":{"attributes":{"batteryVoltage":30}},"genMultistateInput":{"attributes":{"presentValue":1}},"aqaraOpple":{"attributes":{"247":{"type":"Buffer","data":[1,33,252,11,3,40,25,4,33,168,19,5,33,57,0,6,36,1,0,0,0,0,8,33,17,1,10,33,233,60,12,32,1,100,16,0]}}}},"binds":[{"cluster":6,"type":"endpoint","deviceIeeeAddress":"0x00212effff05b783","endpointID":1},{"cluster":8,"type":"endpoint","deviceIeeeAddress":"0x00212effff05b783","endpointID":1},{"cluster":768,"type":"endpoint","deviceIeeeAddress":"0x00212effff05b783","endpointID":1},{"cluster":1,"type":"endpoint","deviceIeeeAddress":"0x00212effff05b783","endpointID":1}],"configuredReportings":[],"meta":{}},"2":{"epId":2,"inClusterList":[],"outClusterList":[],"clusters":{"genMultistateInput":{"attributes":{"presentValue":1}}},"binds":[],"configuredReportings":[],"meta":{}},"3":{"epId":3,"inClusterList":[],"outClusterList":[],"clusters":{"genMultistateInput":{"attributes":{"presentValue":1}}},"binds":[],"configuredReportings":[],"meta":{}},"4":{"epId":4,"inClusterList":[],"outClusterList":[],"clusters":{"genMultistateInput":{"attributes":{"presentValue":1}}},"binds":[],"configuredReportings":[],"meta":{}},"5":{"epId":5,"inClusterList":[],"outClusterList":[],"clusters":{"genMultistateInput":{"attributes":{"presentValue":1}}},"binds":[],"configuredReportings":[],"meta":{}}},"appVersion":17,"stackVersion":2,"hwVersion":1,"dateCode":"20190730","swBuildId":"2019\u0000www.","zclVersion":3,"interviewCompleted":true,"meta":{"configured":1},"lastSeen":1632230330161}
                  
                  JLegJ 1 Antwort Letzte Antwort
                  0
                  • R rotamint

                    @bananajoe

                    z.B. id19 sieht so aus:

                    {"id":19,"type":"EndDevice","ieeeAddr":"0x04cf8cdf3c7d9620","nwkAddr":23631,"manufId":4447,"manufName":"LUMI","powerSource":"Battery","modelId":"lumi.remote.b686opcn01","epList":[1,2,3,4,5],"endpoints":{"1":{"profId":260,"epId":1,"devId":261,"inClusterList":[0,3,1],"outClusterList":[3,6,8,768],"clusters":{"genBasic":{"attributes":{"modelId":"lumi.remote.b686opcn01","manufacturerName":"LUMI","powerSource":3,"zclVersion":3,"appVersion":17,"stackVersion":2,"hwVersion":1,"dateCode":"20190730","swBuildId":"2019\u0000www."}},"genPowerCfg":{"attributes":{"batteryVoltage":30}},"genMultistateInput":{"attributes":{"presentValue":1}},"aqaraOpple":{"attributes":{"247":{"type":"Buffer","data":[1,33,252,11,3,40,25,4,33,168,19,5,33,57,0,6,36,1,0,0,0,0,8,33,17,1,10,33,233,60,12,32,1,100,16,0]}}}},"binds":[{"cluster":6,"type":"endpoint","deviceIeeeAddress":"0x00212effff05b783","endpointID":1},{"cluster":8,"type":"endpoint","deviceIeeeAddress":"0x00212effff05b783","endpointID":1},{"cluster":768,"type":"endpoint","deviceIeeeAddress":"0x00212effff05b783","endpointID":1},{"cluster":1,"type":"endpoint","deviceIeeeAddress":"0x00212effff05b783","endpointID":1}],"configuredReportings":[],"meta":{}},"2":{"epId":2,"inClusterList":[],"outClusterList":[],"clusters":{"genMultistateInput":{"attributes":{"presentValue":1}}},"binds":[],"configuredReportings":[],"meta":{}},"3":{"epId":3,"inClusterList":[],"outClusterList":[],"clusters":{"genMultistateInput":{"attributes":{"presentValue":1}}},"binds":[],"configuredReportings":[],"meta":{}},"4":{"epId":4,"inClusterList":[],"outClusterList":[],"clusters":{"genMultistateInput":{"attributes":{"presentValue":1}}},"binds":[],"configuredReportings":[],"meta":{}},"5":{"epId":5,"inClusterList":[],"outClusterList":[],"clusters":{"genMultistateInput":{"attributes":{"presentValue":1}}},"binds":[],"configuredReportings":[],"meta":{}}},"appVersion":17,"stackVersion":2,"hwVersion":1,"dateCode":"20190730","swBuildId":"2019\u0000www.","zclVersion":3,"interviewCompleted":true,"meta":{"configured":1},"lastSeen":1632230330161}
                    
                    JLegJ Offline
                    JLegJ Offline
                    JLeg
                    schrieb am zuletzt editiert von
                    #58

                    @rotamint sieht doch aus wie eine Fernbedienung (evtl. Aqara 4fach-Schalter?) , die 4 "Knöpfe" für das "böse" Device definiert. Den Eintrag löschen, und es sind schonmal 4 Referenzen weg. Die FB muss dann vermutlich neu angelernt werden, falls später benötigt...

                    1 Antwort Letzte Antwort
                    0
                    • R rotamint

                      @asgothian said in ZigBee neue Version 1.6.0:

                      dabei darauf achten das das Format sauber bleibt.

                      Danke für Deine Hilfe. Wie muss das "saubere" Format aussehen?

                      LG Stefan.

                      AsgothianA Offline
                      AsgothianA Offline
                      Asgothian
                      Developer
                      schrieb am zuletzt editiert von
                      #59

                      @rotamint
                      Das ist eigentlich ganz einfach. Um das device sind {} gesetzt. Sprich du musst zu der öffnenden { des devices die passende } finden, und dann beide {} samt Inhalt dazwischen löschen.

                      A.

                      ioBroker auf RPi4 - Hardware soweit wie möglich via Zigbee.
                      "Shit don't work" ist keine Fehlermeldung, sondern ein Fluch.

                      1 Antwort Letzte Antwort
                      1
                      • R Offline
                        R Offline
                        rotamint
                        schrieb am zuletzt editiert von
                        #60

                        Ich komme hier nicht wirklich weiter. Nach dem Sichern der shepherd habe ich sie mal komplett gelöscht. Zigbee neu gestartet und die "neue" shepherd mal angeschaut... Und da ist es wieder das unbekannte Device 😞

                        {"id":1,"type":"Coordinator","ieeeAddr":"0x00212effff05b783","nwkAddr":0,"manufId":4405,"epList":[1,242],"endpoints":{"1":{"profId":260,"epId":1,"devId":5,"inClusterList":[0,10,25],"outClusterList":[1,32,1280],"clusters":{},"binds":[],"configuredReportings":[],"meta":{}},"242":{"profId":41440,"epId":242,"devId":100,"inClusterList":[],"outClusterList":[33],"clusters":{},"binds":[],"configuredReportings":[],"meta":{}}},"interviewCompleted":true,"meta":{},"lastSeen":null}
                        
                        AsgothianA 1 Antwort Letzte Antwort
                        0
                        • R rotamint

                          Ich komme hier nicht wirklich weiter. Nach dem Sichern der shepherd habe ich sie mal komplett gelöscht. Zigbee neu gestartet und die "neue" shepherd mal angeschaut... Und da ist es wieder das unbekannte Device 😞

                          {"id":1,"type":"Coordinator","ieeeAddr":"0x00212effff05b783","nwkAddr":0,"manufId":4405,"epList":[1,242],"endpoints":{"1":{"profId":260,"epId":1,"devId":5,"inClusterList":[0,10,25],"outClusterList":[1,32,1280],"clusters":{},"binds":[],"configuredReportings":[],"meta":{}},"242":{"profId":41440,"epId":242,"devId":100,"inClusterList":[],"outClusterList":[33],"clusters":{},"binds":[],"configuredReportings":[],"meta":{}}},"interviewCompleted":true,"meta":{},"lastSeen":null}
                          
                          AsgothianA Offline
                          AsgothianA Offline
                          Asgothian
                          Developer
                          schrieb am zuletzt editiert von
                          #61

                          @rotamint Einmal als Koordinator ist es ok. Mehrfach nicht.

                          A.

                          ioBroker auf RPi4 - Hardware soweit wie möglich via Zigbee.
                          "Shit don't work" ist keine Fehlermeldung, sondern ein Fluch.

                          R 1 Antwort Letzte Antwort
                          0
                          • AsgothianA Asgothian

                            @rotamint Einmal als Koordinator ist es ok. Mehrfach nicht.

                            A.

                            R Offline
                            R Offline
                            rotamint
                            schrieb am zuletzt editiert von
                            #62

                            Danke an Alle, die mich hier bei der Fehlersuche unterstützt haben. Ganz besonders an Asgothian für seinen unermüdlichen Support!
                            Es handelt sich um einen Bug, der in Verbindung mit Gruppen und dem Conbee II - Stick auftritt.

                            Hier gehts zum issue auf Github.

                            Einen schönen Abend!
                            Stefan.

                            1 Antwort Letzte Antwort
                            0
                            • arteckA arteck

                              @hukio du hast ein anderes Problem..
                              da ist nicht alles installiert worden..

                              stolly82S Offline
                              stolly82S Offline
                              stolly82
                              schrieb am zuletzt editiert von
                              #63

                              Hey @arteck,

                              leider finde ich keinen Thread mehr wo die neuen Geräte gepostet werden sollen, ich hoffe dieser hier ist der richtige.

                              Wenn nicht,... sorry 🙂

                              Die neuen Schwaiger HAL 550 / ZBT-RGBWLight-GU100114 sind leider noch nicht eingebunden.

                              Es währe super nett, wenn du das machen könntest.

                              Vielen Dank!

                              Jan

                              4dd25c8c-1805-4af5-8a52-218e42521cee-image.png

                              https://www.ebay.de/itm/254781750443

                              cf5293fa-2ff4-45eb-af12-f5e1b9b95536-image.png

                              f68b9e99-ab7a-4d14-bd82-593d9e237e3c-image.png

                              AsgothianA T 2 Antworten Letzte Antwort
                              0
                              • stolly82S stolly82

                                Hey @arteck,

                                leider finde ich keinen Thread mehr wo die neuen Geräte gepostet werden sollen, ich hoffe dieser hier ist der richtige.

                                Wenn nicht,... sorry 🙂

                                Die neuen Schwaiger HAL 550 / ZBT-RGBWLight-GU100114 sind leider noch nicht eingebunden.

                                Es währe super nett, wenn du das machen könntest.

                                Vielen Dank!

                                Jan

                                4dd25c8c-1805-4af5-8a52-218e42521cee-image.png

                                https://www.ebay.de/itm/254781750443

                                cf5293fa-2ff4-45eb-af12-f5e1b9b95536-image.png

                                f68b9e99-ab7a-4d14-bd82-593d9e237e3c-image.png

                                AsgothianA Offline
                                AsgothianA Offline
                                Asgothian
                                Developer
                                schrieb am zuletzt editiert von
                                #64

                                @stolly82 Es gibt den Thread nicht mehr da wir die Geräte Definition vollständig vom Herdsman übernehmen können - wenn das Gerät im Herdsman verfügbar ist sollte es automatisch im Zigbee Adapter gehen wenn der Herdsman aktualisiert wird.

                                A.

                                ioBroker auf RPi4 - Hardware soweit wie möglich via Zigbee.
                                "Shit don't work" ist keine Fehlermeldung, sondern ein Fluch.

                                1 Antwort Letzte Antwort
                                0
                                • arteckA arteck

                                  wit haben gestern abend eine neue Version des Adapter publiziert..

                                  in der latest die ihr im Admin sieht ist die allgemeine Version die wir normalerweise auch preferieren.. hier sind alle Geräte auch gepflegt bzw. der converter immer akuell

                                  ABER

                                  sollte diese Version nicht funktionieren bitte diese aus dem GIT installieren

                                  https://github.com/ioBroker/ioBroker.zigbee/tarball/old_herdsman

                                  sollte der Adapter immer noch nicht starten

                                  hierzu muss noch die nvbackup.json gelöscht werden

                                  adapter stoppen 
                                  rm /opt/iobroker/iobroker-data/zigbee_0/nvbackup.json
                                  adapter starten
                                  

                                  warum so ein hickmeck....

                                  es betrifft nicht die conbee Sticks

                                  es hängt mit der Firmware zusammen die auf den Sticks drauf ist. Vor allem auf den CC2538 + CC2592 hat sich die Firmware nach und nach weiter entwickelt und

                                  NUR die CC2538 + CC2592 sind BETROFFEN

                                  alle die eine Firmware 20201010 haben sollten keine Probleme bekommen. Diese Firmware unterstützt das sichern und zurückspielen der Zigbee Netz Parameter.
                                  alles was älter ist kann laufen was eher unwarscheinlich ist.

                                  darüberhinaus hat das Projekt zigbee2mqtt erst jetzt damit begonen das zu unterstützen und da wir drauf aufsetzten sind wir von abhängig

                                  wo sehe ich meine Firmware :
                                  in der Kachel
                                  fbcbbabe-5bf4-4c57-bb43-75959ef6ed83-grafik.png

                                  p.s: wenn ihr wollt kann ich euch meine Sticks auf die neue Firmware bringen. Bedenkt aber auch dass es ein komplettes neu anlernen der Geräte mit sich zieht.
                                  hierzu PM an mich

                                  mickymM Online
                                  mickymM Online
                                  mickym
                                  Most Active
                                  schrieb am zuletzt editiert von mickym
                                  #65

                                  So ich habe nun leider auch wieder mal ein Zigbee Problem und bin mit meiner Weisheit am Ende. 😞

                                  Mir ist nun der 2. CC2531 Stick abgeraucht (Lebensdauer scheint so bei ca. 1 Jahr zu sein) und hatte auf die Schnelle noch einen Conbee2 Stick zur Hand und es funktioniert sogar - auf den ersten Blick zumindest - alles wieder.

                                  Da ich mit dem 1.5.6 Adapter den Fehler hatte, mit dem Problem wegen dem Link State hatte

                                  2021-09-25 03:15:29.072 - warn: zigbee.0 (10450) State value to set for "zigbee.0.ccccccfffeb3e954.link_quality" has value "255" greater than max "254"
                                  2021-09-25 03:15:32.128 - warn: zigbee.0 (10450) State value to set for "zigbee.0.ccccccfffeb3e954.link_quality" has value "255" greater than max "254"
                                  2021-09-25 03:16:36.795 - warn: zigbee.0 (10450) State value to set for "zigbee.0.00158d000411b98e.link_quality" has value "255" greater than max "254"
                                  2021-09-25 03:16:36.855 - warn: zigbee.0 (10450) State value to set for "zigbee.0.00158d000411b98e.link_quality" has value "255" greater than max "254"
                                  

                                  habe ich also auf 1.6.0 aktualisiert.

                                  Der Fehler ist nun auch weg, aber nun habe ich ein anderes Problem.
                                  Der Zigbee Adapter schreibt mir nun das komplette Log mit folgender Fehlermeldung voll.

                                  021-09-25 04:02:47.621 - error: zigbee.0 (21251) Device 0x00212effff05d77f "undefined" not described in statesMapping.
                                  2021-09-25 04:02:47.667 - error: zigbee.0 (21251) Device 0x00212effff05d77f "undefined" not described in statesMapping.
                                  2021-09-25 04:02:53.131 - error: zigbee.0 (21251) Device 0x00212effff05d77f "undefined" not described in statesMapping.
                                  2021-09-25 04:02:53.152 - error: zigbee.0 (21251) Device 0x00212effff05d77f "undefined" not described in statesMapping.
                                  2021-09-25 04:02:58.409 - error: zigbee.0 (21251) Device 0x00212effff05d77f "undefined" not described in statesMapping.
                                  2021-09-25 04:02:58.477 - error: zigbee.0 (21251) Device 0x00212effff05d77f "undefined" not described in statesMapping.
                                  2021-09-25 04:03:04.160 - error: zigbee.0 (21251) Device 0x00212effff05d77f "undefined" not described in statesMapping.
                                  
                                  

                                  Darauf habe ich wie unten im Thread mal mein shepherd.db unter /opt/iobroker/iobroker-data/zigbee_0 geöffnet um zu sehen, was für ein Device das ist.

                                  Ich hab dann das device gesucht und das Device mit dieser ieeeAddr ist der Coordinator selbst. Ich hab das Teil dann mal rausgeschmissen und wurde auch wieder neu in die Datei geschrieben. Der Fehler bleibt aber.

                                  {
                                    "id": 1,
                                    "type": "Coordinator",
                                    "ieeeAddr": "0x00212effff05d77f",
                                    "nwkAddr": 0,
                                    "manufId": 0,
                                    "epList": [
                                      1,
                                      2,
                                      3,
                                      4,
                                      5,
                                      6,
                                      8,
                                      11,
                                      12,
                                      13,
                                      47,
                                      110,
                                      242
                                    ],
                                    "endpoints": {
                                      "1": {
                                        "profId": 260,
                                        "epId": 1,
                                        "devId": 5,
                                        "inClusterList": [],
                                        "outClusterList": [],
                                        "clusters": {},
                                        "binds": [],
                                        "configuredReportings": [],
                                        "meta": {}
                                      },
                                      "2": {
                                        "profId": 257,
                                        "epId": 2,
                                        "devId": 5,
                                        "inClusterList": [],
                                        "outClusterList": [],
                                        "clusters": {},
                                        "binds": [],
                                        "configuredReportings": [],
                                        "meta": {}
                                      },
                                      "3": {
                                        "profId": 261,
                                        "epId": 3,
                                        "devId": 5,
                                        "inClusterList": [],
                                        "outClusterList": [],
                                        "clusters": {},
                                        "binds": [],
                                        "configuredReportings": [],
                                        "meta": {}
                                      },
                                      "4": {
                                        "profId": 263,
                                        "epId": 4,
                                        "devId": 5,
                                        "inClusterList": [],
                                        "outClusterList": [],
                                        "clusters": {},
                                        "binds": [],
                                        "configuredReportings": [],
                                        "meta": {}
                                      },
                                      "5": {
                                        "profId": 264,
                                        "epId": 5,
                                        "devId": 5,
                                        "inClusterList": [],
                                        "outClusterList": [],
                                        "clusters": {},
                                        "binds": [],
                                        "configuredReportings": [],
                                        "meta": {}
                                      },
                                      "6": {
                                        "profId": 265,
                                        "epId": 6,
                                        "devId": 5,
                                        "inClusterList": [],
                                        "outClusterList": [],
                                        "clusters": {},
                                        "binds": [],
                                        "configuredReportings": [],
                                        "meta": {}
                                      },
                                      "8": {
                                        "profId": 260,
                                        "epId": 8,
                                        "devId": 5,
                                        "inClusterList": [],
                                        "outClusterList": [],
                                        "clusters": {},
                                        "binds": [],
                                        "configuredReportings": [],
                                        "meta": {}
                                      },
                                      "11": {
                                        "profId": 260,
                                        "epId": 11,
                                        "devId": 1024,
                                        "inClusterList": [],
                                        "outClusterList": [
                                          1280,
                                          1282
                                        ],
                                        "clusters": {},
                                        "binds": [],
                                        "configuredReportings": [],
                                        "meta": {}
                                      },
                                      "12": {
                                        "profId": 49246,
                                        "epId": 12,
                                        "devId": 5,
                                        "inClusterList": [],
                                        "outClusterList": [],
                                        "clusters": {},
                                        "binds": [],
                                        "configuredReportings": [],
                                        "meta": {}
                                      },
                                      "13": {
                                        "profId": 260,
                                        "epId": 13,
                                        "devId": 5,
                                        "inClusterList": [
                                          25
                                        ],
                                        "outClusterList": [],
                                        "clusters": {},
                                        "binds": [],
                                        "configuredReportings": [],
                                        "meta": {}
                                      },
                                      "47": {
                                        "profId": 260,
                                        "epId": 47,
                                        "devId": 5,
                                        "inClusterList": [],
                                        "outClusterList": [],
                                        "clusters": {},
                                        "binds": [],
                                        "configuredReportings": [],
                                        "meta": {}
                                      },
                                      "110": {
                                        "profId": 260,
                                        "epId": 110,
                                        "devId": 5,
                                        "inClusterList": [],
                                        "outClusterList": [],
                                        "clusters": {},
                                        "binds": [],
                                        "configuredReportings": [],
                                        "meta": {}
                                      },
                                      "242": {
                                        "profId": 41440,
                                        "epId": 242,
                                        "devId": 5,
                                        "inClusterList": [],
                                        "outClusterList": [],
                                        "clusters": {},
                                        "binds": [],
                                        "configuredReportings": [],
                                        "meta": {}
                                      }
                                    },
                                    "interviewCompleted": true,
                                    "meta": {},
                                    "lastSeen": 1632534126595
                                  }
                                  

                                  Das Format von dem Device sieht zumindest was JSON betrifft in Ordnung aus. Kann mir jemand helfen?

                                  Ergänzung:

                                  So ich hatte das Device aus der Sherpherd.db gelöscht und den Adapter neu gestartet. Dann wird das Device erneut in der shepherd.db angelegt aber die Fehlermeldung bleibt.

                                  2021-09-25 04:34:03.597 - info: zigbee.0 (21251) cleaned everything up...
                                  2021-09-25 04:34:03.600 - info: zigbee.0 (21251) Zigbee: disabling joining new devices.
                                  2021-09-25 04:34:04.297 - info: zigbee.0 (21251) terminating
                                  2021-09-25 04:34:04.299 - info: zigbee.0 (21251) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                  2021-09-25 04:34:04.305 - warn: zigbee.0 (21251) Got terminate signal. Checking desired PID: 3430 vs own PID 21251
                                  2021-09-25 04:34:05.378 - error: host.MWHome instance system.adapter.zigbee.0 terminated by request of the instance itself and will not be restarted, before user restarts it.
                                  2021-09-25 04:34:05.379 - info: host.MWHome Do not restart adapter system.adapter.zigbee.0 because desired by instance
                                  2021-09-25 04:34:11.362 - info: zigbee.0 (3430) starting. Version 1.6.0 in /opt/iobroker/node_modules/iobroker.zigbee, node: v14.17.6, js-controller: 3.3.18
                                  2021-09-25 04:34:11.597 - info: zigbee.0 (3430) Starting Zigbee npm ...
                                  2021-09-25 04:34:12.533 - info: zigbee.0 (3430) Installed Version: iobroker.zigbee@1.6.0
                                  2021-09-25 04:34:12.686 - info: zigbee.0 (3430) Coordinator firmware version: {"type":"ConBee2/RaspBee2","meta":{"transportrev":0,"product":0,"majorrel":38,"minorrel":74,"maintrel":0,"revision":"0x264a0700"}}
                                  2021-09-25 04:34:12.721 - info: zigbee.0 (3430) Unable to disable LED, unsupported function.
                                  2021-09-25 04:34:12.957 - info: zigbee.0 (3430) --> transmitPower : normal
                                  2021-09-25 04:34:13.197 - info: zigbee.0 (3430) Unable to set transmit power, unsupported function.
                                  2021-09-25 04:34:13.205 - info: zigbee.0 (3430) Currently 21 devices are joined:
                                  2021-09-25 04:34:13.401 - info: zigbee.0 (3430) 0xec1bbdfffeebe96b (addr 21987): LED1649C5 - IKEA TRADFRI LED bulb E12/E14/E17 400 lumen, dimmable warm white, chandelier opal (Router)
                                  2021-09-25 04:34:13.407 - info: zigbee.0 (3430) 0xec1bbdfffeeae2df (addr 37220): LED1649C5 - IKEA TRADFRI LED bulb E12/E14/E17 400 lumen, dimmable warm white, chandelier opal (Router)
                                  2021-09-25 04:34:13.410 - info: zigbee.0 (3430) 0xec1bbdfffeeadb1a (addr 788): LED1649C5 - IKEA TRADFRI LED bulb E12/E14/E17 400 lumen, dimmable warm white, chandelier opal (Router)
                                  2021-09-25 04:34:13.414 - info: zigbee.0 (3430) 0xccccccfffe021ec0 (addr 44672): LED1732G11 - IKEA TRADFRI LED bulb E27 1000 lumen, dimmable, white spectrum, opal white (Router)
                                  2021-09-25 04:34:13.417 - info: zigbee.0 (3430) 0x00158d000411b98e (addr 2879): RTCGQ11LM - Xiaomi Aqara human body movement and illuminance sensor (EndDevice)
                                  2021-09-25 04:34:13.419 - info: zigbee.0 (3430) 0x00158d00032c8aa8 (addr 7440): MFKZQ01LM - Xiaomi Mi/Aqara smart home cube (EndDevice)
                                  2021-09-25 04:34:13.421 - info: zigbee.0 (3430) 0x00158d000424453c (addr 15225): RTCGQ11LM - Xiaomi Aqara human body movement and illuminance sensor (EndDevice)
                                  2021-09-25 04:34:13.424 - info: zigbee.0 (3430) 0xccccccfffeb3e954 (addr 2130): E1746 - IKEA TRADFRI signal repeater (Router)
                                  2021-09-25 04:34:13.426 - info: zigbee.0 (3430) 0x00158d0004282104 (addr 51621): RTCGQ11LM - Xiaomi Aqara human body movement and illuminance sensor (EndDevice)
                                  2021-09-25 04:34:13.430 - info: zigbee.0 (3430) 0x00158d0004221522 (addr 31393): RTCGQ11LM - Xiaomi Aqara human body movement and illuminance sensor (EndDevice)
                                  2021-09-25 04:34:13.432 - info: zigbee.0 (3430) 0x00158d0003f4bf3e (addr 9840): WSDCGQ11LM - Xiaomi Aqara temperature, humidity and pressure sensor (EndDevice)
                                  2021-09-25 04:34:13.434 - info: zigbee.0 (3430) 0x00158d0003f13adf (addr 9610): WSDCGQ11LM - Xiaomi Aqara temperature, humidity and pressure sensor (EndDevice)
                                  2021-09-25 04:34:13.436 - info: zigbee.0 (3430) 0x00158d000451a514 (addr 54452): RTCGQ11LM - Xiaomi Aqara human body movement and illuminance sensor (EndDevice)
                                  2021-09-25 04:34:13.438 - info: zigbee.0 (3430) 0x00158d00042006e1 (addr 30835): RTCGQ11LM - Xiaomi Aqara human body movement and illuminance sensor (EndDevice)
                                  2021-09-25 04:34:13.446 - info: zigbee.0 (3430) 0x00158d0004201088 (addr 27465): RTCGQ11LM - Xiaomi Aqara human body movement and illuminance sensor (EndDevice)
                                  2021-09-25 04:34:13.450 - info: zigbee.0 (3430) 0x00158d0004281fd5 (addr 6494): RTCGQ11LM - Xiaomi Aqara human body movement and illuminance sensor (EndDevice)
                                  2021-09-25 04:34:13.452 - info: zigbee.0 (3430) 0x00158d00053fbc8c (addr 48940): RTCGQ11LM - Xiaomi Aqara human body movement and illuminance sensor (EndDevice)
                                  2021-09-25 04:34:13.454 - info: zigbee.0 (3430) 0x00158d00032c9cc7 (addr 57813): MFKZQ01LM - Xiaomi Mi/Aqara smart home cube (EndDevice)
                                  2021-09-25 04:34:13.456 - info: zigbee.0 (3430) 0x804b50fffee282e6 (addr 37006): ZS110050078 - Linkind Door/window Sensor (EndDevice)
                                  2021-09-25 04:34:13.458 - info: zigbee.0 (3430) 0x804b50fffee283c0 (addr 5248): ZS110050078 - Linkind Door/window Sensor (EndDevice)
                                  2021-09-25 04:34:13.468 - info: zigbee.0 (3430) 0x804b50fffee28475 (addr 37252): ZS110050078 - Linkind Door/window Sensor (EndDevice)
                                  2021-09-25 04:34:13.470 - info: zigbee.0 (3430) Zigbee started
                                  2021-09-25 04:34:31.366 - error: zigbee.0 (3430) Device 0x00212effff05d77f "undefined" not described in statesMapping.
                                  2021-09-25 04:34:31.374 - error: zigbee.0 (3430) Device 0x00212effff05d77f "undefined" not described in statesMapping.
                                  2021-09-25 04:35:41.929 - error: zigbee.0 (3430) Device 0x00212effff05d77f "undefined" not described in statesMapping.
                                  2021-09-25 04:35:41.944 - error: zigbee.0 (3430) Device 0x00212effff05d77f "undefined" not described in statesMapping.
                                  

                                  Das hängt wohl mit allen Aktivitäten des Coordinators zusammen.

                                  Leider kann man das Logging zwischenzeitlich nicht ganz abschalten - da ja auf der error Stufe geloggt wird.

                                  Es handelt sich wie gesagt um einen conbee II - Stick.

                                  7b274826-0500-45eb-8583-f1346e52e22a-image.png

                                  Auch die Netzwerkkarte funktioniert mit dem Conbee nun (war glaube ich früher mal ein Problem)

                                  b044efef-0ac9-4edc-a8c0-da9578c5bebe-image.png

                                  also funktional schaut erst mal alles gut aus. Nur das Log läuft voll. 😧

                                  Beim Durchblättern des Threads scheinen wohl alle mit dem ConBee2 dieses Problem zu haben (wie
                                  @luie ==> https://forum.iobroker.net/topic/46927/zigbee-neue-version-1-6-0/49?_=1632532816757
                                  @rotamint ==> https://forum.iobroker.net/topic/46927/zigbee-neue-version-1-6-0/20?_=1632532816757
                                  )

                                  Im Prinzip treten die Fehlermeldungen wohl bei allen Nachrichten auf. Es scheint, dass jede Aktivität von allen Geräten diese Einträge generieren. Also nicht ein spezielles Gerät.

                                  Ich hab mal das LOG auf Debug gestellt und zwischen 2 Fehlermeldungen alles rein kopiert . Irgendwas steht da von wrong device. - Ich hoffe man kann damit was anfangen:

                                  2021-09-25 05:15:58.826 - error: zigbee.0 (17354) Device 0x00212effff05d77f "undefined" not described in statesMapping.
                                  2021-09-25 05:15:58.834 - error: zigbee.0 (17354) Device 0x00212effff05d77f "undefined" not described in statesMapping.
                                  2021-09-25 05:15:58.843 - debug: zigbee.0 (17354) Wrong device 00212effff05d77f null
                                  2021-09-25 05:15:58.844 - debug: zigbee.0 (17354) Wrong device 00212effff05d77f null
                                  2021-09-25 05:15:58.844 - debug: zigbee.0 (17354) Wrong device 00212effff05d77f null
                                  2021-09-25 05:15:58.845 - debug: zigbee.0 (17354) Wrong device 00212effff05d77f null
                                  2021-09-25 05:15:59.473 - debug: zigbee.0 (17354) convert result {"state":{"state":"OFF"},"readAfterWriteTime":0}
                                  2021-09-25 05:15:59.474 - debug: zigbee.0 (17354) entity: {"type":"device","device":{"ID":7,"_type":"Router","_ieeeAddr":"0xccccccfffe021ec0","_networkAddress":44672,"_manufacturerID":4476,"_endpoints":[{"ID":1,"profileID":260,"deviceID":268,"inputClusters":[0,3,4,5,6,8,768,4096,64636],"outputClusters":[5,25,32,4096],"deviceNetworkAddress":44672,"deviceIeeeAddress":"0xccccccfffe021ec0","clusters":{"genBasic":{"attributes":{"modelId":"TRADFRI bulb E27 WS opal 1000lm","manufacturerName":"IKEA of Sweden","powerSource":1,"zclVersion":2,"appVersion":32,"stackVersion":98,"hwVersion":1,"dateCode":"20200312","swBuildId":"2.0.029"}},"genOnOff":{"attributes":{"onOff":1}},"genLevelCtrl":{"attributes":{"currentLevel":152,"onOffTransitionTime":5,"startUpCurrentLevel":255}},"lightingColorCtrl":{"attributes":{"colorTemperature":350,"colorCapabilities":16,"colorTempPhysicalMin":250,"colorTempPhysicalMax":454,"startUpColorTemperature":65535,"colorMode":2}}},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":242,"profileID":41440,"deviceID":97,"inputClusters":[33],"outputClusters":[33],"deviceNetworkAddress":44672,"deviceIeeeAddress":"0xccccccfffe021ec0","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]}],"_manufacturerName":"IKEA of Sweden","_powerSource":"Mains (single phase)","_modelID":"TRADFRI bulb E27 WS opal 1000lm","_applicationVersion":32,"_stackVersion":98,"_zclVersion":2,"_hardwareVersion":1,"_dateCode":"20200312","_softwareBuildID":"2.0.029","_interviewCompleted":true,"_interviewing":false,"_skipDefaultResponse":false,"_skipTimeResponse":false,"meta":{"configured":2},"_lastSeen":1632539721177,"_linkquality":135},"mapped":{"exposes":[{"type":"light","features":[{"type":"binary","name":"state","property":"state","access":7,"value_on":"ON","value_off":"OFF","value_toggle":"TOGGLE","description":"On/off state of this light"},{"type":"numeric","name":"brightness","property":"brightness","access":7,"value_min":0,"value_max":254,"description":"Brightness of this light"},{"type":"numeric","name":"color_temp","property":"color_temp","access":7,"unit":"mired","value_min":250,"value_max":454,"description":"Color temperature of this light","presets":[{"name":"coolest","value":250,"description":"Coolest temperature supported"},{"name":"cool","value":250,"description":"Cool temperature (250 mireds / 4000 Kelvin)"},{"name":"neutral","value":370,"description":"Neutral temperature (370 mireds / 2700 Kelvin)"},{"name":"warm","value":454,"description":"Warm temperature (454 mireds / 2200 Kelvin)"},{"name":"warmest","value":454,"description":"Warmest temperature supported"}]},{"type":"numeric","name":"color_temp_startup","property":"color_temp_startup","access":7,"unit":"mired","value_min":250,"value_max":454,"description":"Color temperature after cold power on of this light","presets":[{"name":"coolest","value":250,"description":"Coolest temperature supported"},{"name":"cool","value":250,"description":"Cool temperature (250 mireds / 4000 Kelvin)"},{"name":"neutral","value":370,"description":"Neutral temperature (370 mireds / 2700 Kelvin)"},{"name":"warm","value":454,"description":"Warm temperature (454 mireds / 2200 Kelvin)"},{"name":"warmest","value":454,"description":"Warmest temperature supported"},{"name":"previous","value":65535,"description":"Restore previous color_temp on cold power on"}]}]},{"type":"enum","name":"effect","property":"effect","access":2,"values":["blink","breathe","okay","channel_change","finish_effect","stop_effect"],"description":"Triggers an effect on the light (e.g. make light blink for a few seconds)"},{"type":"enum","name":"power_on_behavior","property":"power_on_behavior","access":7,"values":["off","previous","on"],"description":"Controls the behavior when the device is powered on"},{"type":"numeric","name":"linkquality","property":"linkquality","access":1,"unit":"lqi","description":"Link quality (signal strength)","value_min":0,"value_max":255}],"fromZigbee":[{"cluster":"lightingColorCtrl","type":["attributeReport","readResponse"]},{"cluster":"genOnOff","type":["attributeReport","readResponse"]},{"cluster":"genLevelCtrl","type":["attributeReport","readResponse"]},{"cluster":"genLevelCtrl","type":["attributeReport","readResponse"]},{"cluster":"genOnOff","type":["attributeReport","readResponse"]},{"cluster":"genBasic","type":["attributeReport","readResponse"]}],"toZigbee":[{"key":["state","brightness","brightness_percent"]},{"key":["color_temp","color_temp_percent"]},{"key":["transition"],"attr":[]},{"key":["rate"],"attr":[]},{"key":["brightness_move","brightness_move_onoff"]},{"key":["colortemp_move","color_temp_move"]},{"key":["brightness_step","brightness_step_onoff"]},{"key":["color_temp_step"]},{"key":["color_temp_startup"]},{"key":["level_config"]},{"key":["power_on_behavior"]},{"key":["color_options"]},{"key":["color_mode"]},{"key":["effect","alert","flash"]},{"key":["scene_store"]},{"key":["scene_recall"]},{"key":["scene_add"]},{"key":["scene_remove"]},{"key":["scene_remove_all"]},{"key":["read"]},{"key":["write"]}],"ota":{},"zigbeeModel":["TRADFRI bulb E27 WS opal 1000lm","TRADFRI bulb E26 WS opal 1000lm"],"model":"LED1732G11","vendor":"IKEA","description":"TRADFRI LED bulb E27 1000 lumen, dimmable, white spectrum, opal white"},"endpoint":{"ID":1,"profileID":260,"deviceID":268,"inputClusters":[0,3,4,5,6,8,768,4096,64636],"outputClusters":[5,25,32,4096],"deviceNetworkAddress":44672,"deviceIeeeAddress":"0xccccccfffe021ec0","clusters":{"genBasic":{"attributes":{"modelId":"TRADFRI bulb E27 WS opal 1000lm","manufacturerName":"IKEA of Sweden","powerSource":1,"zclVersion":2,"appVersion":32,"stackVersion":98,"hwVersion":1,"dateCode":"20200312","swBuildId":"2.0.029"}},"genOnOff":{"attributes":{"onOff":1}},"genLevelCtrl":{"attributes":{"currentLevel":152,"onOffTransitionTime":5,"startUpCurrentLevel":255}},"lightingColorCtrl":{"attributes":{"colorTemperature":350,"colorCapabilities":16,"colorTempPhysicalMin":250,"colorTempPhysicalMax":454,"startUpColorTemperature":65535,"colorMode":2}}},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},"endpoints":[{"ID":1,"profileID":260,"deviceID":268,"inputClusters":[0,3,4,5,6,8,768,4096,64636],"outputClusters":[5,25,32,4096],"deviceNetworkAddress":44672,"deviceIeeeAddress":"0xccccccfffe021ec0","clusters":{"genBasic":{"attributes":{"modelId":"TRADFRI bulb E27 WS opal 1000lm","manufacturerName":"IKEA of Sweden","powerSource":1,"zclVersion":2,"appVersion":32,"stackVersion":98,"hwVersion":1,"dateCode":"20200312","swBuildId":"2.0.029"}},"genOnOff":{"attributes":{"onOff":1}},"genLevelCtrl":{"attributes":{"currentLevel":152,"onOffTransitionTime":5,"startUpCurrentLevel":255}},"lightingColorCtrl":{"attributes":{"colorTemperature":350,"colorCapabilities":16,"colorTempPhysicalMin":250,"colorTempPhysicalMax":454,"startUpColorTemperature":65535,"colorMode":2}}},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":242,"profileID":41440,"deviceID":97,"inputClusters":[33],"outputClusters":[33],"deviceNetworkAddress":44672,"deviceIeeeAddress":"0xccccccfffe021ec0","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]}],"name":"0xccccccfffe021ec0"}
                                  2021-09-25 05:15:59.475 - debug: zigbee.0 (17354) Mapped Model: {"exposes":[{"type":"light","features":[{"type":"binary","name":"state","property":"state","access":7,"value_on":"ON","value_off":"OFF","value_toggle":"TOGGLE","description":"On/off state of this light"},{"type":"numeric","name":"brightness","property":"brightness","access":7,"value_min":0,"value_max":254,"description":"Brightness of this light"},{"type":"numeric","name":"color_temp","property":"color_temp","access":7,"unit":"mired","value_min":250,"value_max":454,"description":"Color temperature of this light","presets":[{"name":"coolest","value":250,"description":"Coolest temperature supported"},{"name":"cool","value":250,"description":"Cool temperature (250 mireds / 4000 Kelvin)"},{"name":"neutral","value":370,"description":"Neutral temperature (370 mireds / 2700 Kelvin)"},{"name":"warm","value":454,"description":"Warm temperature (454 mireds / 2200 Kelvin)"},{"name":"warmest","value":454,"description":"Warmest temperature supported"}]},{"type":"numeric","name":"color_temp_startup","property":"color_temp_startup","access":7,"unit":"mired","value_min":250,"value_max":454,"description":"Color temperature after cold power on of this light","presets":[{"name":"coolest","value":250,"description":"Coolest temperature supported"},{"name":"cool","value":250,"description":"Cool temperature (250 mireds / 4000 Kelvin)"},{"name":"neutral","value":370,"description":"Neutral temperature (370 mireds / 2700 Kelvin)"},{"name":"warm","value":454,"description":"Warm temperature (454 mireds / 2200 Kelvin)"},{"name":"warmest","value":454,"description":"Warmest temperature supported"},{"name":"previous","value":65535,"description":"Restore previous color_temp on cold power on"}]}]},{"type":"enum","name":"effect","property":"effect","access":2,"values":["blink","breathe","okay","channel_change","finish_effect","stop_effect"],"description":"Triggers an effect on the light (e.g. make light blink for a few seconds)"},{"type":"enum","name":"power_on_behavior","property":"power_on_behavior","access":7,"values":["off","previous","on"],"description":"Controls the behavior when the device is powered on"},{"type":"numeric","name":"linkquality","property":"linkquality","access":1,"unit":"lqi","description":"Link quality (signal strength)","value_min":0,"value_max":255}],"fromZigbee":[{"cluster":"lightingColorCtrl","type":["attributeReport","readResponse"]},{"cluster":"genOnOff","type":["attributeReport","readResponse"]},{"cluster":"genLevelCtrl","type":["attributeReport","readResponse"]},{"cluster":"genLevelCtrl","type":["attributeReport","readResponse"]},{"cluster":"genOnOff","type":["attributeReport","readResponse"]},{"cluster":"genBasic","type":["attributeReport","readResponse"]}],"toZigbee":[{"key":["state","brightness","brightness_percent"]},{"key":["color_temp","color_temp_percent"]},{"key":["transition"],"attr":[]},{"key":["rate"],"attr":[]},{"key":["brightness_move","brightness_move_onoff"]},{"key":["colortemp_move","color_temp_move"]},{"key":["brightness_step","brightness_step_onoff"]},{"key":["color_temp_step"]},{"key":["color_temp_startup"]},{"key":["level_config"]},{"key":["power_on_behavior"]},{"key":["color_options"]},{"key":["color_mode"]},{"key":["effect","alert","flash"]},{"key":["scene_store"]},{"key":["scene_recall"]},{"key":["scene_add"]},{"key":["scene_remove"]},{"key":["scene_remove_all"]},{"key":["read"]},{"key":["write"]}],"ota":{},"zigbeeModel":["TRADFRI bulb E27 WS opal 1000lm","TRADFRI bulb E26 WS opal 1000lm"],"model":"LED1732G11","vendor":"IKEA","description":"TRADFRI LED bulb E27 1000 lumen, dimmable, white spectrum, opal white"}
                                  2021-09-25 05:15:59.558 - debug: zigbee.0 (17354) handleMessage. {"type":"readResponse","device":{"ID":7,"_type":"Router","_ieeeAddr":"0xccccccfffe021ec0","_networkAddress":44672,"_manufacturerID":4476,"_endpoints":[{"ID":1,"profileID":260,"deviceID":268,"inputClusters":[0,3,4,5,6,8,768,4096,64636],"outputClusters":[5,25,32,4096],"deviceNetworkAddress":44672,"deviceIeeeAddress":"0xccccccfffe021ec0","clusters":{"genBasic":{"attributes":{"modelId":"TRADFRI bulb E27 WS opal 1000lm","manufacturerName":"IKEA of Sweden","powerSource":1,"zclVersion":2,"appVersion":32,"stackVersion":98,"hwVersion":1,"dateCode":"20200312","swBuildId":"2.0.029"}},"genOnOff":{"attributes":{"onOff":0}},"genLevelCtrl":{"attributes":{"currentLevel":152,"onOffTransitionTime":5,"startUpCurrentLevel":255}},"lightingColorCtrl":{"attributes":{"colorTemperature":350,"colorCapabilities":16,"colorTempPhysicalMin":250,"colorTempPhysicalMax":454,"startUpColorTemperature":65535,"colorMode":2}}},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":242,"profileID":41440,"deviceID":97,"inputClusters":[33],"outputClusters":[33],"deviceNetworkAddress":44672,"deviceIeeeAddress":"0xccccccfffe021ec0","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]}],"_manufacturerName":"IKEA of Sweden","_powerSource":"Mains (single phase)","_modelID":"TRADFRI bulb E27 WS opal 1000lm","_applicationVersion":32,"_stackVersion":98,"_zclVersion":2,"_hardwareVersion":1,"_dateCode":"20200312","_softwareBuildID":"2.0.029","_interviewCompleted":true,"_interviewing":false,"_skipDefaultResponse":false,"_skipTimeResponse":false,"meta":{"configured":2},"_lastSeen":1632539759557,"_linkquality":151},"endpoint":"[Circular]","data":{"onOff":0},"linkquality":151,"groupID":null,"cluster":"genOnOff","meta":{"zclTransactionSequenceNumber":11,"manufacturerCode":null,"frameControl":{"frameType":0,"manufacturerSpecific":false,"direction":1,"disableDefaultResponse":true,"reservedBits":0}}}
                                  2021-09-25 05:15:59.559 - debug: zigbee.0 (17354) Received Zigbee message from '0xccccccfffe021ec0', type 'readResponse', cluster 'genOnOff', data '{"onOff":0}' from endpoint 1 with groupID null
                                  2021-09-25 05:15:59.560 - debug: zigbee.0 (17354) Type readResponse device {"type":"device","device":{"ID":7,"_type":"Router","_ieeeAddr":"0xccccccfffe021ec0","_networkAddress":44672,"_manufacturerID":4476,"_endpoints":[{"ID":1,"profileID":260,"deviceID":268,"inputClusters":[0,3,4,5,6,8,768,4096,64636],"outputClusters":[5,25,32,4096],"deviceNetworkAddress":44672,"deviceIeeeAddress":"0xccccccfffe021ec0","clusters":{"genBasic":{"attributes":{"modelId":"TRADFRI bulb E27 WS opal 1000lm","manufacturerName":"IKEA of Sweden","powerSource":1,"zclVersion":2,"appVersion":32,"stackVersion":98,"hwVersion":1,"dateCode":"20200312","swBuildId":"2.0.029"}},"genOnOff":{"attributes":{"onOff":0}},"genLevelCtrl":{"attributes":{"currentLevel":152,"onOffTransitionTime":5,"startUpCurrentLevel":255}},"lightingColorCtrl":{"attributes":{"colorTemperature":350,"colorCapabilities":16,"colorTempPhysicalMin":250,"colorTempPhysicalMax":454,"startUpColorTemperature":65535,"colorMode":2}}},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":242,"profileID":41440,"deviceID":97,"inputClusters":[33],"outputClusters":[33],"deviceNetworkAddress":44672,"deviceIeeeAddress":"0xccccccfffe021ec0","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]}],"_manufacturerName":"IKEA of Sweden","_powerSource":"Mains (single phase)","_modelID":"TRADFRI bulb E27 WS opal 1000lm","_applicationVersion":32,"_stackVersion":98,"_zclVersion":2,"_hardwareVersion":1,"_dateCode":"20200312","_softwareBuildID":"2.0.029","_interviewCompleted":true,"_interviewing":false,"_skipDefaultResponse":false,"_skipTimeResponse":false,"meta":{"configured":2},"_lastSeen":1632539759557,"_linkquality":151},"mapped":{"exposes":[{"type":"light","features":[{"type":"binary","name":"state","property":"state","access":7,"value_on":"ON","value_off":"OFF","value_toggle":"TOGGLE","description":"On/off state of this light"},{"type":"numeric","name":"brightness","property":"brightness","access":7,"value_min":0,"value_max":254,"description":"Brightness of this light"},{"type":"numeric","name":"color_temp","property":"color_temp","access":7,"unit":"mired","value_min":250,"value_max":454,"description":"Color temperature of this light","presets":[{"name":"coolest","value":250,"description":"Coolest temperature supported"},{"name":"cool","value":250,"description":"Cool temperature (250 mireds / 4000 Kelvin)"},{"name":"neutral","value":370,"description":"Neutral temperature (370 mireds / 2700 Kelvin)"},{"name":"warm","value":454,"description":"Warm temperature (454 mireds / 2200 Kelvin)"},{"name":"warmest","value":454,"description":"Warmest temperature supported"}]},{"type":"numeric","name":"color_temp_startup","property":"color_temp_startup","access":7,"unit":"mired","value_min":250,"value_max":454,"description":"Color temperature after cold power on of this light","presets":[{"name":"coolest","value":250,"description":"Coolest temperature supported"},{"name":"cool","value":250,"description":"Cool temperature (250 mireds / 4000 Kelvin)"},{"name":"neutral","value":370,"description":"Neutral temperature (370 mireds / 2700 Kelvin)"},{"name":"warm","value":454,"description":"Warm temperature (454 mireds / 2200 Kelvin)"},{"name":"warmest","value":454,"description":"Warmest temperature supported"},{"name":"previous","value":65535,"description":"Restore previous color_temp on cold power on"}]}]},{"type":"enum","name":"effect","property":"effect","access":2,"values":["blink","breathe","okay","channel_change","finish_effect","stop_effect"],"description":"Triggers an effect on the light (e.g. make light blink for a few seconds)"},{"type":"enum","name":"power_on_behavior","property":"power_on_behavior","access":7,"values":["off","previous","on"],"description":"Controls the behavior when the device is powered on"},{"type":"numeric","name":"linkquality","property":"linkquality","access":1,"unit":"lqi","description":"Link quality (signal strength)","value_min":0,"value_max":255}],"fromZigbee":[{"cluster":"lightingColorCtrl","type":["attributeReport","readResponse"]},{"cluster":"genOnOff","type":["attributeReport","readResponse"]},{"cluster":"genLevelCtrl","type":["attributeReport","readResponse"]},{"cluster":"genLevelCtrl","type":["attributeReport","readResponse"]},{"cluster":"genOnOff","type":["attributeReport","readResponse"]},{"cluster":"genBasic","type":["attributeReport","readResponse"]}],"toZigbee":[{"key":["state","brightness","brightness_percent"]},{"key":["color_temp","color_temp_percent"]},{"key":["transition"],"attr":[]},{"key":["rate"],"attr":[]},{"key":["brightness_move","brightness_move_onoff"]},{"key":["colortemp_move","color_temp_move"]},{"key":["brightness_step","brightness_step_onoff"]},{"key":["color_temp_step"]},{"key":["color_temp_startup"]},{"key":["level_config"]},{"key":["power_on_behavior"]},{"key":["color_options"]},{"key":["color_mode"]},{"key":["effect","alert","flash"]},{"key":["scene_store"]},{"key":["scene_recall"]},{"key":["scene_add"]},{"key":["scene_remove"]},{"key":["scene_remove_all"]},{"key":["read"]},{"key":["write"]}],"ota":{},"zigbeeModel":["TRADFRI bulb E27 WS opal 1000lm","TRADFRI bulb E26 WS opal 1000lm"],"model":"LED1732G11","vendor":"IKEA","description":"TRADFRI LED bulb E27 1000 lumen, dimmable, white spectrum, opal white"},"name":"0xccccccfffe021ec0"} incoming event: {"type":"readResponse","device":{"ID":7,"_type":"Router","_ieeeAddr":"0xccccccfffe021ec0","_networkAddress":44672,"_manufacturerID":4476,"_endpoints":[{"ID":1,"profileID":260,"deviceID":268,"inputClusters":[0,3,4,5,6,8,768,4096,64636],"outputClusters":[5,25,32,4096],"deviceNetworkAddress":44672,"deviceIeeeAddress":"0xccccccfffe021ec0","clusters":{"genBasic":{"attributes":{"modelId":"TRADFRI bulb E27 WS opal 1000lm","manufacturerName":"IKEA of Sweden","powerSource":1,"zclVersion":2,"appVersion":32,"stackVersion":98,"hwVersion":1,"dateCode":"20200312","swBuildId":"2.0.029"}},"genOnOff":{"attributes":{"onOff":0}},"genLevelCtrl":{"attributes":{"currentLevel":152,"onOffTransitionTime":5,"startUpCurrentLevel":255}},"lightingColorCtrl":{"attributes":{"colorTemperature":350,"colorCapabilities":16,"colorTempPhysicalMin":250,"colorTempPhysicalMax":454,"startUpColorTemperature":65535,"colorMode":2}}},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":242,"profileID":41440,"deviceID":97,"inputClusters":[33],"outputClusters":[33],"deviceNetworkAddress":44672,"deviceIeeeAddress":"0xccccccfffe021ec0","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]}],"_manufacturerName":"IKEA of Sweden","_powerSource":"Mains (single phase)","_modelID":"TRADFRI bulb E27 WS opal 1000lm","_applicationVersion":32,"_stackVersion":98,"_zclVersion":2,"_hardwareVersion":1,"_dateCode":"20200312","_softwareBuildID":"2.0.029","_interviewCompleted":true,"_interviewing":false,"_skipDefaultResponse":false,"_skipTimeResponse":false,"meta":{"configured":2},"_lastSeen":1632539759557,"_linkquality":151},"endpoint":"[Circular]","data":{"onOff":0},"linkquality":151,"groupID":null,"cluster":"genOnOff","meta":{"zclTransactionSequenceNumber":11,"manufacturerCode":null,"frameControl":{"frameType":0,"manufacturerSpecific":false,"direction":1,"disableDefaultResponse":true,"reservedBits":0}}}
                                  2021-09-25 05:15:59.623 - debug: zigbee.0 (17354) Publish {"state":"OFF"} to "ccccccfffe021ec0"
                                  2021-09-25 05:16:03.602 - debug: zigbee.0 (17354) User stateChange zigbee.0.ccccccfffe021ec0.state {"val":true,"ack":false,"ts":1632539763596,"q":0,"from":"system.adapter.node-red.0","user":"system.user.admin","lc":1632539763596}
                                  2021-09-25 05:16:03.611 - debug: zigbee.0 (17354) Change state 'state' at device 0xccccccfffe021ec0 type 'LED1732G11'
                                  2021-09-25 05:16:03.614 - debug: zigbee.0 (17354) entity: {"type":"device","device":{"ID":7,"_type":"Router","_ieeeAddr":"0xccccccfffe021ec0","_networkAddress":44672,"_manufacturerID":4476,"_endpoints":[{"ID":1,"profileID":260,"deviceID":268,"inputClusters":[0,3,4,5,6,8,768,4096,64636],"outputClusters":[5,25,32,4096],"deviceNetworkAddress":44672,"deviceIeeeAddress":"0xccccccfffe021ec0","clusters":{"genBasic":{"attributes":{"modelId":"TRADFRI bulb E27 WS opal 1000lm","manufacturerName":"IKEA of Sweden","powerSource":1,"zclVersion":2,"appVersion":32,"stackVersion":98,"hwVersion":1,"dateCode":"20200312","swBuildId":"2.0.029"}},"genOnOff":{"attributes":{"onOff":0}},"genLevelCtrl":{"attributes":{"currentLevel":152,"onOffTransitionTime":5,"startUpCurrentLevel":255}},"lightingColorCtrl":{"attributes":{"colorTemperature":350,"colorCapabilities":16,"colorTempPhysicalMin":250,"colorTempPhysicalMax":454,"startUpColorTemperature":65535,"colorMode":2}}},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":242,"profileID":41440,"deviceID":97,"inputClusters":[33],"outputClusters":[33],"deviceNetworkAddress":44672,"deviceIeeeAddress":"0xccccccfffe021ec0","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]}],"_manufacturerName":"IKEA of Sweden","_powerSource":"Mains (single phase)","_modelID":"TRADFRI bulb E27 WS opal 1000lm","_applicationVersion":32,"_stackVersion":98,"_zclVersion":2,"_hardwareVersion":1,"_dateCode":"20200312","_softwareBuildID":"2.0.029","_interviewCompleted":true,"_interviewing":false,"_skipDefaultResponse":false,"_skipTimeResponse":false,"meta":{"configured":2},"_lastSeen":1632539759557,"_linkquality":151},"mapped":{"exposes":[{"type":"light","features":[{"type":"binary","name":"state","property":"state","access":7,"value_on":"ON","value_off":"OFF","value_toggle":"TOGGLE","description":"On/off state of this light"},{"type":"numeric","name":"brightness","property":"brightness","access":7,"value_min":0,"value_max":254,"description":"Brightness of this light"},{"type":"numeric","name":"color_temp","property":"color_temp","access":7,"unit":"mired","value_min":250,"value_max":454,"description":"Color temperature of this light","presets":[{"name":"coolest","value":250,"description":"Coolest temperature supported"},{"name":"cool","value":250,"description":"Cool temperature (250 mireds / 4000 Kelvin)"},{"name":"neutral","value":370,"description":"Neutral temperature (370 mireds / 2700 Kelvin)"},{"name":"warm","value":454,"description":"Warm temperature (454 mireds / 2200 Kelvin)"},{"name":"warmest","value":454,"description":"Warmest temperature supported"}]},{"type":"numeric","name":"color_temp_startup","property":"color_temp_startup","access":7,"unit":"mired","value_min":250,"value_max":454,"description":"Color temperature after cold power on of this light","presets":[{"name":"coolest","value":250,"description":"Coolest temperature supported"},{"name":"cool","value":250,"description":"Cool temperature (250 mireds / 4000 Kelvin)"},{"name":"neutral","value":370,"description":"Neutral temperature (370 mireds / 2700 Kelvin)"},{"name":"warm","value":454,"description":"Warm temperature (454 mireds / 2200 Kelvin)"},{"name":"warmest","value":454,"description":"Warmest temperature supported"},{"name":"previous","value":65535,"description":"Restore previous color_temp on cold power on"}]}]},{"type":"enum","name":"effect","property":"effect","access":2,"values":["blink","breathe","okay","channel_change","finish_effect","stop_effect"],"description":"Triggers an effect on the light (e.g. make light blink for a few seconds)"},{"type":"enum","name":"power_on_behavior","property":"power_on_behavior","access":7,"values":["off","previous","on"],"description":"Controls the behavior when the device is powered on"},{"type":"numeric","name":"linkquality","property":"linkquality","access":1,"unit":"lqi","description":"Link quality (signal strength)","value_min":0,"value_max":255}],"fromZigbee":[{"cluster":"lightingColorCtrl","type":["attributeReport","readResponse"]},{"cluster":"genOnOff","type":["attributeReport","readResponse"]},{"cluster":"genLevelCtrl","type":["attributeReport","readResponse"]},{"cluster":"genLevelCtrl","type":["attributeReport","readResponse"]},{"cluster":"genOnOff","type":["attributeReport","readResponse"]},{"cluster":"genBasic","type":["attributeReport","readResponse"]}],"toZigbee":[{"key":["state","brightness","brightness_percent"]},{"key":["color_temp","color_temp_percent"]},{"key":["transition"],"attr":[]},{"key":["rate"],"attr":[]},{"key":["brightness_move","brightness_move_onoff"]},{"key":["colortemp_move","color_temp_move"]},{"key":["brightness_step","brightness_step_onoff"]},{"key":["color_temp_step"]},{"key":["color_temp_startup"]},{"key":["level_config"]},{"key":["power_on_behavior"]},{"key":["color_options"]},{"key":["color_mode"]},{"key":["effect","alert","flash"]},{"key":["scene_store"]},{"key":["scene_recall"]},{"key":["scene_add"]},{"key":["scene_remove"]},{"key":["scene_remove_all"]},{"key":["read"]},{"key":["write"]}],"ota":{},"zigbeeModel":["TRADFRI bulb E27 WS opal 1000lm","TRADFRI bulb E26 WS opal 1000lm"],"model":"LED1732G11","vendor":"IKEA","description":"TRADFRI LED bulb E27 1000 lumen, dimmable, white spectrum, opal white"},"endpoint":"[Circular]","endpoints":"[Circular]","name":"0xccccccfffe021ec0"}
                                  2021-09-25 05:16:03.615 - debug: zigbee.0 (17354) Mapped Model: {"exposes":[{"type":"light","features":[{"type":"binary","name":"state","property":"state","access":7,"value_on":"ON","value_off":"OFF","value_toggle":"TOGGLE","description":"On/off state of this light"},{"type":"numeric","name":"brightness","property":"brightness","access":7,"value_min":0,"value_max":254,"description":"Brightness of this light"},{"type":"numeric","name":"color_temp","property":"color_temp","access":7,"unit":"mired","value_min":250,"value_max":454,"description":"Color temperature of this light","presets":[{"name":"coolest","value":250,"description":"Coolest temperature supported"},{"name":"cool","value":250,"description":"Cool temperature (250 mireds / 4000 Kelvin)"},{"name":"neutral","value":370,"description":"Neutral temperature (370 mireds / 2700 Kelvin)"},{"name":"warm","value":454,"description":"Warm temperature (454 mireds / 2200 Kelvin)"},{"name":"warmest","value":454,"description":"Warmest temperature supported"}]},{"type":"numeric","name":"color_temp_startup","property":"color_temp_startup","access":7,"unit":"mired","value_min":250,"value_max":454,"description":"Color temperature after cold power on of this light","presets":[{"name":"coolest","value":250,"description":"Coolest temperature supported"},{"name":"cool","value":250,"description":"Cool temperature (250 mireds / 4000 Kelvin)"},{"name":"neutral","value":370,"description":"Neutral temperature (370 mireds / 2700 Kelvin)"},{"name":"warm","value":454,"description":"Warm temperature (454 mireds / 2200 Kelvin)"},{"name":"warmest","value":454,"description":"Warmest temperature supported"},{"name":"previous","value":65535,"description":"Restore previous color_temp on cold power on"}]}]},{"type":"enum","name":"effect","property":"effect","access":2,"values":["blink","breathe","okay","channel_change","finish_effect","stop_effect"],"description":"Triggers an effect on the light (e.g. make light blink for a few seconds)"},{"type":"enum","name":"power_on_behavior","property":"power_on_behavior","access":7,"values":["off","previous","on"],"description":"Controls the behavior when the device is powered on"},{"type":"numeric","name":"linkquality","property":"linkquality","access":1,"unit":"lqi","description":"Link quality (signal strength)","value_min":0,"value_max":255}],"fromZigbee":[{"cluster":"lightingColorCtrl","type":["attributeReport","readResponse"]},{"cluster":"genOnOff","type":["attributeReport","readResponse"]},{"cluster":"genLevelCtrl","type":["attributeReport","readResponse"]},{"cluster":"genLevelCtrl","type":["attributeReport","readResponse"]},{"cluster":"genOnOff","type":["attributeReport","readResponse"]},{"cluster":"genBasic","type":["attributeReport","readResponse"]}],"toZigbee":[{"key":["state","brightness","brightness_percent"]},{"key":["color_temp","color_temp_percent"]},{"key":["transition"],"attr":[]},{"key":["rate"],"attr":[]},{"key":["brightness_move","brightness_move_onoff"]},{"key":["colortemp_move","color_temp_move"]},{"key":["brightness_step","brightness_step_onoff"]},{"key":["color_temp_step"]},{"key":["color_temp_startup"]},{"key":["level_config"]},{"key":["power_on_behavior"]},{"key":["color_options"]},{"key":["color_mode"]},{"key":["effect","alert","flash"]},{"key":["scene_store"]},{"key":["scene_recall"]},{"key":["scene_add"]},{"key":["scene_remove"]},{"key":["scene_remove_all"]},{"key":["read"]},{"key":["write"]}],"ota":{},"zigbeeModel":["TRADFRI bulb E27 WS opal 1000lm","TRADFRI bulb E26 WS opal 1000lm"],"model":"LED1732G11","vendor":"IKEA","description":"TRADFRI LED bulb E27 1000 lumen, dimmable, white spectrum, opal white"}
                                  2021-09-25 05:16:03.616 - debug: zigbee.0 (17354) convert state, "ON", {"state":"ON","transition_time":0}
                                  2021-09-25 05:16:03.616 - debug: zigbee.0 (17354) target: {"ID":1,"profileID":260,"deviceID":268,"inputClusters":[0,3,4,5,6,8,768,4096,64636],"outputClusters":[5,25,32,4096],"deviceNetworkAddress":44672,"deviceIeeeAddress":"0xccccccfffe021ec0","clusters":{"genBasic":{"attributes":{"modelId":"TRADFRI bulb E27 WS opal 1000lm","manufacturerName":"IKEA of Sweden","powerSource":1,"zclVersion":2,"appVersion":32,"stackVersion":98,"hwVersion":1,"dateCode":"20200312","swBuildId":"2.0.029"}},"genOnOff":{"attributes":{"onOff":0}},"genLevelCtrl":{"attributes":{"currentLevel":152,"onOffTransitionTime":5,"startUpCurrentLevel":255}},"lightingColorCtrl":{"attributes":{"colorTemperature":350,"colorCapabilities":16,"colorTempPhysicalMin":250,"colorTempPhysicalMax":454,"startUpColorTemperature":65535,"colorMode":2}}},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]}
                                  2021-09-25 05:16:03.703 - debug: zigbee.0 (17354) convert result {"state":{"state":"ON"},"readAfterWriteTime":0}
                                  2021-09-25 05:16:06.143 - debug: zigbee.0 (17354) User stateChange zigbee.0.group_2.state {"val":true,"ack":false,"ts":1632539766135,"q":0,"from":"system.adapter.node-red.0","user":"system.user.admin","lc":1632539766135}
                                  2021-09-25 05:16:06.153 - debug: zigbee.0 (17354) User stateChange zigbee.0.ccccccfffe021ec0.state {"val":false,"ack":false,"ts":1632539766135,"q":0,"from":"system.adapter.node-red.0","user":"system.user.admin","lc":1632539766135}
                                  2021-09-25 05:16:06.173 - debug: zigbee.0 (17354) Change state 'state' at device 2 type 'group'
                                  2021-09-25 05:16:06.175 - debug: zigbee.0 (17354) entity: {"type":"group","mapped":{"databaseID":6,"groupID":2,"_members":{},"meta":{},"toZigbee":[{"key":["state","brightness","brightness_percent"]},{"key":["color_temp","color_temp_percent"]},{"key":["color"]},null,{"key":["transition"],"attr":[]},{"key":["brightness_move","brightness_move_onoff"]},{"key":["brightness_step","brightness_step_onoff"]},{"key":["colortemp_move","color_temp_move"]},{"key":["color_temp_step"]},null],"model":"group"},"group":"[Circular]","name":"Group 2"}
                                  2021-09-25 05:16:06.176 - debug: zigbee.0 (17354) Mapped Model: {"databaseID":6,"groupID":2,"_members":{},"meta":{},"toZigbee":[{"key":["state","brightness","brightness_percent"]},{"key":["color_temp","color_temp_percent"]},{"key":["color"]},null,{"key":["transition"],"attr":[]},{"key":["brightness_move","brightness_move_onoff"]},{"key":["brightness_step","brightness_step_onoff"]},{"key":["colortemp_move","color_temp_move"]},{"key":["color_temp_step"]},null],"model":"group"}
                                  2021-09-25 05:16:06.177 - debug: zigbee.0 (17354) convert state, "ON", {"state":"ON"}
                                  2021-09-25 05:16:06.178 - debug: zigbee.0 (17354) target: {"databaseID":6,"groupID":2,"_members":{},"meta":{},"toZigbee":[{"key":["state","brightness","brightness_percent"]},{"key":["color_temp","color_temp_percent"]},{"key":["color"]},null,{"key":["transition"],"attr":[]},{"key":["brightness_move","brightness_move_onoff"]},{"key":["brightness_step","brightness_step_onoff"]},{"key":["colortemp_move","color_temp_move"]},{"key":["color_temp_step"]},null],"model":"group"}
                                  2021-09-25 05:16:06.188 - debug: zigbee.0 (17354) Change state 'state' at device 0xccccccfffe021ec0 type 'LED1732G11'
                                  2021-09-25 05:16:06.191 - debug: zigbee.0 (17354) entity: {"type":"device","device":{"ID":7,"_type":"Router","_ieeeAddr":"0xccccccfffe021ec0","_networkAddress":44672,"_manufacturerID":4476,"_endpoints":[{"ID":1,"profileID":260,"deviceID":268,"inputClusters":[0,3,4,5,6,8,768,4096,64636],"outputClusters":[5,25,32,4096],"deviceNetworkAddress":44672,"deviceIeeeAddress":"0xccccccfffe021ec0","clusters":{"genBasic":{"attributes":{"modelId":"TRADFRI bulb E27 WS opal 1000lm","manufacturerName":"IKEA of Sweden","powerSource":1,"zclVersion":2,"appVersion":32,"stackVersion":98,"hwVersion":1,"dateCode":"20200312","swBuildId":"2.0.029"}},"genOnOff":{"attributes":{"onOff":0}},"genLevelCtrl":{"attributes":{"currentLevel":152,"onOffTransitionTime":5,"startUpCurrentLevel":255}},"lightingColorCtrl":{"attributes":{"colorTemperature":350,"colorCapabilities":16,"colorTempPhysicalMin":250,"colorTempPhysicalMax":454,"startUpColorTemperature":65535,"colorMode":2}}},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":242,"profileID":41440,"deviceID":97,"inputClusters":[33],"outputClusters":[33],"deviceNetworkAddress":44672,"deviceIeeeAddress":"0xccccccfffe021ec0","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]}],"_manufacturerName":"IKEA of Sweden","_powerSource":"Mains (single phase)","_modelID":"TRADFRI bulb E27 WS opal 1000lm","_applicationVersion":32,"_stackVersion":98,"_zclVersion":2,"_hardwareVersion":1,"_dateCode":"20200312","_softwareBuildID":"2.0.029","_interviewCompleted":true,"_interviewing":false,"_skipDefaultResponse":false,"_skipTimeResponse":false,"meta":{"configured":2},"_lastSeen":1632539763703,"_linkquality":151},"mapped":{"exposes":[{"type":"light","features":[{"type":"binary","name":"state","property":"state","access":7,"value_on":"ON","value_off":"OFF","value_toggle":"TOGGLE","description":"On/off state of this light"},{"type":"numeric","name":"brightness","property":"brightness","access":7,"value_min":0,"value_max":254,"description":"Brightness of this light"},{"type":"numeric","name":"color_temp","property":"color_temp","access":7,"unit":"mired","value_min":250,"value_max":454,"description":"Color temperature of this light","presets":[{"name":"coolest","value":250,"description":"Coolest temperature supported"},{"name":"cool","value":250,"description":"Cool temperature (250 mireds / 4000 Kelvin)"},{"name":"neutral","value":370,"description":"Neutral temperature (370 mireds / 2700 Kelvin)"},{"name":"warm","value":454,"description":"Warm temperature (454 mireds / 2200 Kelvin)"},{"name":"warmest","value":454,"description":"Warmest temperature supported"}]},{"type":"numeric","name":"color_temp_startup","property":"color_temp_startup","access":7,"unit":"mired","value_min":250,"value_max":454,"description":"Color temperature after cold power on of this light","presets":[{"name":"coolest","value":250,"description":"Coolest temperature supported"},{"name":"cool","value":250,"description":"Cool temperature (250 mireds / 4000 Kelvin)"},{"name":"neutral","value":370,"description":"Neutral temperature (370 mireds / 2700 Kelvin)"},{"name":"warm","value":454,"description":"Warm temperature (454 mireds / 2200 Kelvin)"},{"name":"warmest","value":454,"description":"Warmest temperature supported"},{"name":"previous","value":65535,"description":"Restore previous color_temp on cold power on"}]}]},{"type":"enum","name":"effect","property":"effect","access":2,"values":["blink","breathe","okay","channel_change","finish_effect","stop_effect"],"description":"Triggers an effect on the light (e.g. make light blink for a few seconds)"},{"type":"enum","name":"power_on_behavior","property":"power_on_behavior","access":7,"values":["off","previous","on"],"description":"Controls the behavior when the device is powered on"},{"type":"numeric","name":"linkquality","property":"linkquality","access":1,"unit":"lqi","description":"Link quality (signal strength)","value_min":0,"value_max":255}],"fromZigbee":[{"cluster":"lightingColorCtrl","type":["attributeReport","readResponse"]},{"cluster":"genOnOff","type":["attributeReport","readResponse"]},{"cluster":"genLevelCtrl","type":["attributeReport","readResponse"]},{"cluster":"genLevelCtrl","type":["attributeReport","readResponse"]},{"cluster":"genOnOff","type":["attributeReport","readResponse"]},{"cluster":"genBasic","type":["attributeReport","readResponse"]}],"toZigbee":[{"key":["state","brightness","brightness_percent"]},{"key":["color_temp","color_temp_percent"]},{"key":["transition"],"attr":[]},{"key":["rate"],"attr":[]},{"key":["brightness_move","brightness_move_onoff"]},{"key":["colortemp_move","color_temp_move"]},{"key":["brightness_step","brightness_step_onoff"]},{"key":["color_temp_step"]},{"key":["color_temp_startup"]},{"key":["level_config"]},{"key":["power_on_behavior"]},{"key":["color_options"]},{"key":["color_mode"]},{"key":["effect","alert","flash"]},{"key":["scene_store"]},{"key":["scene_recall"]},{"key":["scene_add"]},{"key":["scene_remove"]},{"key":["scene_remove_all"]},{"key":["read"]},{"key":["write"]}],"ota":{},"zigbeeModel":["TRADFRI bulb E27 WS opal 1000lm","TRADFRI bulb E26 WS opal 1000lm"],"model":"LED1732G11","vendor":"IKEA","description":"TRADFRI LED bulb E27 1000 lumen, dimmable, white spectrum, opal white"},"endpoint":"[Circular]","endpoints":"[Circular]","name":"0xccccccfffe021ec0"}
                                  2021-09-25 05:16:06.192 - debug: zigbee.0 (17354) Mapped Model: {"exposes":[{"type":"light","features":[{"type":"binary","name":"state","property":"state","access":7,"value_on":"ON","value_off":"OFF","value_toggle":"TOGGLE","description":"On/off state of this light"},{"type":"numeric","name":"brightness","property":"brightness","access":7,"value_min":0,"value_max":254,"description":"Brightness of this light"},{"type":"numeric","name":"color_temp","property":"color_temp","access":7,"unit":"mired","value_min":250,"value_max":454,"description":"Color temperature of this light","presets":[{"name":"coolest","value":250,"description":"Coolest temperature supported"},{"name":"cool","value":250,"description":"Cool temperature (250 mireds / 4000 Kelvin)"},{"name":"neutral","value":370,"description":"Neutral temperature (370 mireds / 2700 Kelvin)"},{"name":"warm","value":454,"description":"Warm temperature (454 mireds / 2200 Kelvin)"},{"name":"warmest","value":454,"description":"Warmest temperature supported"}]},{"type":"numeric","name":"color_temp_startup","property":"color_temp_startup","access":7,"unit":"mired","value_min":250,"value_max":454,"description":"Color temperature after cold power on of this light","presets":[{"name":"coolest","value":250,"description":"Coolest temperature supported"},{"name":"cool","value":250,"description":"Cool temperature (250 mireds / 4000 Kelvin)"},{"name":"neutral","value":370,"description":"Neutral temperature (370 mireds / 2700 Kelvin)"},{"name":"warm","value":454,"description":"Warm temperature (454 mireds / 2200 Kelvin)"},{"name":"warmest","value":454,"description":"Warmest temperature supported"},{"name":"previous","value":65535,"description":"Restore previous color_temp on cold power on"}]}]},{"type":"enum","name":"effect","property":"effect","access":2,"values":["blink","breathe","okay","channel_change","finish_effect","stop_effect"],"description":"Triggers an effect on the light (e.g. make light blink for a few seconds)"},{"type":"enum","name":"power_on_behavior","property":"power_on_behavior","access":7,"values":["off","previous","on"],"description":"Controls the behavior when the device is powered on"},{"type":"numeric","name":"linkquality","property":"linkquality","access":1,"unit":"lqi","description":"Link quality (signal strength)","value_min":0,"value_max":255}],"fromZigbee":[{"cluster":"lightingColorCtrl","type":["attributeReport","readResponse"]},{"cluster":"genOnOff","type":["attributeReport","readResponse"]},{"cluster":"genLevelCtrl","type":["attributeReport","readResponse"]},{"cluster":"genLevelCtrl","type":["attributeReport","readResponse"]},{"cluster":"genOnOff","type":["attributeReport","readResponse"]},{"cluster":"genBasic","type":["attributeReport","readResponse"]}],"toZigbee":[{"key":["state","brightness","brightness_percent"]},{"key":["color_temp","color_temp_percent"]},{"key":["transition"],"attr":[]},{"key":["rate"],"attr":[]},{"key":["brightness_move","brightness_move_onoff"]},{"key":["colortemp_move","color_temp_move"]},{"key":["brightness_step","brightness_step_onoff"]},{"key":["color_temp_step"]},{"key":["color_temp_startup"]},{"key":["level_config"]},{"key":["power_on_behavior"]},{"key":["color_options"]},{"key":["color_mode"]},{"key":["effect","alert","flash"]},{"key":["scene_store"]},{"key":["scene_recall"]},{"key":["scene_add"]},{"key":["scene_remove"]},{"key":["scene_remove_all"]},{"key":["read"]},{"key":["write"]}],"ota":{},"zigbeeModel":["TRADFRI bulb E27 WS opal 1000lm","TRADFRI bulb E26 WS opal 1000lm"],"model":"LED1732G11","vendor":"IKEA","description":"TRADFRI LED bulb E27 1000 lumen, dimmable, white spectrum, opal white"}
                                  2021-09-25 05:16:06.196 - debug: zigbee.0 (17354) convert state, "OFF", {"state":"OFF","transition_time":0}
                                  2021-09-25 05:16:06.197 - debug: zigbee.0 (17354) target: {"ID":1,"profileID":260,"deviceID":268,"inputClusters":[0,3,4,5,6,8,768,4096,64636],"outputClusters":[5,25,32,4096],"deviceNetworkAddress":44672,"deviceIeeeAddress":"0xccccccfffe021ec0","clusters":{"genBasic":{"attributes":{"modelId":"TRADFRI bulb E27 WS opal 1000lm","manufacturerName":"IKEA of Sweden","powerSource":1,"zclVersion":2,"appVersion":32,"stackVersion":98,"hwVersion":1,"dateCode":"20200312","swBuildId":"2.0.029"}},"genOnOff":{"attributes":{"onOff":0}},"genLevelCtrl":{"attributes":{"currentLevel":152,"onOffTransitionTime":5,"startUpCurrentLevel":255}},"lightingColorCtrl":{"attributes":{"colorTemperature":350,"colorCapabilities":16,"colorTempPhysicalMin":250,"colorTempPhysicalMax":454,"startUpColorTemperature":65535,"colorMode":2}}},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]}
                                  2021-09-25 05:16:06.214 - debug: zigbee.0 (17354) handleMessage. {"type":"commandOn","device":{"ID":1,"_type":"Coordinator","_ieeeAddr":"0x00212effff05d77f","_networkAddress":0,"_manufacturerID":0,"_endpoints":[{"ID":1,"profileID":260,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":2,"profileID":257,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":3,"profileID":261,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":4,"profileID":263,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":5,"profileID":264,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":6,"profileID":265,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":8,"profileID":260,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":11,"profileID":260,"deviceID":1024,"inputClusters":[],"outputClusters":[1280,1282],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":12,"profileID":49246,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":13,"profileID":260,"deviceID":5,"inputClusters":[25],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":47,"profileID":260,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":110,"profileID":260,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":242,"profileID":41440,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]}],"_interviewCompleted":true,"_interviewing":false,"_skipDefaultResponse":false,"_skipTimeResponse":false,"meta":{},"_lastSeen":1632539766213,"_linkquality":19},"endpoint":"[Circular]","data":{},"linkquality":19,"groupID":2,"cluster":"genOnOff","meta":{"zclTransactionSequenceNumber":13,"manufacturerCode":null,"frameControl":{"frameType":1,"manufacturerSpecific":false,"direction":0,"disableDefaultResponse":true,"reservedBits":0}}}
                                  2021-09-25 05:16:06.216 - debug: zigbee.0 (17354) Received Zigbee message from '0x00212effff05d77f', type 'commandOn', cluster 'genOnOff', data '{}' from endpoint 1 with groupID 2
                                  2021-09-25 05:16:06.219 - debug: zigbee.0 (17354) Type commandOn device {"type":"device","device":{"ID":1,"_type":"Coordinator","_ieeeAddr":"0x00212effff05d77f","_networkAddress":0,"_manufacturerID":0,"_endpoints":[{"ID":1,"profileID":260,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":2,"profileID":257,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":3,"profileID":261,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":4,"profileID":263,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":5,"profileID":264,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":6,"profileID":265,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":8,"profileID":260,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":11,"profileID":260,"deviceID":1024,"inputClusters":[],"outputClusters":[1280,1282],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":12,"profileID":49246,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":13,"profileID":260,"deviceID":5,"inputClusters":[25],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":47,"profileID":260,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":110,"profileID":260,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":242,"profileID":41440,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]}],"_interviewCompleted":true,"_interviewing":false,"_skipDefaultResponse":false,"_skipTimeResponse":false,"meta":{},"_lastSeen":1632539766213,"_linkquality":19},"mapped":null,"name":"Coordinator"} incoming event: {"type":"commandOn","device":{"ID":1,"_type":"Coordinator","_ieeeAddr":"0x00212effff05d77f","_networkAddress":0,"_manufacturerID":0,"_endpoints":[{"ID":1,"profileID":260,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":2,"profileID":257,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":3,"profileID":261,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":4,"profileID":263,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":5,"profileID":264,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":6,"profileID":265,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":8,"profileID":260,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":11,"profileID":260,"deviceID":1024,"inputClusters":[],"outputClusters":[1280,1282],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":12,"profileID":49246,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":13,"profileID":260,"deviceID":5,"inputClusters":[25],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":47,"profileID":260,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":110,"profileID":260,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":242,"profileID":41440,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]}],"_interviewCompleted":true,"_interviewing":false,"_skipDefaultResponse":false,"_skipTimeResponse":false,"meta":{},"_lastSeen":1632539766213,"_linkquality":19},"endpoint":"[Circular]","data":{},"linkquality":19,"groupID":2,"cluster":"genOnOff","meta":{"zclTransactionSequenceNumber":13,"manufacturerCode":null,"frameControl":{"frameType":1,"manufacturerSpecific":false,"direction":0,"disableDefaultResponse":true,"reservedBits":0}}}
                                  2021-09-25 05:16:06.249 - error: zigbee.0 (17354) Device 0x00212effff05d77f "undefined" not described in statesMapping.
                                  2021-09-25 05:16:06.262 - error: zigbee.0 (17354) Device 0x00212effff05d77f "undefined" not described in statesMapping.
                                  2021-09-25 05:16:06.278 - debug: zigbee.0 (17354) Wrong device 00212effff05d77f null
                                  2021-09-25 05:16:06.279 - debug: zigbee.0 (17354) Wrong device 00212effff05d77f null
                                  2021-09-25 05:16:06.280 - debug: zigbee.0 (17354) Wrong device 00212effff05d77f null
                                  2021-09-25 05:16:06.281 - debug: zigbee.0 (17354) Wrong device 00212effff05d77f null
                                  2021-09-25 05:16:06.626 - debug: zigbee.0 (17354) convert result {"state":{"state":"OFF"},"readAfterWriteTime":0}
                                  2021-09-25 05:16:06.858 - debug: zigbee.0 (17354) convert result {"state":{"state":"ON"},"readAfterWriteTime":0}
                                  

                                  Jeder Flow bzw. jedes Script, das ich hier poste implementiert jeder auf eigene Gefahr. Flows und Scripts können Fehler aufweisen und weder der Seitenbetreiber noch ich persönlich können hierfür haftbar gemacht werden. Das gleiche gilt für Empfehlungen aller Art.

                                  mickymM 1 Antwort Letzte Antwort
                                  0
                                  • mickymM mickym

                                    So ich habe nun leider auch wieder mal ein Zigbee Problem und bin mit meiner Weisheit am Ende. 😞

                                    Mir ist nun der 2. CC2531 Stick abgeraucht (Lebensdauer scheint so bei ca. 1 Jahr zu sein) und hatte auf die Schnelle noch einen Conbee2 Stick zur Hand und es funktioniert sogar - auf den ersten Blick zumindest - alles wieder.

                                    Da ich mit dem 1.5.6 Adapter den Fehler hatte, mit dem Problem wegen dem Link State hatte

                                    2021-09-25 03:15:29.072 - warn: zigbee.0 (10450) State value to set for "zigbee.0.ccccccfffeb3e954.link_quality" has value "255" greater than max "254"
                                    2021-09-25 03:15:32.128 - warn: zigbee.0 (10450) State value to set for "zigbee.0.ccccccfffeb3e954.link_quality" has value "255" greater than max "254"
                                    2021-09-25 03:16:36.795 - warn: zigbee.0 (10450) State value to set for "zigbee.0.00158d000411b98e.link_quality" has value "255" greater than max "254"
                                    2021-09-25 03:16:36.855 - warn: zigbee.0 (10450) State value to set for "zigbee.0.00158d000411b98e.link_quality" has value "255" greater than max "254"
                                    

                                    habe ich also auf 1.6.0 aktualisiert.

                                    Der Fehler ist nun auch weg, aber nun habe ich ein anderes Problem.
                                    Der Zigbee Adapter schreibt mir nun das komplette Log mit folgender Fehlermeldung voll.

                                    021-09-25 04:02:47.621 - error: zigbee.0 (21251) Device 0x00212effff05d77f "undefined" not described in statesMapping.
                                    2021-09-25 04:02:47.667 - error: zigbee.0 (21251) Device 0x00212effff05d77f "undefined" not described in statesMapping.
                                    2021-09-25 04:02:53.131 - error: zigbee.0 (21251) Device 0x00212effff05d77f "undefined" not described in statesMapping.
                                    2021-09-25 04:02:53.152 - error: zigbee.0 (21251) Device 0x00212effff05d77f "undefined" not described in statesMapping.
                                    2021-09-25 04:02:58.409 - error: zigbee.0 (21251) Device 0x00212effff05d77f "undefined" not described in statesMapping.
                                    2021-09-25 04:02:58.477 - error: zigbee.0 (21251) Device 0x00212effff05d77f "undefined" not described in statesMapping.
                                    2021-09-25 04:03:04.160 - error: zigbee.0 (21251) Device 0x00212effff05d77f "undefined" not described in statesMapping.
                                    
                                    

                                    Darauf habe ich wie unten im Thread mal mein shepherd.db unter /opt/iobroker/iobroker-data/zigbee_0 geöffnet um zu sehen, was für ein Device das ist.

                                    Ich hab dann das device gesucht und das Device mit dieser ieeeAddr ist der Coordinator selbst. Ich hab das Teil dann mal rausgeschmissen und wurde auch wieder neu in die Datei geschrieben. Der Fehler bleibt aber.

                                    {
                                      "id": 1,
                                      "type": "Coordinator",
                                      "ieeeAddr": "0x00212effff05d77f",
                                      "nwkAddr": 0,
                                      "manufId": 0,
                                      "epList": [
                                        1,
                                        2,
                                        3,
                                        4,
                                        5,
                                        6,
                                        8,
                                        11,
                                        12,
                                        13,
                                        47,
                                        110,
                                        242
                                      ],
                                      "endpoints": {
                                        "1": {
                                          "profId": 260,
                                          "epId": 1,
                                          "devId": 5,
                                          "inClusterList": [],
                                          "outClusterList": [],
                                          "clusters": {},
                                          "binds": [],
                                          "configuredReportings": [],
                                          "meta": {}
                                        },
                                        "2": {
                                          "profId": 257,
                                          "epId": 2,
                                          "devId": 5,
                                          "inClusterList": [],
                                          "outClusterList": [],
                                          "clusters": {},
                                          "binds": [],
                                          "configuredReportings": [],
                                          "meta": {}
                                        },
                                        "3": {
                                          "profId": 261,
                                          "epId": 3,
                                          "devId": 5,
                                          "inClusterList": [],
                                          "outClusterList": [],
                                          "clusters": {},
                                          "binds": [],
                                          "configuredReportings": [],
                                          "meta": {}
                                        },
                                        "4": {
                                          "profId": 263,
                                          "epId": 4,
                                          "devId": 5,
                                          "inClusterList": [],
                                          "outClusterList": [],
                                          "clusters": {},
                                          "binds": [],
                                          "configuredReportings": [],
                                          "meta": {}
                                        },
                                        "5": {
                                          "profId": 264,
                                          "epId": 5,
                                          "devId": 5,
                                          "inClusterList": [],
                                          "outClusterList": [],
                                          "clusters": {},
                                          "binds": [],
                                          "configuredReportings": [],
                                          "meta": {}
                                        },
                                        "6": {
                                          "profId": 265,
                                          "epId": 6,
                                          "devId": 5,
                                          "inClusterList": [],
                                          "outClusterList": [],
                                          "clusters": {},
                                          "binds": [],
                                          "configuredReportings": [],
                                          "meta": {}
                                        },
                                        "8": {
                                          "profId": 260,
                                          "epId": 8,
                                          "devId": 5,
                                          "inClusterList": [],
                                          "outClusterList": [],
                                          "clusters": {},
                                          "binds": [],
                                          "configuredReportings": [],
                                          "meta": {}
                                        },
                                        "11": {
                                          "profId": 260,
                                          "epId": 11,
                                          "devId": 1024,
                                          "inClusterList": [],
                                          "outClusterList": [
                                            1280,
                                            1282
                                          ],
                                          "clusters": {},
                                          "binds": [],
                                          "configuredReportings": [],
                                          "meta": {}
                                        },
                                        "12": {
                                          "profId": 49246,
                                          "epId": 12,
                                          "devId": 5,
                                          "inClusterList": [],
                                          "outClusterList": [],
                                          "clusters": {},
                                          "binds": [],
                                          "configuredReportings": [],
                                          "meta": {}
                                        },
                                        "13": {
                                          "profId": 260,
                                          "epId": 13,
                                          "devId": 5,
                                          "inClusterList": [
                                            25
                                          ],
                                          "outClusterList": [],
                                          "clusters": {},
                                          "binds": [],
                                          "configuredReportings": [],
                                          "meta": {}
                                        },
                                        "47": {
                                          "profId": 260,
                                          "epId": 47,
                                          "devId": 5,
                                          "inClusterList": [],
                                          "outClusterList": [],
                                          "clusters": {},
                                          "binds": [],
                                          "configuredReportings": [],
                                          "meta": {}
                                        },
                                        "110": {
                                          "profId": 260,
                                          "epId": 110,
                                          "devId": 5,
                                          "inClusterList": [],
                                          "outClusterList": [],
                                          "clusters": {},
                                          "binds": [],
                                          "configuredReportings": [],
                                          "meta": {}
                                        },
                                        "242": {
                                          "profId": 41440,
                                          "epId": 242,
                                          "devId": 5,
                                          "inClusterList": [],
                                          "outClusterList": [],
                                          "clusters": {},
                                          "binds": [],
                                          "configuredReportings": [],
                                          "meta": {}
                                        }
                                      },
                                      "interviewCompleted": true,
                                      "meta": {},
                                      "lastSeen": 1632534126595
                                    }
                                    

                                    Das Format von dem Device sieht zumindest was JSON betrifft in Ordnung aus. Kann mir jemand helfen?

                                    Ergänzung:

                                    So ich hatte das Device aus der Sherpherd.db gelöscht und den Adapter neu gestartet. Dann wird das Device erneut in der shepherd.db angelegt aber die Fehlermeldung bleibt.

                                    2021-09-25 04:34:03.597 - info: zigbee.0 (21251) cleaned everything up...
                                    2021-09-25 04:34:03.600 - info: zigbee.0 (21251) Zigbee: disabling joining new devices.
                                    2021-09-25 04:34:04.297 - info: zigbee.0 (21251) terminating
                                    2021-09-25 04:34:04.299 - info: zigbee.0 (21251) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                    2021-09-25 04:34:04.305 - warn: zigbee.0 (21251) Got terminate signal. Checking desired PID: 3430 vs own PID 21251
                                    2021-09-25 04:34:05.378 - error: host.MWHome instance system.adapter.zigbee.0 terminated by request of the instance itself and will not be restarted, before user restarts it.
                                    2021-09-25 04:34:05.379 - info: host.MWHome Do not restart adapter system.adapter.zigbee.0 because desired by instance
                                    2021-09-25 04:34:11.362 - info: zigbee.0 (3430) starting. Version 1.6.0 in /opt/iobroker/node_modules/iobroker.zigbee, node: v14.17.6, js-controller: 3.3.18
                                    2021-09-25 04:34:11.597 - info: zigbee.0 (3430) Starting Zigbee npm ...
                                    2021-09-25 04:34:12.533 - info: zigbee.0 (3430) Installed Version: iobroker.zigbee@1.6.0
                                    2021-09-25 04:34:12.686 - info: zigbee.0 (3430) Coordinator firmware version: {"type":"ConBee2/RaspBee2","meta":{"transportrev":0,"product":0,"majorrel":38,"minorrel":74,"maintrel":0,"revision":"0x264a0700"}}
                                    2021-09-25 04:34:12.721 - info: zigbee.0 (3430) Unable to disable LED, unsupported function.
                                    2021-09-25 04:34:12.957 - info: zigbee.0 (3430) --> transmitPower : normal
                                    2021-09-25 04:34:13.197 - info: zigbee.0 (3430) Unable to set transmit power, unsupported function.
                                    2021-09-25 04:34:13.205 - info: zigbee.0 (3430) Currently 21 devices are joined:
                                    2021-09-25 04:34:13.401 - info: zigbee.0 (3430) 0xec1bbdfffeebe96b (addr 21987): LED1649C5 - IKEA TRADFRI LED bulb E12/E14/E17 400 lumen, dimmable warm white, chandelier opal (Router)
                                    2021-09-25 04:34:13.407 - info: zigbee.0 (3430) 0xec1bbdfffeeae2df (addr 37220): LED1649C5 - IKEA TRADFRI LED bulb E12/E14/E17 400 lumen, dimmable warm white, chandelier opal (Router)
                                    2021-09-25 04:34:13.410 - info: zigbee.0 (3430) 0xec1bbdfffeeadb1a (addr 788): LED1649C5 - IKEA TRADFRI LED bulb E12/E14/E17 400 lumen, dimmable warm white, chandelier opal (Router)
                                    2021-09-25 04:34:13.414 - info: zigbee.0 (3430) 0xccccccfffe021ec0 (addr 44672): LED1732G11 - IKEA TRADFRI LED bulb E27 1000 lumen, dimmable, white spectrum, opal white (Router)
                                    2021-09-25 04:34:13.417 - info: zigbee.0 (3430) 0x00158d000411b98e (addr 2879): RTCGQ11LM - Xiaomi Aqara human body movement and illuminance sensor (EndDevice)
                                    2021-09-25 04:34:13.419 - info: zigbee.0 (3430) 0x00158d00032c8aa8 (addr 7440): MFKZQ01LM - Xiaomi Mi/Aqara smart home cube (EndDevice)
                                    2021-09-25 04:34:13.421 - info: zigbee.0 (3430) 0x00158d000424453c (addr 15225): RTCGQ11LM - Xiaomi Aqara human body movement and illuminance sensor (EndDevice)
                                    2021-09-25 04:34:13.424 - info: zigbee.0 (3430) 0xccccccfffeb3e954 (addr 2130): E1746 - IKEA TRADFRI signal repeater (Router)
                                    2021-09-25 04:34:13.426 - info: zigbee.0 (3430) 0x00158d0004282104 (addr 51621): RTCGQ11LM - Xiaomi Aqara human body movement and illuminance sensor (EndDevice)
                                    2021-09-25 04:34:13.430 - info: zigbee.0 (3430) 0x00158d0004221522 (addr 31393): RTCGQ11LM - Xiaomi Aqara human body movement and illuminance sensor (EndDevice)
                                    2021-09-25 04:34:13.432 - info: zigbee.0 (3430) 0x00158d0003f4bf3e (addr 9840): WSDCGQ11LM - Xiaomi Aqara temperature, humidity and pressure sensor (EndDevice)
                                    2021-09-25 04:34:13.434 - info: zigbee.0 (3430) 0x00158d0003f13adf (addr 9610): WSDCGQ11LM - Xiaomi Aqara temperature, humidity and pressure sensor (EndDevice)
                                    2021-09-25 04:34:13.436 - info: zigbee.0 (3430) 0x00158d000451a514 (addr 54452): RTCGQ11LM - Xiaomi Aqara human body movement and illuminance sensor (EndDevice)
                                    2021-09-25 04:34:13.438 - info: zigbee.0 (3430) 0x00158d00042006e1 (addr 30835): RTCGQ11LM - Xiaomi Aqara human body movement and illuminance sensor (EndDevice)
                                    2021-09-25 04:34:13.446 - info: zigbee.0 (3430) 0x00158d0004201088 (addr 27465): RTCGQ11LM - Xiaomi Aqara human body movement and illuminance sensor (EndDevice)
                                    2021-09-25 04:34:13.450 - info: zigbee.0 (3430) 0x00158d0004281fd5 (addr 6494): RTCGQ11LM - Xiaomi Aqara human body movement and illuminance sensor (EndDevice)
                                    2021-09-25 04:34:13.452 - info: zigbee.0 (3430) 0x00158d00053fbc8c (addr 48940): RTCGQ11LM - Xiaomi Aqara human body movement and illuminance sensor (EndDevice)
                                    2021-09-25 04:34:13.454 - info: zigbee.0 (3430) 0x00158d00032c9cc7 (addr 57813): MFKZQ01LM - Xiaomi Mi/Aqara smart home cube (EndDevice)
                                    2021-09-25 04:34:13.456 - info: zigbee.0 (3430) 0x804b50fffee282e6 (addr 37006): ZS110050078 - Linkind Door/window Sensor (EndDevice)
                                    2021-09-25 04:34:13.458 - info: zigbee.0 (3430) 0x804b50fffee283c0 (addr 5248): ZS110050078 - Linkind Door/window Sensor (EndDevice)
                                    2021-09-25 04:34:13.468 - info: zigbee.0 (3430) 0x804b50fffee28475 (addr 37252): ZS110050078 - Linkind Door/window Sensor (EndDevice)
                                    2021-09-25 04:34:13.470 - info: zigbee.0 (3430) Zigbee started
                                    2021-09-25 04:34:31.366 - error: zigbee.0 (3430) Device 0x00212effff05d77f "undefined" not described in statesMapping.
                                    2021-09-25 04:34:31.374 - error: zigbee.0 (3430) Device 0x00212effff05d77f "undefined" not described in statesMapping.
                                    2021-09-25 04:35:41.929 - error: zigbee.0 (3430) Device 0x00212effff05d77f "undefined" not described in statesMapping.
                                    2021-09-25 04:35:41.944 - error: zigbee.0 (3430) Device 0x00212effff05d77f "undefined" not described in statesMapping.
                                    

                                    Das hängt wohl mit allen Aktivitäten des Coordinators zusammen.

                                    Leider kann man das Logging zwischenzeitlich nicht ganz abschalten - da ja auf der error Stufe geloggt wird.

                                    Es handelt sich wie gesagt um einen conbee II - Stick.

                                    7b274826-0500-45eb-8583-f1346e52e22a-image.png

                                    Auch die Netzwerkkarte funktioniert mit dem Conbee nun (war glaube ich früher mal ein Problem)

                                    b044efef-0ac9-4edc-a8c0-da9578c5bebe-image.png

                                    also funktional schaut erst mal alles gut aus. Nur das Log läuft voll. 😧

                                    Beim Durchblättern des Threads scheinen wohl alle mit dem ConBee2 dieses Problem zu haben (wie
                                    @luie ==> https://forum.iobroker.net/topic/46927/zigbee-neue-version-1-6-0/49?_=1632532816757
                                    @rotamint ==> https://forum.iobroker.net/topic/46927/zigbee-neue-version-1-6-0/20?_=1632532816757
                                    )

                                    Im Prinzip treten die Fehlermeldungen wohl bei allen Nachrichten auf. Es scheint, dass jede Aktivität von allen Geräten diese Einträge generieren. Also nicht ein spezielles Gerät.

                                    Ich hab mal das LOG auf Debug gestellt und zwischen 2 Fehlermeldungen alles rein kopiert . Irgendwas steht da von wrong device. - Ich hoffe man kann damit was anfangen:

                                    2021-09-25 05:15:58.826 - error: zigbee.0 (17354) Device 0x00212effff05d77f "undefined" not described in statesMapping.
                                    2021-09-25 05:15:58.834 - error: zigbee.0 (17354) Device 0x00212effff05d77f "undefined" not described in statesMapping.
                                    2021-09-25 05:15:58.843 - debug: zigbee.0 (17354) Wrong device 00212effff05d77f null
                                    2021-09-25 05:15:58.844 - debug: zigbee.0 (17354) Wrong device 00212effff05d77f null
                                    2021-09-25 05:15:58.844 - debug: zigbee.0 (17354) Wrong device 00212effff05d77f null
                                    2021-09-25 05:15:58.845 - debug: zigbee.0 (17354) Wrong device 00212effff05d77f null
                                    2021-09-25 05:15:59.473 - debug: zigbee.0 (17354) convert result {"state":{"state":"OFF"},"readAfterWriteTime":0}
                                    2021-09-25 05:15:59.474 - debug: zigbee.0 (17354) entity: {"type":"device","device":{"ID":7,"_type":"Router","_ieeeAddr":"0xccccccfffe021ec0","_networkAddress":44672,"_manufacturerID":4476,"_endpoints":[{"ID":1,"profileID":260,"deviceID":268,"inputClusters":[0,3,4,5,6,8,768,4096,64636],"outputClusters":[5,25,32,4096],"deviceNetworkAddress":44672,"deviceIeeeAddress":"0xccccccfffe021ec0","clusters":{"genBasic":{"attributes":{"modelId":"TRADFRI bulb E27 WS opal 1000lm","manufacturerName":"IKEA of Sweden","powerSource":1,"zclVersion":2,"appVersion":32,"stackVersion":98,"hwVersion":1,"dateCode":"20200312","swBuildId":"2.0.029"}},"genOnOff":{"attributes":{"onOff":1}},"genLevelCtrl":{"attributes":{"currentLevel":152,"onOffTransitionTime":5,"startUpCurrentLevel":255}},"lightingColorCtrl":{"attributes":{"colorTemperature":350,"colorCapabilities":16,"colorTempPhysicalMin":250,"colorTempPhysicalMax":454,"startUpColorTemperature":65535,"colorMode":2}}},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":242,"profileID":41440,"deviceID":97,"inputClusters":[33],"outputClusters":[33],"deviceNetworkAddress":44672,"deviceIeeeAddress":"0xccccccfffe021ec0","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]}],"_manufacturerName":"IKEA of Sweden","_powerSource":"Mains (single phase)","_modelID":"TRADFRI bulb E27 WS opal 1000lm","_applicationVersion":32,"_stackVersion":98,"_zclVersion":2,"_hardwareVersion":1,"_dateCode":"20200312","_softwareBuildID":"2.0.029","_interviewCompleted":true,"_interviewing":false,"_skipDefaultResponse":false,"_skipTimeResponse":false,"meta":{"configured":2},"_lastSeen":1632539721177,"_linkquality":135},"mapped":{"exposes":[{"type":"light","features":[{"type":"binary","name":"state","property":"state","access":7,"value_on":"ON","value_off":"OFF","value_toggle":"TOGGLE","description":"On/off state of this light"},{"type":"numeric","name":"brightness","property":"brightness","access":7,"value_min":0,"value_max":254,"description":"Brightness of this light"},{"type":"numeric","name":"color_temp","property":"color_temp","access":7,"unit":"mired","value_min":250,"value_max":454,"description":"Color temperature of this light","presets":[{"name":"coolest","value":250,"description":"Coolest temperature supported"},{"name":"cool","value":250,"description":"Cool temperature (250 mireds / 4000 Kelvin)"},{"name":"neutral","value":370,"description":"Neutral temperature (370 mireds / 2700 Kelvin)"},{"name":"warm","value":454,"description":"Warm temperature (454 mireds / 2200 Kelvin)"},{"name":"warmest","value":454,"description":"Warmest temperature supported"}]},{"type":"numeric","name":"color_temp_startup","property":"color_temp_startup","access":7,"unit":"mired","value_min":250,"value_max":454,"description":"Color temperature after cold power on of this light","presets":[{"name":"coolest","value":250,"description":"Coolest temperature supported"},{"name":"cool","value":250,"description":"Cool temperature (250 mireds / 4000 Kelvin)"},{"name":"neutral","value":370,"description":"Neutral temperature (370 mireds / 2700 Kelvin)"},{"name":"warm","value":454,"description":"Warm temperature (454 mireds / 2200 Kelvin)"},{"name":"warmest","value":454,"description":"Warmest temperature supported"},{"name":"previous","value":65535,"description":"Restore previous color_temp on cold power on"}]}]},{"type":"enum","name":"effect","property":"effect","access":2,"values":["blink","breathe","okay","channel_change","finish_effect","stop_effect"],"description":"Triggers an effect on the light (e.g. make light blink for a few seconds)"},{"type":"enum","name":"power_on_behavior","property":"power_on_behavior","access":7,"values":["off","previous","on"],"description":"Controls the behavior when the device is powered on"},{"type":"numeric","name":"linkquality","property":"linkquality","access":1,"unit":"lqi","description":"Link quality (signal strength)","value_min":0,"value_max":255}],"fromZigbee":[{"cluster":"lightingColorCtrl","type":["attributeReport","readResponse"]},{"cluster":"genOnOff","type":["attributeReport","readResponse"]},{"cluster":"genLevelCtrl","type":["attributeReport","readResponse"]},{"cluster":"genLevelCtrl","type":["attributeReport","readResponse"]},{"cluster":"genOnOff","type":["attributeReport","readResponse"]},{"cluster":"genBasic","type":["attributeReport","readResponse"]}],"toZigbee":[{"key":["state","brightness","brightness_percent"]},{"key":["color_temp","color_temp_percent"]},{"key":["transition"],"attr":[]},{"key":["rate"],"attr":[]},{"key":["brightness_move","brightness_move_onoff"]},{"key":["colortemp_move","color_temp_move"]},{"key":["brightness_step","brightness_step_onoff"]},{"key":["color_temp_step"]},{"key":["color_temp_startup"]},{"key":["level_config"]},{"key":["power_on_behavior"]},{"key":["color_options"]},{"key":["color_mode"]},{"key":["effect","alert","flash"]},{"key":["scene_store"]},{"key":["scene_recall"]},{"key":["scene_add"]},{"key":["scene_remove"]},{"key":["scene_remove_all"]},{"key":["read"]},{"key":["write"]}],"ota":{},"zigbeeModel":["TRADFRI bulb E27 WS opal 1000lm","TRADFRI bulb E26 WS opal 1000lm"],"model":"LED1732G11","vendor":"IKEA","description":"TRADFRI LED bulb E27 1000 lumen, dimmable, white spectrum, opal white"},"endpoint":{"ID":1,"profileID":260,"deviceID":268,"inputClusters":[0,3,4,5,6,8,768,4096,64636],"outputClusters":[5,25,32,4096],"deviceNetworkAddress":44672,"deviceIeeeAddress":"0xccccccfffe021ec0","clusters":{"genBasic":{"attributes":{"modelId":"TRADFRI bulb E27 WS opal 1000lm","manufacturerName":"IKEA of Sweden","powerSource":1,"zclVersion":2,"appVersion":32,"stackVersion":98,"hwVersion":1,"dateCode":"20200312","swBuildId":"2.0.029"}},"genOnOff":{"attributes":{"onOff":1}},"genLevelCtrl":{"attributes":{"currentLevel":152,"onOffTransitionTime":5,"startUpCurrentLevel":255}},"lightingColorCtrl":{"attributes":{"colorTemperature":350,"colorCapabilities":16,"colorTempPhysicalMin":250,"colorTempPhysicalMax":454,"startUpColorTemperature":65535,"colorMode":2}}},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},"endpoints":[{"ID":1,"profileID":260,"deviceID":268,"inputClusters":[0,3,4,5,6,8,768,4096,64636],"outputClusters":[5,25,32,4096],"deviceNetworkAddress":44672,"deviceIeeeAddress":"0xccccccfffe021ec0","clusters":{"genBasic":{"attributes":{"modelId":"TRADFRI bulb E27 WS opal 1000lm","manufacturerName":"IKEA of Sweden","powerSource":1,"zclVersion":2,"appVersion":32,"stackVersion":98,"hwVersion":1,"dateCode":"20200312","swBuildId":"2.0.029"}},"genOnOff":{"attributes":{"onOff":1}},"genLevelCtrl":{"attributes":{"currentLevel":152,"onOffTransitionTime":5,"startUpCurrentLevel":255}},"lightingColorCtrl":{"attributes":{"colorTemperature":350,"colorCapabilities":16,"colorTempPhysicalMin":250,"colorTempPhysicalMax":454,"startUpColorTemperature":65535,"colorMode":2}}},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":242,"profileID":41440,"deviceID":97,"inputClusters":[33],"outputClusters":[33],"deviceNetworkAddress":44672,"deviceIeeeAddress":"0xccccccfffe021ec0","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]}],"name":"0xccccccfffe021ec0"}
                                    2021-09-25 05:15:59.475 - debug: zigbee.0 (17354) Mapped Model: {"exposes":[{"type":"light","features":[{"type":"binary","name":"state","property":"state","access":7,"value_on":"ON","value_off":"OFF","value_toggle":"TOGGLE","description":"On/off state of this light"},{"type":"numeric","name":"brightness","property":"brightness","access":7,"value_min":0,"value_max":254,"description":"Brightness of this light"},{"type":"numeric","name":"color_temp","property":"color_temp","access":7,"unit":"mired","value_min":250,"value_max":454,"description":"Color temperature of this light","presets":[{"name":"coolest","value":250,"description":"Coolest temperature supported"},{"name":"cool","value":250,"description":"Cool temperature (250 mireds / 4000 Kelvin)"},{"name":"neutral","value":370,"description":"Neutral temperature (370 mireds / 2700 Kelvin)"},{"name":"warm","value":454,"description":"Warm temperature (454 mireds / 2200 Kelvin)"},{"name":"warmest","value":454,"description":"Warmest temperature supported"}]},{"type":"numeric","name":"color_temp_startup","property":"color_temp_startup","access":7,"unit":"mired","value_min":250,"value_max":454,"description":"Color temperature after cold power on of this light","presets":[{"name":"coolest","value":250,"description":"Coolest temperature supported"},{"name":"cool","value":250,"description":"Cool temperature (250 mireds / 4000 Kelvin)"},{"name":"neutral","value":370,"description":"Neutral temperature (370 mireds / 2700 Kelvin)"},{"name":"warm","value":454,"description":"Warm temperature (454 mireds / 2200 Kelvin)"},{"name":"warmest","value":454,"description":"Warmest temperature supported"},{"name":"previous","value":65535,"description":"Restore previous color_temp on cold power on"}]}]},{"type":"enum","name":"effect","property":"effect","access":2,"values":["blink","breathe","okay","channel_change","finish_effect","stop_effect"],"description":"Triggers an effect on the light (e.g. make light blink for a few seconds)"},{"type":"enum","name":"power_on_behavior","property":"power_on_behavior","access":7,"values":["off","previous","on"],"description":"Controls the behavior when the device is powered on"},{"type":"numeric","name":"linkquality","property":"linkquality","access":1,"unit":"lqi","description":"Link quality (signal strength)","value_min":0,"value_max":255}],"fromZigbee":[{"cluster":"lightingColorCtrl","type":["attributeReport","readResponse"]},{"cluster":"genOnOff","type":["attributeReport","readResponse"]},{"cluster":"genLevelCtrl","type":["attributeReport","readResponse"]},{"cluster":"genLevelCtrl","type":["attributeReport","readResponse"]},{"cluster":"genOnOff","type":["attributeReport","readResponse"]},{"cluster":"genBasic","type":["attributeReport","readResponse"]}],"toZigbee":[{"key":["state","brightness","brightness_percent"]},{"key":["color_temp","color_temp_percent"]},{"key":["transition"],"attr":[]},{"key":["rate"],"attr":[]},{"key":["brightness_move","brightness_move_onoff"]},{"key":["colortemp_move","color_temp_move"]},{"key":["brightness_step","brightness_step_onoff"]},{"key":["color_temp_step"]},{"key":["color_temp_startup"]},{"key":["level_config"]},{"key":["power_on_behavior"]},{"key":["color_options"]},{"key":["color_mode"]},{"key":["effect","alert","flash"]},{"key":["scene_store"]},{"key":["scene_recall"]},{"key":["scene_add"]},{"key":["scene_remove"]},{"key":["scene_remove_all"]},{"key":["read"]},{"key":["write"]}],"ota":{},"zigbeeModel":["TRADFRI bulb E27 WS opal 1000lm","TRADFRI bulb E26 WS opal 1000lm"],"model":"LED1732G11","vendor":"IKEA","description":"TRADFRI LED bulb E27 1000 lumen, dimmable, white spectrum, opal white"}
                                    2021-09-25 05:15:59.558 - debug: zigbee.0 (17354) handleMessage. {"type":"readResponse","device":{"ID":7,"_type":"Router","_ieeeAddr":"0xccccccfffe021ec0","_networkAddress":44672,"_manufacturerID":4476,"_endpoints":[{"ID":1,"profileID":260,"deviceID":268,"inputClusters":[0,3,4,5,6,8,768,4096,64636],"outputClusters":[5,25,32,4096],"deviceNetworkAddress":44672,"deviceIeeeAddress":"0xccccccfffe021ec0","clusters":{"genBasic":{"attributes":{"modelId":"TRADFRI bulb E27 WS opal 1000lm","manufacturerName":"IKEA of Sweden","powerSource":1,"zclVersion":2,"appVersion":32,"stackVersion":98,"hwVersion":1,"dateCode":"20200312","swBuildId":"2.0.029"}},"genOnOff":{"attributes":{"onOff":0}},"genLevelCtrl":{"attributes":{"currentLevel":152,"onOffTransitionTime":5,"startUpCurrentLevel":255}},"lightingColorCtrl":{"attributes":{"colorTemperature":350,"colorCapabilities":16,"colorTempPhysicalMin":250,"colorTempPhysicalMax":454,"startUpColorTemperature":65535,"colorMode":2}}},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":242,"profileID":41440,"deviceID":97,"inputClusters":[33],"outputClusters":[33],"deviceNetworkAddress":44672,"deviceIeeeAddress":"0xccccccfffe021ec0","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]}],"_manufacturerName":"IKEA of Sweden","_powerSource":"Mains (single phase)","_modelID":"TRADFRI bulb E27 WS opal 1000lm","_applicationVersion":32,"_stackVersion":98,"_zclVersion":2,"_hardwareVersion":1,"_dateCode":"20200312","_softwareBuildID":"2.0.029","_interviewCompleted":true,"_interviewing":false,"_skipDefaultResponse":false,"_skipTimeResponse":false,"meta":{"configured":2},"_lastSeen":1632539759557,"_linkquality":151},"endpoint":"[Circular]","data":{"onOff":0},"linkquality":151,"groupID":null,"cluster":"genOnOff","meta":{"zclTransactionSequenceNumber":11,"manufacturerCode":null,"frameControl":{"frameType":0,"manufacturerSpecific":false,"direction":1,"disableDefaultResponse":true,"reservedBits":0}}}
                                    2021-09-25 05:15:59.559 - debug: zigbee.0 (17354) Received Zigbee message from '0xccccccfffe021ec0', type 'readResponse', cluster 'genOnOff', data '{"onOff":0}' from endpoint 1 with groupID null
                                    2021-09-25 05:15:59.560 - debug: zigbee.0 (17354) Type readResponse device {"type":"device","device":{"ID":7,"_type":"Router","_ieeeAddr":"0xccccccfffe021ec0","_networkAddress":44672,"_manufacturerID":4476,"_endpoints":[{"ID":1,"profileID":260,"deviceID":268,"inputClusters":[0,3,4,5,6,8,768,4096,64636],"outputClusters":[5,25,32,4096],"deviceNetworkAddress":44672,"deviceIeeeAddress":"0xccccccfffe021ec0","clusters":{"genBasic":{"attributes":{"modelId":"TRADFRI bulb E27 WS opal 1000lm","manufacturerName":"IKEA of Sweden","powerSource":1,"zclVersion":2,"appVersion":32,"stackVersion":98,"hwVersion":1,"dateCode":"20200312","swBuildId":"2.0.029"}},"genOnOff":{"attributes":{"onOff":0}},"genLevelCtrl":{"attributes":{"currentLevel":152,"onOffTransitionTime":5,"startUpCurrentLevel":255}},"lightingColorCtrl":{"attributes":{"colorTemperature":350,"colorCapabilities":16,"colorTempPhysicalMin":250,"colorTempPhysicalMax":454,"startUpColorTemperature":65535,"colorMode":2}}},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":242,"profileID":41440,"deviceID":97,"inputClusters":[33],"outputClusters":[33],"deviceNetworkAddress":44672,"deviceIeeeAddress":"0xccccccfffe021ec0","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]}],"_manufacturerName":"IKEA of Sweden","_powerSource":"Mains (single phase)","_modelID":"TRADFRI bulb E27 WS opal 1000lm","_applicationVersion":32,"_stackVersion":98,"_zclVersion":2,"_hardwareVersion":1,"_dateCode":"20200312","_softwareBuildID":"2.0.029","_interviewCompleted":true,"_interviewing":false,"_skipDefaultResponse":false,"_skipTimeResponse":false,"meta":{"configured":2},"_lastSeen":1632539759557,"_linkquality":151},"mapped":{"exposes":[{"type":"light","features":[{"type":"binary","name":"state","property":"state","access":7,"value_on":"ON","value_off":"OFF","value_toggle":"TOGGLE","description":"On/off state of this light"},{"type":"numeric","name":"brightness","property":"brightness","access":7,"value_min":0,"value_max":254,"description":"Brightness of this light"},{"type":"numeric","name":"color_temp","property":"color_temp","access":7,"unit":"mired","value_min":250,"value_max":454,"description":"Color temperature of this light","presets":[{"name":"coolest","value":250,"description":"Coolest temperature supported"},{"name":"cool","value":250,"description":"Cool temperature (250 mireds / 4000 Kelvin)"},{"name":"neutral","value":370,"description":"Neutral temperature (370 mireds / 2700 Kelvin)"},{"name":"warm","value":454,"description":"Warm temperature (454 mireds / 2200 Kelvin)"},{"name":"warmest","value":454,"description":"Warmest temperature supported"}]},{"type":"numeric","name":"color_temp_startup","property":"color_temp_startup","access":7,"unit":"mired","value_min":250,"value_max":454,"description":"Color temperature after cold power on of this light","presets":[{"name":"coolest","value":250,"description":"Coolest temperature supported"},{"name":"cool","value":250,"description":"Cool temperature (250 mireds / 4000 Kelvin)"},{"name":"neutral","value":370,"description":"Neutral temperature (370 mireds / 2700 Kelvin)"},{"name":"warm","value":454,"description":"Warm temperature (454 mireds / 2200 Kelvin)"},{"name":"warmest","value":454,"description":"Warmest temperature supported"},{"name":"previous","value":65535,"description":"Restore previous color_temp on cold power on"}]}]},{"type":"enum","name":"effect","property":"effect","access":2,"values":["blink","breathe","okay","channel_change","finish_effect","stop_effect"],"description":"Triggers an effect on the light (e.g. make light blink for a few seconds)"},{"type":"enum","name":"power_on_behavior","property":"power_on_behavior","access":7,"values":["off","previous","on"],"description":"Controls the behavior when the device is powered on"},{"type":"numeric","name":"linkquality","property":"linkquality","access":1,"unit":"lqi","description":"Link quality (signal strength)","value_min":0,"value_max":255}],"fromZigbee":[{"cluster":"lightingColorCtrl","type":["attributeReport","readResponse"]},{"cluster":"genOnOff","type":["attributeReport","readResponse"]},{"cluster":"genLevelCtrl","type":["attributeReport","readResponse"]},{"cluster":"genLevelCtrl","type":["attributeReport","readResponse"]},{"cluster":"genOnOff","type":["attributeReport","readResponse"]},{"cluster":"genBasic","type":["attributeReport","readResponse"]}],"toZigbee":[{"key":["state","brightness","brightness_percent"]},{"key":["color_temp","color_temp_percent"]},{"key":["transition"],"attr":[]},{"key":["rate"],"attr":[]},{"key":["brightness_move","brightness_move_onoff"]},{"key":["colortemp_move","color_temp_move"]},{"key":["brightness_step","brightness_step_onoff"]},{"key":["color_temp_step"]},{"key":["color_temp_startup"]},{"key":["level_config"]},{"key":["power_on_behavior"]},{"key":["color_options"]},{"key":["color_mode"]},{"key":["effect","alert","flash"]},{"key":["scene_store"]},{"key":["scene_recall"]},{"key":["scene_add"]},{"key":["scene_remove"]},{"key":["scene_remove_all"]},{"key":["read"]},{"key":["write"]}],"ota":{},"zigbeeModel":["TRADFRI bulb E27 WS opal 1000lm","TRADFRI bulb E26 WS opal 1000lm"],"model":"LED1732G11","vendor":"IKEA","description":"TRADFRI LED bulb E27 1000 lumen, dimmable, white spectrum, opal white"},"name":"0xccccccfffe021ec0"} incoming event: {"type":"readResponse","device":{"ID":7,"_type":"Router","_ieeeAddr":"0xccccccfffe021ec0","_networkAddress":44672,"_manufacturerID":4476,"_endpoints":[{"ID":1,"profileID":260,"deviceID":268,"inputClusters":[0,3,4,5,6,8,768,4096,64636],"outputClusters":[5,25,32,4096],"deviceNetworkAddress":44672,"deviceIeeeAddress":"0xccccccfffe021ec0","clusters":{"genBasic":{"attributes":{"modelId":"TRADFRI bulb E27 WS opal 1000lm","manufacturerName":"IKEA of Sweden","powerSource":1,"zclVersion":2,"appVersion":32,"stackVersion":98,"hwVersion":1,"dateCode":"20200312","swBuildId":"2.0.029"}},"genOnOff":{"attributes":{"onOff":0}},"genLevelCtrl":{"attributes":{"currentLevel":152,"onOffTransitionTime":5,"startUpCurrentLevel":255}},"lightingColorCtrl":{"attributes":{"colorTemperature":350,"colorCapabilities":16,"colorTempPhysicalMin":250,"colorTempPhysicalMax":454,"startUpColorTemperature":65535,"colorMode":2}}},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":242,"profileID":41440,"deviceID":97,"inputClusters":[33],"outputClusters":[33],"deviceNetworkAddress":44672,"deviceIeeeAddress":"0xccccccfffe021ec0","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]}],"_manufacturerName":"IKEA of Sweden","_powerSource":"Mains (single phase)","_modelID":"TRADFRI bulb E27 WS opal 1000lm","_applicationVersion":32,"_stackVersion":98,"_zclVersion":2,"_hardwareVersion":1,"_dateCode":"20200312","_softwareBuildID":"2.0.029","_interviewCompleted":true,"_interviewing":false,"_skipDefaultResponse":false,"_skipTimeResponse":false,"meta":{"configured":2},"_lastSeen":1632539759557,"_linkquality":151},"endpoint":"[Circular]","data":{"onOff":0},"linkquality":151,"groupID":null,"cluster":"genOnOff","meta":{"zclTransactionSequenceNumber":11,"manufacturerCode":null,"frameControl":{"frameType":0,"manufacturerSpecific":false,"direction":1,"disableDefaultResponse":true,"reservedBits":0}}}
                                    2021-09-25 05:15:59.623 - debug: zigbee.0 (17354) Publish {"state":"OFF"} to "ccccccfffe021ec0"
                                    2021-09-25 05:16:03.602 - debug: zigbee.0 (17354) User stateChange zigbee.0.ccccccfffe021ec0.state {"val":true,"ack":false,"ts":1632539763596,"q":0,"from":"system.adapter.node-red.0","user":"system.user.admin","lc":1632539763596}
                                    2021-09-25 05:16:03.611 - debug: zigbee.0 (17354) Change state 'state' at device 0xccccccfffe021ec0 type 'LED1732G11'
                                    2021-09-25 05:16:03.614 - debug: zigbee.0 (17354) entity: {"type":"device","device":{"ID":7,"_type":"Router","_ieeeAddr":"0xccccccfffe021ec0","_networkAddress":44672,"_manufacturerID":4476,"_endpoints":[{"ID":1,"profileID":260,"deviceID":268,"inputClusters":[0,3,4,5,6,8,768,4096,64636],"outputClusters":[5,25,32,4096],"deviceNetworkAddress":44672,"deviceIeeeAddress":"0xccccccfffe021ec0","clusters":{"genBasic":{"attributes":{"modelId":"TRADFRI bulb E27 WS opal 1000lm","manufacturerName":"IKEA of Sweden","powerSource":1,"zclVersion":2,"appVersion":32,"stackVersion":98,"hwVersion":1,"dateCode":"20200312","swBuildId":"2.0.029"}},"genOnOff":{"attributes":{"onOff":0}},"genLevelCtrl":{"attributes":{"currentLevel":152,"onOffTransitionTime":5,"startUpCurrentLevel":255}},"lightingColorCtrl":{"attributes":{"colorTemperature":350,"colorCapabilities":16,"colorTempPhysicalMin":250,"colorTempPhysicalMax":454,"startUpColorTemperature":65535,"colorMode":2}}},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":242,"profileID":41440,"deviceID":97,"inputClusters":[33],"outputClusters":[33],"deviceNetworkAddress":44672,"deviceIeeeAddress":"0xccccccfffe021ec0","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]}],"_manufacturerName":"IKEA of Sweden","_powerSource":"Mains (single phase)","_modelID":"TRADFRI bulb E27 WS opal 1000lm","_applicationVersion":32,"_stackVersion":98,"_zclVersion":2,"_hardwareVersion":1,"_dateCode":"20200312","_softwareBuildID":"2.0.029","_interviewCompleted":true,"_interviewing":false,"_skipDefaultResponse":false,"_skipTimeResponse":false,"meta":{"configured":2},"_lastSeen":1632539759557,"_linkquality":151},"mapped":{"exposes":[{"type":"light","features":[{"type":"binary","name":"state","property":"state","access":7,"value_on":"ON","value_off":"OFF","value_toggle":"TOGGLE","description":"On/off state of this light"},{"type":"numeric","name":"brightness","property":"brightness","access":7,"value_min":0,"value_max":254,"description":"Brightness of this light"},{"type":"numeric","name":"color_temp","property":"color_temp","access":7,"unit":"mired","value_min":250,"value_max":454,"description":"Color temperature of this light","presets":[{"name":"coolest","value":250,"description":"Coolest temperature supported"},{"name":"cool","value":250,"description":"Cool temperature (250 mireds / 4000 Kelvin)"},{"name":"neutral","value":370,"description":"Neutral temperature (370 mireds / 2700 Kelvin)"},{"name":"warm","value":454,"description":"Warm temperature (454 mireds / 2200 Kelvin)"},{"name":"warmest","value":454,"description":"Warmest temperature supported"}]},{"type":"numeric","name":"color_temp_startup","property":"color_temp_startup","access":7,"unit":"mired","value_min":250,"value_max":454,"description":"Color temperature after cold power on of this light","presets":[{"name":"coolest","value":250,"description":"Coolest temperature supported"},{"name":"cool","value":250,"description":"Cool temperature (250 mireds / 4000 Kelvin)"},{"name":"neutral","value":370,"description":"Neutral temperature (370 mireds / 2700 Kelvin)"},{"name":"warm","value":454,"description":"Warm temperature (454 mireds / 2200 Kelvin)"},{"name":"warmest","value":454,"description":"Warmest temperature supported"},{"name":"previous","value":65535,"description":"Restore previous color_temp on cold power on"}]}]},{"type":"enum","name":"effect","property":"effect","access":2,"values":["blink","breathe","okay","channel_change","finish_effect","stop_effect"],"description":"Triggers an effect on the light (e.g. make light blink for a few seconds)"},{"type":"enum","name":"power_on_behavior","property":"power_on_behavior","access":7,"values":["off","previous","on"],"description":"Controls the behavior when the device is powered on"},{"type":"numeric","name":"linkquality","property":"linkquality","access":1,"unit":"lqi","description":"Link quality (signal strength)","value_min":0,"value_max":255}],"fromZigbee":[{"cluster":"lightingColorCtrl","type":["attributeReport","readResponse"]},{"cluster":"genOnOff","type":["attributeReport","readResponse"]},{"cluster":"genLevelCtrl","type":["attributeReport","readResponse"]},{"cluster":"genLevelCtrl","type":["attributeReport","readResponse"]},{"cluster":"genOnOff","type":["attributeReport","readResponse"]},{"cluster":"genBasic","type":["attributeReport","readResponse"]}],"toZigbee":[{"key":["state","brightness","brightness_percent"]},{"key":["color_temp","color_temp_percent"]},{"key":["transition"],"attr":[]},{"key":["rate"],"attr":[]},{"key":["brightness_move","brightness_move_onoff"]},{"key":["colortemp_move","color_temp_move"]},{"key":["brightness_step","brightness_step_onoff"]},{"key":["color_temp_step"]},{"key":["color_temp_startup"]},{"key":["level_config"]},{"key":["power_on_behavior"]},{"key":["color_options"]},{"key":["color_mode"]},{"key":["effect","alert","flash"]},{"key":["scene_store"]},{"key":["scene_recall"]},{"key":["scene_add"]},{"key":["scene_remove"]},{"key":["scene_remove_all"]},{"key":["read"]},{"key":["write"]}],"ota":{},"zigbeeModel":["TRADFRI bulb E27 WS opal 1000lm","TRADFRI bulb E26 WS opal 1000lm"],"model":"LED1732G11","vendor":"IKEA","description":"TRADFRI LED bulb E27 1000 lumen, dimmable, white spectrum, opal white"},"endpoint":"[Circular]","endpoints":"[Circular]","name":"0xccccccfffe021ec0"}
                                    2021-09-25 05:16:03.615 - debug: zigbee.0 (17354) Mapped Model: {"exposes":[{"type":"light","features":[{"type":"binary","name":"state","property":"state","access":7,"value_on":"ON","value_off":"OFF","value_toggle":"TOGGLE","description":"On/off state of this light"},{"type":"numeric","name":"brightness","property":"brightness","access":7,"value_min":0,"value_max":254,"description":"Brightness of this light"},{"type":"numeric","name":"color_temp","property":"color_temp","access":7,"unit":"mired","value_min":250,"value_max":454,"description":"Color temperature of this light","presets":[{"name":"coolest","value":250,"description":"Coolest temperature supported"},{"name":"cool","value":250,"description":"Cool temperature (250 mireds / 4000 Kelvin)"},{"name":"neutral","value":370,"description":"Neutral temperature (370 mireds / 2700 Kelvin)"},{"name":"warm","value":454,"description":"Warm temperature (454 mireds / 2200 Kelvin)"},{"name":"warmest","value":454,"description":"Warmest temperature supported"}]},{"type":"numeric","name":"color_temp_startup","property":"color_temp_startup","access":7,"unit":"mired","value_min":250,"value_max":454,"description":"Color temperature after cold power on of this light","presets":[{"name":"coolest","value":250,"description":"Coolest temperature supported"},{"name":"cool","value":250,"description":"Cool temperature (250 mireds / 4000 Kelvin)"},{"name":"neutral","value":370,"description":"Neutral temperature (370 mireds / 2700 Kelvin)"},{"name":"warm","value":454,"description":"Warm temperature (454 mireds / 2200 Kelvin)"},{"name":"warmest","value":454,"description":"Warmest temperature supported"},{"name":"previous","value":65535,"description":"Restore previous color_temp on cold power on"}]}]},{"type":"enum","name":"effect","property":"effect","access":2,"values":["blink","breathe","okay","channel_change","finish_effect","stop_effect"],"description":"Triggers an effect on the light (e.g. make light blink for a few seconds)"},{"type":"enum","name":"power_on_behavior","property":"power_on_behavior","access":7,"values":["off","previous","on"],"description":"Controls the behavior when the device is powered on"},{"type":"numeric","name":"linkquality","property":"linkquality","access":1,"unit":"lqi","description":"Link quality (signal strength)","value_min":0,"value_max":255}],"fromZigbee":[{"cluster":"lightingColorCtrl","type":["attributeReport","readResponse"]},{"cluster":"genOnOff","type":["attributeReport","readResponse"]},{"cluster":"genLevelCtrl","type":["attributeReport","readResponse"]},{"cluster":"genLevelCtrl","type":["attributeReport","readResponse"]},{"cluster":"genOnOff","type":["attributeReport","readResponse"]},{"cluster":"genBasic","type":["attributeReport","readResponse"]}],"toZigbee":[{"key":["state","brightness","brightness_percent"]},{"key":["color_temp","color_temp_percent"]},{"key":["transition"],"attr":[]},{"key":["rate"],"attr":[]},{"key":["brightness_move","brightness_move_onoff"]},{"key":["colortemp_move","color_temp_move"]},{"key":["brightness_step","brightness_step_onoff"]},{"key":["color_temp_step"]},{"key":["color_temp_startup"]},{"key":["level_config"]},{"key":["power_on_behavior"]},{"key":["color_options"]},{"key":["color_mode"]},{"key":["effect","alert","flash"]},{"key":["scene_store"]},{"key":["scene_recall"]},{"key":["scene_add"]},{"key":["scene_remove"]},{"key":["scene_remove_all"]},{"key":["read"]},{"key":["write"]}],"ota":{},"zigbeeModel":["TRADFRI bulb E27 WS opal 1000lm","TRADFRI bulb E26 WS opal 1000lm"],"model":"LED1732G11","vendor":"IKEA","description":"TRADFRI LED bulb E27 1000 lumen, dimmable, white spectrum, opal white"}
                                    2021-09-25 05:16:03.616 - debug: zigbee.0 (17354) convert state, "ON", {"state":"ON","transition_time":0}
                                    2021-09-25 05:16:03.616 - debug: zigbee.0 (17354) target: {"ID":1,"profileID":260,"deviceID":268,"inputClusters":[0,3,4,5,6,8,768,4096,64636],"outputClusters":[5,25,32,4096],"deviceNetworkAddress":44672,"deviceIeeeAddress":"0xccccccfffe021ec0","clusters":{"genBasic":{"attributes":{"modelId":"TRADFRI bulb E27 WS opal 1000lm","manufacturerName":"IKEA of Sweden","powerSource":1,"zclVersion":2,"appVersion":32,"stackVersion":98,"hwVersion":1,"dateCode":"20200312","swBuildId":"2.0.029"}},"genOnOff":{"attributes":{"onOff":0}},"genLevelCtrl":{"attributes":{"currentLevel":152,"onOffTransitionTime":5,"startUpCurrentLevel":255}},"lightingColorCtrl":{"attributes":{"colorTemperature":350,"colorCapabilities":16,"colorTempPhysicalMin":250,"colorTempPhysicalMax":454,"startUpColorTemperature":65535,"colorMode":2}}},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]}
                                    2021-09-25 05:16:03.703 - debug: zigbee.0 (17354) convert result {"state":{"state":"ON"},"readAfterWriteTime":0}
                                    2021-09-25 05:16:06.143 - debug: zigbee.0 (17354) User stateChange zigbee.0.group_2.state {"val":true,"ack":false,"ts":1632539766135,"q":0,"from":"system.adapter.node-red.0","user":"system.user.admin","lc":1632539766135}
                                    2021-09-25 05:16:06.153 - debug: zigbee.0 (17354) User stateChange zigbee.0.ccccccfffe021ec0.state {"val":false,"ack":false,"ts":1632539766135,"q":0,"from":"system.adapter.node-red.0","user":"system.user.admin","lc":1632539766135}
                                    2021-09-25 05:16:06.173 - debug: zigbee.0 (17354) Change state 'state' at device 2 type 'group'
                                    2021-09-25 05:16:06.175 - debug: zigbee.0 (17354) entity: {"type":"group","mapped":{"databaseID":6,"groupID":2,"_members":{},"meta":{},"toZigbee":[{"key":["state","brightness","brightness_percent"]},{"key":["color_temp","color_temp_percent"]},{"key":["color"]},null,{"key":["transition"],"attr":[]},{"key":["brightness_move","brightness_move_onoff"]},{"key":["brightness_step","brightness_step_onoff"]},{"key":["colortemp_move","color_temp_move"]},{"key":["color_temp_step"]},null],"model":"group"},"group":"[Circular]","name":"Group 2"}
                                    2021-09-25 05:16:06.176 - debug: zigbee.0 (17354) Mapped Model: {"databaseID":6,"groupID":2,"_members":{},"meta":{},"toZigbee":[{"key":["state","brightness","brightness_percent"]},{"key":["color_temp","color_temp_percent"]},{"key":["color"]},null,{"key":["transition"],"attr":[]},{"key":["brightness_move","brightness_move_onoff"]},{"key":["brightness_step","brightness_step_onoff"]},{"key":["colortemp_move","color_temp_move"]},{"key":["color_temp_step"]},null],"model":"group"}
                                    2021-09-25 05:16:06.177 - debug: zigbee.0 (17354) convert state, "ON", {"state":"ON"}
                                    2021-09-25 05:16:06.178 - debug: zigbee.0 (17354) target: {"databaseID":6,"groupID":2,"_members":{},"meta":{},"toZigbee":[{"key":["state","brightness","brightness_percent"]},{"key":["color_temp","color_temp_percent"]},{"key":["color"]},null,{"key":["transition"],"attr":[]},{"key":["brightness_move","brightness_move_onoff"]},{"key":["brightness_step","brightness_step_onoff"]},{"key":["colortemp_move","color_temp_move"]},{"key":["color_temp_step"]},null],"model":"group"}
                                    2021-09-25 05:16:06.188 - debug: zigbee.0 (17354) Change state 'state' at device 0xccccccfffe021ec0 type 'LED1732G11'
                                    2021-09-25 05:16:06.191 - debug: zigbee.0 (17354) entity: {"type":"device","device":{"ID":7,"_type":"Router","_ieeeAddr":"0xccccccfffe021ec0","_networkAddress":44672,"_manufacturerID":4476,"_endpoints":[{"ID":1,"profileID":260,"deviceID":268,"inputClusters":[0,3,4,5,6,8,768,4096,64636],"outputClusters":[5,25,32,4096],"deviceNetworkAddress":44672,"deviceIeeeAddress":"0xccccccfffe021ec0","clusters":{"genBasic":{"attributes":{"modelId":"TRADFRI bulb E27 WS opal 1000lm","manufacturerName":"IKEA of Sweden","powerSource":1,"zclVersion":2,"appVersion":32,"stackVersion":98,"hwVersion":1,"dateCode":"20200312","swBuildId":"2.0.029"}},"genOnOff":{"attributes":{"onOff":0}},"genLevelCtrl":{"attributes":{"currentLevel":152,"onOffTransitionTime":5,"startUpCurrentLevel":255}},"lightingColorCtrl":{"attributes":{"colorTemperature":350,"colorCapabilities":16,"colorTempPhysicalMin":250,"colorTempPhysicalMax":454,"startUpColorTemperature":65535,"colorMode":2}}},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":242,"profileID":41440,"deviceID":97,"inputClusters":[33],"outputClusters":[33],"deviceNetworkAddress":44672,"deviceIeeeAddress":"0xccccccfffe021ec0","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]}],"_manufacturerName":"IKEA of Sweden","_powerSource":"Mains (single phase)","_modelID":"TRADFRI bulb E27 WS opal 1000lm","_applicationVersion":32,"_stackVersion":98,"_zclVersion":2,"_hardwareVersion":1,"_dateCode":"20200312","_softwareBuildID":"2.0.029","_interviewCompleted":true,"_interviewing":false,"_skipDefaultResponse":false,"_skipTimeResponse":false,"meta":{"configured":2},"_lastSeen":1632539763703,"_linkquality":151},"mapped":{"exposes":[{"type":"light","features":[{"type":"binary","name":"state","property":"state","access":7,"value_on":"ON","value_off":"OFF","value_toggle":"TOGGLE","description":"On/off state of this light"},{"type":"numeric","name":"brightness","property":"brightness","access":7,"value_min":0,"value_max":254,"description":"Brightness of this light"},{"type":"numeric","name":"color_temp","property":"color_temp","access":7,"unit":"mired","value_min":250,"value_max":454,"description":"Color temperature of this light","presets":[{"name":"coolest","value":250,"description":"Coolest temperature supported"},{"name":"cool","value":250,"description":"Cool temperature (250 mireds / 4000 Kelvin)"},{"name":"neutral","value":370,"description":"Neutral temperature (370 mireds / 2700 Kelvin)"},{"name":"warm","value":454,"description":"Warm temperature (454 mireds / 2200 Kelvin)"},{"name":"warmest","value":454,"description":"Warmest temperature supported"}]},{"type":"numeric","name":"color_temp_startup","property":"color_temp_startup","access":7,"unit":"mired","value_min":250,"value_max":454,"description":"Color temperature after cold power on of this light","presets":[{"name":"coolest","value":250,"description":"Coolest temperature supported"},{"name":"cool","value":250,"description":"Cool temperature (250 mireds / 4000 Kelvin)"},{"name":"neutral","value":370,"description":"Neutral temperature (370 mireds / 2700 Kelvin)"},{"name":"warm","value":454,"description":"Warm temperature (454 mireds / 2200 Kelvin)"},{"name":"warmest","value":454,"description":"Warmest temperature supported"},{"name":"previous","value":65535,"description":"Restore previous color_temp on cold power on"}]}]},{"type":"enum","name":"effect","property":"effect","access":2,"values":["blink","breathe","okay","channel_change","finish_effect","stop_effect"],"description":"Triggers an effect on the light (e.g. make light blink for a few seconds)"},{"type":"enum","name":"power_on_behavior","property":"power_on_behavior","access":7,"values":["off","previous","on"],"description":"Controls the behavior when the device is powered on"},{"type":"numeric","name":"linkquality","property":"linkquality","access":1,"unit":"lqi","description":"Link quality (signal strength)","value_min":0,"value_max":255}],"fromZigbee":[{"cluster":"lightingColorCtrl","type":["attributeReport","readResponse"]},{"cluster":"genOnOff","type":["attributeReport","readResponse"]},{"cluster":"genLevelCtrl","type":["attributeReport","readResponse"]},{"cluster":"genLevelCtrl","type":["attributeReport","readResponse"]},{"cluster":"genOnOff","type":["attributeReport","readResponse"]},{"cluster":"genBasic","type":["attributeReport","readResponse"]}],"toZigbee":[{"key":["state","brightness","brightness_percent"]},{"key":["color_temp","color_temp_percent"]},{"key":["transition"],"attr":[]},{"key":["rate"],"attr":[]},{"key":["brightness_move","brightness_move_onoff"]},{"key":["colortemp_move","color_temp_move"]},{"key":["brightness_step","brightness_step_onoff"]},{"key":["color_temp_step"]},{"key":["color_temp_startup"]},{"key":["level_config"]},{"key":["power_on_behavior"]},{"key":["color_options"]},{"key":["color_mode"]},{"key":["effect","alert","flash"]},{"key":["scene_store"]},{"key":["scene_recall"]},{"key":["scene_add"]},{"key":["scene_remove"]},{"key":["scene_remove_all"]},{"key":["read"]},{"key":["write"]}],"ota":{},"zigbeeModel":["TRADFRI bulb E27 WS opal 1000lm","TRADFRI bulb E26 WS opal 1000lm"],"model":"LED1732G11","vendor":"IKEA","description":"TRADFRI LED bulb E27 1000 lumen, dimmable, white spectrum, opal white"},"endpoint":"[Circular]","endpoints":"[Circular]","name":"0xccccccfffe021ec0"}
                                    2021-09-25 05:16:06.192 - debug: zigbee.0 (17354) Mapped Model: {"exposes":[{"type":"light","features":[{"type":"binary","name":"state","property":"state","access":7,"value_on":"ON","value_off":"OFF","value_toggle":"TOGGLE","description":"On/off state of this light"},{"type":"numeric","name":"brightness","property":"brightness","access":7,"value_min":0,"value_max":254,"description":"Brightness of this light"},{"type":"numeric","name":"color_temp","property":"color_temp","access":7,"unit":"mired","value_min":250,"value_max":454,"description":"Color temperature of this light","presets":[{"name":"coolest","value":250,"description":"Coolest temperature supported"},{"name":"cool","value":250,"description":"Cool temperature (250 mireds / 4000 Kelvin)"},{"name":"neutral","value":370,"description":"Neutral temperature (370 mireds / 2700 Kelvin)"},{"name":"warm","value":454,"description":"Warm temperature (454 mireds / 2200 Kelvin)"},{"name":"warmest","value":454,"description":"Warmest temperature supported"}]},{"type":"numeric","name":"color_temp_startup","property":"color_temp_startup","access":7,"unit":"mired","value_min":250,"value_max":454,"description":"Color temperature after cold power on of this light","presets":[{"name":"coolest","value":250,"description":"Coolest temperature supported"},{"name":"cool","value":250,"description":"Cool temperature (250 mireds / 4000 Kelvin)"},{"name":"neutral","value":370,"description":"Neutral temperature (370 mireds / 2700 Kelvin)"},{"name":"warm","value":454,"description":"Warm temperature (454 mireds / 2200 Kelvin)"},{"name":"warmest","value":454,"description":"Warmest temperature supported"},{"name":"previous","value":65535,"description":"Restore previous color_temp on cold power on"}]}]},{"type":"enum","name":"effect","property":"effect","access":2,"values":["blink","breathe","okay","channel_change","finish_effect","stop_effect"],"description":"Triggers an effect on the light (e.g. make light blink for a few seconds)"},{"type":"enum","name":"power_on_behavior","property":"power_on_behavior","access":7,"values":["off","previous","on"],"description":"Controls the behavior when the device is powered on"},{"type":"numeric","name":"linkquality","property":"linkquality","access":1,"unit":"lqi","description":"Link quality (signal strength)","value_min":0,"value_max":255}],"fromZigbee":[{"cluster":"lightingColorCtrl","type":["attributeReport","readResponse"]},{"cluster":"genOnOff","type":["attributeReport","readResponse"]},{"cluster":"genLevelCtrl","type":["attributeReport","readResponse"]},{"cluster":"genLevelCtrl","type":["attributeReport","readResponse"]},{"cluster":"genOnOff","type":["attributeReport","readResponse"]},{"cluster":"genBasic","type":["attributeReport","readResponse"]}],"toZigbee":[{"key":["state","brightness","brightness_percent"]},{"key":["color_temp","color_temp_percent"]},{"key":["transition"],"attr":[]},{"key":["rate"],"attr":[]},{"key":["brightness_move","brightness_move_onoff"]},{"key":["colortemp_move","color_temp_move"]},{"key":["brightness_step","brightness_step_onoff"]},{"key":["color_temp_step"]},{"key":["color_temp_startup"]},{"key":["level_config"]},{"key":["power_on_behavior"]},{"key":["color_options"]},{"key":["color_mode"]},{"key":["effect","alert","flash"]},{"key":["scene_store"]},{"key":["scene_recall"]},{"key":["scene_add"]},{"key":["scene_remove"]},{"key":["scene_remove_all"]},{"key":["read"]},{"key":["write"]}],"ota":{},"zigbeeModel":["TRADFRI bulb E27 WS opal 1000lm","TRADFRI bulb E26 WS opal 1000lm"],"model":"LED1732G11","vendor":"IKEA","description":"TRADFRI LED bulb E27 1000 lumen, dimmable, white spectrum, opal white"}
                                    2021-09-25 05:16:06.196 - debug: zigbee.0 (17354) convert state, "OFF", {"state":"OFF","transition_time":0}
                                    2021-09-25 05:16:06.197 - debug: zigbee.0 (17354) target: {"ID":1,"profileID":260,"deviceID":268,"inputClusters":[0,3,4,5,6,8,768,4096,64636],"outputClusters":[5,25,32,4096],"deviceNetworkAddress":44672,"deviceIeeeAddress":"0xccccccfffe021ec0","clusters":{"genBasic":{"attributes":{"modelId":"TRADFRI bulb E27 WS opal 1000lm","manufacturerName":"IKEA of Sweden","powerSource":1,"zclVersion":2,"appVersion":32,"stackVersion":98,"hwVersion":1,"dateCode":"20200312","swBuildId":"2.0.029"}},"genOnOff":{"attributes":{"onOff":0}},"genLevelCtrl":{"attributes":{"currentLevel":152,"onOffTransitionTime":5,"startUpCurrentLevel":255}},"lightingColorCtrl":{"attributes":{"colorTemperature":350,"colorCapabilities":16,"colorTempPhysicalMin":250,"colorTempPhysicalMax":454,"startUpColorTemperature":65535,"colorMode":2}}},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]}
                                    2021-09-25 05:16:06.214 - debug: zigbee.0 (17354) handleMessage. {"type":"commandOn","device":{"ID":1,"_type":"Coordinator","_ieeeAddr":"0x00212effff05d77f","_networkAddress":0,"_manufacturerID":0,"_endpoints":[{"ID":1,"profileID":260,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":2,"profileID":257,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":3,"profileID":261,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":4,"profileID":263,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":5,"profileID":264,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":6,"profileID":265,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":8,"profileID":260,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":11,"profileID":260,"deviceID":1024,"inputClusters":[],"outputClusters":[1280,1282],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":12,"profileID":49246,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":13,"profileID":260,"deviceID":5,"inputClusters":[25],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":47,"profileID":260,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":110,"profileID":260,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":242,"profileID":41440,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]}],"_interviewCompleted":true,"_interviewing":false,"_skipDefaultResponse":false,"_skipTimeResponse":false,"meta":{},"_lastSeen":1632539766213,"_linkquality":19},"endpoint":"[Circular]","data":{},"linkquality":19,"groupID":2,"cluster":"genOnOff","meta":{"zclTransactionSequenceNumber":13,"manufacturerCode":null,"frameControl":{"frameType":1,"manufacturerSpecific":false,"direction":0,"disableDefaultResponse":true,"reservedBits":0}}}
                                    2021-09-25 05:16:06.216 - debug: zigbee.0 (17354) Received Zigbee message from '0x00212effff05d77f', type 'commandOn', cluster 'genOnOff', data '{}' from endpoint 1 with groupID 2
                                    2021-09-25 05:16:06.219 - debug: zigbee.0 (17354) Type commandOn device {"type":"device","device":{"ID":1,"_type":"Coordinator","_ieeeAddr":"0x00212effff05d77f","_networkAddress":0,"_manufacturerID":0,"_endpoints":[{"ID":1,"profileID":260,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":2,"profileID":257,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":3,"profileID":261,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":4,"profileID":263,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":5,"profileID":264,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":6,"profileID":265,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":8,"profileID":260,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":11,"profileID":260,"deviceID":1024,"inputClusters":[],"outputClusters":[1280,1282],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":12,"profileID":49246,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":13,"profileID":260,"deviceID":5,"inputClusters":[25],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":47,"profileID":260,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":110,"profileID":260,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":242,"profileID":41440,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]}],"_interviewCompleted":true,"_interviewing":false,"_skipDefaultResponse":false,"_skipTimeResponse":false,"meta":{},"_lastSeen":1632539766213,"_linkquality":19},"mapped":null,"name":"Coordinator"} incoming event: {"type":"commandOn","device":{"ID":1,"_type":"Coordinator","_ieeeAddr":"0x00212effff05d77f","_networkAddress":0,"_manufacturerID":0,"_endpoints":[{"ID":1,"profileID":260,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":2,"profileID":257,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":3,"profileID":261,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":4,"profileID":263,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":5,"profileID":264,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":6,"profileID":265,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":8,"profileID":260,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":11,"profileID":260,"deviceID":1024,"inputClusters":[],"outputClusters":[1280,1282],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":12,"profileID":49246,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":13,"profileID":260,"deviceID":5,"inputClusters":[25],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":47,"profileID":260,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":110,"profileID":260,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]},{"ID":242,"profileID":41440,"deviceID":5,"inputClusters":[],"outputClusters":[],"deviceNetworkAddress":0,"deviceIeeeAddress":"0x00212effff05d77f","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":[]}],"_interviewCompleted":true,"_interviewing":false,"_skipDefaultResponse":false,"_skipTimeResponse":false,"meta":{},"_lastSeen":1632539766213,"_linkquality":19},"endpoint":"[Circular]","data":{},"linkquality":19,"groupID":2,"cluster":"genOnOff","meta":{"zclTransactionSequenceNumber":13,"manufacturerCode":null,"frameControl":{"frameType":1,"manufacturerSpecific":false,"direction":0,"disableDefaultResponse":true,"reservedBits":0}}}
                                    2021-09-25 05:16:06.249 - error: zigbee.0 (17354) Device 0x00212effff05d77f "undefined" not described in statesMapping.
                                    2021-09-25 05:16:06.262 - error: zigbee.0 (17354) Device 0x00212effff05d77f "undefined" not described in statesMapping.
                                    2021-09-25 05:16:06.278 - debug: zigbee.0 (17354) Wrong device 00212effff05d77f null
                                    2021-09-25 05:16:06.279 - debug: zigbee.0 (17354) Wrong device 00212effff05d77f null
                                    2021-09-25 05:16:06.280 - debug: zigbee.0 (17354) Wrong device 00212effff05d77f null
                                    2021-09-25 05:16:06.281 - debug: zigbee.0 (17354) Wrong device 00212effff05d77f null
                                    2021-09-25 05:16:06.626 - debug: zigbee.0 (17354) convert result {"state":{"state":"OFF"},"readAfterWriteTime":0}
                                    2021-09-25 05:16:06.858 - debug: zigbee.0 (17354) convert result {"state":{"state":"ON"},"readAfterWriteTime":0}
                                    

                                    mickymM Online
                                    mickymM Online
                                    mickym
                                    Most Active
                                    schrieb am zuletzt editiert von
                                    #66

                                    @mickym So ich bin inzwischen etwas weiter gekommen. Es scheint nun doch so zu sein, dass die Fehlermeldungen in der Regel auftauchen, wenn man Geräte über die Gruppenfunktion schaltet. Bewegungsmelder, die den Fehler erzeugt haben, habe ich neu gepairt und da ist nun Ruhe. Es scheint also ein Problem mit der Gruppenfunktion zu geben.

                                    Jeder Flow bzw. jedes Script, das ich hier poste implementiert jeder auf eigene Gefahr. Flows und Scripts können Fehler aufweisen und weder der Seitenbetreiber noch ich persönlich können hierfür haftbar gemacht werden. Das gleiche gilt für Empfehlungen aller Art.

                                    mickymM 1 Antwort Letzte Antwort
                                    0
                                    • mickymM mickym

                                      @mickym So ich bin inzwischen etwas weiter gekommen. Es scheint nun doch so zu sein, dass die Fehlermeldungen in der Regel auftauchen, wenn man Geräte über die Gruppenfunktion schaltet. Bewegungsmelder, die den Fehler erzeugt haben, habe ich neu gepairt und da ist nun Ruhe. Es scheint also ein Problem mit der Gruppenfunktion zu geben.

                                      mickymM Online
                                      mickymM Online
                                      mickym
                                      Most Active
                                      schrieb am zuletzt editiert von
                                      #67

                                      @mickym UPDATE:

                                      Geräte, die die Fehlermeldung erzeugt haben neu gepairt - aber Gruppenfunktion erzeugt diese Fehler. Wird nicht mit Gruppen gearbeitet funktioniert der deconz2 Stick mit dem Zigbee-Adapter durchaus zufriedenstellend. Einen einzigen Absturz hatte ich bislang.

                                      Die neu gepairten Dev. werden zwar in der Netzwerkkarte nicht richtig (also ohne Verbindung dargestellt) - aber das Hauptproblem des Adapters in dieser Version mit dem deconz2 Stick scheint wohl die Gruppenfunktion zu sein.

                                      Jeder Flow bzw. jedes Script, das ich hier poste implementiert jeder auf eigene Gefahr. Flows und Scripts können Fehler aufweisen und weder der Seitenbetreiber noch ich persönlich können hierfür haftbar gemacht werden. Das gleiche gilt für Empfehlungen aller Art.

                                      AsgothianA 1 Antwort Letzte Antwort
                                      0
                                      • mickymM mickym

                                        @mickym UPDATE:

                                        Geräte, die die Fehlermeldung erzeugt haben neu gepairt - aber Gruppenfunktion erzeugt diese Fehler. Wird nicht mit Gruppen gearbeitet funktioniert der deconz2 Stick mit dem Zigbee-Adapter durchaus zufriedenstellend. Einen einzigen Absturz hatte ich bislang.

                                        Die neu gepairten Dev. werden zwar in der Netzwerkkarte nicht richtig (also ohne Verbindung dargestellt) - aber das Hauptproblem des Adapters in dieser Version mit dem deconz2 Stick scheint wohl die Gruppenfunktion zu sein.

                                        AsgothianA Offline
                                        AsgothianA Offline
                                        Asgothian
                                        Developer
                                        schrieb am zuletzt editiert von
                                        #68

                                        @mickym Siehe Hier:

                                        https://github.com/ioBroker/ioBroker.zigbee/issues/1219

                                        ioBroker auf RPi4 - Hardware soweit wie möglich via Zigbee.
                                        "Shit don't work" ist keine Fehlermeldung, sondern ein Fluch.

                                        mickymM 2 Antworten Letzte Antwort
                                        0
                                        • AsgothianA Asgothian

                                          @mickym Siehe Hier:

                                          https://github.com/ioBroker/ioBroker.zigbee/issues/1219

                                          mickymM Online
                                          mickymM Online
                                          mickym
                                          Most Active
                                          schrieb am zuletzt editiert von
                                          #69

                                          @asgothian

                                          Danke

                                          Jeder Flow bzw. jedes Script, das ich hier poste implementiert jeder auf eigene Gefahr. Flows und Scripts können Fehler aufweisen und weder der Seitenbetreiber noch ich persönlich können hierfür haftbar gemacht werden. Das gleiche gilt für Empfehlungen aller Art.

                                          1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          732

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe