Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Entwicklung
    4. ZigBee CC253x neue/unbekannte Geräte - ab 0.11.x

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    ZigBee CC253x neue/unbekannte Geräte - ab 0.11.x

    This topic has been deleted. Only users with topic management privileges can see it.
    • I
      ichderarnd @Asgothian last edited by

      @Asgothian

      Ich habe ebenfalls gestern die IKEA "TRADFRI bulb GU10 WW 400lm" gekauft und konnte sie mit der letzten stable Version (0.10.2) des Zigbee Adapters auch anlernen.
      Sie werden wie von @sainthein geschrieben als unbekannt angezeigt. Der Karton trägt die Aufschrift LED1837R5, es müsste sich also um diese handeln:
      https://www.zigbee2mqtt.io/devices/LED1837R5.html. IKEA Nummer ist 604.200.41

      Tatsächlich sehen die Leuchtmittel etwas anders aus. Ich hänge ein neues Foto an, das als neues Geräte-Icon dienen kann.

      IKEA_LED1837R5.PNG

      Ich habe dann Zigbee Adapter V 0.11.5 versucht. Bis ich dann auf diesen Thread hier gestoßen bin.
      Die Testversion von https://github.com/asgothian/ioBroker.zigbee/tarball/11.4-Devices zu installieren habe ich nicht geschafft. Ich erhalte:

      $ ./iobroker url "https://github.com/asgothian/ioBroker.zigbee/tarball/11.4-Devices"
      install https://github.com/asgothian/ioBroker.zigbee/tarball/11.4-Devices
      npm install https://github.com/asgothian/ioBroker.zigbee/tarball/11.4-Devices --production --save --prefix "/opt/iobroker" (System call)
      npm
       ERR! code E404
      npm ERR! 404 Not Found - GET https://github.com/kirovilya/zigbee-shepherd-converters/tarball/7dfa9c44edc68f332ca827764f4dbea6070bc413npm ERR! 404 
      npm ERR! 404  'zigbee-shepherd-converters@https://github.com/kirovilya/zigbee-shepherd-converters/tarball/7dfa9c44edc68f332ca827764f4dbea6070bc413' is not in the npm registry.
      npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
      npm ERR! 404
       It was specified as a dependency of 'iobroker.zigbee'npm ERR! 404 
      npm ERR! 404 Note that you can also install from a
      npm ERR! 404
       tarball, folder, http url, or git url.
      
      npm ERR! A complete log of this run can be found in:npm ERR!     /home/iobroker/.npm/_logs/2019-10-27T12_41_01_884Z-debug.log
      
      process exited with code 0
      

      Ich kann gerne bei der Einbindung des Gerätes helfen, muss mich allerdings erstmal in die Adapterprogrammierung einarbeiten.
      Aktuell funktioniert die Steuerung meiner übrigen 6 Osram GU10 und 4 Tradfri GU10 WS nur noch in Ausnahmefällen. Meist reagieren die Lampen nicht auf Befehle.
      Werde die neuen GU10 wohl wieder aus dem Adapter löschen müssen.

      Grüße
      Arnd

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

        Ich habe in der Version 0.11.5 in der Datei /opt/iobroker/node_modules/iobroker.zigbee/lib/devstates.js folgendes nachgetragen:

        Änderung in devstates.PNG

        Und das Foto der LED unter /opt/iobroker/iobroker-data/files/zigbee.admin/img/ikea_led1837r5.png abgelegt.
        Die "TRADFRI bulb GU10 WW 400lm" werden nun in der Zigbee Konfiguration angezeigt:

        Zigbee Tradfri GU10 WW.PNG

        und lassen sich über die States in den Objekten auch steuern (Ein/Aus und dimmen).

        Arnd

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

          @arndl ich hab die mal ins Repo eingepflegt
          ansonsten sind die Änderungen weg nach dem nächsten Update des Adapters

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

            Kann ich gerne machen. Voraussichtlich heute Abend.

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

              @arndl hab ich schon

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

                OK, danke. Ich vermute, dass die LED1837R5 mit Hardwarerevision 1 den weißen Lampensockel und auch die Bezeichnung W 400lm haben. So sind sie bei IKEA noch abgebildet.
                Hardwarerevision 2 sind dann die hiermit eingecheckten mit der Bezeichnung WW 400lm.

                1 Reply Last reply Reply Quote 0
                • H
                  Holzlenkrad last edited by

                  Ist zwar leider etwas offtopic - sorry - aber die stable Version vom Zigbee Adapter ist laut meiner Installation weiter 0.10.2

                  Für wann ist denn mal wieder ein Update dort geplant?

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

                    @Holzlenkrad ja die 0.11.5 sollte soweit sein.. kann die auch aus GIT nehmen

                    1 Reply Last reply Reply Quote 0
                    • U
                      Unterstedter last edited by

                      Hi, habe in den devstates die TRADFRI bulb E27 WW 806lm hinzugefügt. Diese ist nur dimmbar (und natürlich an/aus).
                      Die States "available" und "link_quality" werden auch aktualisiert, alle anderen leider nicht. Auch lässt sich die Lampe nicht ein- und ausschalten.

                      	    {
                              vendor: 'IKEA',
                              models: [
                                  'TRADFRI bulb E27 WW 806lm'
                              ],
                              icon: 'img/TRADFRI.bulb.E27.png',
                              states: lightStates,
                              linkedStates: [comb.brightnessAndState],
                          },
                      

                      Jemand eine Idee, was ich falsch gemacht habe?

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

                        @Unterstedter sagte in ZigBee CC253x neue/unbekannte Geräte - ab 0.11.x:

                        TRADFRI bulb E27 WW 806lm

                        es gehört ein wenig mehr dazu als nur die devstates zu ändern.. du musst auch den converter anpassen

                        U 1 Reply Last reply Reply Quote 0
                        • U
                          Unterstedter @arteck last edited by Unterstedter

                          Welchen converter meinst du denn? From zigbee bzw to zigbee? Wie werden denn da die anderen tradfri Lampen verrechnet? Würde mich da gerne anlehnen finde aber keinen Hinweis drauf...

                          1 Reply Last reply Reply Quote 0
                          • V
                            vogtländer @Asgothian last edited by

                            @Asgothian Hallo gibt es schon Neuigkeiten zu den Livolo Schaltern?

                            1 Reply Last reply Reply Quote 0
                            • U
                              Unterstedter last edited by

                              @Asgothian

                              ich kann deine test-branch leider nicht (mehr) installieren. Ich hatte es schon mal installiert, dann auf 0.11.5 geupdated und will jetzt wieder zurück, weil die IKEA-Dimmer (https://www.ikea.com/de/de/p/tradfri-set-mit-dimmer-10435926/) dort noch nicht drin sind.

                              Hast du eine Idee?

                              $ ./iobroker url "https://github.com/asgothian/ioBroker.zigbee/tarball/11.4-Devices"
                              install https://github.com/asgothian/ioBroker.zigbee/tarball/11.4-Devices
                              NPM version: 6.9.0
                              npm install https://github.com/asgothian/ioBroker.zigbee/tarball/11.4-Devices --loglevel error --production --save --prefix "/opt/iobroker" (System call)
                              npm ERR! code E404
                              npm ERR! 404 Not Found - GET https://github.com/kirovilya/zigbee-shepherd-converters/tarball/7dfa9c44edc68f332ca827764f4dbea6070bc413npm ERR! 404 npm ERR! 404 'zigbee-shepherd-converters@https://github.com/kirovilya/zigbee-shepherd-converters/tarball/7dfa9c44edc68f332ca827764f4dbea6070bc413' is not in the npm registry.npm ERR! 404 You should bug the author to publish it (or use the name yourself!)npm ERR! 404 It was specified as a dependency of 'iobroker.zigbee'npm ERR! 404 npm ERR! 404 Note that you can also install from anpm ERR! 404 tarball, folder, http url, or git url.
                              
                              
                              arteck 1 Reply Last reply Reply Quote 0
                              • arteck
                                arteck Developer Most Active @Unterstedter last edited by

                                @Unterstedter der brunch gibts nicht mehr.. deshalb kannst du den nicht installieren

                                U 1 Reply Last reply Reply Quote 0
                                • U
                                  Unterstedter @arteck last edited by Unterstedter

                                  @arteck said in ZigBee CC253x neue/unbekannte Geräte - ab 0.11.x:

                                  @Unterstedter der brunch gibts nicht mehr.. deshalb kannst du den nicht installieren

                                  @arteck OK, kann man den reaktivieren oder anders gefragt :wann werden die neuen Inhalte in z. B. 0.11.6 oder so übernommen?

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

                                    @Unterstedter immer dann wenn der Entwicker hier @Asgothian es in den Hauptzweig reinkippt..

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

                                      Die IKEA Tradfri bulbs LED1736G9 (E27 806lm) ist neu und wird nicht erkannt.
                                      Kachel kann ich jetzt leider nicht mehr liefern da ich die devstates.js und die devices.js schon angepasst habe.

                                      devices.js

                                      {
                                              zigbeeModel: ['TRADFRI bulb E27 WS clear 806lm'],
                                              model: 'LED1736G9',
                                              vendor: 'IKEA',
                                              description: 'TRADFRI bulb E27 WS clear 806 lumen, dimmable, white spectrum, clear',
                                              extend: generic.light_onoff_brightness_colortemp,
                                          },
                                      

                                      devstates.js

                                      {
                                              vendor: 'IKEA',
                                              models: ['TRADFRI bulb E27 WS clear 806lm'],
                                              icon: 'img/TRADFRI.bulb.E27.png',
                                              states: lightStatesWithColortemp,
                                              linkedStates: [comb.brightnessAndState]
                                          },
                                      
                                      I 1 Reply Last reply Reply Quote 0
                                      • I
                                        ichderarnd @Leviathan09 last edited by

                                        Ich habe heute den IKEA "drahtlosen Dimmer" erworben (Produktnummer 704.085.95, Preis 6€) und konnte ihn auch an den CC2531 anlernen.
                                        Größe ist 45 x 45 mm und so sieht der Dimmer aus:

                                        IKEA_TRADDRI_ONOFF.png

                                        Im Zigbee Adapter wird er wie folgt angezeigt:

                                        IKEA_TRADFRI_ONOFF_Adapterkonfig.PNG

                                        Funktionen:

                                        • kurzer Druck oben: ein
                                        • kurzer Druck unten: aus
                                        • langer Druck oben: heller
                                        • langer Druck unten: dunkler

                                        Ich bin mir nun nicht sicher, wie devstates.js zu ändern wäre und was noch geändert werden muss.

                                        I 1 Reply Last reply Reply Quote 0
                                        • I
                                          ichderarnd @ichderarnd last edited by

                                          Log Eintrag ist:
                                          (0xccccccfffe4f2ffc): E1743 - IKEA TRADFRI ON/OFF switch (EndDevice)

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

                                            @arndl welche Adapter version

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            980
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            cc253x zigbee adapter
                                            32
                                            142
                                            15435
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo