Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • 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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Iobroker Admin Webseite nicht erreichbar

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.7k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.2k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    16
    1
    3.1k

Iobroker Admin Webseite nicht erreichbar

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
115 Beiträge 12 Kommentatoren 21.6k Aufrufe 11 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • M matthesjimte

    @bananajoe

    das Plus habe ich total übersehen

    Habe versucht admin zu starten, dass "+" kommt aber nicht

    Wenn ich versuche einen neuen Port zu definieren

    iobroker@iobroker-pi:/opt/iobroker $ sudo iobroker add admin --enabled --port 9091
    host.iobroker-pi create instance admin
    /opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:979
                                            Object.keys(adapterConf.instanceObjects[i].common.name).forEach(lang => adapterConf.instanceObjects[i].common.name[lang] = adapterConf.instanceObjects[i].common.name.replace('%INSTANCE%', instance));
                                                                                                                                                                                                                  ^
    
    TypeError: adapterConf.instanceObjects[i].common.name.replace is not a function
        at /opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:979:207
        at Array.forEach (<anonymous>)
        at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:979:97)
        at processImmediate (internal/timers.js:463:21)
    
    

    Habe auch versucht es mit admin.1

    iobroker@iobroker-pi:/opt/iobroker $ sudo iobroker add admin.1 --enabled --port 9091
    host.iobroker-pi create instance admin
    /opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:979
                                            Object.keys(adapterConf.instanceObjects[i].common.name).forEach(lang => adapterConf.instanceObjects[i].common.name[lang] = adapterConf.instanceObjects[i].common.name.replace('%INSTANCE%', instance));
                                                                                                                                                                                                                  ^
    
    TypeError: adapterConf.instanceObjects[i].common.name.replace is not a function
        at /opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:979:207
        at Array.forEach (<anonymous>)
        at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:979:97)
        at processImmediate (internal/timers.js:463:21)
    
    
    DJMarc75D Online
    DJMarc75D Online
    DJMarc75
    schrieb am zuletzt editiert von
    #10

    @matthesjimte nicht mit SUDO vor iobroker Kommandos !

    Lehrling seit 1975 !!!
    Beitrag geholfen ? dann gerne ein upvote rechts unten im Beitrag klicken ;)
    https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge

    M 1 Antwort Letzte Antwort
    0
    • M matthesjimte

      @bananajoe

      das Plus habe ich total übersehen

      Habe versucht admin zu starten, dass "+" kommt aber nicht

      Wenn ich versuche einen neuen Port zu definieren

      iobroker@iobroker-pi:/opt/iobroker $ sudo iobroker add admin --enabled --port 9091
      host.iobroker-pi create instance admin
      /opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:979
                                              Object.keys(adapterConf.instanceObjects[i].common.name).forEach(lang => adapterConf.instanceObjects[i].common.name[lang] = adapterConf.instanceObjects[i].common.name.replace('%INSTANCE%', instance));
                                                                                                                                                                                                                    ^
      
      TypeError: adapterConf.instanceObjects[i].common.name.replace is not a function
          at /opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:979:207
          at Array.forEach (<anonymous>)
          at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:979:97)
          at processImmediate (internal/timers.js:463:21)
      
      

      Habe auch versucht es mit admin.1

      iobroker@iobroker-pi:/opt/iobroker $ sudo iobroker add admin.1 --enabled --port 9091
      host.iobroker-pi create instance admin
      /opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:979
                                              Object.keys(adapterConf.instanceObjects[i].common.name).forEach(lang => adapterConf.instanceObjects[i].common.name[lang] = adapterConf.instanceObjects[i].common.name.replace('%INSTANCE%', instance));
                                                                                                                                                                                                                    ^
      
      TypeError: adapterConf.instanceObjects[i].common.name.replace is not a function
          at /opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:979:207
          at Array.forEach (<anonymous>)
          at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:979:97)
          at processImmediate (internal/timers.js:463:21)
      
      
      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      schrieb am zuletzt editiert von
      #11

      @matthesjimte sagte in Iobroker Admin Webseite nicht erreichbar:

      sudo iobroker

      Ich weine still...

      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

      M 1 Antwort Letzte Antwort
      2
      • M matthesjimte

        @bananajoe

        das Plus habe ich total übersehen

        Habe versucht admin zu starten, dass "+" kommt aber nicht

        Wenn ich versuche einen neuen Port zu definieren

        iobroker@iobroker-pi:/opt/iobroker $ sudo iobroker add admin --enabled --port 9091
        host.iobroker-pi create instance admin
        /opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:979
                                                Object.keys(adapterConf.instanceObjects[i].common.name).forEach(lang => adapterConf.instanceObjects[i].common.name[lang] = adapterConf.instanceObjects[i].common.name.replace('%INSTANCE%', instance));
                                                                                                                                                                                                                      ^
        
        TypeError: adapterConf.instanceObjects[i].common.name.replace is not a function
            at /opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:979:207
            at Array.forEach (<anonymous>)
            at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:979:97)
            at processImmediate (internal/timers.js:463:21)
        
        

        Habe auch versucht es mit admin.1

        iobroker@iobroker-pi:/opt/iobroker $ sudo iobroker add admin.1 --enabled --port 9091
        host.iobroker-pi create instance admin
        /opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:979
                                                Object.keys(adapterConf.instanceObjects[i].common.name).forEach(lang => adapterConf.instanceObjects[i].common.name[lang] = adapterConf.instanceObjects[i].common.name.replace('%INSTANCE%', instance));
                                                                                                                                                                                                                      ^
        
        TypeError: adapterConf.instanceObjects[i].common.name.replace is not a function
            at /opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:979:207
            at Array.forEach (<anonymous>)
            at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:979:97)
            at processImmediate (internal/timers.js:463:21)
        
        
        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        schrieb am zuletzt editiert von
        #12

        @matthesjimte

        iobroker stop
        iobroer fix
        iobroker update
        iobroker upgrade
        iobroker start
        

        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

        1 Antwort Letzte Antwort
        0
        • Thomas BraunT Thomas Braun

          @matthesjimte sagte in Iobroker Admin Webseite nicht erreichbar:

          sudo iobroker

          Ich weine still...

          M Offline
          M Offline
          matthesjimte
          schrieb am zuletzt editiert von matthesjimte
          #13

          @thomas-braun

          Du darfst auch laut weinen.
          Ich bin jetzt nicht der Experte und werde es aufnehmen

          Danke für den Hinweis

          Thomas BraunT 1 Antwort Letzte Antwort
          0
          • M matthesjimte

            @thomas-braun

            Du darfst auch laut weinen.
            Ich bin jetzt nicht der Experte und werde es aufnehmen

            Danke für den Hinweis

            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            schrieb am zuletzt editiert von Thomas Braun
            #14

            @matthesjimte

            fix es lieber.

            Und ich verstehe auch nicht wo der Blödsinn immer herkommt.
            Hier im Thread hat bislang niemand sudo iobroker vorgegeben. Warum meinst du also es müsste ein sudo vorweg gesetzt werden?

            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

            M 1 Antwort Letzte Antwort
            0
            • DJMarc75D DJMarc75

              @matthesjimte nicht mit SUDO vor iobroker Kommandos !

              M Offline
              M Offline
              matthesjimte
              schrieb am zuletzt editiert von
              #15

              @djmarc75
              Danke für den Hinweis

              1 Antwort Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @matthesjimte

                fix es lieber.

                Und ich verstehe auch nicht wo der Blödsinn immer herkommt.
                Hier im Thread hat bislang niemand sudo iobroker vorgegeben. Warum meinst du also es müsste ein sudo vorweg gesetzt werden?

                M Offline
                M Offline
                matthesjimte
                schrieb am zuletzt editiert von
                #16

                @thomas-braun
                bin dran

                Thomas BraunT 1 Antwort Letzte Antwort
                0
                • M matthesjimte

                  @thomas-braun
                  bin dran

                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  schrieb am zuletzt editiert von
                  #17

                  @matthesjimte #

                  Der js-controller muss auch aktuell gehalten werden.
                  Also zusätzlich noch:

                  iobroker stop
                  iobroker update
                  iobroker upgrade self
                  iobroker start
                  

                  Ich vermute jetzt mal, nodejs hat's auch nötig:

                  sudo ln -s /usr/bin/node /usr/bin/nodejs
                  uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && iob -v && whoami && groups && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                  

                  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

                  M 1 Antwort Letzte Antwort
                  0
                  • Thomas BraunT Thomas Braun

                    @matthesjimte #

                    Der js-controller muss auch aktuell gehalten werden.
                    Also zusätzlich noch:

                    iobroker stop
                    iobroker update
                    iobroker upgrade self
                    iobroker start
                    

                    Ich vermute jetzt mal, nodejs hat's auch nötig:

                    sudo ln -s /usr/bin/node /usr/bin/nodejs
                    uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && iob -v && whoami && groups && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                    
                    M Offline
                    M Offline
                    matthesjimte
                    schrieb am zuletzt editiert von
                    #18

                    @thomas-braun

                    Erstmal danke für den Support

                    Habe jetzt bis zum Js-controller die Update alles gemacht, aber da ich aktuell auf meine Heizungssteuerung angewiesen bin (kein Öl mehr zum Heizen), muss ich das jetzt erstmal hier stoppen.

                    Muss dann mal heute Nacht schauen, ich kann mich erinnern das bestimmte Scripte damals nicht gelaufen sind und ich deshalb das System nie weiter hochgezogen habe.

                    Werden dann ein Image ziehen und dann weiter machen, in der Hoffnung dass das System danach wieder läuft.

                    Aber ich denke ich werde wahrscheinlich nicht drum rum kommen es auf einen neuen System nochmals aufzubauen

                    Nochmals Danke

                    S 1 Antwort Letzte Antwort
                    0
                    • M matthesjimte

                      @thomas-braun

                      Erstmal danke für den Support

                      Habe jetzt bis zum Js-controller die Update alles gemacht, aber da ich aktuell auf meine Heizungssteuerung angewiesen bin (kein Öl mehr zum Heizen), muss ich das jetzt erstmal hier stoppen.

                      Muss dann mal heute Nacht schauen, ich kann mich erinnern das bestimmte Scripte damals nicht gelaufen sind und ich deshalb das System nie weiter hochgezogen habe.

                      Werden dann ein Image ziehen und dann weiter machen, in der Hoffnung dass das System danach wieder läuft.

                      Aber ich denke ich werde wahrscheinlich nicht drum rum kommen es auf einen neuen System nochmals aufzubauen

                      Nochmals Danke

                      S Offline
                      S Offline
                      Schtallone
                      schrieb am zuletzt editiert von
                      #19

                      Hallo, ich nehme den Ball hier noch einmal auf,

                      ich kann auch nicht mehr auf meinen iobroker per Browser zugreifen.

                      hier das log

                           
                      
                      -----                                                                      -----
                      
                      ----- ██╗  ██████╗  ██████╗  ██████╗   ██████╗  ██╗  ██╗ ███████╗ ██████╗  -----
                      
                      ----- ██║ ██╔═══██╗ ██╔══██╗ ██╔══██╗ ██╔═══██╗ ██║ ██╔╝ ██╔════╝ ██╔══██╗ -----
                      
                      ----- ██║ ██║   ██║ ██████╔╝ ██████╔╝ ██║   ██║ █████╔╝  █████╗   ██████╔╝ -----
                      
                      ----- ██║ ██║   ██║ ██╔══██╗ ██╔══██╗ ██║   ██║ ██╔═██╗  ██╔══╝   ██╔══██╗ -----
                      
                      ----- ██║ ╚██████╔╝ ██████╔╝ ██║  ██║ ╚██████╔╝ ██║  ██╗ ███████╗ ██║  ██║ -----
                      
                      ----- ╚═╝  ╚═════╝  ╚═════╝  ╚═╝  ╚═╝  ╚═════╝  ╚═╝  ╚═╝ ╚══════╝ ╚═╝  ╚═╝ -----
                      
                      -----                                                                      -----
                      
                      -----              Welcome to your ioBroker Docker container!              -----
                      
                      -----                    Startupscript is now running!                     -----
                      
                      -----                          Please be patient!                          -----
                      
                      --------------------------------------------------------------------------------
                      
                      
                      
                      --------------------------------------------------------------------------------
                      
                      -----                          System Information                          -----
                      
                      -----                    arch:                x86_64                       -----
                      
                      -----                    hostname:            iobroker                     -----
                      
                      -----                                                                      -----
                      
                      -----                          Version Information                         -----
                      
                      -----                    image:               v8.1.0                       -----
                      
                      -----                    build:               2023-09-14T23:45:28+00:00    -----
                      
                      -----                    node:                v18.17.1                     -----
                      
                      -----                    npm:                 9.6.7                        -----
                      
                      -----                                                                      -----
                      
                      -----                        Environment Variables                         -----
                      
                      -----                    SETGID:              1000                         -----
                      
                      -----                    SETUID:              1000                         -----
                      
                      --------------------------------------------------------------------------------
                      
                      
                      
                      --------------------------------------------------------------------------------
                      
                      -----                   Step 1 of 5: Preparing container                   -----
                      
                      --------------------------------------------------------------------------------
                      
                      
                      
                      This is not the first run of this container. Skipping first run preparation.
                      
                      
                      
                      --------------------------------------------------------------------------------
                      
                      -----             Step 2 of 5: Detecting ioBroker installation             -----
                      
                      --------------------------------------------------------------------------------
                      
                      
                      
                      Existing installation of ioBroker detected in "/opt/iobroker".
                      
                      
                      
                      --------------------------------------------------------------------------------
                      
                      -----             Step 3 of 5: Checking ioBroker installation              -----
                      
                      --------------------------------------------------------------------------------
                      
                      
                      
                      (Re)setting permissions (This might take a while! Please be patient!)... Done.
                      
                      
                      
                      Fixing "sudo-bug" by replacing sudo with gosu... Done.
                      
                      
                      
                      Checking Database connection... Done.
                      
                      
                      
                      Hostname in ioBroker matches the hostname of this container.
                      
                      No action required.
                      
                      
                      
                      --------------------------------------------------------------------------------
                      
                      -----                Step 4 of 5: Applying special settings                -----
                      
                      --------------------------------------------------------------------------------
                      
                      
                      
                      Some adapters have special requirements/ settings which can be activated by the use of environment variables.
                      
                      For more information see ioBroker Docker Image Docs (https://docs.buanet.de/iobroker-docker-image/docs/).
                      
                      
                      
                      
                      
                      --------------------------------------------------------------------------------
                      
                      -----                    Step 5 of 5: ioBroker startup                     -----
                      
                      --------------------------------------------------------------------------------
                      
                      
                      
                      Starting ioBroker... 
                      
                      
                      
                      ##### #### ### ## # iobroker.js-controller log output # ## ### #### #####
                      
                      ================================== > LOG REDIRECT system.adapter.jarvis.0 => true [starting]
                      
                      host.iobroker check instance "system.adapter.admin.0" for host "iobroker"
                      
                      host.iobroker check instance "system.adapter.influxdb.0" for host "iobroker"
                      
                      host.iobroker check instance "system.adapter.javascript.0" for host "iobroker"
                      
                      host.iobroker check instance "system.adapter.node-red.0" for host "iobroker"
                      
                      host.iobroker check instance "system.adapter.pushover.0" for host "iobroker"
                      
                      host.iobroker check instance "system.adapter.telegram.0" for host "iobroker"
                      
                      host.iobroker check instance "system.adapter.ical.0" for host "iobroker"
                      
                      host.iobroker check instance "system.adapter.meross.0" for host "iobroker"
                      
                      host.iobroker check instance "system.adapter.modbus.0" for host "iobroker"
                      
                      host.iobroker check instance "system.adapter.mqtt.0" for host "iobroker"
                      
                      host.iobroker check instance "system.adapter.mqtt.1" for host "iobroker"
                      
                      host.iobroker check instance "system.adapter.netatmo.0" for host "iobroker"
                      
                      host.iobroker check instance "system.adapter.shelly.0" for host "iobroker"
                      
                      host.iobroker check instance "system.adapter.sonos.0" for host "iobroker"
                      
                      host.iobroker check instance "system.adapter.backitup.0" for host "iobroker"
                      
                      host.iobroker check instance "system.adapter.cloud.0" for host "iobroker"
                      
                      host.iobroker check instance "system.adapter.device-watcher.0" for host "iobroker"
                      
                      host.iobroker check instance "system.adapter.dwd.0" for host "iobroker"
                      
                      host.iobroker check instance "system.adapter.energiefluss.0" for host "iobroker"
                      
                      host.iobroker check instance "system.adapter.feiertage.0" for host "iobroker"
                      
                      host.iobroker check instance "system.adapter.jarvis.0" for host "iobroker"
                      
                      host.iobroker check instance "system.adapter.pvforecast.0" for host "iobroker"
                      
                      host.iobroker check instance "system.adapter.schoolfree.0" for host "iobroker"
                      
                      host.iobroker check instance "system.adapter.shuttercontrol.0" for host "iobroker"
                      
                      host.iobroker check instance "system.adapter.snmp.0" for host "iobroker"
                      
                      host.iobroker check instance "system.adapter.sourceanalytix.0" for host "iobroker"
                      
                      host.iobroker check instance "system.adapter.terminal.0" for host "iobroker"
                      
                      host.iobroker check instance "system.adapter.vw-connect.0" for host "iobroker"
                      
                      host.iobroker check instance "system.adapter.web.0" for host "iobroker"
                      

                      Ich habe alle Schritte in diesem Thread bzgl. der Updates der Ardapter, controller usw. erfolgreich durchgeführt.

                      Hier noch die Instanzen:

                      root@iobroker:/opt/iobroker# iobroker list instances
                      + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 192.168.1.10 (SSL), run as: admin
                        system.adapter.alias-manager.0          : alias-manager         : iobroker                                 - disabled
                      + system.adapter.backitup.0               : backitup              : iobroker                                 -  enabled
                        system.adapter.cloud.0                  : cloud                 : iobroker                                 - disabled
                        system.adapter.device-watcher.0         : device-watcher        : iobroker                                 - disabled
                        system.adapter.devices.0                : devices               : iobroker                                 - disabled
                        system.adapter.dwd.0                    : dwd                   : iobroker                                 - disabled
                        system.adapter.energiefluss.0           : energiefluss          : iobroker                                 - disabled
                        system.adapter.feiertage.0              : feiertage             : iobroker                                 - disabled
                        system.adapter.ical.0                   : ical                  : iobroker                                 - disabled
                        system.adapter.influxdb.0               : influxdb              : iobroker                                 - disabled, port: 8086
                        system.adapter.jarvis.0                 : jarvis                : iobroker                                 - disabled
                        system.adapter.javascript.0             : javascript            : iobroker                                 - disabled
                        system.adapter.meross.0                 : meross                : iobroker                                 - disabled
                        system.adapter.modbus.0                 : modbus                : iobroker                                 - disabled
                        system.adapter.mqtt.0                   : mqtt                  : iobroker                                 - disabled, port: 1883, bind: 0.0.0.0
                        system.adapter.mqtt.1                   : mqtt                  : iobroker                                 - disabled, port: 1883, bind: 0.0.0.0
                        system.adapter.netatmo.0                : netatmo               : iobroker                                 - disabled
                        system.adapter.node-red.0               : node-red              : iobroker                                 - disabled, port: 1880, bind: 192.168.1.10
                        system.adapter.pushover.0               : pushover              : iobroker                                 - disabled
                        system.adapter.pvforecast.0             : pvforecast            : iobroker                                 - disabled
                        system.adapter.schoolfree.0             : schoolfree            : iobroker                                 - disabled
                        system.adapter.shelly.0                 : shelly                : iobroker                                 - disabled, port: 1882, bind: 192.168.1.10
                        system.adapter.shuttercontrol.0         : shuttercontrol        : iobroker                                 - disabled
                        system.adapter.snmp.0                   : snmp                  : iobroker                                 - disabled
                        system.adapter.sonos.0                  : sonos                 : iobroker                                 - disabled
                        system.adapter.sourceanalytix.0         : sourceanalytix        : iobroker                                 - disabled
                        system.adapter.telegram.0               : telegram              : iobroker                                 - disabled, port: 8443, bind: 0.0.0.0
                        system.adapter.terminal.0               : terminal              : iobroker                                 - disabled, port: 8088, bind: 192.168.1.10, run as: admin
                        system.adapter.vw-connect.0             : vw-connect            : iobroker                                 - disabled
                        system.adapter.web.0                    : web                   : iobroker                                 - disabled, port: 8082, bind: 0.0.0.0, run as: admin
                      
                      

                      ICh hoffe Ihr könnt mir irgendwie weiter helfen. VIELEN DANK und Gruß

                      Marc BergM ? 2 Antworten Letzte Antwort
                      0
                      • S Schtallone

                        Hallo, ich nehme den Ball hier noch einmal auf,

                        ich kann auch nicht mehr auf meinen iobroker per Browser zugreifen.

                        hier das log

                             
                        
                        -----                                                                      -----
                        
                        ----- ██╗  ██████╗  ██████╗  ██████╗   ██████╗  ██╗  ██╗ ███████╗ ██████╗  -----
                        
                        ----- ██║ ██╔═══██╗ ██╔══██╗ ██╔══██╗ ██╔═══██╗ ██║ ██╔╝ ██╔════╝ ██╔══██╗ -----
                        
                        ----- ██║ ██║   ██║ ██████╔╝ ██████╔╝ ██║   ██║ █████╔╝  █████╗   ██████╔╝ -----
                        
                        ----- ██║ ██║   ██║ ██╔══██╗ ██╔══██╗ ██║   ██║ ██╔═██╗  ██╔══╝   ██╔══██╗ -----
                        
                        ----- ██║ ╚██████╔╝ ██████╔╝ ██║  ██║ ╚██████╔╝ ██║  ██╗ ███████╗ ██║  ██║ -----
                        
                        ----- ╚═╝  ╚═════╝  ╚═════╝  ╚═╝  ╚═╝  ╚═════╝  ╚═╝  ╚═╝ ╚══════╝ ╚═╝  ╚═╝ -----
                        
                        -----                                                                      -----
                        
                        -----              Welcome to your ioBroker Docker container!              -----
                        
                        -----                    Startupscript is now running!                     -----
                        
                        -----                          Please be patient!                          -----
                        
                        --------------------------------------------------------------------------------
                        
                        
                        
                        --------------------------------------------------------------------------------
                        
                        -----                          System Information                          -----
                        
                        -----                    arch:                x86_64                       -----
                        
                        -----                    hostname:            iobroker                     -----
                        
                        -----                                                                      -----
                        
                        -----                          Version Information                         -----
                        
                        -----                    image:               v8.1.0                       -----
                        
                        -----                    build:               2023-09-14T23:45:28+00:00    -----
                        
                        -----                    node:                v18.17.1                     -----
                        
                        -----                    npm:                 9.6.7                        -----
                        
                        -----                                                                      -----
                        
                        -----                        Environment Variables                         -----
                        
                        -----                    SETGID:              1000                         -----
                        
                        -----                    SETUID:              1000                         -----
                        
                        --------------------------------------------------------------------------------
                        
                        
                        
                        --------------------------------------------------------------------------------
                        
                        -----                   Step 1 of 5: Preparing container                   -----
                        
                        --------------------------------------------------------------------------------
                        
                        
                        
                        This is not the first run of this container. Skipping first run preparation.
                        
                        
                        
                        --------------------------------------------------------------------------------
                        
                        -----             Step 2 of 5: Detecting ioBroker installation             -----
                        
                        --------------------------------------------------------------------------------
                        
                        
                        
                        Existing installation of ioBroker detected in "/opt/iobroker".
                        
                        
                        
                        --------------------------------------------------------------------------------
                        
                        -----             Step 3 of 5: Checking ioBroker installation              -----
                        
                        --------------------------------------------------------------------------------
                        
                        
                        
                        (Re)setting permissions (This might take a while! Please be patient!)... Done.
                        
                        
                        
                        Fixing "sudo-bug" by replacing sudo with gosu... Done.
                        
                        
                        
                        Checking Database connection... Done.
                        
                        
                        
                        Hostname in ioBroker matches the hostname of this container.
                        
                        No action required.
                        
                        
                        
                        --------------------------------------------------------------------------------
                        
                        -----                Step 4 of 5: Applying special settings                -----
                        
                        --------------------------------------------------------------------------------
                        
                        
                        
                        Some adapters have special requirements/ settings which can be activated by the use of environment variables.
                        
                        For more information see ioBroker Docker Image Docs (https://docs.buanet.de/iobroker-docker-image/docs/).
                        
                        
                        
                        
                        
                        --------------------------------------------------------------------------------
                        
                        -----                    Step 5 of 5: ioBroker startup                     -----
                        
                        --------------------------------------------------------------------------------
                        
                        
                        
                        Starting ioBroker... 
                        
                        
                        
                        ##### #### ### ## # iobroker.js-controller log output # ## ### #### #####
                        
                        ================================== > LOG REDIRECT system.adapter.jarvis.0 => true [starting]
                        
                        host.iobroker check instance "system.adapter.admin.0" for host "iobroker"
                        
                        host.iobroker check instance "system.adapter.influxdb.0" for host "iobroker"
                        
                        host.iobroker check instance "system.adapter.javascript.0" for host "iobroker"
                        
                        host.iobroker check instance "system.adapter.node-red.0" for host "iobroker"
                        
                        host.iobroker check instance "system.adapter.pushover.0" for host "iobroker"
                        
                        host.iobroker check instance "system.adapter.telegram.0" for host "iobroker"
                        
                        host.iobroker check instance "system.adapter.ical.0" for host "iobroker"
                        
                        host.iobroker check instance "system.adapter.meross.0" for host "iobroker"
                        
                        host.iobroker check instance "system.adapter.modbus.0" for host "iobroker"
                        
                        host.iobroker check instance "system.adapter.mqtt.0" for host "iobroker"
                        
                        host.iobroker check instance "system.adapter.mqtt.1" for host "iobroker"
                        
                        host.iobroker check instance "system.adapter.netatmo.0" for host "iobroker"
                        
                        host.iobroker check instance "system.adapter.shelly.0" for host "iobroker"
                        
                        host.iobroker check instance "system.adapter.sonos.0" for host "iobroker"
                        
                        host.iobroker check instance "system.adapter.backitup.0" for host "iobroker"
                        
                        host.iobroker check instance "system.adapter.cloud.0" for host "iobroker"
                        
                        host.iobroker check instance "system.adapter.device-watcher.0" for host "iobroker"
                        
                        host.iobroker check instance "system.adapter.dwd.0" for host "iobroker"
                        
                        host.iobroker check instance "system.adapter.energiefluss.0" for host "iobroker"
                        
                        host.iobroker check instance "system.adapter.feiertage.0" for host "iobroker"
                        
                        host.iobroker check instance "system.adapter.jarvis.0" for host "iobroker"
                        
                        host.iobroker check instance "system.adapter.pvforecast.0" for host "iobroker"
                        
                        host.iobroker check instance "system.adapter.schoolfree.0" for host "iobroker"
                        
                        host.iobroker check instance "system.adapter.shuttercontrol.0" for host "iobroker"
                        
                        host.iobroker check instance "system.adapter.snmp.0" for host "iobroker"
                        
                        host.iobroker check instance "system.adapter.sourceanalytix.0" for host "iobroker"
                        
                        host.iobroker check instance "system.adapter.terminal.0" for host "iobroker"
                        
                        host.iobroker check instance "system.adapter.vw-connect.0" for host "iobroker"
                        
                        host.iobroker check instance "system.adapter.web.0" for host "iobroker"
                        

                        Ich habe alle Schritte in diesem Thread bzgl. der Updates der Ardapter, controller usw. erfolgreich durchgeführt.

                        Hier noch die Instanzen:

                        root@iobroker:/opt/iobroker# iobroker list instances
                        + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 192.168.1.10 (SSL), run as: admin
                          system.adapter.alias-manager.0          : alias-manager         : iobroker                                 - disabled
                        + system.adapter.backitup.0               : backitup              : iobroker                                 -  enabled
                          system.adapter.cloud.0                  : cloud                 : iobroker                                 - disabled
                          system.adapter.device-watcher.0         : device-watcher        : iobroker                                 - disabled
                          system.adapter.devices.0                : devices               : iobroker                                 - disabled
                          system.adapter.dwd.0                    : dwd                   : iobroker                                 - disabled
                          system.adapter.energiefluss.0           : energiefluss          : iobroker                                 - disabled
                          system.adapter.feiertage.0              : feiertage             : iobroker                                 - disabled
                          system.adapter.ical.0                   : ical                  : iobroker                                 - disabled
                          system.adapter.influxdb.0               : influxdb              : iobroker                                 - disabled, port: 8086
                          system.adapter.jarvis.0                 : jarvis                : iobroker                                 - disabled
                          system.adapter.javascript.0             : javascript            : iobroker                                 - disabled
                          system.adapter.meross.0                 : meross                : iobroker                                 - disabled
                          system.adapter.modbus.0                 : modbus                : iobroker                                 - disabled
                          system.adapter.mqtt.0                   : mqtt                  : iobroker                                 - disabled, port: 1883, bind: 0.0.0.0
                          system.adapter.mqtt.1                   : mqtt                  : iobroker                                 - disabled, port: 1883, bind: 0.0.0.0
                          system.adapter.netatmo.0                : netatmo               : iobroker                                 - disabled
                          system.adapter.node-red.0               : node-red              : iobroker                                 - disabled, port: 1880, bind: 192.168.1.10
                          system.adapter.pushover.0               : pushover              : iobroker                                 - disabled
                          system.adapter.pvforecast.0             : pvforecast            : iobroker                                 - disabled
                          system.adapter.schoolfree.0             : schoolfree            : iobroker                                 - disabled
                          system.adapter.shelly.0                 : shelly                : iobroker                                 - disabled, port: 1882, bind: 192.168.1.10
                          system.adapter.shuttercontrol.0         : shuttercontrol        : iobroker                                 - disabled
                          system.adapter.snmp.0                   : snmp                  : iobroker                                 - disabled
                          system.adapter.sonos.0                  : sonos                 : iobroker                                 - disabled
                          system.adapter.sourceanalytix.0         : sourceanalytix        : iobroker                                 - disabled
                          system.adapter.telegram.0               : telegram              : iobroker                                 - disabled, port: 8443, bind: 0.0.0.0
                          system.adapter.terminal.0               : terminal              : iobroker                                 - disabled, port: 8088, bind: 192.168.1.10, run as: admin
                          system.adapter.vw-connect.0             : vw-connect            : iobroker                                 - disabled
                          system.adapter.web.0                    : web                   : iobroker                                 - disabled, port: 8082, bind: 0.0.0.0, run as: admin
                        
                        

                        ICh hoffe Ihr könnt mir irgendwie weiter helfen. VIELEN DANK und Gruß

                        Marc BergM Offline
                        Marc BergM Offline
                        Marc Berg
                        Most Active
                        schrieb am zuletzt editiert von
                        #20

                        @schtallone sagte in Iobroker Admin Webseite nicht erreichbar:

                        ich kann auch nicht mehr auf meinen iobroker per Browser zugreifen.

                        Nachdem du WAS gemacht hast? Wie konkret willst du auf den Admin zugreifen?

                        NUC10I3+Ubuntu+Docker+ioBroker+influxDB2+Node Red+RabbitMQ+Grafana

                        Pi-hole, Traefik, Checkmk, Conbee II+Zigbee2MQTT, ESPSomfy-RTS, LoRaWAN, Arduino, KiCad

                        Benutzt das Voting im Beitrag, wenn er euch geholfen hat.

                        S 1 Antwort Letzte Antwort
                        0
                        • Marc BergM Marc Berg

                          @schtallone sagte in Iobroker Admin Webseite nicht erreichbar:

                          ich kann auch nicht mehr auf meinen iobroker per Browser zugreifen.

                          Nachdem du WAS gemacht hast? Wie konkret willst du auf den Admin zugreifen?

                          S Offline
                          S Offline
                          Schtallone
                          schrieb am zuletzt editiert von
                          #21

                          @marc-berg
                          Ich hatte performance probleme und folgende Fehlermeldung:

                          MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 101 onFirmwareUpdate listeners added to [EventEmitter]. Use emitter.setMaxListeners() to increase limit
                          

                          Daraufhin habe ich versucht, den iobroker aus einem Backup wiederherzustellen.

                          ICh greife üblicherweise per IP:Port mit https zu

                          Marc BergM 1 Antwort Letzte Antwort
                          0
                          • S Schtallone

                            @marc-berg
                            Ich hatte performance probleme und folgende Fehlermeldung:

                            MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 101 onFirmwareUpdate listeners added to [EventEmitter]. Use emitter.setMaxListeners() to increase limit
                            

                            Daraufhin habe ich versucht, den iobroker aus einem Backup wiederherzustellen.

                            ICh greife üblicherweise per IP:Port mit https zu

                            Marc BergM Offline
                            Marc BergM Offline
                            Marc Berg
                            Most Active
                            schrieb am zuletzt editiert von
                            #22

                            @schtallone sagte in Iobroker Admin Webseite nicht erreichbar:

                            Daraufhin habe ich versucht, den iobroker aus einem Backup wiederherzustellen.

                            Wie betreibst du den Container? Im Host-Modus?

                            NUC10I3+Ubuntu+Docker+ioBroker+influxDB2+Node Red+RabbitMQ+Grafana

                            Pi-hole, Traefik, Checkmk, Conbee II+Zigbee2MQTT, ESPSomfy-RTS, LoRaWAN, Arduino, KiCad

                            Benutzt das Voting im Beitrag, wenn er euch geholfen hat.

                            S 1 Antwort Letzte Antwort
                            0
                            • Marc BergM Marc Berg

                              @schtallone sagte in Iobroker Admin Webseite nicht erreichbar:

                              Daraufhin habe ich versucht, den iobroker aus einem Backup wiederherzustellen.

                              Wie betreibst du den Container? Im Host-Modus?

                              S Offline
                              S Offline
                              Schtallone
                              schrieb am zuletzt editiert von
                              #23

                              @marc-berg
                              ich habe eine feste ip vergeben, läuft per Docker. ODer was bedeutet die Frage?

                              Marc BergM 1 Antwort Letzte Antwort
                              0
                              • S Schtallone

                                @marc-berg
                                ich habe eine feste ip vergeben, läuft per Docker. ODer was bedeutet die Frage?

                                Marc BergM Offline
                                Marc BergM Offline
                                Marc Berg
                                Most Active
                                schrieb am zuletzt editiert von
                                #24

                                @schtallone sagte in Iobroker Admin Webseite nicht erreichbar:

                                ODer was bedeutet die Frage?

                                Das ist eine Testfrage, ob sich der geneigte User mal mit den Docker-Grundlagen auseinandergesetzt hat ... :-)

                                Aber im Ernst: Container können im einem Bridge-Netzwerk betrieben werden, dann müssen alle Ports separat freigegeben/gemappt werden. Oder man betreibt den Container im sog. Host-Netzwerk, dann werden ALLE Ports automatisch an den Host weitergegeben. Dann muss man kein Port-Mapping vornehmen.

                                NUC10I3+Ubuntu+Docker+ioBroker+influxDB2+Node Red+RabbitMQ+Grafana

                                Pi-hole, Traefik, Checkmk, Conbee II+Zigbee2MQTT, ESPSomfy-RTS, LoRaWAN, Arduino, KiCad

                                Benutzt das Voting im Beitrag, wenn er euch geholfen hat.

                                S 1 Antwort Letzte Antwort
                                0
                                • S Schtallone

                                  Hallo, ich nehme den Ball hier noch einmal auf,

                                  ich kann auch nicht mehr auf meinen iobroker per Browser zugreifen.

                                  hier das log

                                       
                                  
                                  -----                                                                      -----
                                  
                                  ----- ██╗  ██████╗  ██████╗  ██████╗   ██████╗  ██╗  ██╗ ███████╗ ██████╗  -----
                                  
                                  ----- ██║ ██╔═══██╗ ██╔══██╗ ██╔══██╗ ██╔═══██╗ ██║ ██╔╝ ██╔════╝ ██╔══██╗ -----
                                  
                                  ----- ██║ ██║   ██║ ██████╔╝ ██████╔╝ ██║   ██║ █████╔╝  █████╗   ██████╔╝ -----
                                  
                                  ----- ██║ ██║   ██║ ██╔══██╗ ██╔══██╗ ██║   ██║ ██╔═██╗  ██╔══╝   ██╔══██╗ -----
                                  
                                  ----- ██║ ╚██████╔╝ ██████╔╝ ██║  ██║ ╚██████╔╝ ██║  ██╗ ███████╗ ██║  ██║ -----
                                  
                                  ----- ╚═╝  ╚═════╝  ╚═════╝  ╚═╝  ╚═╝  ╚═════╝  ╚═╝  ╚═╝ ╚══════╝ ╚═╝  ╚═╝ -----
                                  
                                  -----                                                                      -----
                                  
                                  -----              Welcome to your ioBroker Docker container!              -----
                                  
                                  -----                    Startupscript is now running!                     -----
                                  
                                  -----                          Please be patient!                          -----
                                  
                                  --------------------------------------------------------------------------------
                                  
                                  
                                  
                                  --------------------------------------------------------------------------------
                                  
                                  -----                          System Information                          -----
                                  
                                  -----                    arch:                x86_64                       -----
                                  
                                  -----                    hostname:            iobroker                     -----
                                  
                                  -----                                                                      -----
                                  
                                  -----                          Version Information                         -----
                                  
                                  -----                    image:               v8.1.0                       -----
                                  
                                  -----                    build:               2023-09-14T23:45:28+00:00    -----
                                  
                                  -----                    node:                v18.17.1                     -----
                                  
                                  -----                    npm:                 9.6.7                        -----
                                  
                                  -----                                                                      -----
                                  
                                  -----                        Environment Variables                         -----
                                  
                                  -----                    SETGID:              1000                         -----
                                  
                                  -----                    SETUID:              1000                         -----
                                  
                                  --------------------------------------------------------------------------------
                                  
                                  
                                  
                                  --------------------------------------------------------------------------------
                                  
                                  -----                   Step 1 of 5: Preparing container                   -----
                                  
                                  --------------------------------------------------------------------------------
                                  
                                  
                                  
                                  This is not the first run of this container. Skipping first run preparation.
                                  
                                  
                                  
                                  --------------------------------------------------------------------------------
                                  
                                  -----             Step 2 of 5: Detecting ioBroker installation             -----
                                  
                                  --------------------------------------------------------------------------------
                                  
                                  
                                  
                                  Existing installation of ioBroker detected in "/opt/iobroker".
                                  
                                  
                                  
                                  --------------------------------------------------------------------------------
                                  
                                  -----             Step 3 of 5: Checking ioBroker installation              -----
                                  
                                  --------------------------------------------------------------------------------
                                  
                                  
                                  
                                  (Re)setting permissions (This might take a while! Please be patient!)... Done.
                                  
                                  
                                  
                                  Fixing "sudo-bug" by replacing sudo with gosu... Done.
                                  
                                  
                                  
                                  Checking Database connection... Done.
                                  
                                  
                                  
                                  Hostname in ioBroker matches the hostname of this container.
                                  
                                  No action required.
                                  
                                  
                                  
                                  --------------------------------------------------------------------------------
                                  
                                  -----                Step 4 of 5: Applying special settings                -----
                                  
                                  --------------------------------------------------------------------------------
                                  
                                  
                                  
                                  Some adapters have special requirements/ settings which can be activated by the use of environment variables.
                                  
                                  For more information see ioBroker Docker Image Docs (https://docs.buanet.de/iobroker-docker-image/docs/).
                                  
                                  
                                  
                                  
                                  
                                  --------------------------------------------------------------------------------
                                  
                                  -----                    Step 5 of 5: ioBroker startup                     -----
                                  
                                  --------------------------------------------------------------------------------
                                  
                                  
                                  
                                  Starting ioBroker... 
                                  
                                  
                                  
                                  ##### #### ### ## # iobroker.js-controller log output # ## ### #### #####
                                  
                                  ================================== > LOG REDIRECT system.adapter.jarvis.0 => true [starting]
                                  
                                  host.iobroker check instance "system.adapter.admin.0" for host "iobroker"
                                  
                                  host.iobroker check instance "system.adapter.influxdb.0" for host "iobroker"
                                  
                                  host.iobroker check instance "system.adapter.javascript.0" for host "iobroker"
                                  
                                  host.iobroker check instance "system.adapter.node-red.0" for host "iobroker"
                                  
                                  host.iobroker check instance "system.adapter.pushover.0" for host "iobroker"
                                  
                                  host.iobroker check instance "system.adapter.telegram.0" for host "iobroker"
                                  
                                  host.iobroker check instance "system.adapter.ical.0" for host "iobroker"
                                  
                                  host.iobroker check instance "system.adapter.meross.0" for host "iobroker"
                                  
                                  host.iobroker check instance "system.adapter.modbus.0" for host "iobroker"
                                  
                                  host.iobroker check instance "system.adapter.mqtt.0" for host "iobroker"
                                  
                                  host.iobroker check instance "system.adapter.mqtt.1" for host "iobroker"
                                  
                                  host.iobroker check instance "system.adapter.netatmo.0" for host "iobroker"
                                  
                                  host.iobroker check instance "system.adapter.shelly.0" for host "iobroker"
                                  
                                  host.iobroker check instance "system.adapter.sonos.0" for host "iobroker"
                                  
                                  host.iobroker check instance "system.adapter.backitup.0" for host "iobroker"
                                  
                                  host.iobroker check instance "system.adapter.cloud.0" for host "iobroker"
                                  
                                  host.iobroker check instance "system.adapter.device-watcher.0" for host "iobroker"
                                  
                                  host.iobroker check instance "system.adapter.dwd.0" for host "iobroker"
                                  
                                  host.iobroker check instance "system.adapter.energiefluss.0" for host "iobroker"
                                  
                                  host.iobroker check instance "system.adapter.feiertage.0" for host "iobroker"
                                  
                                  host.iobroker check instance "system.adapter.jarvis.0" for host "iobroker"
                                  
                                  host.iobroker check instance "system.adapter.pvforecast.0" for host "iobroker"
                                  
                                  host.iobroker check instance "system.adapter.schoolfree.0" for host "iobroker"
                                  
                                  host.iobroker check instance "system.adapter.shuttercontrol.0" for host "iobroker"
                                  
                                  host.iobroker check instance "system.adapter.snmp.0" for host "iobroker"
                                  
                                  host.iobroker check instance "system.adapter.sourceanalytix.0" for host "iobroker"
                                  
                                  host.iobroker check instance "system.adapter.terminal.0" for host "iobroker"
                                  
                                  host.iobroker check instance "system.adapter.vw-connect.0" for host "iobroker"
                                  
                                  host.iobroker check instance "system.adapter.web.0" for host "iobroker"
                                  

                                  Ich habe alle Schritte in diesem Thread bzgl. der Updates der Ardapter, controller usw. erfolgreich durchgeführt.

                                  Hier noch die Instanzen:

                                  root@iobroker:/opt/iobroker# iobroker list instances
                                  + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 192.168.1.10 (SSL), run as: admin
                                    system.adapter.alias-manager.0          : alias-manager         : iobroker                                 - disabled
                                  + system.adapter.backitup.0               : backitup              : iobroker                                 -  enabled
                                    system.adapter.cloud.0                  : cloud                 : iobroker                                 - disabled
                                    system.adapter.device-watcher.0         : device-watcher        : iobroker                                 - disabled
                                    system.adapter.devices.0                : devices               : iobroker                                 - disabled
                                    system.adapter.dwd.0                    : dwd                   : iobroker                                 - disabled
                                    system.adapter.energiefluss.0           : energiefluss          : iobroker                                 - disabled
                                    system.adapter.feiertage.0              : feiertage             : iobroker                                 - disabled
                                    system.adapter.ical.0                   : ical                  : iobroker                                 - disabled
                                    system.adapter.influxdb.0               : influxdb              : iobroker                                 - disabled, port: 8086
                                    system.adapter.jarvis.0                 : jarvis                : iobroker                                 - disabled
                                    system.adapter.javascript.0             : javascript            : iobroker                                 - disabled
                                    system.adapter.meross.0                 : meross                : iobroker                                 - disabled
                                    system.adapter.modbus.0                 : modbus                : iobroker                                 - disabled
                                    system.adapter.mqtt.0                   : mqtt                  : iobroker                                 - disabled, port: 1883, bind: 0.0.0.0
                                    system.adapter.mqtt.1                   : mqtt                  : iobroker                                 - disabled, port: 1883, bind: 0.0.0.0
                                    system.adapter.netatmo.0                : netatmo               : iobroker                                 - disabled
                                    system.adapter.node-red.0               : node-red              : iobroker                                 - disabled, port: 1880, bind: 192.168.1.10
                                    system.adapter.pushover.0               : pushover              : iobroker                                 - disabled
                                    system.adapter.pvforecast.0             : pvforecast            : iobroker                                 - disabled
                                    system.adapter.schoolfree.0             : schoolfree            : iobroker                                 - disabled
                                    system.adapter.shelly.0                 : shelly                : iobroker                                 - disabled, port: 1882, bind: 192.168.1.10
                                    system.adapter.shuttercontrol.0         : shuttercontrol        : iobroker                                 - disabled
                                    system.adapter.snmp.0                   : snmp                  : iobroker                                 - disabled
                                    system.adapter.sonos.0                  : sonos                 : iobroker                                 - disabled
                                    system.adapter.sourceanalytix.0         : sourceanalytix        : iobroker                                 - disabled
                                    system.adapter.telegram.0               : telegram              : iobroker                                 - disabled, port: 8443, bind: 0.0.0.0
                                    system.adapter.terminal.0               : terminal              : iobroker                                 - disabled, port: 8088, bind: 192.168.1.10, run as: admin
                                    system.adapter.vw-connect.0             : vw-connect            : iobroker                                 - disabled
                                    system.adapter.web.0                    : web                   : iobroker                                 - disabled, port: 8082, bind: 0.0.0.0, run as: admin
                                  
                                  

                                  ICh hoffe Ihr könnt mir irgendwie weiter helfen. VIELEN DANK und Gruß

                                  ? Offline
                                  ? Offline
                                  Ein ehemaliger Benutzer
                                  schrieb am zuletzt editiert von Ein ehemaliger Benutzer
                                  #25

                                  @schtallone sagte in Iobroker Admin Webseite nicht erreichbar:

                                  Ich habe alle Schritte in diesem Thread bzgl. der Updates der Ardapter, controller usw. erfolgreich durchgeführt.
                                  Hier noch die Instanzen:

                                  Moin,

                                  der Thread, an den Du Dich gehangen hast, ist ein Jahr alt, warum macht man das? Warum keinen eigenen erstellen und vielleicht auf den alten beziehen/verlinken.
                                  Ist Dir aufgefallen, dass alles außer admin.0 und backitup.0 gestoppt ist?
                                  Du solltest es mal mit dem Dreigestirn versuchen

                                  # iob stop
                                  # iob fix
                                  # iob start
                                  

                                  Dann einmal schauen, ob die Adapter auch wieder gestartet werden, oder einfach mal den Docker Container neu starten :)

                                  @schtallone sagte in Iobroker Admin Webseite nicht erreichbar:

                                  @marc-berg
                                  Ich hatte performance probleme und folgende Fehlermeldung:
                                  MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 101 onFirmwareUpdate listeners added to [EventEmitter]. Use emitter.setMaxListeners() to increase limit

                                  Das ist jetzt eine Log-Meldung, die völlig aus dem Zusammenhang gerissen ist, aus welchem Log File, was stand da noch so.
                                  Das ist ein blinder Aktionismus, wenn man sich nicht sicher ist, lieber Fragen, das erspart Kopfschmerzen, auf allen Seiten :)

                                  VG
                                  Bernd

                                  Edit
                                  Ich bin schon etwas aus der ioBroker Dockernutzung raus, daher hab ich oben Blödsinn geschrieben, die Standardbefehle iob stop, iob start gibt es nicht im Docker, ob iob fix da funktioniert, kann ich auch nicht sagen. Der korrekte Weg für Stopp/Start ist im Docker

                                  pkill -u iobroker
                                  

                                  Und gestartet wird, durch Neustart des Containers.

                                  1 Antwort Letzte Antwort
                                  0
                                  • Marc BergM Marc Berg

                                    @schtallone sagte in Iobroker Admin Webseite nicht erreichbar:

                                    ODer was bedeutet die Frage?

                                    Das ist eine Testfrage, ob sich der geneigte User mal mit den Docker-Grundlagen auseinandergesetzt hat ... :-)

                                    Aber im Ernst: Container können im einem Bridge-Netzwerk betrieben werden, dann müssen alle Ports separat freigegeben/gemappt werden. Oder man betreibt den Container im sog. Host-Netzwerk, dann werden ALLE Ports automatisch an den Host weitergegeben. Dann muss man kein Port-Mapping vornehmen.

                                    S Offline
                                    S Offline
                                    Schtallone
                                    schrieb am zuletzt editiert von
                                    #26

                                    @marc-berg dann letzeres, habe keine ports weitergeleitet und andere container gehen auch aufzurufen wie nodered, grafana usw

                                    Marc BergM F HomoranH 3 Antworten Letzte Antwort
                                    0
                                    • S Schtallone

                                      @marc-berg dann letzeres, habe keine ports weitergeleitet und andere container gehen auch aufzurufen wie nodered, grafana usw

                                      Marc BergM Offline
                                      Marc BergM Offline
                                      Marc Berg
                                      Most Active
                                      schrieb am zuletzt editiert von
                                      #27

                                      @schtallone sagte in Iobroker Admin Webseite nicht erreichbar:

                                      dann letzeres, habe keine ports weitergeleitet und andere container gehen auch aufzurufen wie nodered, grafana usw

                                      Dann habe ich, auf Basis der Informationen, keine Idee mehr.

                                      NUC10I3+Ubuntu+Docker+ioBroker+influxDB2+Node Red+RabbitMQ+Grafana

                                      Pi-hole, Traefik, Checkmk, Conbee II+Zigbee2MQTT, ESPSomfy-RTS, LoRaWAN, Arduino, KiCad

                                      Benutzt das Voting im Beitrag, wenn er euch geholfen hat.

                                      1 Antwort Letzte Antwort
                                      0
                                      • S Schtallone

                                        @marc-berg dann letzeres, habe keine ports weitergeleitet und andere container gehen auch aufzurufen wie nodered, grafana usw

                                        F Offline
                                        F Offline
                                        fastfoot
                                        schrieb am zuletzt editiert von
                                        #28

                                        @schtallone dein admin.0 ist an eine ip gebunden. resette mal deine admin Einstellungen dann sollte der Zugriff wieder funktionieren
                                        iob set admin.0 --secure false --auth false --bind 0.0.0.0

                                        iobroker läuft unter Docker auf QNAP TS-451+
                                        SkriptRecovery: https://forum.iobroker.net/post/930558

                                        S 1 Antwort Letzte Antwort
                                        1
                                        • GlasfaserG Offline
                                          GlasfaserG Offline
                                          Glasfaser
                                          schrieb am zuletzt editiert von
                                          #29

                                          @schtallone sagte in Iobroker Admin Webseite nicht erreichbar:

                                          Ich hatte performance probleme und folgende Fehlermeldung:
                                          ...........MaxListenersExceededWarning: Possible EventEmitter memory leak detected.............

                                          die Meldung kommt von Node Red .. soviel kann man zu deinem Log Schnipsel sagen

                                          Beispiel:
                                          https://forum.iobroker.net/topic/30355/node-red-adapter-gelöst

                                          Daraufhin habe ich versucht, den iobroker aus einem Backup wiederherzustellen.

                                          Hier noch die Instanzen:

                                          die Ausgabe davon sagt mir ... das ioBroker mit der Restore gerade mal am anfang ist , deshalb sind alle weiteren Adapter noch auf disabled .
                                          Also bei dem Backup wiederherstellen mit Backitup warten und nicht zwischenzeitlich etwas machen .

                                          zeig mal die Ausgabe von

                                          iob logs --watch
                                          

                                          Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                                          S 2 Antworten Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

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

                                          982

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe