Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. js-controller 4.0.x jetzt für alle User im STABLE!

    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

    js-controller 4.0.x jetzt für alle User im STABLE!

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

      @fredf sagte in js-controller 4.0.x jetzt für alle User im STABLE!:

      (Bis auf das BLE Problem

      Das steht auch ganz oben im ersten Post, wir haben schon ein Fix für die eine Library die da nicht rebuilden will, der muss nur noch ausgerollt werden

      FredF 1 Reply Last reply Reply Quote 0
      • M
        Magnus 0 @apollon77 last edited by

        @apollon77

        Danke für die schnelle Antwort.

        Bzgl. dem Info-Adapter: Ok, perfekt, wenn ein Update kommt löst sich das ja von selbst irgendwann... den aktuellen habe ich...

        Bzgl. dem Time-Wert: Ok, mach ich, d. h. das wird vermutlich auch irgendwann mit einem Update gefixt?

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

          @apollon77

          Ok mach ich. Danke!

          1 Reply Last reply Reply Quote 1
          • Rene55
            Rene55 @apollon77 last edited by Rene55

            @apollon77 Ich hab dann heute das aktuellste Image von @buanet installiert. Das war mit jsController 4.0.15 und dem aktuellen Admin sofort da. Dann habe ich versucht, mein Backup von letzter Nacht einzuspielen. Hier wurde angemeckert dass The current version of js-controller differs from the version in the backup. The js-controller version of the backup can not be restored automatically. To restore the js-controller version of the backup, execute "npm i iobroker.js-controller@3.3.22 --production" inside your ioBroker directory.

            Das hab ich dann nach Anleitung mit '--force' nochmals versucht. Dabei wurde der Admin wieder auf 5.2.3 downgegradet. (Alles nichts für schwache Nerven) Aktuell installiert ioB die Adapter, so dass ich davon ausgehe, dass es auch bei mir geklappt hat.

            foxriver76 1 Reply Last reply Reply Quote 0
            • ostseereiter
              ostseereiter @FredF last edited by

              @fredf sagte in js-controller 4.0.x jetzt für alle User im STABLE!:

              npm install --production

              Danke ist grün

              1 Reply Last reply Reply Quote 0
              • foxriver76
                foxriver76 Developer @Rene55 last edited by

                @rene55 Der Admin wird in der Version installiert wie er im Backup vorhanden war. So wird sichergestellt dass du 1 zu 1 die selbe Installation wie im Backup bekommst, js-controller ausgenommen wenn du mit force arbeitest. Weiß nicht was da nichts für schwache Nerven ist, ein Backup schiebt dich im Besten Fall 1 zu 1 zurück zu einem früheren Zeitpunkt.

                Rene55 1 Reply Last reply Reply Quote 1
                • Rene55
                  Rene55 @foxriver76 last edited by

                  @foxriver76 Danke für die erklärenden Worte. Ich hatte mir nur die Consolenausgaben angesehen und war etwas überrascht. Aber nach der Erklärung wird's verständlich. Der ioB hat jetzt alle Adapter nachgezogen und alles scheint zu laufen. Also auch von mir, Daumen hoch für den js-Controller 4.x.

                  1 Reply Last reply Reply Quote 1
                  • wendy2702
                    wendy2702 last edited by

                    Hi,

                    ich habe mit dem JS4.0.15 Problem mit dem automatischen Stoppen der Adapter. Aktuell aufgefallen beim birthdays Adapter. Wenn ich hier zum Beipiel das loglevel ändere wird die Instanz bzw. der Prozess scheinbar nicht gestoppt was dann das zur Folge hat:

                    2022-02-28 09:53:31.901  - debug: birthdays.1 (13847) filling next with 11 days left
                    2022-02-28 09:53:31.915  - debug: birthdays.1 (13847) filling nextAfter with 26 days left
                    2022-02-28 09:53:46.434  - info: host.iobroker stopInstance system.adapter.birthdays.1 (force=false, process=true)
                    2022-02-28 09:53:46.434  - info: host.iobroker stopInstance canceled schedule system.adapter.birthdays.1
                    2022-02-28 09:53:49.577  - info: host.iobroker instance scheduled system.adapter.birthdays.1 0 0 * * *
                    2022-02-28 09:53:49.606  - info: host.iobroker instance system.adapter.birthdays.1 started with pid 13871
                    2022-02-28 09:53:50.445  - error: birthdays.1 (13871) birthdays.1 already running
                    2022-02-28 09:53:50.447  - warn: birthdays.1 (13871) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                    2022-02-28 09:53:51.069  - error: host.iobroker instance system.adapter.birthdays.1 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                    2022-02-28 09:54:15.748  - info: host.iobroker "system.adapter.birthdays.1" disabled
                    2022-02-28 09:54:15.749  - info: host.iobroker stopInstance system.adapter.birthdays.1 (force=false, process=false)
                    2022-02-28 09:54:15.750  - info: host.iobroker stopInstance canceled schedule system.adapter.birthdays.1
                    2022-02-28 09:54:22.474  - info: host.iobroker "system.adapter.birthdays.1" enabled
                    2022-02-28 09:54:22.474  - info: host.iobroker stopInstance system.adapter.birthdays.1 (force=false, process=false)
                    2022-02-28 09:54:25.615  - info: host.iobroker instance scheduled system.adapter.birthdays.1 0 0 * * *
                    2022-02-28 09:54:25.644  - info: host.iobroker instance system.adapter.birthdays.1 started with pid 13916
                    2022-02-28 09:54:26.630  - error: birthdays.1 (13916) birthdays.1 already running
                    2022-02-28 09:54:26.631  - warn: birthdays.1 (13916) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                    2022-02-28 09:54:27.252  - error: host.iobroker instance system.adapter.birthdays.1 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                    
                    

                    Ist das noch ein Problem vom Controller oder Adapter oder ganz was anderes?

                    arteck apollon77 2 Replies Last reply Reply Quote 0
                    • arteck
                      arteck Developer Most Active @wendy2702 last edited by

                      @wendy2702 sagte in js-controller 4.0.x jetzt für alle User im STABLE!:

                      birthdays Adapter

                      der läuft doch über cronjob oder ?

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

                        @arteck Ja.

                        Der Prozess bleibt aber auch aktiv wenn ich die Instanz im Admin Stoppe

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

                          Moin,

                          ich schätze, mein Fehler hat auch mit dem js-controller zu tun.

                          Ich musste einen iobroker neu installieren. Dieses habe ich nun 3 Mal durchgeführt, immer selbes Ergebnis:

                          Im Log:

                          admin.0
                          2022-02-28 10:34:22.677	warn	Cannot update news: getaddrinfo EAI_AGAIN iobroker.live
                          admin.0
                          2022-02-28 10:34:22.672	warn	Cannot update rating: getaddrinfo EAI_AGAIN rating.iobroker.net
                          admin.0
                          2022-02-28 10:05:23.273	warn	Active repository "stable cannot be read
                          admin.0
                          2022-02-28 10:05:23.272	warn	Repository cannot be read: Active repo - stable
                          

                          Zudem, klicke ich auf Benutzer, erscheint dieses:

                          5d06fa5c-41da-4c86-9932-fd93344b465a-image.png

                          Ich habe sowohl die automatische als auch die manuelle Installation durchgeführt, habe neues Linux genutzt, keine andere Verwendung des Raspis gehabt.

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

                            @patrickfro

                            Schaut nach Netzwerkproblemen aus.

                            P 1 Reply Last reply Reply Quote 0
                            • P
                              PatrickFro @Thomas Braun last edited by

                              @thomas-braun Ich habe den Adminadapter mal downgegradet, funktionierte. Eine neuere Version wurde mir dann auch direkt angeboten. Somit war dieses Problem vielleicht auch nur kurzfristig

                              Zumindest das untere Problem haben laut Github auch andere.

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

                                Noch ein Test: Ich habe ein Backup eines anderen Raspis mit IoBroker auf den neuen aufgespielt, selbes Verhalten mit Absturz bei klick auf "Benutzer"

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

                                  @patrickfro Also das sind DNS Lookup issues ... es gab nen anderen User der auch berichtet hat das das bei einem Reboot manchmal passiert.. Wenn er danach Adapter manuell restartet passiert es nicht. Das wäre dann irgendwie ein Timeing issue beim Boot und verfügbarkeit vom DNS Dienst ... müsste man aber getrennt anschauen weil dafür kann der Controller nichts.

                                  Auch das Standard systemd service hat "after network.target" drin, also sollte an sich alles passen ... keine Ahnung was da besonders ist.

                                  Wäre für mich langsam wert einen eigenen Thread zu haben wo man dem auf den Grund geht

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

                                    @wendy2702 Naja, da kein anderer Schedule Adapter scheinbar isues macht wäre ich erstmal beim Adapter und nicht beim Controller 🙂 Gff mal issue beim Adapter öffnen.

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

                                      @patrickfro Und für das Admin issue bitte dort ein Issue öffnen

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

                                        @apollon77 Danke für die Info. Letztlich ist das für mich kein Problem, da alles trotzdem funktioniert und bisher bei jeder Installation nur jeweils einmal bzw. bei Neustart angezeigt wurde.

                                        Das zweite Problem (das Bild) ist aber was anderes. Kann dieses denn auch mit dem js-Controller zu tun haben? Gerade habe ich zum weiteren Test auch eine neue VM in Proxmox angelegt und IoBroker installiert. Auch hier habe ich die Abstürze beim Reiter Benutzer. Es ist somit nichts Raspi-spezifisches.

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

                                          @apollon77 Ok, also eher Admin. Dafür sind schon mehrere Threats geöffnet. Dann werde ich mal abwarten, was da passiert und leider bis dahin im Keller keine Alarmanlage haben.

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

                                            @apollon77 sagte in js-controller 4.0.x jetzt für alle User im STABLE!:

                                            @wendy2702 Naja, da kein anderer Schedule Adapter scheinbar isues macht wäre ich erstmal beim Adapter und nicht beim Controller 🙂 Gff mal issue beim Adapter öffnen.

                                            Scheinbar war das schon bekannt und es gab gerade eine neue Version. Mal testen und beobachten.

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

                                            Support us

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

                                            421
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            83
                                            501
                                            119336
                                            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