Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Visualisierung
    4. Vis kann nicht mehr geoeffnet werden ueber www

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Vis kann nicht mehr geoeffnet werden ueber www

    This topic has been deleted. Only users with topic management privileges can see it.
    • Homoran
      Homoran Global Moderator Administrators last edited by

      Probier das mal:

      http://forum.iobroker.org/viewtopic.php … +npm#p2794

      Gruß

      Rainer

      1 Reply Last reply Reply Quote 0
      • C
        chaos99 last edited by

        die ist schon auf 5000 gesetzt,

        ich versuch jetzt gerade das ganze per hand upzudaten,

        was jetzt aber schonmal anders ist :

        wenn ich ./iobroker update

        machen will muss ich erst in den ordner /opt/iobroker/ gehen, vorher konnte ich das von ganz vorne machen , also ohne irgend einen ordner zuwechseln, ist das normal ? oder hab ich da schon nen fehler?

        so ich hab jetzt mal den adapter hue installiert , über terminal.

        es wird mir bei adapter auch angezeigt das dieser jetzt instaliert ist , aber bei instanzen wird er nicht aufgeführt.

        restart hab ich gemacht

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

          @chaos99:

          wenn ich ./iobroker update

          machen will muss ich erst in den ordner /opt/iobroker/ gehen, `
          Das ist korrekt!

          da musst du immer rein auch für "npm install", sonst funktioniert das nicht.

          ..und noch ein ./iobroker upgrade machen

          Vielleicht setzt du doch besser alles nochmal auf - das übt 😉

          Gruß

          Rainer

          1 Reply Last reply Reply Quote 0
          • C
            chaos99 last edited by

            die installation hab ich vom ordner opt/iobroker/ gemacht

            ok dann hatte ich letzten was falsch , jetzt waere nur die frage warum die installierten adapter nicht in den Instanzen auftauchen

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

              wenn du sie von der konsole mit npm install iobroker.adaptername installierst, hast du noch keine Instanz erzeugt, sondern nur die Daten für den Adapter installiert.

              Diese Adapter müssten dann oben in der Liste stehen.

              Jetzt musst du davon über die WebUI noch eine Instanz erzeugen oder über die Konsole mit

              ./iobroker install adaptername
              

              die Instanz erzeugen.

              Gruß

              Rainer

              1 Reply Last reply Reply Quote 0
              • C
                chaos99 last edited by

                super ich probiere das nach her sofort aus, tausendmal dank fuer deine zeit…

                1 Reply Last reply Reply Quote 0
                • A
                  akamia last edited by

                  Hallo Rainer,

                  Du must schon weit über 100 Installationen durchgeführt haben auf verschieden Platformen für Deine Anleitung(en). Vielen Dank für die gute Doku.

                  … aber ich war auch in den Anfängen dieses Boards hier gleich dabei und schließe aufgrund von Erfahrungen einen Installationsfehler aus. Die Installationen führe ich fast nur über die Kommandozeile durch.

                  Hast Du folgendes mal probiert mit der neuen VIS-Version 0.2.10? Alles in opt/iobroker:

                  • Sauberes System ist Grundvoraussetzung

                  • npm install iobroker --production

                  • npm install iobroker.vis --production

                  Die Admin-Console selbst läuft sehr gut und schnell. VIS 0.2.10 läuft immer auf Fehler.

                  Gruß akamia

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

                    @akamia:

                    Du must schon weit über 100 Installationen durchgeführt haben auf verschieden Platformen für Deine Anleitung(en). Vielen Dank für die gute Doku. `
                    Danke für die Blumen 😉

                    Wie viele Installationen das waren weiß ich selber nicht mehr. ist aber doch kein Hexenwerk, wenn es nicht gerade der Raspi ist. Image drauf - 3 Zeilen und fertig.

                    früher hatte ich mir noch ein shell script geschrieben, das kam nach direkt nach dem Image per ftp auf die Karte / Platte und fertig 😉

                    @akamia:

                    aber ich war auch in den Anfängen dieses Boards hier gleich dabei `
                    weiß ich, 9 Tage nach mir 😉

                    @akamia:

                    Hast Du folgendes mal probiert mit der neuen VIS-Version 0.2.10? Alles in opt/iobroker:

                    • Sauberes System ist Grundvoraussetzung

                    • npm install iobroker –production

                    • npm install iobroker.vis --production `

                    bei mir läuft 0.2.10 ohne Problem auf einem Pi2

                    warum sollte ich da nochmal drüber?

                    Also habe ich extra für dich einen Cubietruck mit node bespielt und npm… gemacht:

                    ! ````
                    root@cubie:/opt/iobroker# npm install iobroker --production
                    npm ERR! not a package /root/tmp/npm-6563-UViVYWo7/1426073734093-0.7893530253786594/tmp.tgz
                    npm http GET https://registry.npmjs.org/iobroker
                    npm http 200 https://registry.npmjs.org/iobroker
                    npm http GET https://registry.npmjs.org/iobroker/-/iobroker-0.5.1.tgz
                    npm http 200 https://registry.npmjs.org/iobroker/-/iobroker-0.5.1.tgz
                    npm http GET https://registry.npmjs.org/yargs
                    npm http 200 https://registry.npmjs.org/yargs
                    npm http GET https://registry.npmjs.org/minimist
                    npm http 200 https://registry.npmjs.org/minimist
                    ! > iobroker@0.5.1 install /opt/iobroker/node_modules/iobroker
                    node lib/setup.js
                    ! npm install iobroker.js-controller --production --silent --prefix "/opt/iobroker/node_modules/iobroker/lib/../../../"
                    npm install iobroker.admin --production --silent --prefix "/opt/iobroker/node_modules/iobroker/lib/../../../"
                    Write "./iobroker start" to start the ioBroker
                    Auto-start was enabled. Write "update-rc.d -f iobroker.sh remove" to disable auto-start
                    iobroker is started. Go to "http://ip-addr:8081" to open the admin UI.
                    iobroker@0.5.1 node_modules/iobroker
                    └── yargs@1.2.6 (minimist@0.1.0)
                    root@cubie:/opt/iobroker#

                    
                    bei Installation von vis bekomme ich auch errors:
                    
                    >! ````
                    root@cubie:/opt/iobroker# npm install iobroker.vis --production
                    npm http GET https://registry.npmjs.org/iobroker.vis
                    npm http 200 https://registry.npmjs.org/iobroker.vis
                    npm http GET https://registry.npmjs.org/iobroker.vis/-/iobroker.vis-0.2.10.tgz
                    npm http 200 https://registry.npmjs.org/iobroker.vis/-/iobroker.vis-0.2.10.tgz
                    >! > iobroker.vis@0.2.10 install /opt/iobroker/node_modules/iobroker.vis
                    > node main.js
                    >! 2015-03-11 13:21:17.382  - info: info
                    2015-03-11 13:21:19.065  - error: vis.0 invalid config
                    npm ERR! iobroker.vis@0.2.10 install: `node main.js`
                    npm ERR! Exit status 2
                    npm ERR!
                    npm ERR! Failed at the iobroker.vis@0.2.10 install script.
                    npm ERR! This is most likely a problem with the iobroker.vis package,
                    npm ERR! not with npm itself.
                    npm ERR! Tell the author that this fails on your system:
                    npm ERR!     node main.js
                    npm ERR! You can get their info via:
                    npm ERR!     npm owner ls iobroker.vis
                    npm ERR! There is likely additional logging output above.
                    >! npm ERR! System Linux 3.4.105-sunxi
                    npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "iobroker.vis" "--production"
                    npm ERR! cwd /opt/iobroker
                    npm ERR! node -v v0.10.22
                    npm ERR! npm -v 1.3.14
                    npm ERR! code ELIFECYCLE
                    npm ERR!
                    npm ERR! Additional logging details can be found in:
                    npm ERR!     /opt/iobroker/npm-debug.log
                    npm ERR! not ok code 0
                    >! ````
                    
                    Die log datei ist unter der angegebenen Adresse````
                    npm ERR! Additional logging details can be found in:
                    npm ERR!     /opt/iobroker/npm-debug.log
                    ````nicht zu finden.
                    
                    Gruß
                    
                    Rainer
                    1 Reply Last reply Reply Quote 0
                    • Bluefox
                      Bluefox last edited by

                      @akamia:

                      Habe gerade neu aufgesetzt und nur Rega und RPC installiert. Läuft wunderbar. Anschießend wollte ich VIS mit "npm install iobroker.vis –production" im Verzeichnis "opt/iobroker" installieren und erhalte folgende Fehlermeldung:

                      2538 info install iobroker.vis@0.2.10
                      2539 verbose unsafe-perm in lifecycle false
                      2540 info iobroker.vis@0.2.10 Failed to exec install script
                      2541 info /opt/iobroker/node_modules/iobroker.vis unbuild
                      2542 info preuninstall iobroker.vis@0.2.10
                      2543 info uninstall iobroker.vis@0.2.10
                      2544 verbose true,/opt/iobroker/node_modules,/opt/iobroker/node_modules unbuild iobroker.vis@0.2.10
                      2545 info postuninstall iobroker.vis@0.2.10
                      2546 error iobroker.vis@0.2.10 install: `node main.js`
                      2546 error Exit status 2
                      2547 error Failed at the iobroker.vis@0.2.10 install script.
                      2547 error This is most likely a problem with the iobroker.vis package,
                      2547 error not with npm itself.
                      2547 error Tell the author that this fails on your system:
                      2547 error     node main.js
                      2547 error You can get their info via:
                      2547 error     npm owner ls iobroker.vis
                      2547 error There is likely additional logging output above.
                      2548 error System Linux 3.4.105-sunxi
                      2549 error command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "iobroker.vis" "--production"
                      2550 error cwd /opt/iobroker
                      2551 error node -v v0.10.22
                      2552 error npm -v 1.3.14
                      2553 error code ELIFECYCLE
                      2554 verbose exit [ 1, true ]
                      ```` `  
                      

                      VIS kann man momentan nicht installieren (nur updaten). Wird heute Abend gefixt.

                      1 Reply Last reply Reply Quote 0
                      • C
                        chaos99 last edited by

                        Rainer, vielen dank für die Info mit den Instanzen aktivieren, das hatte ich nicht auf dem schirm, kannst du das und wie man deinstalliert mit in deine Anleitung aufnehmen,

                        und kannst du mir mal den link schicken wo immer die Aktuelle version ist ,

                        vielen dank für eure hilfe

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

                          @Bluefox:

                          VIS kann man momentan nicht installieren (nur updaten). Wird heute Abend gefixt. `
                          Es gibt neue Version von js-controller die das Problem mit vis beseitig.

                          1 Reply Last reply Reply Quote 0
                          • A
                            akamia last edited by

                            Hi Bluefox,

                            vielen Dank. Neuinstallation jetzt problemlos mit VIS 0.2.11.

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

                              @chaos99:

                              Rainer, vielen dank für die Info mit den Instanzen aktivieren, das hatte ich nicht auf dem schirm, kannst du das und wie man deinstalliert mit in deine Anleitung aufnehmen,

                              und kannst du mir mal den link schicken wo immer die Aktuelle version ist ,

                              vielen dank für eure hilfe `

                              das mit der Deinstallation werde ich aufnehmen, danke für die Anregung.

                              Die aktuelle Anleitung befindet sich jetzt im Wiki:

                              https://github.com/ioBroker/ioBroker/wi … 20Handbuch

                              Gruß

                              Rainer

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

                              Support us

                              ioBroker
                              Community Adapters
                              Donate

                              1.1k
                              Online

                              31.7k
                              Users

                              79.7k
                              Topics

                              1.3m
                              Posts

                              7
                              30
                              5205
                              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