Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. node-red fenster nach update auf 2.4.0

    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

    node-red fenster nach update auf 2.4.0

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

      @fournierrf5

      1. Sehe ich gerade - Node Red startet nicht. Das sollte in den Instanzen auf ROT sein. Ich sehe auch nicht in meiner settings.js - was von max-old-space - hast Du an der settings.js rumgespielt.

      Ggf. hier wieder die Originaldatei einsetzen. Nach einem Adapterupdate wurde die aber eh überschrieben. Falls Du da Änderungen drin hattest, dann musst Du die halt nachziehen.

      /opt/iobroker/node_modules/iobroker.node-red/

      2021-11-06 14:24:52.532  - warn: node-red.0 (7546) node: ../deps/uv/src/unix/core.c:295: uv__finish_close: Assertion `0' failed.
      {1}
      2021-11-06 14:24:52.561  - info: node-red.0 (7546) node-red exited with null
      2021-11-06 14:24:52.532  - warn: node-red.0 (7546) node: ../deps/uv/src/unix/core.c:295: uv__finish_close: Assertion `0' failed.
      

      Das sieht mir so aus, als ob Du irgendwelche Nodes nachinstalliert hast, die Probleme mache. Suche Dir die Nodes raus und lösche die mit dem Paletten-Manager und aus dem entspechenden Flow.

      Um das zu machen - starte NodeRed im Sicherheitsmodus:

      28eeb4e1-c93e-4485-bb54-8b3e728bd229-image.png

      Damit solltest Du den fehlerhaften Flow bearbeiten und die Nodes entfernen können. Anschließend Sicherheitsmodus ausschalten und Adapter neu starten.

      F 1 Reply Last reply Reply Quote 0
      • F
        fournierrf5 @mickym last edited by

        @mickym

        Ich hab an einem problemlos laufenden system node.js von 10.xx auf 12.xx umgestellt, dann ist das der zustand, hundertmal durchversucht!

        Nodered ist übringens noch auf 3.9.3 belaseen, ändert aber nichts

        Wo geht die Systemzeit einstellen???

        mickym Thomas Braun 2 Replies Last reply Reply Quote 0
        • mickym
          mickym Most Active @fournierrf5 last edited by mickym

          @fournierrf5 Hast Du NodeRed im Sicherheitsmodus gestartet?

          Ein Version 3.9.3 gibts bei mir nicht.

          Die ab NR-Adapter 2.4 installierte NR Version ist:
          b08eacf1-cca7-4f37-8fe1-c30ef6c5aa16-image.png

          Dann hast Du ggf. in Deiner settings.js irgendwelche Authentifizierungseinstellungen gehabt - die Du ggf. nachziehen musst.

          Ein Beispiel:

          // The `https` setting requires the `fs` module. Uncomment the following
          // to make it available:
          //var fs = require("fs");
          
              
              // The following property can be used to enable HTTPS
              // See http://nodejs.org/api/https.html#https_https_createserver_options_requestlistener
              // for details on its contents.
              // See the comment at the top of this file on how to load the `fs` module used by
              // this setting.
              // 
              //https: {
              //    key: fs.readFileSync('privatekey.pem'),
              //    cert: fs.readFileSync('certificate.pem')
              //},
          

          Nach jedem Update wird das wieder überschrieben.
          Die massgebliche settings.js für den iobroker findest Du unter:

          /opt/iobroker/node_modules/iobroker.node-red/

          Und falls alles nichts hilft - halt Deine Flows wegsichern, NR-Adapter komplett löschen und neu installieren.

          F 1 Reply Last reply Reply Quote 0
          • F
            fournierrf5 @mickym last edited by

            @mickym

            Ja, bleibt unverändert verbindung verweigert

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

              @fournierrf5 sagte in node-red fenster nach update auf 2.4.0:

              Wo geht die Systemzeit einstellen???

              sudo raspi-config
              

              Da irgendwo in den Localizations. Menüpunkte haben sich mal geändert, weiß nicht was du da genau hast.

              Oder per

              sudo dpkg-reconfigure tzdata
              
              F 1 Reply Last reply Reply Quote 0
              • F
                fournierrf5 @fournierrf5 last edited by

                Ich hätte die flows eigentlich bestens aktuell gesichert, den ich versuch mal den adapter neu zu installieren...?

                mickym 1 Reply Last reply Reply Quote 0
                • F
                  fournierrf5 @Thomas Braun last edited by

                  @thomas-braun said in node-red fenster nach update auf 2.4.0:

                  sudo raspi-config

                  Local time is now: Sat Nov 6 14:54:28 GMT 2021.
                  Universal Time is now: Sat Nov 6 14:54:28 UTC 2021.

                  das war eingestellt...find ich nicht so falsch

                  Thomas Braun mickym 2 Replies Last reply Reply Quote 0
                  • mickym
                    mickym Most Active @fournierrf5 last edited by

                    @fournierrf5 Kannst falls Du irgendwas mit https gemacht hast noch die settings.js (s. voriges Posting) nachziehen.

                    Ansonsten aktuelle flows.json aus /opt/iobroker/iobroker-data/node-red wegsichern und Neuinstallation. Ansonsten halt die flows.json die noch funktioniert hat.

                    Entweder manuell dort hin kopieren oder über den Import reinziehen.

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

                      @fournierrf5

                      das war eingestellt...find ich nicht so falsch

                      Doch, das ist nicht die richtige Zeit für Österreich/Wien. Oder hast du da jetzt 14:59? Dann gehen alle deine Uhren falsch.

                      F 1 Reply Last reply Reply Quote 0
                      • F
                        fournierrf5 @Thomas Braun last edited by

                        @thomas-braun

                        schon geändert, ohne verbesserung

                        1 Reply Last reply Reply Quote 0
                        • mickym
                          mickym Most Active @fournierrf5 last edited by

                          @fournierrf5 sagte in node-red fenster nach update auf 2.4.0:

                          @thomas-braun said in node-red fenster nach update auf 2.4.0:

                          sudo raspi-config

                          Local time is now: Sat Nov 6 14:54:28 GMT 2021.
                          Universal Time is now: Sat Nov 6 14:54:28 UTC 2021.

                          das war eingestellt...find ich nicht so falsch

                          Na die GMT ist schon richtig - mE ist die Zeitzone falsch. Da LocalTime = GMT = UTC.

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

                            @mickym

                            Local time GMT ist falsch für Mitteleuropa.

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

                              @thomas-braun Na das mein ich ja. Also stimmt die Zeit, aber die Zeitzone nicht - die muss GMT +1 sein.

                              F Thomas Braun 2 Replies Last reply Reply Quote 0
                              • F
                                fournierrf5 @mickym last edited by

                                @mickym

                                jaja...ist docch schon längst, aber keine Veränderung

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

                                  @mickym

                                  Ja, das wird ja immer gerne beim Pi nicht (und ist dadurch dann falsch) eingestellt. Das kann aber auch gerade im Zusammenspiel mit Servern für schwere Verwirrung sorgen, z. T. wird auch bei Besucher aus der Zukunft der Zugang gesperrt.

                                  1 Reply Last reply Reply Quote 0
                                  • mickym
                                    mickym Most Active @fournierrf5 last edited by mickym

                                    @fournierrf5 Na bei mir kommt jedenfalls das:

                                    sudo raspi-config
                                    
                                    Current default time zone: 'Europe/Berlin'
                                    Local time is now:      Sat Nov  6 16:05:13 CET 2021.
                                    Universal Time is now:  Sat Nov  6 15:05:13 UTC 2021.
                                    

                                    01769fa5-8f6d-42c4-8a08-7bd64ad2d290-image.png

                                    Dann Europa => Wien - und wenn Wien nicht funktioniert dann nimmst halt Berlin. 😉

                                    F 1 Reply Last reply Reply Quote 0
                                    • F
                                      fournierrf5 @mickym last edited by

                                      @mickym

                                      bitte:

                                      Local time is now: Sat Nov 6 16:09:02 CET 2021.
                                      Universal Time is now: Sat Nov 6 15:09:02 UTC 2021.

                                      F 1 Reply Last reply Reply Quote 0
                                      • F
                                        fournierrf5 @fournierrf5 last edited by

                                        können wir die zeit dann mal so belassen?

                                        Thomas Braun mickym 2 Replies Last reply Reply Quote 0
                                        • Thomas Braun
                                          Thomas Braun Most Active @fournierrf5 last edited by

                                          @fournierrf5 sagte in node-red fenster nach update auf 2.4.0:

                                          können wir die zeit dann mal so belassen?

                                          Ist halt eminent wichtig. Wenn's jetzt passt...
                                          Ich hab die Ausgabe zum node-Check auch noch nicht gesehen, glaube ich.

                                          1 Reply Last reply Reply Quote 0
                                          • mickym
                                            mickym Most Active @fournierrf5 last edited by

                                            @fournierrf5 OK - dann ist die Zeit ja nun richtig -
                                            und ansonsten habe ich Dir ja Vorschläge geschickt - Einstellungen settings.js und Neuinstallation mit ggf. nochmaliger Sicherung der flows.json.

                                            Ich würde halt mit @Thomas-Braun alles gerade ziehen bevor Du den Adapter neu installierst.

                                            Thomas Braun 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            886
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            5
                                            85
                                            2128
                                            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