Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Tester für Zigbee Adapter 2.0.x gesucht

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Tester für Zigbee Adapter 2.0.x gesucht

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

      @dimaiv sagte in Tester für Zigbee Adapter 2.0.x gesucht:

      Was ich gemerkt habe bei Version 2.0.3 die Ordnerstruktur von ZHC 23.x.x hat sich geändert.
      Ich musste meine externe Converter anpassen.

      Das hatte ich eigentlich umgestellt. Die externen Konverter werden sauber geladen - zumindest die die ich zum Testen habe. Umstellen in den Konvertern selber musste ich nichts.

      Hast du mal die Version von git probiert, ob dann auch bei Dir die Probleme weg sind ?

      A.

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

        @asgothian
        Die läuft seit paar Minuten. Hier musste ich die Converter wieder zurück anpassen.

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

          @dimaiv kannst du mal einen der Konverter posten ? Ich bin neugierig was da drin ist

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

            @asgothian
            Update von 2.0.2 auf 2.0.3 und dann kamm folgender Meldung:

            2025-03-08 11:35:42.109 - info: zigbee.0 (59376) starting. Version 2.0.3 in /opt/iobroker/node_modules/iobroker.zigbee, node: v20.18.3, js-controller: 7.0.6
            2025-03-08 11:35:42.150 - warn: zigbee.0 (59376) trying to add "fz = require(../zigbee-herdsman-converters/converters/fromZigbee)" to sandbox
            2025-03-08 11:35:42.152 - error: zigbee.0 (59376) Sandbox error: Cannot find module '../zigbee-herdsman-converters/converters/fromZigbee'
            Require stack:
            - /opt/iobroker/node_modules/iobroker.zigbee/main.js
            2025-03-08 11:35:42.153 - warn: zigbee.0 (59376) trying to add "tz = require(../zigbee-herdsman-converters/converters/toZigbee)" to sandbox
            2025-03-08 11:35:42.154 - error: zigbee.0 (59376) Sandbox error: Cannot find module '../zigbee-herdsman-converters/converters/toZigbee'
            Require stack:
            - /opt/iobroker/node_modules/iobroker.zigbee/main.js
            2025-03-08 11:35:42.155 - warn: zigbee.0 (59376) trying to add "exposes = require(../zigbee-herdsman-converters/lib/exposes)" to sandbox
            2025-03-08 11:35:42.155 - error: zigbee.0 (59376) Sandbox error: Cannot find module '../zigbee-herdsman-converters/lib/exposes'
            Require stack:
            - /opt/iobroker/node_modules/iobroker.zigbee/main.js
            2025-03-08 11:35:42.156 - warn: zigbee.0 (59376) trying to add "reporting = require(../zigbee-herdsman-converters/lib/reporting)" to sandbox
            2025-03-08 11:35:42.157 - error: zigbee.0 (59376) Sandbox error: Cannot find module '../zigbee-herdsman-converters/lib/reporting'
            Require stack:
            - /opt/iobroker/node_modules/iobroker.zigbee/main.js
            2025-03-08 11:35:42.162 - warn: zigbee.0 (59376) Trying to run sandbox for /opt/iobroker/iobroker-data/zigbee_0/Flower_Neu.js
            2025-03-08 11:35:42.179 - error: zigbee.0 (59376) Unable to apply converter from module: /opt/iobroker/iobroker-data/zigbee_0/Flower_Neu.js - the code does not run: ReferenceError: exposes is not defined
            

            Converter sieht so aus am Anfang:

            const fz = require('zigbee-herdsman-converters/converters/fromZigbee');
            const tz = require('zigbee-herdsman-converters/converters/toZigbee');
            const exposes = require('zigbee-herdsman-converters/lib/exposes');
            const reporting = require('zigbee-herdsman-converters/lib/reporting');
            const e = exposes.presets;
            const ea = exposes.access;
            
            

            und ich musste es ändern auf:

            const fz = require('zigbee-herdsman-converters/dist/converters/fromZigbee');
            const tz = require('zigbee-herdsman-converters/dist/converters/toZigbee');
            const exposes = require('zigbee-herdsman-converters/dist/lib/exposes');
            const reporting = require('zigbee-herdsman-converters/dist/lib/reporting');
            const e = exposes.presets;
            const ea = exposes.access;
            
            
            1 Reply Last reply Reply Quote 0
            • S
              Shadowhunter23 @Asgothian last edited by

              @asgothian
              Gerade installiert.

              1 Reply Last reply Reply Quote 0
              • Homoran
                Homoran Global Moderator Administrators @Asgothian last edited by

                @asgothian sagte in Tester für Zigbee Adapter 2.0.x gesucht:

                Das ist eigentlich nicht ok

                Hab da gerade noch etwas entdeckt!

                Vorab:
                die angemeckerten Geräte sind meine gesamten Lidl-Messteckdosen.
                Wegen des anscheinend falschen Routings hatte ich bereits angefangen einzelne gegen IKEA Inspelning zu tauschen.
                Von denen macht keine einzige Probleme.
                Aber die Lidl befinden sich (noch) im Netz.

                Hab jetzt eine Lidl aus dem System gelöscht, auf Werkseinstellungen zurückgesetzt, und wieder angelernt.
                keine Änderung!

                Habe dann gesehen, dass "configured" auf false steht.
                Screenshot_20250309-155016_Firefox.jpg
                Das war bereits mit der 1.x so.
                und ist es auch jetzt bei allen Geräten.

                Mit dem branch der 2.0.3 von @arteck stand configured auf true!

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

                  @asgothian

                  Ich kann dich verstehen, aber dafuer muss ich mir das gesamte Logfile von heute durchforsten.. und mit Statistiken bin ich eh sowas von fern.. aber ich schau mal, was ich so herausfinde..

                  Zur Zeit warnt er noch damit:

                  025-03-09 16:08:04.473  - warn: zigbee.0 (2426662) DeviceConfigure:Timeout trying to configure 0x00124b002a524ccb MS01.
                  2025-03-09 16:08:36.851  - info: zigbee.0 (2426662) List of port: [{"path":"/dev/ttyS0"},{"path":"/dev/ttyS1"},{"path":"/dev/ttyS10"},{"path":"/dev/ttyS11"},{"path":"/dev/ttyS12"},{"path":"/dev/ttyS13"},{"path":"/dev/ttyS14"},{"path":"/dev/ttyS15"},{"path":"/dev/ttyS16"},{"path":"/dev/ttyS17"},{"path":"/dev/ttyS18"},{"path":"/dev/ttyS19"},{"path":"/dev/ttyS2"},{"path":"/dev/ttyS20"},{"path":"/dev/ttyS21"},{"path":"/dev/ttyS22"},{"path":"/dev/ttyS23"},{"path":"/dev/ttyS24"},{"path":"/dev/ttyS25"},{"path":"/dev/ttyS26"},{"path":"/dev/ttyS27"},{"path":"/dev/ttyS28"},{"path":"/dev/ttyS29"},{"path":"/dev/ttyS3"},{"path":"/dev/ttyS30"},{"path":"/dev/ttyS31"},{"path":"/dev/ttyS4"},{"path":"/dev/ttyS5"},{"path":"/dev/ttyS6"},{"path":"/dev/ttyS7"},{"path":"/dev/ttyS8"},{"path":"/dev/ttyS9"}]
                  2025-03-09 16:08:37.563  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.564  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.564  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.564  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.564  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.564  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.564  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.564  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 2 -  332242049
                  2025-03-09 16:08:37.564  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 2 -  332242049
                  2025-03-09 16:08:37.564  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.564  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.564  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.564  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.565  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.565  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.565  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.565  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.565  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.565  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.565  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.565  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.565  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.565  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.565  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.565  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.565  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 1 -  332242049
                  2025-03-09 16:08:37.566  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 1 -  332242049
                  2025-03-09 16:08:37.566  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.566  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.566  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: -1949790169 -  332242049
                  2025-03-09 16:08:37.566  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.566  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.566  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.566  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.566  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.566  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.566  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.566  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.566  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.566  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.567  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.567  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.567  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 1 -  332242049
                  2025-03-09 16:08:37.567  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.567  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.567  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.567  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: -671910541 -  -671910541
                  2025-03-09 16:08:37.567  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.567  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.567  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 1 -  332242049
                  2025-03-09 16:08:37.567  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.567  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.567  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.567  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.568  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.568  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.568  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.568  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.568  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.568  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.568  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 2 -  332242049
                  2025-03-09 16:08:37.568  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.568  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.568  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: -1217940983 -  217189513
                  2025-03-09 16:08:37.568  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.568  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.568  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.568  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.568  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.569  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.569  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.569  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.569  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.569  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.569  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.569  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 2 -  332242049
                  2025-03-09 16:08:37.569  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.569  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.569  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.569  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.569  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.569  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.569  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.569  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.570  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.570  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.570  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 217189513 -  217189513
                  2025-03-09 16:08:37.570  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.570  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.570  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.570  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.570  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.570  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.570  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.570  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.570  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.570  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 217189513 -  217189513
                  2025-03-09 16:08:37.570  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.570  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.571  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.571  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.571  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.571  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.571  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.571  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.571  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 217189513 -  217189513
                  2025-03-09 16:08:37.571  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.571  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.571  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.571  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.571  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.571  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.571  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.571  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.572  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.572  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.572  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.572  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 217189513 -  217189513
                  2025-03-09 16:08:37.572  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.572  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.572  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.572  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: -1949790169 -  332242049
                  2025-03-09 16:08:37.572  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 217189513 -  217189513
                  2025-03-09 16:08:37.572  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.572  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.572  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 217189513 -  217189513
                  2025-03-09 16:08:37.572  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.572  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.572  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 2 -  332242049
                  2025-03-09 16:08:37.573  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.573  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 1 -  332242049
                  2025-03-09 16:08:37.573  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.573  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.573  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 217189513 -  217189513
                  2025-03-09 16:08:37.573  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.573  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 1 -  332242049
                  2025-03-09 16:08:37.573  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: none -  332242049
                  2025-03-09 16:08:37.573  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.573  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.573  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.573  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  2025-03-09 16:08:37.573  - warn: zigbee.0 (2426662) DeviceConfigure:should configure: 332242049 -  332242049
                  
                  

                  Edit:
                  das muesste ein Tuya-Motion-Sensor sein 00124b002a524ccb wenn ich das richtig sehe im Log.. wundert mich nicht, der ist sowieso "speziell" was sein ganzes verhalten angeht.. hab irgendwo noch 10 von den Dingern, 2 sind noch im Einsatz, der rest liegt in der Kruschkiste.. 🙂

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

                    @homoran das ist eine der Änderungen von 2.0.2 auf 2.0.3 - das korrigieren des configure,mince. Der Anzeige.

                    A.

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

                      @neuschwansteini das ist eine Meldung die ich zum Testen da rein gepackt hab. So oft sollte die aber nicht kommen - da ist noch was faul. Ich schau mal.

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

                        so für alle bei den die 2.0.3 Probleme verursacht... bitte die 2.0.4 installieren...

                        wenns läuft ERSTMAL auf der 2.0.3 bleiben... bis auf weiteres

                        1 Reply Last reply Reply Quote 5
                        • D
                          dimaiv @Asgothian last edited by

                          @asgothian
                          Habe heute Nachmittag noch mal deine Testversion installiert mit ZHC 23.4.0 , hat wieder nicht funktioniert. Nach 2 Stunden mit 14 Geräten keine Funktion mehr... CPU Last über 100%...

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

                            @dimaiv Das ist seltsam - bei mir läuft sie stabil ohne Effekte. Du hast direkt von meinem Fork dem Branch 1.11 installiert ?

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

                              @asgothian sagte in Tester für Zigbee Adapter 2.0.x gesucht:

                              @dimaiv Das ist seltsam - bei mir läuft sie stabil ohne Effekte. Du hast direkt von meinem Fork dem Branch 1.11 installiert ?

                              Ja, direkt.

                              Jetzt läuft 2.0.4. überall über Nacht. Morgen werde ich deine Testversion noch mal wo anders testen.

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

                                @dimaiv Seltsam. Tu mir mal bitte einen gefallen:
                                Patch mal das shouldConfigure so das es

                                • ins Log schreibt wenn es aufgerufen wird
                                • immer direkt ein false zurück liefert, so das keine Konfiguration gestartet wird.

                                Und dann lass den Adapter nochmal laufen. Ich vermute das sich da irgend etwas aufschaukeln könnte. Ansonsten hab ich in diesem issue bei Koenkk nachgefragt, aber er steht auch auf dem Schlauch.

                                Ein anderer Test wäre folgender : Installier von diesem Branch: https://github.com/asgothian/ioBroker.zigbee/tarball/2.0.5ZHC21. Das ist der identische Code zum branch 1.11, nur mit der dependency auf ZHC21.38.0

                                A.

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

                                  @asgothian
                                  Die 2.0.5ZHC21 läuft seit 3 Stunden stabil an 2 Orten.

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

                                    @dimaiv Danke. Lassen wir die mal länger laufen - und schauen wir mal ob Koenkk einen Vorschlag macht wo ich suchen kann

                                    A.

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

                                      @asgothian
                                      Beim ZHC23.x könnte man schon nach 20 Minuten sehen wo die CPU Last hin geht...

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

                                        @dimaiv An 2 Orten heisst auf 2 unterschiedlichen ioBrokern, sprich Du könntest eine davon zum Mitschreiben nutzen ? Dann würde ich gesondertes Logging einbauen und eine Doku machen wie du zhc austauschen kannst ohne neu zu installieren.

                                        Sofern du sagst das könntest Du probieren, natürlich. nur.Bei mir bringt es nix, die ZHC23 läuft bei mir seit 2 Tagen ohne Auffälligkeiten

                                        A.

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

                                          @asgothian
                                          Ja, ich würde gerne es so machen.

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

                                            @dimaiv Ich brauch leider noch etwas für die logging version - musste mich heute um was anderes erst kümmern. Ich denke morgen kann ich 2 Versionen (identisch ausser Herdsman-converters) bereitstellen

                                            A.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            469
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            zigbee 2.0.1
                                            49
                                            513
                                            63012
                                            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