Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Visualisierung
  4. Kann vis/edit.html nicht finden

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    12
    1
    127

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    4.3k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.2k

Kann vis/edit.html nicht finden

Scheduled Pinned Locked Moved Visualisierung
80 Posts 10 Posters 7.7k Views 7 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Beowolf

    @thomas-braun

    Was meinst du mit silly?

    Das ist das was gekommen ist. War das nicht richtig?

    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    wrote on last edited by
    #36

    @beowolf

    Das hast du schon durch?

    To retry it disable/enable the adapter or restart host.

    iobroker add vis
    

    bringt?

    Linux-Werkzeugkasten:
    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
    NodeJS Fixer Skript:
    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

    B 1 Reply Last reply
    0
    • Thomas BraunT Thomas Braun

      @beowolf

      Das hast du schon durch?

      To retry it disable/enable the adapter or restart host.

      iobroker add vis
      

      bringt?

      B Offline
      B Offline
      Beowolf
      wrote on last edited by
      #37

      @thomas-braun
      Das

      
      pi@raspberrypi:~ $ iobroker add vis
      NPM version: 6.14.17
      Installing iobroker.vis@1.4.15... (System call)
      
      > iobroker.vis@1.4.15 install /opt/iobroker/node_modules/iobroker.vis
      > node main.js --install
      
      host.raspberrypi Cannot install iobroker.vis@1.4.15: 6
      pi@raspberrypi:~ $
      
      

      Die Natur braucht nicht unseren Schutz, sie braucht unsere Abwesenheit.

      Thomas BraunT 1 Reply Last reply
      0
      • B Beowolf

        @thomas-braun
        Das

        
        pi@raspberrypi:~ $ iobroker add vis
        NPM version: 6.14.17
        Installing iobroker.vis@1.4.15... (System call)
        
        > iobroker.vis@1.4.15 install /opt/iobroker/node_modules/iobroker.vis
        > node main.js --install
        
        host.raspberrypi Cannot install iobroker.vis@1.4.15: 6
        pi@raspberrypi:~ $
        
        
        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        wrote on last edited by
        #38

        @beowolf

        Ich vermute da ist der npm tree nicht sauber.

        cd /opt/iobroker
        sudo -H -u iobroker npm install iobroker.vis --loglevel error --prefix "/opt/iobroker"
        

        Linux-Werkzeugkasten:
        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
        NodeJS Fixer Skript:
        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

        B 1 Reply Last reply
        0
        • Thomas BraunT Thomas Braun

          @beowolf

          Ich vermute da ist der npm tree nicht sauber.

          cd /opt/iobroker
          sudo -H -u iobroker npm install iobroker.vis --loglevel error --prefix "/opt/iobroker"
          
          B Offline
          B Offline
          Beowolf
          wrote on last edited by
          #39

          @thomas-braun sagte in Kann vis/edit.html nicht finden:

          sudo -H -u iobroker npm install iobroker.vis --loglevel error --prefix "/opt/iobroker"

          Kommt das

          pi@raspberrypi:~ $ cd /opt/iobroker
          pi@raspberrypi:/opt/iobroker $ sudo -H -u iobroker npm install iobroker.vis --loglevel error --prefix "/opt/iobroker"
          
          > iobroker.vis@1.4.15 install /opt/iobroker/node_modules/iobroker.vis
          > node main.js --install
          
          npm ERR! code ELIFECYCLE
          npm ERR! errno 6
          npm ERR! iobroker.vis@1.4.15 install: `node main.js --install`
          npm ERR! Exit status 6
          npm ERR!
          npm ERR! Failed at the iobroker.vis@1.4.15 install script.
          npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
          
          npm ERR! A complete log of this run can be found in:
          npm ERR!     /home/iobroker/.npm/_logs/2022-06-01T08_51_46_521Z-debug.log
          pi@raspberrypi:/opt/iobroker $
          
          

          Die Natur braucht nicht unseren Schutz, sie braucht unsere Abwesenheit.

          Thomas BraunT crunchipC 2 Replies Last reply
          0
          • B Beowolf

            @thomas-braun sagte in Kann vis/edit.html nicht finden:

            sudo -H -u iobroker npm install iobroker.vis --loglevel error --prefix "/opt/iobroker"

            Kommt das

            pi@raspberrypi:~ $ cd /opt/iobroker
            pi@raspberrypi:/opt/iobroker $ sudo -H -u iobroker npm install iobroker.vis --loglevel error --prefix "/opt/iobroker"
            
            > iobroker.vis@1.4.15 install /opt/iobroker/node_modules/iobroker.vis
            > node main.js --install
            
            npm ERR! code ELIFECYCLE
            npm ERR! errno 6
            npm ERR! iobroker.vis@1.4.15 install: `node main.js --install`
            npm ERR! Exit status 6
            npm ERR!
            npm ERR! Failed at the iobroker.vis@1.4.15 install script.
            npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
            
            npm ERR! A complete log of this run can be found in:
            npm ERR!     /home/iobroker/.npm/_logs/2022-06-01T08_51_46_521Z-debug.log
            pi@raspberrypi:/opt/iobroker $
            
            
            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            wrote on last edited by
            #40

            @beowolf sagte in Kann vis/edit.html nicht finden:

            npm ERR! code ELIFECYCLE    
            npm ERR! errno 6
            

            Da fallen mir nur noch ekelige Dinge mit Dateien löschen ein. Ich weiß aber nicht was dann passiert.

            Linux-Werkzeugkasten:
            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
            NodeJS Fixer Skript:
            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

            crunchipC 1 Reply Last reply
            0
            • Thomas BraunT Thomas Braun

              @beowolf sagte in Kann vis/edit.html nicht finden:

              npm ERR! code ELIFECYCLE    
              npm ERR! errno 6
              

              Da fallen mir nur noch ekelige Dinge mit Dateien löschen ein. Ich weiß aber nicht was dann passiert.

              crunchipC Away
              crunchipC Away
              crunchip
              Forum Testing Most Active
              wrote on last edited by
              #41

              @thomas-braun oder mal eine ältere Version probieren

              umgestiegen von Proxmox auf Unraid

              Thomas BraunT 1 Reply Last reply
              0
              • crunchipC crunchip

                @thomas-braun oder mal eine ältere Version probieren

                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                wrote on last edited by
                #42

                @crunchip

                Ach stimmt, da war was mit vis und alten Versionen...
                Da ich aber kein vis einsetze weiß ich nicht wohin man da zurück gehen könnte.

                Linux-Werkzeugkasten:
                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                NodeJS Fixer Skript:
                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                B 1 Reply Last reply
                0
                • B Beowolf

                  @thomas-braun sagte in Kann vis/edit.html nicht finden:

                  sudo -H -u iobroker npm install iobroker.vis --loglevel error --prefix "/opt/iobroker"

                  Kommt das

                  pi@raspberrypi:~ $ cd /opt/iobroker
                  pi@raspberrypi:/opt/iobroker $ sudo -H -u iobroker npm install iobroker.vis --loglevel error --prefix "/opt/iobroker"
                  
                  > iobroker.vis@1.4.15 install /opt/iobroker/node_modules/iobroker.vis
                  > node main.js --install
                  
                  npm ERR! code ELIFECYCLE
                  npm ERR! errno 6
                  npm ERR! iobroker.vis@1.4.15 install: `node main.js --install`
                  npm ERR! Exit status 6
                  npm ERR!
                  npm ERR! Failed at the iobroker.vis@1.4.15 install script.
                  npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                  
                  npm ERR! A complete log of this run can be found in:
                  npm ERR!     /home/iobroker/.npm/_logs/2022-06-01T08_51_46_521Z-debug.log
                  pi@raspberrypi:/opt/iobroker $
                  
                  
                  crunchipC Away
                  crunchipC Away
                  crunchip
                  Forum Testing Most Active
                  wrote on last edited by crunchip
                  #43

                  @beowolf

                  cd /opt/iobroker
                  
                  npm install iobroker.vis@1.4.8 --debug
                  

                  umgestiegen von Proxmox auf Unraid

                  1 Reply Last reply
                  0
                  • Thomas BraunT Thomas Braun

                    @crunchip

                    Ach stimmt, da war was mit vis und alten Versionen...
                    Da ich aber kein vis einsetze weiß ich nicht wohin man da zurück gehen könnte.

                    B Offline
                    B Offline
                    Beowolf
                    wrote on last edited by Beowolf
                    #44

                    @thomas-braun

                    Also, wenn ich auf Adapter gehe, steht dort eigentlich, das keine VIS-Version installiert ist. Wenn ich versuche eine zu installieren, kommt das:

                    $ iobroker add vis auto --host raspberrypi
                    
                    NPM version: 6.14.17
                    
                    Installing iobroker.vis@1.4.15... (System call)
                    
                    > iobroker.vis@1.4.15 install /opt/iobroker/node_modules/iobroker.vis> node main.js --install
                    
                    host.raspberrypi Cannot install iobroker.vis@1.4.15: 6
                    
                    ERROR: Process exited with code 25
                    

                    Eine Auswahl an Versionen ist auch nicht da.

                    Die Natur braucht nicht unseren Schutz, sie braucht unsere Abwesenheit.

                    crunchipC 1 Reply Last reply
                    0
                    • B Beowolf

                      @thomas-braun

                      Also, wenn ich auf Adapter gehe, steht dort eigentlich, das keine VIS-Version installiert ist. Wenn ich versuche eine zu installieren, kommt das:

                      $ iobroker add vis auto --host raspberrypi
                      
                      NPM version: 6.14.17
                      
                      Installing iobroker.vis@1.4.15... (System call)
                      
                      > iobroker.vis@1.4.15 install /opt/iobroker/node_modules/iobroker.vis> node main.js --install
                      
                      host.raspberrypi Cannot install iobroker.vis@1.4.15: 6
                      
                      ERROR: Process exited with code 25
                      

                      Eine Auswahl an Versionen ist auch nicht da.

                      crunchipC Away
                      crunchipC Away
                      crunchip
                      Forum Testing Most Active
                      wrote on last edited by
                      #45

                      @beowolf siehe ein drüber

                      umgestiegen von Proxmox auf Unraid

                      B 1 Reply Last reply
                      0
                      • crunchipC crunchip

                        @beowolf siehe ein drüber

                        B Offline
                        B Offline
                        Beowolf
                        wrote on last edited by
                        #46

                        @crunchip

                        
                        pi@raspberrypi:~ $ cd /opt/iobroker
                        pi@raspberrypi:/opt/iobroker $ npm install iobroker.vis@1.4.8 --debug
                        
                        > iobroker.vis@1.4.8 install /opt/iobroker/node_modules/iobroker.vis
                        > node main.js --install
                        
                        npm ERR! code ELIFECYCLE
                        npm ERR! errno 6
                        npm ERR! iobroker.vis@1.4.8 install: `node main.js --install`
                        npm ERR! Exit status 6
                        npm ERR!
                        npm ERR! Failed at the iobroker.vis@1.4.8 install script.
                        npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                        
                        npm ERR! A complete log of this run can be found in:
                        npm ERR!     /home/iobroker/.npm/_logs/2022-06-01T09_14_39_692Z-debug.log
                        pi@raspberrypi:/opt/iobroker $
                        
                        

                        Wenn ich den pi platt mache und ioBroker neu installiere, dann ein Backup einspiele bin ich dann da wo ich jetzt bin, oder was passiert bei einem Restore?

                        Die Natur braucht nicht unseren Schutz, sie braucht unsere Abwesenheit.

                        crunchipC 1 Reply Last reply
                        0
                        • B Beowolf

                          @crunchip

                          
                          pi@raspberrypi:~ $ cd /opt/iobroker
                          pi@raspberrypi:/opt/iobroker $ npm install iobroker.vis@1.4.8 --debug
                          
                          > iobroker.vis@1.4.8 install /opt/iobroker/node_modules/iobroker.vis
                          > node main.js --install
                          
                          npm ERR! code ELIFECYCLE
                          npm ERR! errno 6
                          npm ERR! iobroker.vis@1.4.8 install: `node main.js --install`
                          npm ERR! Exit status 6
                          npm ERR!
                          npm ERR! Failed at the iobroker.vis@1.4.8 install script.
                          npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                          
                          npm ERR! A complete log of this run can be found in:
                          npm ERR!     /home/iobroker/.npm/_logs/2022-06-01T09_14_39_692Z-debug.log
                          pi@raspberrypi:/opt/iobroker $
                          
                          

                          Wenn ich den pi platt mache und ioBroker neu installiere, dann ein Backup einspiele bin ich dann da wo ich jetzt bin, oder was passiert bei einem Restore?

                          crunchipC Away
                          crunchipC Away
                          crunchip
                          Forum Testing Most Active
                          wrote on last edited by crunchip
                          #47

                          @beowolf vllt hilft es den npm cache zu löschen und anschliessend noch mal den install anstoßen

                          sudo -H -u iobroker npm cache clean --force
                          

                          @beowolf sagte in Kann vis/edit.html nicht finden:

                          dann ein Backup einspiele bin ich dann da wo ich jetzt bin

                          das kommt darauf an, ob das Problem schon in deinem Backup vorhanden ist

                          umgestiegen von Proxmox auf Unraid

                          B 1 Reply Last reply
                          0
                          • crunchipC crunchip

                            @beowolf vllt hilft es den npm cache zu löschen und anschliessend noch mal den install anstoßen

                            sudo -H -u iobroker npm cache clean --force
                            

                            @beowolf sagte in Kann vis/edit.html nicht finden:

                            dann ein Backup einspiele bin ich dann da wo ich jetzt bin

                            das kommt darauf an, ob das Problem schon in deinem Backup vorhanden ist

                            B Offline
                            B Offline
                            Beowolf
                            wrote on last edited by Beowolf
                            #48

                            @crunchip sagte in Kann vis/edit.html nicht finden:

                            sudo -H -u iobroker npm cache clean --force

                            So, ich habe jetzt den ganzen VIS-Kram in ioBroker mal gelöscht/deinstalliert.

                            VIS wieder installiert - siehe da - alles funktioniert wieder.

                            Kann das die Lösung sein?

                            Wenn es geht ist alles in Ordnung?

                            Die Natur braucht nicht unseren Schutz, sie braucht unsere Abwesenheit.

                            crunchipC 1 Reply Last reply
                            0
                            • B Beowolf

                              @crunchip sagte in Kann vis/edit.html nicht finden:

                              sudo -H -u iobroker npm cache clean --force

                              So, ich habe jetzt den ganzen VIS-Kram in ioBroker mal gelöscht/deinstalliert.

                              VIS wieder installiert - siehe da - alles funktioniert wieder.

                              Kann das die Lösung sein?

                              Wenn es geht ist alles in Ordnung?

                              crunchipC Away
                              crunchipC Away
                              crunchip
                              Forum Testing Most Active
                              wrote on last edited by
                              #49

                              @beowolf warum wird immer was anderes gemacht, als was man sollte?

                              Klar kann man vis löschen und wo ist nun dein Projekt?

                              umgestiegen von Proxmox auf Unraid

                              B 1 Reply Last reply
                              0
                              • crunchipC crunchip

                                @beowolf warum wird immer was anderes gemacht, als was man sollte?

                                Klar kann man vis löschen und wo ist nun dein Projekt?

                                B Offline
                                B Offline
                                Beowolf
                                wrote on last edited by
                                #50

                                @crunchip
                                Es ist alles da. Alle Views usw. sind da.

                                Die Natur braucht nicht unseren Schutz, sie braucht unsere Abwesenheit.

                                sigi234S 1 Reply Last reply
                                0
                                • B Beowolf

                                  @crunchip
                                  Es ist alles da. Alle Views usw. sind da.

                                  sigi234S Online
                                  sigi234S Online
                                  sigi234
                                  Forum Testing Most Active
                                  wrote on last edited by
                                  #51

                                  @beowolf sagte in Kann vis/edit.html nicht finden:

                                  @crunchip
                                  Es ist alles da. Alle Views usw. sind da.

                                  Vergiss nicht deine Projekte zu exportieren und extern zu sichern.

                                  Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                  Immer Daten sichern!

                                  B 1 Reply Last reply
                                  0
                                  • sigi234S sigi234

                                    @beowolf sagte in Kann vis/edit.html nicht finden:

                                    @crunchip
                                    Es ist alles da. Alle Views usw. sind da.

                                    Vergiss nicht deine Projekte zu exportieren und extern zu sichern.

                                    B Offline
                                    B Offline
                                    Beowolf
                                    wrote on last edited by
                                    #52

                                    @sigi234
                                    Mache ich

                                    Die Natur braucht nicht unseren Schutz, sie braucht unsere Abwesenheit.

                                    O 1 Reply Last reply
                                    0
                                    • B Beowolf

                                      @sigi234
                                      Mache ich

                                      O Offline
                                      O Offline
                                      Oli
                                      wrote on last edited by Oli
                                      #53

                                      @beowolf

                                      sorry muss hier nochmal nachhacken. Ich habe nach einer Backup Wiederherstellung das gleiche Problem.

                                      Mein System ist als Docker auf einem Qnap Nas installiert.

                                      Wie bist du genau vorgegangen?

                                      Gruß
                                      Oliver

                                      crunchipC 1 Reply Last reply
                                      0
                                      • O Oli

                                        @beowolf

                                        sorry muss hier nochmal nachhacken. Ich habe nach einer Backup Wiederherstellung das gleiche Problem.

                                        Mein System ist als Docker auf einem Qnap Nas installiert.

                                        Wie bist du genau vorgegangen?

                                        crunchipC Away
                                        crunchipC Away
                                        crunchip
                                        Forum Testing Most Active
                                        wrote on last edited by
                                        #54

                                        @oli bei einem Backup sollte man vorher manuell vis installieren, dann sollte es keine Probleme geben.

                                        umgestiegen von Proxmox auf Unraid

                                        O B 2 Replies Last reply
                                        0
                                        • crunchipC crunchip

                                          @oli bei einem Backup sollte man vorher manuell vis installieren, dann sollte es keine Probleme geben.

                                          O Offline
                                          O Offline
                                          Oli
                                          wrote on last edited by
                                          #55

                                          @crunchip
                                          super, dass hätte ich mal vorher wissen sollen und wie biege ich das jetzt wieder hin?

                                          Gruß
                                          Oliver

                                          B 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          578

                                          Online

                                          32.7k

                                          Users

                                          82.4k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Home
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe