Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. Zigbee Adapter - Duplicated Logs im Admin

    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 Adapter - Duplicated Logs im Admin

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

      @nico-0 welche js-controller und admin version ??

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

        @arteck Hi,

        Admin Version: 5.2.1
        JS-Controller: 3.3.21

        1 Reply Last reply Reply Quote 0
        • apollon77
          apollon77 @Nico 0 last edited by

          @nico-0 Ok, aaaalso

          1.) Ist es auch im Logfile (/opt/iobroker/logs...) doppelt? Wenn ja - alles mal neustarten inkl. controller. Danach immr noch?
          2.) Wenn nicht ... Admin mal Hart reloadedn ... danach weg? Wenn ja hat sich im browser was verklemmt gehabt
          3.) Wenn immer noch dann mal admin Adapter restarten ... danach wie 2.
          4.) sonst alles zusammen machen 🙂

          Thomas Braun BananaJoe Nico 0 3 Replies Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @apollon77 last edited by

            @apollon77 sagte in Zigbee Adapter - Duplicated Logs im Admin:

            1.) Ist es auch im Logfile (/opt/iobroker/logs...) doppelt? Wenn ja - alles mal neustarten inkl. controller. Danach immr noch?

            Dazu fällt mir noch ein, dass ich meine logs immer noch durch uniq pipe:

            iobroker logs --watch | uniq
            
            BananaJoe 1 Reply Last reply Reply Quote 0
            • BananaJoe
              BananaJoe Most Active @apollon77 last edited by BananaJoe

              @apollon77 mir war auch schon aufgefallen das bei

              iobroker logs --watch
              

              Diverse Meldungen, aber nicht alle, doppelt kommen. z.B. auch Debug-Meldungen aus meinen Skripten:

              2021-12-23 13:04:18.576  - info: host.iobroker Updating repository "beta" under "http://download.iobroker.net/sources-dist-latest.json"
              2021-12-23 13:04:18.789  - info: host.iobroker Updating repository "beta" under "http://download.iobroker.net/sources-dist-latest.json"
              2021-12-23 13:04:18.576  - info: host.iobroker Updating repository "beta" under "http://download.iobroker.net/sources-dist-latest.json"
              2021-12-23 13:04:18.789  - info: host.iobroker Updating repository "beta" under "http://download.iobroker.net/sources-dist-latest.json"
              2021-12-23 13:04:19.600  - info: admin.0 (3423590) Repository received successfully.
              2021-12-23 13:04:19.600  - info: admin.0 (3423590) Repository received successfully.
              2021-12-23 13:04:22.711  - info: admin.2 (3423603) Repository received successfully.
              2021-12-23 13:04:22.711  - info: admin.2 (3423603) Repository received successfully.
              2021-12-23 13:05:22.515  - error: fritzdect.0 (2587515) fritzbox returned this {"msg":"failed to login, wrong user name or password","function":"send_response","error":"0000000000000000"}
              2021-12-23 13:05:22.525  - error: fritzdect.0 (2587515) no response part in returned message
              2021-12-23 13:05:22.515  - error: fritzdect.0 (2587515) fritzbox returned this {"msg":"failed to login, wrong user name or password","function":"send_response","error":"0000000000000000"}
              2021-12-23 13:05:22.525  - error: fritzdect.0 (2587515) no response part in returned message
              2021-12-23 13:07:15.481  - info: javascript.0 (2585328) script.js.Amazon_Echos.Alexa-History-Script: [Alexa-Log-Script] ##{"message":"Spiele I Like It Loud", "from":"Lasse"}##
              2021-12-23 13:07:15.481  - info: javascript.0 (2585328) script.js.Amazon_Echos.Alexa-History-Script: [Alexa-Log-Script] ##{"message":"Spiele I Like It Loud", "from":"Lasse"}##
              2021-12-23 13:08:41.168  - info: mqtt.0 (2585639) send2Server mqtt.0.cmnd.Sonoff-L1-Lite179.Color[cmnd/Sonoff-L1-Lite179/Color]
              2021-12-23 13:08:41.168  - info: mqtt.0 (2585639) send2Server mqtt.0.cmnd.Sonoff-L1-Lite179.Color[cmnd/Sonoff-L1-Lite179/Color]
              

              Im Log steht es aber nur einmal:

              2021-12-23 13:04:18.576  - info: host.iobroker Updating repository "beta" under "http://download.iobroker.net/sources-dist-latest.json"
              2021-12-23 13:04:18.789  - info: host.iobroker Updating repository "beta" under "http://download.iobroker.net/sources-dist-latest.json"
              2021-12-23 13:04:19.600  - info: admin.0 (3423590) Repository received successfully.
              2021-12-23 13:04:22.711  - info: admin.2 (3423603) Repository received successfully.
              2021-12-23 13:05:22.515  - error: fritzdect.0 (2587515) fritzbox returned this {"msg":"failed to login, wrong user name or password","function":"send_response","error":"0000000000000000"}
              2021-12-23 13:05:22.525  - error: fritzdect.0 (2587515) no response part in returned message
              2021-12-23 13:07:15.481  - info: javascript.0 (2585328) script.js.Amazon_Echos.Alexa-History-Script: [Alexa-Log-Script] ##{"message":"Spiele I Like It Loud", "from":"Lasse"}##
              2021-12-23 13:08:41.168  - info: mqtt.0 (2585639) send2Server mqtt.0.cmnd.Sonoff-L1-Lite179.Color[cmnd/Sonoff-L1-Lite179/Color]
              

              Admin Version: 5.2.2
              JS-Controller: 3.3.22

              Das ist schon länger, egal ob man den ioBroker oder den Admin-Adapter neu startet.
              Wenn ich den Befehl starte ist jeder Eintrag nur einmal da, alles was danach live hinzukommt ist doppelt

              1 Reply Last reply Reply Quote 0
              • BananaJoe
                BananaJoe Most Active @Thomas Braun last edited by

                @thomas-braun stimmt, das hilft bei der Ansicht. Aber es ist sicher nicht sinn das es doppelt ausgegeben wird.

                Thomas Braun 1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @BananaJoe last edited by

                  @bananajoe

                  Ich hatte danach gesucht, warum das passieren kann (und bin dabei auch über das mir bis dato unbekannte uniq gestolpert), hab aber vergessen woran es lag. Ich glaube das hatte mit mehreren CPU cores zu tun.

                  BananaJoe 1 Reply Last reply Reply Quote 0
                  • BananaJoe
                    BananaJoe Most Active @Thomas Braun last edited by BananaJoe

                    @thomas-braun mhh, eventuell ist es so seit dem ich 2 JavaScript-Instanzen habe? Kann aber auch nicht stimmen ...

                    Thomas Braun 1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @BananaJoe last edited by

                      @bananajoe

                      Nee, ich hab z. B. nur eine Instanz laufen. Multithreading kann es aber ja trotzdem sein.

                      1 Reply Last reply Reply Quote 0
                      • Nico 0
                        Nico 0 @apollon77 last edited by

                        @apollon77

                        Also Admin Neustarten hat das Problem beseitigt... seitdem wird nichts mehr neu angezeigt. In den Logs waren die Nachrichten auch nicht doppelt.

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

                        Support us

                        ioBroker
                        Community Adapters
                        Donate

                        510
                        Online

                        31.9k
                        Users

                        80.1k
                        Topics

                        1.3m
                        Posts

                        5
                        11
                        548
                        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