Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. [gelöst]Probleme mit vis

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    [gelöst]Probleme mit vis

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

      Das geht doch nicht mit rechten Dingen zu.

      So ganz banale Dinge wie Browsercache oder anderen Browser hast du bestimmt schon probiert.

      Jetzt müsste man linux können 😞

      Versuch mal

      sudo iobroker list instances
      

      Mal sehen was er dir sagt.

      Gruß

      Rainer

      1 Reply Last reply Reply Quote 0
      • O
        Okidoki3009 last edited by

        pi@raspberrypi:~ $ sudo iobroker list instances
        system.adapter.admin.0                 : admin       -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
        system.adapter.cloud.0                 : cloud       -  enabled
        system.adapter.discovery.0             : discovery   -  enabled
        system.adapter.fhem.0                  : fhem        -  enabled, port: 7072
        system.adapter.hue.0                   : hue         -  enabled, port: 80
        system.adapter.rpi2.0                  : rpi2        -  enabled
        system.adapter.samsung.0               : samsung     -  enabled
        system.adapter.scenes.0                : scenes      -  enabled
        system.adapter.sonos.0                 : sonos       -  enabled
        system.adapter.vis.0                   : vis         -  enabled
        system.adapter.web.0                   : web         -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
        
        

        ` > Das geht doch nicht mit rechten Dingen zu.

        So ganz banale Dinge wie Browsercache oder anderen Browser hast du bestimmt schon probiert. `

        Hab schon ihrgendwie alles versucht ,aber auch kein wirklichen Plan was ich tue 😞

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

          Danke!

          Aber ich verstehe es nicht.

          Der admin läuft auf port 8081 umd der web adapter über den du auf vis kommst auf port 8082.

          Alle Adapter laufen (nirgends steht disabled)

          Jetzt muss ein andrer ran 😢

          Gruß und sorry

          Rainer

          1 Reply Last reply Reply Quote 0
          • R
            RappiRN Most Active last edited by

            Kann man denn einen Adapter einfach drüber installieren? Ist es nicht sinnvoll zuerst den admin.0 zu deinstallieren und dann wieder neu zu installieren?

            Enrico

            1 Reply Last reply Reply Quote 0
            • O
              Okidoki3009 last edited by

              Rainer du musst dich bestimmt nicht entschuldigen , ich bin dir schon dankbar für die Zeit die du geopferst hast.

              Das komische ist halt das der Adapter davor noch ging , nur vis lief nicht.

              Vom Ipad,Handy(android) und vom Rechner kann ich den Adapter nicht öffnen.

              Ich hoffe bald kommt mein 2. raspberry , dann installiere ich iobroker separat.

              Vielleicht hat ja noch einer eine Idee :mrgreen:

              1 Reply Last reply Reply Quote 0
              • O
                Okidoki3009 last edited by

                Hat keiner mehr eine Idee?

                Hätte noch so gerne an vis rumgebastelt.

                Gruß

                1 Reply Last reply Reply Quote 0
                • Meistertr
                  Meistertr Developer last edited by

                  Versuch mal sudo chmod -R 777 /opt/ioBroker. Damit setzt du alle Rechte von allen Dateien

                  Gesendet von meinem Handy

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

                    Mir war gestern Abend im Bett noch was eingefallen, das weiß ich nur nicht mehr 😞

                    Was kreiselt? 8081? oder 8082?

                    wenn 8082 - was passiert, wenn du wirklich NUR <ip>:8082 ohne weitere Zusätze eingibst?

                    Übrigens: Die http://www.iobroker.net/docu/?page_id=3928&lang=de hast du doch schon durch, oder?

                    Gruß

                    Rainer</ip>

                    1 Reply Last reply Reply Quote 0
                    • O
                      Okidoki3009 last edited by

                      > Übrigens: Die Rettungsgrundlagen hast du doch schon durch, oder?

                      Ich habe die ganze Seite abgearbeitet

                      Vorher kam ja bei ip:8082 das o.g. Problem , jetzt sehe ich nur noch weiss.

                      Bei ip: 8081 sehe ich wenigstens noch ein Zahnrad :lol:

                      Gruß Timo

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

                        Jetzt fällt es mir wieder ein was ich gestren abend noch wollte:

                        Bitte code von:

                        cd /opt/iobroker
                        sudo iobroker update
                        
                        

                        Und das hatte ich bis dahin schon getippt, bleibt für später:
                        @Okidoki3009:

                        Ich habe die ganze Seite abgearbeitet `
                        auch?

                        iobroker add admin --port 8089
                        

                        um einen zweiten admin anzulegen, denn du dann mit <ip>:8089 aufrufst.

                        @Okidoki3009:

                        Vorher kam ja bei ip:8082 das o.g. Problem , jetzt sehe ich nur noch weiss. `
                        das ist erstmal nur der Zugriff auf den Web-Adapter - noch kein vis.

                        Wenn du noch Lust hast:

                        cd /opt/iobroker
                        sudo iobroker stop
                        sudo iobroker del web
                        sudo npm cache clean
                        sudo iobroker add web
                        sudo iobroker start
                        

                        und nochmal aufrufen <ip>:8082 (ohne Zusätze)

                        Gruß

                        Rainer</ip></ip>

                        1 Reply Last reply Reply Quote 0
                        • O
                          Okidoki3009 last edited by

                          Danke Rainer , werde ich heute Nacht noch versuchen.

                          Melde mich dann wieder

                          1 Reply Last reply Reply Quote 0
                          • O
                            Okidoki3009 last edited by

                            ` > cd /opt/iobroker

                            sudo iobroker update `
                            Kein Erfolg

                            > Versuch mal sudo chmod -R 777 /opt/ioBroker. Damit setzt du alle Rechte von allen Dateien
                            schon gemacht

                            ` > cd /opt/iobroker

                            sudo iobroker stop

                            sudo iobroker del web

                            sudo npm cache clean

                            sudo iobroker add web

                            sudo iobroker start `
                            Das dauert ja ewig…..läuft und hoffe morgen früh gehts 😄

                            > iobroker add admin –port 8089

                            Das hatte ich noch nicht gemacht ,teste ich morgen früh

                            Danke an Allen!

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

                              @Okidoki3009:

                              cd /opt/iobroker

                              sudo iobroker update

                              Kein Erfolg `
                              Bringt auch keinen Erfolg 😉

                              Ich wollte den Output der Konsole in code-tags sehen, der auf den Befehl folgt. Faraus kann man vielleicht weitere Schritte ableiten.

                              Gruß

                              Rainer

                              1 Reply Last reply Reply Quote 0
                              • O
                                Okidoki3009 last edited by

                                Wenn ich jetzt >ip<:8081 aufrufe weisser Bildschirm

                                :8082 Seite nicht gefunden

                                :8089 Seite nicht gefunden (iobroker add admin –port 8089/hab ich durchgeführt)

                                pi@raspberrypi:/opt/iobroker $ sudo iobroker restart
                                iobroker controller daemon is not running
                                Starting iobroker controller daemon...
                                iobroker controller daemon started. PID: 30136
                                
                                

                                Jetzt kann ich port 8081 aufrufen ,aber dauert mit laden und alle Lampen rot.

                                Keine Adapter zu finden, beim Reiter Objekte sehe ich alles läuft alles normal

                                pi@raspberrypi:/opt/iobroker $  sudo iobroker list instances
                                system.adapter.admin.0                 : admin       -  enabled, port: 8081, bin                    d: 0.0.0.0, run as: admin
                                system.adapter.admin.1                 : admin       -  enabled, port: 8089, bin                    d: 0.0.0.0, run as: admin
                                system.adapter.cloud.0                 : cloud       -  enabled
                                system.adapter.discovery.0             : discovery   -  enabled
                                system.adapter.fhem.0                  : fhem        -  enabled, port: 7072
                                system.adapter.hue.0                   : hue         -  enabled, port: 80
                                system.adapter.rpi2.0                  : rpi2        -  enabled
                                system.adapter.samsung.0               : samsung     -  enabled
                                system.adapter.scenes.0                : scenes      -  enabled
                                system.adapter.sonos.0                 : sonos       -  enabled
                                system.adapter.vis.0                   : vis         -  enabled
                                
                                

                                3673_ad.png
                                3673_ins.png

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

                                Support us

                                ioBroker
                                Community Adapters
                                Donate
                                FAQ Cloud / IOT
                                HowTo: Node.js-Update
                                HowTo: Backup/Restore
                                Downloads
                                BLOG

                                846
                                Online

                                32.0k
                                Users

                                80.5k
                                Topics

                                1.3m
                                Posts

                                4
                                25
                                2313
                                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