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.10.x

    NEWS

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    • Save The Date: ioBroker@Smart Living Forum Solingen, 14.06.

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

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

      @Binichnich sagte in ZigBee CC253x Adapter - nur neue/unbekannte Geräte - ab Adapter 0.10.x:

      ich habe eine innr E14 lightbulb RB245 welche ich pairen kann aber nicht erkannt wird. Was kann ich tun?

      Wie genau ist die Lampe im Zigbee-Adapter benannt ?
      Vielleicht "RB245" oder "innr E14 lightbulb RB245" ?

      Wenn du identifiziert hast wie sie heisst kannst du temporär bei Dir die Lampe einbinden indem du den Namen zu diesem Bereich in der Datei devstates.js im Adapter hinzufügst. Dann sollte die Lampe gehen, hat aber dann ein falsches Bild auf der Kachel im Adapter.
      Alternativ kannst Du warten bis wer anders das getan hat - was aber ein paar Tage dauern kann.

          {
              vendor: 'Innr',
              models: [
                  'RB 165', 'RB 175 W', 'RS 125', 'RB 178 T', 'RB 145', 'PL 110', 'ST 110', 'UC 110',
                  'DL 110 N', 'DL 110 W', 'SL 110 N', 'SL 110 M', 'SL 110 W', 'RS 125', 'RB 256', 'RB 265'
              ],
              icon: 'img/innr1.png',
              states: lightStates,
              linkedStates: [comb.brightnessAndState],
          },
      
      
      1 Reply Last reply Reply Quote 0
      • Asgothian
        Asgothian Developer @iobroker_Alex last edited by

        @iobroker_Alex

        Da muss ich passen. Ich weiss das die FB prinzipiell mit dem Zigbee-Stick funktioniert (siehe auch den Post von @Marco-Laser)

        Das einzige was ich mir vorstellen kann ist das du eine alte Version des Adapters oder des Zigbee-Shepherd-Converters auf dem System hast.

        A.

        I 1 Reply Last reply Reply Quote 0
        • P
          P-A-L-A-D-I-N @Asgothian last edited by

          @Asgothian

          Das hier wird ausgespuckt, wenn ich im Debug-Modus installiere und den Regler auf "mehr" schiebe:

          $ ./iobroker url "https://github.com/ioBroker/ioBroker.zigbee/tarball/master" zigbee --debug
          install https://github.com/ioBroker/ioBroker.zigbee/tarball/master
          npm install https://github.com/ioBroker/ioBroker.zigbee/tarball/master --production --save --prefix "C:/ioBroker/Zuhause" (System call)
          npm

          WARN
          bl@0.7.0 requires a peer of stream-browserify@* but none is installed. You must install peer dependencies yourself.

          npm

          ERR!

          path
          C:\ioBroker\Zuhause\node_modules\iobroker.zigbee\node_modules.serialport.DELETE\build\Release\serialport.node
          npm
          ERR! code EPERM
          npm

          ERR!

          errno
          -4048
          npm

          ERR!

          syscall
          unlink
          npm

          ERR!
          Error: EPERM: operation not permitted, unlink 'C:\ioBroker\Zuhause\node_modules\iobroker.zigbee\node_modules.serialport.DELETE\build\Release\serialport.node'
          npm

          ERR!
          { [Error: EPERM: operation not permitted, unlink 'C:\ioBroker\Zuhause\node_modules\iobroker.zigbee\node_modules.serialport.DELETE\build\Release\serialport.node']
          npm

          ERR!
          cause:
          npm
          ERR!
          { Error: EPERM: operation not permitted, unlink 'C:\ioBroker\Zuhause\node_modules\iobroker.zigbee\node_modules.serialport.DELETE\build\Release\serialport.node'npm ERR! errno: -4048,
          npm ERR!
          code: 'EPERM',
          npm

          ERR!
          syscall: 'unlink',
          npm

          ERR!
          path:
          npm

          ERR!
          'C:\ioBroker\Zuhause\node_modules\iobroker.zigbee\node_modules\.serialport.DELETE\build\Release\serialport.node' },
          npm

          ERR!
          stack:
          npm

          ERR!
          'Error: EPERM: operation not permitted, unlink 'C:\ioBroker\Zuhause\node_modules\iobroker.zigbee\node_modules\.serialport.DELETE\build\Release\serialport.node'',
          npm

          ERR!
          errno: -4048,
          npm

          ERR!
          code: 'EPERM',
          npm

          ERR!
          syscall: 'unlink',
          npm
          ERR!
          path:
          npm

          ERR!
          'C:\ioBroker\Zuhause\node_modules\iobroker.zigbee\node_modules\.serialport.DELETE\build\Release\serialport.node',
          npm

          ERR!
          parent: 'iobroker.zigbee' }
          npm

          ERR!

          npm

          ERR!
          The operation was rejected by your operating system.
          npm

          ERR!
          It's possible that the file was already in use (by a text editor or antivirus),
          npm

          ERR!
          or that you lack permissions to access it.
          npm

          ERR!

          npm

          ERR!
          If you believe this might be a permissions issue, please double-check the
          npm

          ERR!
          permissions of the file and its containing directories, or try running
          npm

          ERR!
          the command again as root/Administrator (though this is not recommended).

          npm ERR! A complete log of this run can be found in:npm ERR!
          C:\ioBroker\Zuhause\env\npm-cache_logs\2019-09-20T10_13_05_310Z-debug.log
          ERROR: host.SERVER Cannot install https://github.com/ioBroker/ioBroker.zigbee/tarball/master: 4294963248
          ERROR: process exited with code 25

          Asgothian 1 Reply Last reply Reply Quote 0
          • Asgothian
            Asgothian Developer @P-A-L-A-D-I-N last edited by

            @P-A-L-A-D-I-N
            Auf deinem System gibt es Probleme mit den Zugriffsrechten. Es gibt dafür ein Installations-Fixer Script. Das musst du laufen lassen, dann lässt sich der Adapter auch installieren.

            A.

            P 1 Reply Last reply Reply Quote 0
            • B
              BoBeRzE last edited by

              Hallo,

              ich habe hier eine neue Osram Steckdose die von Amazon getauscht wurde da eine andere defekt war. Sie meldet sich als "Plug Z3".

              2efaac0a-c502-44f4-bdd5-3f74fce644b8-image.png

              9295a660-ea0e-4e0a-bc6f-63f6d796951c-image.png

              Sollten weitere Daten benötigt werden liefere ich diese gerne nach.

              kann diese Lösung auch in den Adapter vom iobroker eingebaut werden damit die Steckdose "out of the box" läuft?

              https://github.com/Koenkk/zigbee-shepherd-converters/issues/572

              Matten-Matten created this issue in Koenkk/zigbee-shepherd-converters

              closed Osram smart plug "Device with modelID 'Plug Z3' is not supported." #572

              1 Reply Last reply Reply Quote 0
              • P
                P-A-L-A-D-I-N @Asgothian last edited by

                @Asgothian

                Eigentlich sollte ich den Fixer, laut dessen Beschreibung, ja gar nicht benötigen, da meine Installation (mithilfe des Windows Installer) deutlich neuer als der große Sprung beim ioBroker ist.
                Habe trotzdem versucht, ihn mithilfe des Befehls "curl -sL https://iobroker.net/fix.sh | bash -" auszuführen, was aber nicht klappt. Ich vermute mal, daß ist wieder so ein Linux-Ding, und ich arbeite ja mit Windows.
                Der Link zum Fixer-Installer führt leider auch nur auf die Github-Seite, wo es keinen Download für einen Installer gibt. Fängt ja schon mal gut an...
                Kann mir vielleicht jemand von Euch sagen, wie der Befehl unter Windows lauten muß?

                Asgothian 1 Reply Last reply Reply Quote 0
                • Asgothian
                  Asgothian Developer @P-A-L-A-D-I-N last edited by

                  @P-A-L-A-D-I-N
                  Da muss ich leider passen.

                  Die Meldungen sagen klar das es ein Problem mit den Berechtigungen gibt - einzelne Module lassen sich nicht installieren / aktualisieren weil keine Rechte verfügbar sind.

                  A.

                  P 1 Reply Last reply Reply Quote 0
                  • I
                    iobroker_Alex @Asgothian last edited by

                    @Asgothian Ok, wie kann ich die Version des Zigbee-Shepherd-Converters auf dem System prüfen?

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

                      @iobroker_Alex
                      du musst schauen wo er installiert ist (entweder in /opt/iobroker/node_modules/zigbee-shepherd-converters oder /opt/iobroker/node_modules/iobroker.zigbee/node_modules/zigbee-shepherd-converters.

                      In der Datei Package.json steht unten die Versionsnummer drin.

                      A.

                      I 1 Reply Last reply Reply Quote 0
                      • P
                        P-A-L-A-D-I-N @Asgothian last edited by

                        @Asgothian Ok, ich danke Dir trotzdem! Mal schauen, ob ich das mit Hilfe von Stabilostick irgendwie geklärt bekomme - dann dürfte das Problem mit dem Zigbee-Adpater auch Vergangenheit sein.

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

                          @Asgothian /opt/iobroker/node_modules/zigbee-shepherd-converters Version 8.0.2
                          Ist das die "richtige"?

                          ├─┬ iobroker.zigbee@0.11.3
                          │ ├─┬ zigbee-shepherd@0.3.0
                          │ └─┬ zigbee-shepherd-converters@10.2.5
                          │ └─┬ zigbee-herdsman@0.4.5
                          ├── zigbee-herdsman@0.4.5 extraneous
                          ├── zigbee-shepherd@0.3.0 extraneous
                          └── zigbee-shepherd-converters@8.0.2 extraneous

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

                            Gibt es hierzu schon Neuigkeiten? Habe das gleiche Problem wie @Sinalco . Hab auch schon beim GitHub issue geschrieben.

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

                              @iobroker_Alex das kann nicht funktionieren bei so vielen Versionen ....

                              lösche alles per hand

                              igbee-shepherd@0.3.0
                              │ └─┬ zigbee-shepherd-converters@10.2.5
                              │ └─┬ zigbee-herdsman@0.4.5
                              ├── zigbee-herdsman@0.4.5 extraneous
                              ├── zigbee-shepherd@0.3.0 extraneous
                              └── zigbee-shepherd-converters@8.0.2 extraneous
                              

                              nicht adapter nur die libs... dann ziehst du den Adapter nochmal vom git

                              I 1 Reply Last reply Reply Quote 0
                              • D
                                Desmond @arteck last edited by Desmond

                                @arteck
                                Hi, ich versuche momentan den Paulmann Zigbee Aktor einzubinden, das Gerät scheint aktuell noch unbekannt zu sein:

                                Paulmann Aktor "Zigbee Controller Switch 500.43"
                                Funktion: An/Aus
                                Log: new dev 0x00158d0002c53ec8 44749 Switch Controller
                                Kachel: Paulmann Aktor.png

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

                                  Hallo, könnt du bitte die Innr Lampe RB 245 hinzufügen?

                                  20190929_122915.jpg

                                  Das ist eine E14 Kerze.

                                  Mfg

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

                                    @Asgothian Ich habe das gleiche Gerät, kann aber deine Version des Adapters nicht installieren.

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

                                      @Andre-0
                                      Welches gerät genau ? Ich habe alle Änderungen in den haupt-Zweig des Adapters mergen lassen, und damit meine Branches deaktiviert.

                                      A.

                                      Andre 0 1 Reply Last reply Reply Quote 0
                                      • I
                                        iobroker_Alex @arteck last edited by

                                        @arteck hat leider nichts gebracht. Danke trotzdem...

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

                                          @iobroker_Alex
                                          Kannst du bitte nachschauen ob es in der Datei devices.js im zigbee-shepherd (entweder unter /opt/iobroker/node_modules/zigbee-shepherd-converters oder /opt/iobroker/node_modules/iobroker.zigbee/node_modules/zigbee-shepherd-converters) den folgenden Eintrag gibt (so ca. ab Zeile 1500):

                                              {
                                                  zigbeeModel: ['Plug Z3'],
                                                  model: 'AC10691',
                                                  description: 'Smart+ plug',
                                                  supports: 'on/off',
                                                  vendor: 'OSRAM',
                                                  fromZigbee: [fz.ignore_onoff_change, fz.state],
                                                  toZigbee: [tz.on_off],
                                                  configure: (ieeeAddr, shepherd, coordinator, callback) => {
                                                      const device = shepherd.find(ieeeAddr, 3);
                                                      const cfg = {direction: 0, attrId: 0, dataType: 16, minRepIntval: 0, maxRepIntval: 1000, repChange: 0};
                                                      const actions = [
                                                          (cb) => device.bind('genOnOff', coordinator, cb),
                                                          (cb) => device.foundation('genOnOff', 'configReport', [cfg], foundationCfg, cb),
                                                      ];
                                          
                                                      execute(device, actions, callback);
                                                  },
                                              },
                                          
                                          

                                          Ich selber setze verschiedene Plugs von Osram ein und habe das Problem nicht.

                                          A.

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

                                            @Asgothian ich war der mit der Ikea Fernbedienung, welche sich nicht sauber verbinden lässt...

                                            https://forum.iobroker.net/post/300812

                                            Aber darauf angewendet gibt es das Model:

                                            {
                                                  zigbeeModel: ['TRADFRI remote control'],
                                                  model: 'E1524/E1810',
                                                  description: 'TRADFRI remote control',
                                                  supports:
                                                      'toggle, arrow left/right click/hold/release, brightness up/down click/hold/release',
                                                  vendor: 'IKEA',
                                                  fromZigbee: [
                                                      fz.cmdToggle, fz.E1524_arrow_click, fz.E1524_arrow_hold, fz.E1524_arrow_release,
                                                      fz.E1524_brightness_up_click, fz.E1524_brightness_down_click, fz.E1524_brightness_up_hold,
                                                      fz.E1524_brightness_up_release, fz.E1524_brightness_down_hold, fz.E1524_brightness_down_release,
                                                      fz.generic_battery, fz.ignore_power_change, fz.ignore_basic_change, fz.E1524_hold,
                                                  ],
                                                  toZigbee: [],
                                                  configure: (ieeeAddr, shepherd, coordinator, callback) => {
                                                      const device = shepherd.find(ieeeAddr, 1);
                                                      const cfg = {
                                                          direction: 0, attrId: 33, dataType: 32, minRepIntval: 0, maxRepIntval: repInterval.MAX, repChange: 0,
                                                      };
                                            
                                                      const actions = [
                                                          (cb) => device.bind('genPowerCfg', coordinator, cb),
                                                          (cb) => device.foundation('genPowerCfg', 'configReport', [cfg], foundationCfg, cb),
                                                      ];
                                            
                                                      execute(device, actions, callback);
                                                  },
                                              },
                                            

                                            Keine Ahnung was da noch harken kann...

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            742
                                            Online

                                            31.6k
                                            Users

                                            79.4k
                                            Topics

                                            1.3m
                                            Posts

                                            adapter
                                            42
                                            304
                                            36198
                                            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