Navigation

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

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    ZigBee neue/unbekannte Geräte - ab 1.2.0

    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      Matthias1234 @arteck last edited by

      @arteck was benötigst du noch ?

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

        @Matthias1234 ZEIT...

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

          @maxpd das scheint ein Tuya device zu sein

          das wird kein

          extend: generic.light_onoff_brightness_colortemp_colorxy
          

          haben

          schau mal ob der geht

          {
                  zigbeeModel: ['TS0505A'],
                  model: 'TS0505A',
                  vendor: 'TuYa',
                  description: 'E27 RGBW bulb',
                  supports: 'on/off, color (hue/saturation)',
                  fromZigbee: [fz.on_off, fz.tuya_led_controller],
                  toZigbee: [tz.tuya_led_controller, tz.ignore_transition, tz.ignore_rate],
              },
          
          M 2 Replies Last reply Reply Quote 0
          • arteck
            arteck Developer Most Active @Matthias1234 last edited by

            @Matthias1234 schaumal jetzt

            M 1 Reply Last reply Reply Quote 0
            • O
              Ogerix88 last edited by

              Hallo!
              Ich habe folgende Hue Deckenlampe, die noch nicht mit dem Zigbee-Adapter funktioniert:

              https://www.amazon.de/gp/product/B01L99H9YK/ref=ppx_yo_dt_b_asin_title_o00_s00?ie=UTF8&psc=1

              Error: Device 0x00178801045260ed "3261331P7" not described in statesMapping.. undefined
              Pairing time left: 248
              Error: Device 0x00178801045260ed "3261331P7" not described in statesMapping.. undefined
              New device joined '0x00178801045260ed' model 3261331P7
              Interview successful: {"friendly_name":"0x00178801045260ed","model":"3261331P7","vendor":"Philips","description":"Hue white ambiance Still","supported":true}
              Error: Device 0x00178801045260ed "3261331P7" not described in statesMapping.. undefined
              Error: Device 0x00178801045260ed "3261331P7" not described in statesMapping.. undefined
              Pairing time left: 249
              Error: Device 0x00178801045260ed "3261331P7" not described in statesMapping.. undefined
              Error: Device 0x00178801045260ed "3261331P7" not described in statesMapping.. undefined
              Error: Device 0x00178801045260ed "3261331P7" not described in statesMapping.. undefined
              Error: Device 0x00178801045260ed "3261331P7" not described in statesMapping.. undefined
              Error: Device 0x00178801045260ed "3261331P7" not described in statesMapping.. undefined
              Error: Device 0x00178801045260ed "3261331P7" not described in statesMapping.. undefined
              Error: Device 0x00178801045260ed "3261331P7" not described in statesMapping.. undefined
              Error: Device 0x00178801045260ed "3261331P7" not described in statesMapping.. undefined
              Error: Device 0x00178801045260ed "3261331P7" not described in statesMapping.. undefined
              Error: Device 0x00178801045260ed "3261331P7" not described in statesMapping.. undefined
              Pairing time left: 250
              Error: Device 0x00178801045260ed "3261331P7" not described in statesMapping.. undefined
              Error: Device 0x00178801045260ed "3261331P7" not described in statesMapping.. undefined
              Error: Device 0x00178801045260ed "3261331P7" not described in statesMapping.. undefined
              Error: Device 0x00178801045260ed "3261331P7" not described in statesMapping.. undefined
              Error: Device 0x00178801045260ed "3261331P7" not described in statesMapping.. undefined
              Error: Device 0x00178801045260ed "3261331P7" not described in statesMapping.. undefined
              Pairing time left: 251
              Interview started: 0x00178801045260ed
              

              alt text

              alt text

              beste Grüße!

              arteck 1 Reply Last reply Reply Quote 0
              • M
                maxpd @arteck last edited by maxpd

                @arteck Leider funktioniert das nicht.
                Nach der Änderung in der node_modules/zigbee-herdsman-converters/devices.js habe ich den adapter neu gestartet. Ich habe das Gerät auch vorher abgelernt und anschließend neu gepaired.

                Füge ich die Birne einer Gruppe zu, kann ich sie über die Gruppe steuern, aber dann stürzt der gesamte Adapter ab.

                1 Reply Last reply Reply Quote 0
                • 9
                  9_Mad-Max_5 last edited by

                  Hallo,

                  Ich habe mal wieder Artikel aus Fernost erhalten, die ich interessant fand.
                  Hierbei handelt es sich um einen Lonsonho/Tuya Zigbee Repeater.
                  Als Identifikation wird er als TS0207 erkannt also als leekage sensor.
                  Technisch ist es aber natürlich keine end node und er scheint das zu tun, was er soll.
                  Ein ziemlich guter Zigbee Repeater.

                  Auf dem Gerät steht RP280.
                  Es hat keinerlei weiter Funktionen.
                  Ich habe auch noch nichts Ähnliches in den supported devices gefunden.

                  https://imgur.com/a/9rexi5G

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

                    @Ogerix88 das da

                    https://zigbee.blakadder.com/Philips_LTC003.html

                    1 Reply Last reply Reply Quote 0
                    • O
                      Ogerix88 last edited by

                      @arteck
                      Ja, das ist sie. Hab sie nur in schwarz. Kann ich die über den beschriebenen Weg in dem Link verbinden?

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

                        @Ogerix88 nein ich wollte nur wiessen wie die aussieht

                        so... jetzt

                        O 1 Reply Last reply Reply Quote 0
                        • 9
                          9_Mad-Max_5 last edited by 9_Mad-Max_5

                          Das hier sind die Daten unter welchen er angelegt wird:
                          ieee:0x14b457fffe364441
                          nwk:37568 (0x92c0)
                          model:TS0207

                          https://de.aliexpress.com/item/4001276417072.html?spm=a2g0s.9042311.0.0.27424c4ds4GGDH

                          1 Reply Last reply Reply Quote 0
                          • 9
                            9_Mad-Max_5 last edited by

                            @arteck
                            Ich habe mal selbst Hand angelegt und ein PullRequest gemacht.
                            Würde mich über ein feedback freuen ob das so ok ist.

                            arteck 1 Reply Last reply Reply Quote 0
                            • arteck
                              arteck Developer Most Active @9_Mad-Max_5 last edited by arteck

                              @9_Mad-Max_5 was ist jetzt mit dem Wassersensor ??

                              laut converter läuft der unter

                              {
                                     zigbeeModel: ['TS0207'],
                                     model: 'TS0207',
                                     vendor: 'CR Smart Home',
                                     description: 'Water leak detector',
                                     supports: 'water leak',
                                     fromZigbee: [fz.ias_water_leak_alarm_1, fz.battery],
                                     toZigbee: [],
                                 },
                              

                              den hast du auskommentiert

                              9 1 Reply Last reply Reply Quote 1
                              • 9
                                9_Mad-Max_5 @arteck last edited by

                                @arteck said in ZigBee neue/unbekannte Geräte - ab 1.2.0:

                                zigbeeModel

                                Ja ich weiß das ich den auskomenntiert habe.
                                Woher kommt diese Information das er darunter läuft?
                                Mein Repeater kündigt sich eben unter derselben Kennung an.
                                Oder habe ich hier was an dem Prinzip falsch verstanden?
                                Sind wir uns sicher das dieser Leekage sensor auch diese Kennung hat?

                                arteck 1 Reply Last reply Reply Quote 0
                                • arteck
                                  arteck Developer Most Active @9_Mad-Max_5 last edited by arteck

                                  @9_Mad-Max_5 zeig mir mal die kachel die erzeug wird..und die device info

                                  9 1 Reply Last reply Reply Quote 1
                                  • 9
                                    9_Mad-Max_5 @arteck last edited by

                                    @arteck
                                    2020-09-08 17_58_46-instances - ioBroker und 26 weitere Seiten - Persönlich – Microsoft​ Edge.png 2020-09-08 17_58_18-instances - ioBroker und 26 weitere Seiten - Persönlich – Microsoft​ Edge.png

                                    1 Reply Last reply Reply Quote 0
                                    • O
                                      Ogerix88 @arteck last edited by

                                      @arteck Perfekt! Funktioniert! Danke! Find es super, dass das so gut klappt

                                      1 Reply Last reply Reply Quote 0
                                      • M
                                        Matthias1234 @arteck last edited by

                                        @arteck Dankeschön

                                        1 Reply Last reply Reply Quote 0
                                        • M
                                          maxpd @arteck last edited by

                                          @arteck Hast du evtl. noch einen weiteren Vorschlag was ich nehmen könnte? Oder muss ich eine zusätzliche Änderung in der anderen devices.js (iobroker.zigbee/lib/devices.js) vornehmen?

                                          M 1 Reply Last reply Reply Quote 0
                                          • 9
                                            9_Mad-Max_5 last edited by

                                            @arteck
                                            Weißt du wie man ein Device mit Fingerprint erzeugt ich habe zwar die Grundidee verstanden bin allerdings nicht tief genug in der Adapterarchitektur drin.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            464
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            geräte neue unbekannte vers1.2.0 zigbee 3
                                            35
                                            202
                                            21785
                                            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