Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. shelly adapter und node.js update

    NEWS

    • Neues Video "KI im Smart Home" - ioBroker plus n8n

    • Neues Video über Aliase, virtuelle Geräte und Kategorien

    • Wir empfehlen: Node.js 22.x

    shelly adapter und node.js update

    This topic has been deleted. Only users with topic management privileges can see it.
    • Thomas Braun
      Thomas Braun Most Active @41vsy last edited by Thomas Braun

      @41vsy

      Jag den

      iob stop
      iob fix
      iob start
      

      mal drüber. Ist das wieder sowas virtualisiertes da? Proxmox? Docker?

      Homoran 4 2 Replies Last reply Reply Quote 0
      • Homoran
        Homoran Global Moderator Administrators @Thomas Braun last edited by Homoran

        @thomas-braun sagte in shelly adapter und node.js update:

        Ist das wieder sowas virtualisiertes da? Proxmox? Docker?

        @41vsy
        um solche immer wiederkehrenden notwendigen Nachfragen zu minimieren, solltest du die Fragen im Eröffnungspost beantworten.

        1 Reply Last reply Reply Quote 0
        • 4
          41vsy @Thomas Braun last edited by

          @thomas-braun

          Hab es getestet. Leider ohne Erfolg. Es kommt zwar keine Fehlermeldung oder überhaupt eine Rückmeldung, allerdings lässt sich danach auch nicht der Adapter oder node.js aktualisieren.

          Ja, der ioBroker läuft auf einem LXC Container in Proxmox.

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

            @41vsy

            Dann manuell:

            curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh
            
            4 1 Reply Last reply Reply Quote 0
            • 4
              41vsy @Thomas Braun last edited by

              @thomas-braun

              oki. ich habe den Befehl ausgeführt. Bekomme keine Rückmeldung / Diagnose.

              iob@iobroker:~$ curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh
              iob@iobroker:~$ 
              
              
              Thomas Braun 1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @41vsy last edited by

                @41vsy
                Versuch es so:

                curl -L -o diag.sh https://iobroker.net/diag.sh && bash diag.sh
                
                4 1 Reply Last reply Reply Quote 0
                • 4
                  41vsy @Thomas Braun last edited by

                  @thomas-braun said in shelly adapter und node.js update:

                  curl -L -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                  jetzt gab es ne Reaktion..

                    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                                   Dload  Upload   Total   Spent    Left  Speed
                    0     0    0     0    0     0      0      0 --:--:--  0:00:19 --:--:--     0curl: (6) Could not resolve host: iobroker.net
                  
                  Homoran 1 Reply Last reply Reply Quote 0
                  • Homoran
                    Homoran Global Moderator Administrators @41vsy last edited by

                    @41vsy sagte in shelly adapter und node.js update:

                    Could not resolve host: iobroker.net

                    dein Netzwerk hat ein Problem!
                    Wahrscheinlich mit dem DNS

                    4 1 Reply Last reply Reply Quote 0
                    • 4
                      41vsy @Homoran last edited by

                      @homoran

                      mir ist jetzt noch etwas aufgefallen, mehr oder weniger zufällig.

                      vis-2.0
                      2025-09-12 13:21:21.425	error	Cannot check license: Error: getaddrinfo EAI_AGAIN iobroker.net
                      
                      vis-2.0
                      2025-09-12 13:21:21.422	warn	License is invalid 1. Error: Error: getaddrinfo EAI_AGAIN iobroker.net
                      

                      Also die VIS läuft super, aber vllt gibt es da ja einen Zusammenhang.

                      Thomas Braun Homoran 2 Replies Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @41vsy last edited by

                        @41vsy

                        Deine Installation kommt nicht ins Netz raus.

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

                          @41vsy sagte in shelly adapter und node.js update:

                          EAI_AGAIN

                          yepp, du hast ein DNS Problem

                          4 1 Reply Last reply Reply Quote 0
                          • 4
                            41vsy @Homoran last edited by

                            @homoran

                            @thomas-braun

                            ok.

                            Ich habe in einem Forum ein ähnliches Problem gefunden. Und da hat man auf einen Befehl.

                            ifconfig
                            route
                            cat /etc/resolv.conf
                            

                            Ergebnis bei mir:

                            iob@iobroker:~$ ifconfig
                            route
                            cat /etc/resolv.conf
                            -bash: ifconfig: command not found
                            -bash: route: command not found
                            # --- BEGIN PVE ---
                            search local
                            nameserver 192.168.178.1
                            # --- END PVE ---
                            

                            Also ich weiß, dass mein Netzwerk 192.168.40.xxx ist. Gibt es da einen Zusammenhang? -- schon mal riesen Dank

                            4 Homoran da_Woody 3 Replies Last reply Reply Quote 0
                            • 4
                              41vsy @41vsy last edited by

                              Bei dem Problem ging es eigentlich um den Telegramm Adapter und das man auf IPv4 umstellen soll. Bei mir ist IPv6 aktiv. Der Post / das Problem / Lösung ist von 2022, kann es heute auch noch so sein? Soll ich das mal testen?

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

                                @41vsy

                                Ich hab von LXC/Proxmox keine Ahnung.
                                Ist mir immer zu kompliziert.

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

                                  @41vsy sagte in shelly adapter und node.js update:

                                  Gibt es da einen Zusammenhang

                                  ich denke da ist im lxc rinfach kein/nicht der richtige DNS eingetragen.

                                  Aber

                                  @thomas-braun sagte in shelly adapter und node.js update:

                                  Ich hab von LXC... keine Ahnung.
                                  Ist mir immer zu kompliziert.

                                  genau wegen sowas!

                                  4 1 Reply Last reply Reply Quote 0
                                  • 4
                                    41vsy @Homoran last edited by

                                    @homoran ok. Dann danke schon mal. Werd dann noch etwas weiter suchen. Es hat ja schon mal funktioniert, dann wird es auch wieder werden

                                    4 1 Reply Last reply Reply Quote 0
                                    • da_Woody
                                      da_Woody @41vsy last edited by

                                      @41vsy sagte in shelly adapter und node.js update:

                                      Also ich weiß, dass mein Netzwerk 192.168.40.xxx ist.

                                      Sicher nicht dein Netzwerk, max die IP deines lxc.

                                      4 1 Reply Last reply Reply Quote 0
                                      • 4
                                        41vsy @41vsy last edited by

                                        @haselchen @Homoran @Thomas-Braun

                                        Ich danke euch – scheint jetzt alles zu laufen. Node.js und der Shelly-Adapter sind aktuell.

                                        Problem und Lösung
                                        Vor einiger Zeit konnte ich nicht über einen VPN-Zugang auf mein System zugreifen. Das Problem lag daran, dass sowohl die externe Fritz!Box als auch meine Fritz!Box zu Hause die gleiche IP verwendeten. Daraufhin habe ich die IP bei mir zu Hause umgestellt.

                                        Auf meinem Proxmox-Server hatte ich diese Änderung zwar unter Netzwerk korrekt eingetragen, aber beim DNS-Server war noch die alte IP hinterlegt. Komischerweise gab es zwar keine Ausfälle, allerdings scheinbar Probleme bei bestimmten Anwendungen.

                                        Jetzt läuft alles wie es soll – danke nochmal!

                                        1 Reply Last reply Reply Quote 0
                                        • 4
                                          41vsy @da_Woody last edited by

                                          @da_woody

                                          Mag sein. Ich kenne mich den ganzen Begriffen nicht so 100% aus. Jedenfalls haben sämtliche Geräte in meinem Netzwerk zu Hause diese IP... 🙂

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

                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          483
                                          Online

                                          32.1k
                                          Users

                                          80.6k
                                          Topics

                                          1.3m
                                          Posts

                                          node.js22 shelly adapter update upgrade
                                          5
                                          22
                                          217
                                          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