Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Zigbee Thermometer kann nicht eingebunden werden

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    Zigbee Thermometer kann nicht eingebunden werden

    This topic has been deleted. Only users with topic management privileges can see it.
    • arteck
      arteck Developer Most Active @ccbuddy last edited by

      @ccbuddy pack den mal unter auschliessen.. wenn der schon im zigbee2mqtt ist..
      evtl zieh die neuste Version von GIT

      C 1 Reply Last reply Reply Quote 0
      • C
        ccbuddy @arteck last edited by

        @arteck wo meinst Du auschliessen?

        ich bin grad wieder am System. Im tuya.js
        sthet er komplett so beschrieben wie ich es erwartet hätte und mit den Zigbee Daten übereinstimmt

        {
        fingerprint: [{ modelID: 'TS0601', manufacturerName: '_TZE200_bq5c8xfe' },
        { modelID: 'TS0601', manufacturerName: '_TZE200_bjawzodf' },
        { modelID: 'TS0601', manufacturerName: '_TZE200_qyflbnbj' }, //---genau der ist es
        { modelID: 'TS0601', manufacturerName: '_TZE200_vs0skpuc' },
        { modelID: 'TS0601', manufacturerName: '_TZE200_44af8vyi' },
        { modelID: 'TS0601', manufacturerName: '_TZE200_zl1kmjqx' }],
        model: 'TS0601_temperature_humidity_sensor_1', //-------auch das stimmt aus dem Pairing
        vendor: 'TuYa',
        description: 'Temperature & humidity sensor',
        fromZigbee: [legacy.fromZigbee.tuya_temperature_humidity_sensor],
        toZigbee: [],
        exposes: (device, options) => {
        const exps = [e.temperature(), e.humidity(), e.battery()];
        if (!device || device.manufacturerName === '_TZE200_qyflbnbj') {
        exps.push(e.battery_low());
        exps.push(e.enum('battery_level', ea.STATE, ['low', 'middle', 'high']).withDescription('Battery level state'));
        }
        exps.push(e.linkquality());
        return exps;
        },
        },

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

          @ccbuddy adapter einstellungen Ausschliessen Tab

          C 1 Reply Last reply Reply Quote 0
          • C
            ccbuddy @arteck last edited by

            @arteck ...das kannte ich noch nicht; macht aber keine große Änderung; wir immer noch mit '?' angezeigt; im Object Tree taucht er allerding jetzt auf. Leider ohne Temperature, Feuchtigkeit... nur Link Status wird in die allg. Zigbee sachen werden angezeigt

            C arteck 2 Replies Last reply Reply Quote 0
            • C
              ccbuddy @ccbuddy last edited by

              @ccbuddy im Log steht:
              Object of state "zigbee.0.exclude.TS0601_temperature_humidity_sensor_1" is missing the required property "common.type"

              obwohl vorher das Pairing mit successful drin war

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

                @ccbuddy adapter neu gestartet und neu gepaart?

                C 1 Reply Last reply Reply Quote 0
                • C
                  ccbuddy @arteck last edited by

                  @arteck kloar...!

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

                    @ccbuddy zeigmal den objektbaum
                    und die Info kachel

                    C 1 Reply Last reply Reply Quote 0
                    • C
                      ccbuddy @arteck last edited by

                      @arteck 13a8d0fa-67ac-460f-84f1-4cbe90ed3947-image.png

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

                        @ccbuddy objektbaum ?

                        C 1 Reply Last reply Reply Quote 0
                        • C
                          ccbuddy @arteck last edited by

                          @arteck ...ich habs grad zwischendurch nochmal probiert; nun ist er nicht mehr im Objektbaum

                          C 1 Reply Last reply Reply Quote 0
                          • C
                            ccbuddy @ccbuddy last edited by

                            @ccbuddy das Log sieht so aus:
                            f31f4cf8-d10a-402b-9368-f78058ef3689-image.png

                            C 1 Reply Last reply Reply Quote 0
                            • C
                              ccbuddy @ccbuddy last edited by

                              @ccbuddy bzw. der Pairing Dialog:
                              a6c56b49-94f4-45cd-b406-4adda1e6bde1-image.png

                              C 1 Reply Last reply Reply Quote 0
                              • C
                                ccbuddy @ccbuddy last edited by

                                @ccbuddy ...bin am Probieren; jetzt gehe ich nochmal direkt an den Rasp mit dem Zigbee Adapter; evtl bekommt er keine saubere Netzverbindung hin. Das Ergebnis so mal so mal anders aus

                                C 1 Reply Last reply Reply Quote 0
                                • C
                                  ccbuddy @ccbuddy last edited by

                                  @ccbuddy sorry, kommt nicht mehr in den Objekt Tree. In der Kachel wird er jetzt auch als Disconnected markiert
                                  62b7fc5f-c01c-496c-b213-487e45eddf46-image.png

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

                                    @ccbuddy das ist quack... der muss da sein

                                    C 1 Reply Last reply Reply Quote 0
                                    • C
                                      ccbuddy @arteck last edited by

                                      @arteck der hört auf Dein Wort; nun ist er wieder da 😉
                                      1fbfedc2-8d8e-4a7b-9983-ad82ebbaa764-image.png

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

                                        @ccbuddy und der ist unter Auschliessen drin ?

                                        C 1 Reply Last reply Reply Quote 0
                                        • C
                                          ccbuddy @arteck last edited by

                                          @arteck yep, noch drin

                                          4c3f86df-f13b-4e59-ac80-dd650619effc-image.png

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

                                            @ccbuddy und du hast den adapter von GIT isntalliert ??
                                            die Thermostate sind Zickig und es kommen ca 10 Stück im Jahr raus... hast du nicht die aktuelle Version läuft der nicht

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate
                                            FAQ Cloud / IOT
                                            HowTo: Node.js-Update
                                            HowTo: Backup/Restore
                                            Downloads
                                            BLOG

                                            529
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            4
                                            49
                                            2161
                                            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