Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. iobroker.zigbee 1.11.x - Tester gesucht

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    iobroker.zigbee 1.11.x - Tester gesucht

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

      @asgothian sagte in iobroker.zigbee 1.11.x - Tester gesucht:

      @jackdaniel Der Fehler den du da hast ist das du die gleichen Parameter wie ein bereits bestehendes Zigbee Netz benutzt :

      Starting zigbee-herdsman problem : "network commissioning timed out - most likely network with the same panId or extendedPanId already exists nearby
      

      Um das zu Verstehen muss man wissen das das Zigbee Netz auch ohne Koordinator weiter besteht solange mindestens 1 Router aktiv ist. Dadurch kann man im Zigbee-Netz Fernbedienungen direkt an Geräte koppeln.

      In deinem Fall hat der Koordinator beim versuch ein Netzwerk aufzuspannen ein anderes Netzwerk mit ähnlichen Parametern vorgefunden, ohne das er die in dem Netz befindlichen Router gekannt hat. Daher verweigert er das öffnen.

      A

      hatte extra die pan id und die erw. pan id geändert gehabt, das dürfte aber nicht ganz geklappt haben so wie ich mir das gedacht hatte
      das ist mein alter koordinator, der vorher mal auf dem produktiv system lief (muss wohl noch altes zeugs drauf gewesen sein)

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

        @asgothian sagte in iobroker.zigbee 1.11.x - Tester gesucht:

        @jackdaniel sagte in iobroker.zigbee 1.11.x - Tester gesucht:

        und hier der log vom pairing eines ikea parasoll sensors
        log_pairing_ikea_parasoll.txt

        Bitte das Log bereinigen. Die Flut an Matter-Meldungen stören gewaltig dabei das irgendwie auseinander zu nehmen. So kann ich damit nicht arbeiten.

        A.

        shit vergessen das ab zu drehen, hier mal ein log mit dem du was anfangen kannst
        koppeln vom sensor war zwar "holprig" und mit vielen fehlern, sensor funktioniert aber ohne problem
        a6406084-0a06-4a3b-b7d0-3791b4fa3f47-image.png
        koppeln_mit_fehler_aber_OK

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

          @jackdaniel Leider nein - auch da ist bei weitem zu viel rauschen um die relevanten Informationen zu finden. Bitte den Adapter nicht im Debug und nicht mit herdsman-debug laufen lassen - das flutet mich nur mit Daten

          Ich mach gerade eine neuere Version fertig - dann poste ich auch eine Anleitung was zum testen notwendig ist.

          A.

          Nachtrag: Version 1.11.2 ist raus. Erklärung zum Logging / den Tests die ich brauche sind oben mit hinterlegt.

          P 1 Reply Last reply Reply Quote 1
          • P
            peterfido @Asgothian last edited by peterfido

            @asgothian hier die Fehlermeldung, die auf allen jungfräulichen iobroker-Installationen mit der 1.11.x auftritt.

            2025-01-08 21:39:23.719 - info: zigbee.0 (909) Installed Version: asgothian/ioBroker.zigbee#1.11
            2025-01-08 21:39:23.834 - error: zigbee.0 (909) Starting zigbee-herdsman problem : "startup failed - configuration-adapter mismatch - see logs above for more information"
            2025-01-08 21:39:23.835 - error: zigbee.0 (909) Failed to start Zigbee
            2025-01-08 21:39:23.835 - error: zigbee.0 (909) Error herdsman start
            2025-01-08 21:39:30.002 - error: javascript.0 (750) script.js.Scripte.CronJobs: In Function
            2025-01-08 21:39:33.835 - info: zigbee.0 (909) Try to reconnect. 1 attempts left
            2025-01-08 21:39:33.837 - info: zigbee.0 (909) Starting Zigbee npm ...
            2025-01-08 21:39:33.839 - debug: zigbee.0 (909) Starting zigbee-herdsman...
            2025-01-08 21:39:33.843 - info: zigbee.0 (909) Installed Version: asgothian/ioBroker.zigbee#1.11
            2025-01-08 21:39:33.886 - error: zigbee.0 (909) Starting zigbee-herdsman problem : "Error Resource temporarily unavailable Cannot lock port"
            2025-01-08 21:39:33.886 - error: zigbee.0 (909) Failed to start Zigbee
            2025-01-08 21:39:33.886 - error: zigbee.0 (909) Error herdsman start
            

            Installiere ich vorher die 1.10.14, und danach die 1.11.x, tritt der Fehler nicht mehr auf.

            asgothian created this issue in asgothian/ioBroker.zigbee

            closed Update to 1.3.0 #1

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

              @peterfido sagte in iobroker.zigbee 1.11.x - Tester gesucht:

              Installiere ich vorher die 1.10.14, und danach die 1.11.x, tritt der Fehler nicht mehr auf.

              Ich gehe davon aus das es sich um einen Bedienfehler handelt - die Meldung deutet auf ein Problem mit der abgesicherten Konfiguration hin.

              Wichtig: die Meldung 2025-01-08 21:39:23.834 - error: zigbee.0 (909) Starting zigbee-herdsman problem : "startup failed - configuration-adapter mismatch - see logs above for more information" beinhaltet den Grund dafür das der Adapter nicht läuft, die Meldung 2025-01-08 21:39:33.886 - error: zigbee.0 (909) Starting zigbee-herdsman problem : "Error Resource temporarily unavailable Cannot lock port" ist ein Folgefehler.

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

                @asgothian Dachte ich auch erst. Allerdings auf drei Installationen der gleiche Fehler, und auf der vierten nicht, obwohl ich da nahezu gleich vorgegangen bin, außer, dass ich die 1.10.14 vorher installiert hatte. Auffällig war, dass das Admin-Panel der 1.10.14 absolut leer war, und sich erst nach der Installation der 1.11.x mit Inhalt füllte. Evtl. schleppt sich da demnach schon länger ein Fehler mit, welcher nur bei einer frischen Installation auffällt.

                1 Reply Last reply Reply Quote 0
                • P
                  peterfido last edited by peterfido

                  @asgothian Ein frisch installiertes Debian 12 mit ioBroker. Der Zigbee Adapter 1.11.2 lässt sich normal installieren und auch das Admin-Panel ist nicht leer. 👍

                  Allerdings bekomme ich jetzt bei jedem Speichern + Schließen folgende Fehlermeldung:

                  43245126-bedf-4f54-865c-2f01272bb9be-image.png

                  Beim wieder Öffnen der Einstellungen kommt:
                  9069efab-4df4-4249-9eaa-dbaafc66333a-image.png

                  P 1 Reply Last reply Reply Quote 0
                  • P
                    peterfido @peterfido last edited by peterfido

                    ich suche mal. Selbst der 1.10.14 wirft die selben Fehler raus.

                    Edit:
                    ich bin auf den Snapshot vor der Installation von Zigbee zurück. Jetzt geht wurde der Adapter einmalig grün.

                    Beim nächsten Start, taucht im Log wieder der Fehler auf:

                    
                    zigbee.0
                    2025-01-11 20:03:35.406	error	Error herdsman start
                    
                    zigbee.0
                    2025-01-11 20:03:35.406	error	Failed to start Zigbee
                    
                    zigbee.0
                    2025-01-11 20:03:35.406	error	Starting zigbee-herdsman problem : "Error Resource temporarily unavailable Cannot lock port"
                    
                    Asgothian 2 Replies Last reply Reply Quote 0
                    • Asgothian
                      Asgothian Developer @peterfido last edited by

                      @peterfido sagte in iobroker.zigbee 1.11.x - Tester gesucht:

                      ich suche mal. Selbst der 1.10.14 wirft die selben Fehler raus.

                      wo suchst du ?
                      Die Meldung deutet darauf hin das der Adapter nicht starte. Der Grund dafür befindet sich im Log des Adapter-Starts.

                      Solange wie das nicht sauber ist wird die Meldung Immer wieder kommen.

                      Die Meldung das einige Daten nicht gespeichert wurden kommt grundsätzlich wenn man 'speichern und schliessen' nutzt. Nutz bitte getrennt speichern und dann schliessen, dann kommt die Meldung nicht. Das ist ein kosmetisches Problem und nicht Teil der Tests für die 1.11er version

                      A.

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

                        @asgothian
                        OK, dann ignoriere ich diesen Fehler. Die aktuelle Fehlermeldung habe ich oben gepostet.

                        Die bisherigen Meldungen waren:

                        
                        zigbee.0
                        2025-01-11 20:04:57.884	info	List of port: [{"path":"/dev/ttyACM0"},{"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"}]
                        
                        zigbee.0
                        2025-01-11 20:03:35.406	error	Error herdsman start
                        
                        zigbee.0
                        2025-01-11 20:03:35.406	error	Failed to start Zigbee
                        
                        zigbee.0
                        2025-01-11 20:03:35.406	error	Starting zigbee-herdsman problem : "Error Resource temporarily unavailable Cannot lock port"
                        
                        zigbee.0
                        2025-01-11 20:03:35.316	info	Installed Version: asgothian/ioBroker.zigbee#1.11
                        
                        zigbee.0
                        2025-01-11 20:03:35.308	info	Starting Zigbee npm ...
                        
                        zigbee.0
                        2025-01-11 20:03:35.307	info	Try to reconnect. 1 attempts left
                        
                        zigbee.0
                        2025-01-11 20:03:25.306	error	Error herdsman start
                        
                        zigbee.0
                        2025-01-11 20:03:25.306	error	Failed to start Zigbee
                        
                        zigbee.0
                        2025-01-11 20:03:25.306	error	Starting zigbee-herdsman problem : "startup failed - configuration-adapter mismatch - see logs above for more information"
                        
                        zigbee.0
                        2025-01-11 20:03:25.190	info	Installed Version: asgothian/ioBroker.zigbee#1.11
                        
                        zigbee.0
                        2025-01-11 20:03:25.133	info	Starting Zigbee npm ...
                        
                        zigbee.0
                        2025-01-11 20:03:25.110	info	starting. Version 1.11.2 (non-npm: asgothian/ioBroker.zigbee#1.11) in /opt/iobroker/node_modules/iobroker.zigbee, node: v20.18.1, js-controller: 7.0.6
                        
                        zigbee.0
                        2025-01-11 20:03:21.134	info	terminating
                        
                        zigbee.0
                        2025-01-11 20:03:20.758	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                        
                        zigbee.0
                        2025-01-11 20:03:20.758	info	terminating
                        
                        zigbee.0
                        2025-01-11 20:03:20.677	info	Closing Zigbee network, 0 seconds remaining
                        
                        zigbee.0
                        2025-01-11 20:03:20.468	info	Closing Zigbee network, 0 seconds remaining
                        
                        zigbee.0
                        2025-01-11 20:03:20.258	info	cleaned everything up...
                        
                        zigbee.0
                        2025-01-11 20:03:20.257	info	Got terminate signal TERMINATE_YOURSELF
                        
                        zigbee.0
                        2025-01-11 20:03:13.701	info	List of port: [{"path":"/dev/ttyACM0"},{"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"}]
                        
                        zigbee.0
                        2025-01-11 20:03:13.645	info	debug devices set to []
                        
                        zigbee.0
                        2025-01-11 20:03:13.635	warn	getDevices called from system.adapter.admin.0 with command "getDevices" and id null
                        
                        zigbee.0
                        2025-01-11 20:03:13.635	warn	get Debug Devices Called
                        
                        zigbee.0
                        2025-01-11 20:01:37.347	info	List of port: [{"path":"/dev/ttyACM0"},{"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"}]
                        
                        zigbee.0
                        2025-01-11 20:01:37.272	info	debug devices set to []
                        
                        zigbee.0
                        2025-01-11 20:01:37.265	warn	getDevices called from system.adapter.admin.0 with command "getDevices" and id null
                        
                        zigbee.0
                        2025-01-11 20:01:37.264	warn	get Debug Devices Called
                        
                        zigbee.0
                        2025-01-11 20:01:31.693	info	Zigbee started
                        
                        zigbee.0
                        2025-01-11 20:01:31.693	info	Currently no devices.
                        
                        zigbee.0
                        2025-01-11 20:01:31.692	info	Unable to set transmit power, unsupported function.
                        
                        zigbee.0
                        2025-01-11 20:01:31.692	info	--> transmitPower : normal
                        
                        zigbee.0
                        2025-01-11 20:01:31.692	info	Unable to disable LED, unsupported function.
                        
                        zigbee.0
                        2025-01-11 20:01:31.692	info	Coordinator firmware version: {"type":"zStack30x","meta":{"transportrev":2,"product":2,"majorrel":2,"minorrel":7,"maintrel":2,"revision":20200211}}
                        
                        zigbee.0
                        2025-01-11 20:01:31.564	info	Installed Version: asgothian/ioBroker.zigbee#1.11
                        
                        zigbee.0
                        2025-01-11 20:01:31.505	info	Starting Zigbee npm ...
                        
                        zigbee.0
                        2025-01-11 20:01:31.484	info	starting. Version 1.11.2 (non-npm: asgothian/ioBroker.zigbee#1.11) in /opt/iobroker/node_modules/iobroker.zigbee, node: v20.18.1, js-controller: 7.0.6
                        
                        zigbee.0
                        2025-01-11 20:01:27.310	info	terminating
                        
                        zigbee.0
                        2025-01-11 20:01:27.101	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                        
                        zigbee.0
                        2025-01-11 20:01:27.099	info	terminating
                        
                        zigbee.0
                        2025-01-11 20:01:26.599	info	Zigbee: disabling joining new devices.
                        
                        zigbee.0
                        2025-01-11 20:01:26.598	info	cleaned everything up...
                        
                        zigbee.0
                        2025-01-11 20:01:26.597	info	Got terminate signal TERMINATE_YOURSELF
                        
                        zigbee.0
                        2025-01-11 20:00:29.968	info	Zigbee started
                        
                        zigbee.0
                        2025-01-11 20:00:29.967	info	Currently no devices.
                        
                        zigbee.0
                        2025-01-11 20:00:29.966	info	--> transmitPower : normal
                        
                        zigbee.0
                        2025-01-11 20:00:29.965	info	Unable to disable LED, unsupported function.
                        
                        zigbee.0
                        2025-01-11 20:00:29.965	info	Coordinator firmware version: {"type":"zStack30x","meta":{"transportrev":2,"product":2,"majorrel":2,"minorrel":7,"maintrel":2,"revision":20200211}}
                        
                        zigbee.0
                        2025-01-11 20:00:29.856	info	Installed Version: iobroker.zigbee@1.10.14
                        
                        zigbee.0
                        2025-01-11 20:00:29.737	info	Starting Zigbee npm ...
                        
                        zigbee.0
                        2025-01-11 20:00:29.717	info	starting. Version 1.10.14 in /opt/iobroker/node_modules/iobroker.zigbee, node: v20.18.1, js-controller: 7.0.6
                        
                        zigbee.0
                        2025-01-11 20:00:25.462	info	terminating
                        
                        zigbee.0
                        2025-01-11 20:00:25.334	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                        
                        zigbee.0
                        2025-01-11 20:00:25.333	info	terminating
                        
                        zigbee.0
                        2025-01-11 20:00:24.833	info	Zigbee: disabling joining new devices.
                        
                        zigbee.0
                        2025-01-11 20:00:24.833	info	cleaned everything up...
                        
                        zigbee.0
                        2025-01-11 20:00:24.832	info	Got terminate signal TERMINATE_YOURSELF
                        
                        zigbee.0
                        2025-01-11 20:00:24.824	error	Unable to apply ExtPanID changes: Error: SRSP - SYS - osalNvRead after 0,2ms
                        
                        zigbee.0
                        2025-01-11 20:00:24.824	info	Zigbee started
                        
                        zigbee.0
                        2025-01-11 20:00:24.823	info	Currently no devices.
                        
                        zigbee.0
                        2025-01-11 20:00:24.822	info	--> transmitPower : normal
                        
                        zigbee.0
                        2025-01-11 20:00:24.821	info	Unable to disable LED, unsupported function.
                        
                        zigbee.0
                        2025-01-11 20:00:24.819	info	Coordinator firmware version: {"type":"zStack30x","meta":{"transportrev":2,"product":2,"majorrel":2,"minorrel":7,"maintrel":2,"revision":20200211}}
                        
                        zigbee.0
                        2025-01-11 20:00:19.555	info	Installed Version: iobroker.zigbee@1.10.14
                        
                        zigbee.0
                        2025-01-11 20:00:19.450	info	Starting Zigbee npm ...
                        
                        zigbee.0
                        2025-01-11 20:00:19.439	info	starting. Version 1.10.14 in /opt/iobroker/node_modules/iobroker.zigbee, node: v20.18.1, js-controller: 7.0.6
                        
                        zigbee.0
                        2025-01-11 20:00:15.503	info	terminating
                        
                        zigbee.0
                        2025-01-11 20:00:15.004	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                        
                        zigbee.0
                        2025-01-11 20:00:15.003	info	terminating
                        
                        zigbee.0
                        2025-01-11 20:00:15.003	warn	Failed to stop zigbee during startup
                        
                        zigbee.0
                        2025-01-11 20:00:15.002	info	Zigbee: disabling joining new devices.
                        
                        zigbee.0
                        2025-01-11 20:00:15.001	info	cleaned everything up...
                        
                        zigbee.0
                        2025-01-11 20:00:15.001	info	Got terminate signal TERMINATE_YOURSELF
                        
                        zigbee.0
                        2025-01-11 20:00:07.019	error	Error herdsman start
                        
                        zigbee.0
                        2025-01-11 20:00:07.019	error	Failed to start Zigbee
                        
                        zigbee.0
                        2025-01-11 20:00:07.019	error	Starting zigbee-herdsman problem : "No path provided and failed to auto detect path"
                        
                        zigbee.0
                        2025-01-11 20:00:06.930	info	Installed Version: iobroker.zigbee@1.10.14
                        
                        zigbee.0
                        2025-01-11 20:00:06.802	info	Starting Zigbee npm ...
                        
                        zigbee.0
                        2025-01-11 20:00:06.801	error	Serial port not selected! Go to settings page.
                        
                        zigbee.0
                        2025-01-11 20:00:06.793	info	starting. Version 1.10.14 in /opt/iobroker/node_modules/iobroker.zigbee, node: v20.18.1, js-controller: 7.0.6
                        

                        Ich springe jetzt nochmal zum jungfräulichen ioBroker und probiere es nochmal.

                        asgothian created this issue in asgothian/ioBroker.zigbee

                        closed Update to 1.3.0 #1

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

                          @peterfido sagte in iobroker.zigbee 1.11.x - Tester gesucht:

                          Beim nächsten Start, taucht im Log wieder der Fehler auf:

                          Bitte genauer hin schauen - diese Meldung ist zu 99% eine Folgemeldung - die korrekte Fehlermeldung steht früher im Log.

                          Bitte bei Startversuchen immer den kompletten Startvorgang ab

                          2025-01-11 19:52:48.917  - info: host.raspberrypi instance system.adapter.zigbee.0 in version "1.10.15" (non-npm: asgothian/ioBroker.zigbee#66464f3c0b0cc9bc0041eb783a76bb01a256dfa3) started with pid 15564
                          

                          posten, nur so ist sicher gestellt das wirklich erkennbar ist was die Ursache für das Problem ist.

                          A.

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

                            @peterfido Was ist mit diesem uralt link ? warum kommt der immer in deinen Posts ?

                            Screenshot 2025-01-11 at 21.11.20.png

                            Die Version 1.3 ist gefühlt 3 Jahre alt.

                            A.

                            P 4 Replies Last reply Reply Quote 0
                            • P
                              peterfido @Asgothian last edited by peterfido

                              @asgothian Hm. Da habe ich gar nicht drauf geachtet. Ich schaue mal, wo das herkommt.

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

                                @asgothian gute Frage. Im Editor ist es nicht zu sehen, aber in der Vorschau 😕

                                a2f470d2-fc40-43a5-9dda-ef921bfcb8d1-image.png

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

                                  @asgothian nochmal frisch installiert und hier nur die Fehlermeldungen:

                                  
                                  zigbee.0
                                  2025-01-11 20:20:22.333	error	Unable to apply ExtPanID changes: Error: SRSP - SYS - osalNvRead after 0,2ms
                                  
                                  zigbee.0
                                  2025-01-11 20:20:17.379	warn	Failed to stop zigbee during startup
                                  
                                  zigbee.0
                                  2025-01-11 20:20:17.379	error	Failed to open the network: TypeError: Cannot read properties of undefined (reading 'permitJoin') at Controller.permitJoin (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:255:35) at ZigbeeController.permitJoin (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:509:33) at ZigbeeController.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:484:24) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Zigbee.onUnload (/opt/iobroker/node_modules/iobroker.zigbee/main.js:983:17)
                                  
                                  zigbee.0
                                  2025-01-11 20:20:15.867	error	Error herdsman start
                                  
                                  zigbee.0
                                  2025-01-11 20:20:15.866	error	Failed to start Zigbee
                                  
                                  zigbee.0
                                  2025-01-11 20:20:15.866	error	Starting zigbee-herdsman problem : "USB adapter discovery error (No valid USB adapter found). Specify valid 'adapter' and 'port' in your configuration."
                                  
                                  zigbee.0
                                  2025-01-11 20:20:05.793	error	Error herdsman start
                                  
                                  zigbee.0
                                  2025-01-11 20:20:05.793	error	Failed to start Zigbee
                                  
                                  zigbee.0
                                  2025-01-11 20:20:05.793	error	Starting zigbee-herdsman problem : "USB adapter discovery error (No valid USB adapter found). Specify valid 'adapter' and 'port' in your configuration."
                                  
                                  zigbee.0
                                  2025-01-11 20:20:05.634	error	Serial port not selected! Go to settings page.
                                  

                                  und hier komplett:

                                  
                                  zigbee.0
                                  2025-01-11 20:20:36.527	info	Unable to disable LED, unsupported function.
                                  
                                  zigbee.0
                                  2025-01-11 20:20:36.526	info	Coordinator firmware version: {"type":"zStack30x","meta":{"transportrev":2,"product":2,"majorrel":2,"minorrel":7,"maintrel":2,"revision":20200211}}
                                  
                                  zigbee.0
                                  2025-01-11 20:20:36.407	info	Installed Version: asgothian/ioBroker.zigbee#1.11
                                  
                                  zigbee.0
                                  2025-01-11 20:20:36.349	info	Starting Zigbee npm ...
                                  
                                  zigbee.0
                                  2025-01-11 20:20:36.327	info	starting. Version 1.11.2 (non-npm: asgothian/ioBroker.zigbee#1.11) in /opt/iobroker/node_modules/iobroker.zigbee, node: v20.18.1, js-controller: 7.0.6
                                  
                                  zigbee.0
                                  2025-01-11 20:20:32.283	info	terminating
                                  
                                  zigbee.0
                                  2025-01-11 20:20:31.969	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                  
                                  zigbee.0
                                  2025-01-11 20:20:31.968	info	terminating
                                  
                                  zigbee.0
                                  2025-01-11 20:20:31.878	info	Closing Zigbee network, 0 seconds remaining
                                  
                                  zigbee.0
                                  2025-01-11 20:20:31.674	info	Closing Zigbee network, 0 seconds remaining
                                  
                                  zigbee.0
                                  2025-01-11 20:20:31.468	info	cleaned everything up...
                                  
                                  zigbee.0
                                  2025-01-11 20:20:31.467	info	Got terminate signal TERMINATE_YOURSELF
                                  
                                  zigbee.0
                                  2025-01-11 20:20:27.342	info	Zigbee started
                                  
                                  zigbee.0
                                  2025-01-11 20:20:27.342	info	Currently no devices.
                                  
                                  zigbee.0
                                  2025-01-11 20:20:27.341	info	Unable to set transmit power, unsupported function.
                                  
                                  zigbee.0
                                  2025-01-11 20:20:27.341	info	--> transmitPower : normal
                                  
                                  zigbee.0
                                  2025-01-11 20:20:27.341	info	Unable to disable LED, unsupported function.
                                  
                                  zigbee.0
                                  2025-01-11 20:20:27.340	info	Coordinator firmware version: {"type":"zStack30x","meta":{"transportrev":2,"product":2,"majorrel":2,"minorrel":7,"maintrel":2,"revision":20200211}}
                                  
                                  zigbee.0
                                  2025-01-11 20:20:27.228	info	Installed Version: asgothian/ioBroker.zigbee#1.11
                                  
                                  zigbee.0
                                  2025-01-11 20:20:27.165	info	Starting Zigbee npm ...
                                  
                                  zigbee.0
                                  2025-01-11 20:20:27.146	info	starting. Version 1.11.2 (non-npm: asgothian/ioBroker.zigbee#1.11) in /opt/iobroker/node_modules/iobroker.zigbee, node: v20.18.1, js-controller: 7.0.6
                                  
                                  zigbee.0
                                  2025-01-11 20:20:23.157	info	terminating
                                  
                                  zigbee.0
                                  2025-01-11 20:20:22.839	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                  
                                  zigbee.0
                                  2025-01-11 20:20:22.838	info	terminating
                                  
                                  zigbee.0
                                  2025-01-11 20:20:22.751	info	Closing Zigbee network, 0 seconds remaining
                                  
                                  zigbee.0
                                  2025-01-11 20:20:22.545	info	Closing Zigbee network, 0 seconds remaining
                                  
                                  zigbee.0
                                  2025-01-11 20:20:22.338	info	cleaned everything up...
                                  
                                  zigbee.0
                                  2025-01-11 20:20:22.338	info	Got terminate signal TERMINATE_YOURSELF
                                  
                                  zigbee.0
                                  2025-01-11 20:20:22.333	error	Unable to apply ExtPanID changes: Error: SRSP - SYS - osalNvRead after 0,2ms
                                  
                                  zigbee.0
                                  2025-01-11 20:20:22.331	info	Zigbee started
                                  
                                  zigbee.0
                                  2025-01-11 20:20:22.331	info	Currently no devices.
                                  
                                  zigbee.0
                                  2025-01-11 20:20:22.331	info	Unable to set transmit power, unsupported function.
                                  
                                  zigbee.0
                                  2025-01-11 20:20:22.330	info	--> transmitPower : normal
                                  
                                  zigbee.0
                                  2025-01-11 20:20:22.330	info	Unable to disable LED, unsupported function.
                                  
                                  zigbee.0
                                  2025-01-11 20:20:22.330	info	Coordinator firmware version: {"type":"zStack30x","meta":{"transportrev":2,"product":2,"majorrel":2,"minorrel":7,"maintrel":2,"revision":20200211}}
                                  
                                  zigbee.0
                                  2025-01-11 20:20:21.765	info	Installed Version: asgothian/ioBroker.zigbee#1.11
                                  
                                  zigbee.0
                                  2025-01-11 20:20:21.702	info	Starting Zigbee npm ...
                                  
                                  zigbee.0
                                  2025-01-11 20:20:21.694	info	starting. Version 1.11.2 (non-npm: asgothian/ioBroker.zigbee#1.11) in /opt/iobroker/node_modules/iobroker.zigbee, node: v20.18.1, js-controller: 7.0.6
                                  
                                  zigbee.0
                                  2025-01-11 20:20:17.878	info	terminating
                                  
                                  zigbee.0
                                  2025-01-11 20:20:17.380	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                  
                                  zigbee.0
                                  2025-01-11 20:20:17.380	info	terminating
                                  
                                  zigbee.0
                                  2025-01-11 20:20:17.379	warn	Failed to stop zigbee during startup
                                  
                                  zigbee.0
                                  2025-01-11 20:20:17.379	error	Failed to open the network: TypeError: Cannot read properties of undefined (reading 'permitJoin') at Controller.permitJoin (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:255:35) at ZigbeeController.permitJoin (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:509:33) at ZigbeeController.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:484:24) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Zigbee.onUnload (/opt/iobroker/node_modules/iobroker.zigbee/main.js:983:17)
                                  
                                  zigbee.0
                                  2025-01-11 20:20:17.377	info	cleaned everything up...
                                  
                                  zigbee.0
                                  2025-01-11 20:20:17.376	info	Got terminate signal TERMINATE_YOURSELF
                                  
                                  zigbee.0
                                  2025-01-11 20:20:15.867	error	Error herdsman start
                                  
                                  zigbee.0
                                  2025-01-11 20:20:15.866	error	Failed to start Zigbee
                                  
                                  zigbee.0
                                  2025-01-11 20:20:15.866	error	Starting zigbee-herdsman problem : "USB adapter discovery error (No valid USB adapter found). Specify valid 'adapter' and 'port' in your configuration."
                                  
                                  zigbee.0
                                  2025-01-11 20:20:15.796	info	Installed Version: asgothian/ioBroker.zigbee#1.11
                                  
                                  zigbee.0
                                  2025-01-11 20:20:15.794	info	Starting Zigbee npm ...
                                  
                                  zigbee.0
                                  2025-01-11 20:20:15.793	info	Try to reconnect. 1 attempts left
                                  
                                  zigbee.0
                                  2025-01-11 20:20:05.793	error	Error herdsman start
                                  
                                  zigbee.0
                                  2025-01-11 20:20:05.793	error	Failed to start Zigbee
                                  
                                  zigbee.0
                                  2025-01-11 20:20:05.793	error	Starting zigbee-herdsman problem : "USB adapter discovery error (No valid USB adapter found). Specify valid 'adapter' and 'port' in your configuration."
                                  
                                  zigbee.0
                                  2025-01-11 20:20:05.706	info	Installed Version: asgothian/ioBroker.zigbee#1.11
                                  
                                  zigbee.0
                                  2025-01-11 20:20:05.636	info	Starting Zigbee npm ...
                                  
                                  zigbee.0
                                  2025-01-11 20:20:05.634	error	Serial port not selected! Go to settings page.
                                  
                                  zigbee.0
                                  2025-01-11 20:20:05.627	info	starting. Version 1.11.2 (non-npm: asgothian/ioBroker.zigbee#1.11) in /opt/iobroker/node_modules/iobroker.zigbee, node: v20.18.1, js-controller: 7.0.6
                                  
                                  asgothian created this issue in asgothian/ioBroker.zigbee

                                  closed Update to 1.3.0 #1

                                  P Asgothian 2 Replies Last reply Reply Quote 0
                                  • P
                                    peterfido @peterfido last edited by peterfido

                                    Das hier
                                    209d04ab-6e6b-41a3-a301-44c5fe5a133d-image.png

                                    kam, nachdem ich meinen Post oben editiert habe. Da waren dann die Log-Ausgaben in der Zwischenablage.

                                    Edit Test.

                                    (non-npm: asgothian/ioBroker.zigbee#1.11)

                                    asgothian created this issue in asgothian/ioBroker.zigbee

                                    closed Update to 1.3.0 #1

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

                                      @asgothian Die Forensoftware erkennt das hier als Link und zeigt dann die Vorschau dazu an.

                                      0022ffcf-825c-41fa-a685-c2ee4ceae971-image.png

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

                                        @peterfido das macht das github plugin.
                                        das sucht passende github Einträge zu deinem Satz.
                                        kein Link

                                        P 1 Reply Last reply Reply Quote 0
                                        • P
                                          peterfido @Homoran last edited by

                                          @homoran Ah - ok. Wieder ein Rätsel gelöst 🙂

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

                                            @peterfido Auch das 'komplette' log ist unvollständig. Der Adapter wird mehrfach angehalten, ohne das es Meldungen aus dem Adapter gibt die den Adapter anhalten.

                                            Bitte folgendes machen:

                                            • adapter anhalten
                                            • 60 s warten damit der Adapter wirklich vollständig gestoppt ist.
                                            • log löschen
                                            • adapter starten (im normalen Modus - kein debug, etc.)
                                            • 60 s warten
                                            • das vollständige log (keine Filter auf zigbee, error, was sonst) posten.

                                            Was für einen Koordinator setzt du da ein ? zStack30x deutet auf einen cc2531 oder cc2538 hin. Stimmt das ?

                                            A.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            571
                                            Online

                                            31.6k
                                            Users

                                            79.6k
                                            Topics

                                            1.3m
                                            Posts

                                            7
                                            40
                                            1643
                                            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