Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Visualisierung
    4. HABPanel Installation klappt nicht

    NEWS

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

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    UNSOLVED HABPanel Installation klappt nicht

    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      Thomas75 0 last edited by

      Hallo,
      mein erster Post, ich hoffe ich beschreibe es richtig... Die Installation des HABPanels auf dem Raspberry PI3 mit Betriebssystem RaspIOS lite klappt einfach nicht. Die Fehlermeldung wird angezeigt:

      $ ./iobroker add habpanel  --host raspberrypi
      NPM version: 6.14.10
      npm install iobroker.habpanel@0.4.3 --loglevel error --prefix "/opt/iobroker" (System call)
      npm ERR! code ENOTSUP
      npm ERR! notsup Unsupported engine for got@5.7.1: wanted: {"node":">=0.10.0 <7"} (current: {"node":"10.23.1","npm":"6.14.10"})
      npm ERR! notsup Not compatible with your version of node/npm: got@5.7.1
      npm ERR! notsup Not compatible with your version of node/npm: got@5.7.1
      npm ERR! notsup Required: {"node":">=0.10.0 <7"}
      npm ERR! notsup Actual:   {"npm":"6.14.10","node":"10.23.1"}
      
      npm ERR! A complete log of this run can be found in:npm ERR!     /home/iobroker/.npm/_logs/2021-01-17T14_10_44_513Z-debug.log
      ERROR: host.raspberrypi Cannot install iobroker.habpanel@0.4.3: 1
      ERROR: process exited with code 25
      

      Danke für eure Hilfe.
      Gruß
      Thomas

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

        @thomas75-0

        cd /opt/iobroker
        npm cache  clear --force
        

        Und mal schauen was die node-Installation so sagt:

        which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
        
        T 1 Reply Last reply Reply Quote 0
        • T
          Thomas75 0 @Thomas Braun last edited by

          @thomas-braun said in HABPanel Installation klappt nicht:

          which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs

          Das hat leider nicht geklappt. Ist immer noch der gleiche Fehler.

          Die node-Installation sagt:

          /usr/bin/nodejs
          v10.23.1
          /usr/bin/node
          v10.23.1
          /usr/bin/npm
          6.14.10
          nodejs:
            Installed: 10.23.1-1nodesource1
            Candidate: 10.23.1-1nodesource1
            Version table:
           *** 10.23.1-1nodesource1 500
                  500 https://deb.nodesource.com/node_10.x buster/main armhf Packages
                  100 /var/lib/dpkg/status
               10.23.1~dfsg-1~deb10u1 500
                  500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
          
          
          Thomas Braun 1 Reply Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @Thomas75 0 last edited by

            @thomas75-0

            Node könntest du nebenher auf node12 aktualisieren.
            Zum Fehler:
            https://github.com/iobroker-community-adapters/ioBroker.habpanel/issues/81

            kuumaur created this issue in iobroker-community-adapters/ioBroker.habpanel

            closed Getting error while installing - ERR! notsup Not compatible with your version of node/npm #81

            T 1 Reply Last reply Reply Quote 0
            • T
              Thomas75 0 @Thomas Braun last edited by Thomas75 0

              @thomas-braun

              Okay, Habe auf node12 umgestellt:

              /usr/bin/nodejs
              v12.20.1
              /usr/bin/node
              v12.20.1
              /usr/bin/npm
              6.14.10
              nodejs:
                Installed: 12.20.1-1nodesource1
                Candidate: 12.20.1-1nodesource1
                Version table:
               *** 12.20.1-1nodesource1 500
                      500 https://deb.nodesource.com/node_12.x buster/main armhf Packages
                      100 /var/lib/dpkg/status
                   10.23.1~dfsg-1~deb10u1 500
                      500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
              

              Danach

              cd /opt/iobroker
              npm cache  clear --force
              

              und

              which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs 
              

              Aber leider klappt es immer noch nicht. Gleicher Fehler bei der Installation.

              $ ./iobroker add habpanel  --host raspberrypi
              NPM version: 6.14.10
              npm install iobroker.habpanel@0.4.3 --loglevel error --prefix "/opt/iobroker" (System call)
              npm ERR! code ENOTSUP
              npm ERR! notsup Unsupported engine for got@5.7.1: wanted: {"node":">=0.10.0 <7"} (current: {"node":"12.20.1","npm":"6.14.10"})
              npm ERR! notsup Not compatible with your version of node/npm: got@5.7.1
              npm ERR! notsup Not compatible with your version of node/npm: got@5.7.1npm ERR! notsup Required: {"node":">=0.10.0 <7"}npm ERR! notsup Actual:   {"npm":"6.14.10","node":"12.20.1"}
              
              npm ERR! A complete log of this run can be found in:npm ERR!     /home/iobroker/.npm/_logs/2021-01-17T19_16_10_445Z-debug.log
              ERROR: host.raspberrypi Cannot install iobroker.habpanel@0.4.3: 1
              ERROR: process exited with code 25
              
              Thomas Braun 1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @Thomas75 0 last edited by

                @thomas75-0 Ja, hast du den Issue auf GitHub gesehen? Da muss der Maintainer wohl ran.

                T 1 Reply Last reply Reply Quote 0
                • T
                  Thomas75 0 @Thomas Braun last edited by

                  @thomas-braun
                  Okay, hab ich gesehen. Scheint das gleiche zu sein. Dann abwarten?

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

                    @thomas75-0 Ja, da sind vermutlich die dependencies falsch.

                    T 1 Reply Last reply Reply Quote 0
                    • T
                      Thomas75 0 @Thomas Braun last edited by

                      @thomas-braun
                      Danke!

                      1 Reply Last reply Reply Quote 0
                      • Friedhofsblond
                        Friedhofsblond last edited by Friedhofsblond

                        @thomas75-0
                        Moin,
                        wollte eben auch mal HabPanel ausprobieren - Installation funktioniert nicht. 😞

                        Gibts einen Trick ??

                        IOB: v5.1.28
                        PLATTFORM: LINUX
                        RAM: 7.3 GB
                        NODE.JS: V12.22.7
                        NPM: 6.14.15

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

                          @friedhofsblond sagte in HABPanel Installation klappt nicht:

                          Installation funktioniert nicht.

                          Konkret? Meldungen im LogFile?
                          Grundsätzlich geht es nämlich:

                          echad@chet:~ $ iobroker add habpanel
                          NPM version: 6.14.15
                          npm install iobroker.habpanel@0.4.3 --loglevel error --prefix "/opt/iobroker" (System call)
                          host.chet install adapter habpanel
                          upload [0] habpanel.admin /opt/iobroker/node_modules/iobroker.habpanel/admin/habpanel.png habpanel.png image/png
                          (...upload gekürzt...)
                          upload [0] habpanel /opt/iobroker/node_modules/iobroker.habpanel/www/app/app.js app/app.js application/javascript
                          host.chet object system.adapter.habpanel created/updated
                          host.chet create instance habpanel
                          host.chet object system.adapter.habpanel.upload created
                          host.chet object system.adapter.habpanel.0 created
                          
                          Friedhofsblond 1 Reply Last reply Reply Quote 0
                          • Friedhofsblond
                            Friedhofsblond @Thomas Braun last edited by

                            @thomas-braun
                            hm, sorry bin erst ein paar Tage bei ioBroker.
                            Muß ich den Adapter irgendwie anders installieren?
                            Protokoll steht auf debug - zeigt überhaupt nix an beim Installversuch

                            iobw.PNG

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

                              @friedhofsblond

                              iobroker.web nicht installiert?

                              iobroker list instances | grep web
                              

                              Am besten nimmst du die Konsole für die Administrierung des iobrokers her. Geht am einfachsten.

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

                                @thomas-braun
                                Ja sorry Anfängerfehler - aus dem Web funktionierte es jetzt - Danke 😉

                                Welche Icons sollte man hier verwenden SVG oder PNG ?

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

                                Support us

                                ioBroker
                                Community Adapters
                                Donate

                                848
                                Online

                                32.0k
                                Users

                                80.5k
                                Topics

                                1.3m
                                Posts

                                3
                                14
                                617
                                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