Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • 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 Oberfläche ständig timeout

NEWS

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    8
    1
    1.7k

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    10
    1
    706

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    1.2k

ioBroker Admin Oberfläche ständig timeout

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
admin oberflächeeinschlafen
17 Beiträge 2 Kommentatoren 728 Aufrufe 3 Beobachtet
  • Ä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.
  • jmeister79J jmeister79

    @Thomas-Braun

    entschuldige!

    pi@iobrokerpi:~ $ free -h
                  total        used        free      shared  buff/cache   available
    Mem:          3.7Gi       1.0Gi       1.3Gi       8.0Mi       1.4Gi       2.5Gi
    Swap:          99Mi          0B        99Mi
    pi@iobrokerpi:~ $ who -r
             run-level 5  2020-11-24 20:43
    pi@iobrokerpi:~ $ lsb_release -a
    No LSB modules are available.
    Distributor ID: Raspbian
    Description:    Raspbian GNU/Linux 10 (buster)
    Release:        10
    Codename:       buster
    pi@iobrokerpi:~ $ uname -a
    Linux iobrokerpi 5.4.59-v7l+ #1336 SMP Wed Aug 19 16:09:04 BST 2020 armv7l GNU/Linux
    pi@iobrokerpi:~ $
    
    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    schrieb am zuletzt editiert von Thomas Braun
    #4

    @jmeister79
    Dann bring das System mal auf Vordermann:

    sudo apt update
    sudo apt dist-upgrade
    sudo reboot
    

    Dann stell auf RunLevel 3 um:

    sudo raspi-config
    

    Menüpunkt 1 - S5 - B1

    Und dann würde ich auf die empfohlene Version 12 von nodeJS wechseln:
    https://forum.iobroker.net/topic/35090/howto-nodejs-installation-und-upgrades-unter-debian

    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

    jmeister79J 1 Antwort Letzte Antwort
    1
    • Thomas BraunT Thomas Braun

      @jmeister79
      Dann bring das System mal auf Vordermann:

      sudo apt update
      sudo apt dist-upgrade
      sudo reboot
      

      Dann stell auf RunLevel 3 um:

      sudo raspi-config
      

      Menüpunkt 1 - S5 - B1

      Und dann würde ich auf die empfohlene Version 12 von nodeJS wechseln:
      https://forum.iobroker.net/topic/35090/howto-nodejs-installation-und-upgrades-unter-debian

      jmeister79J Offline
      jmeister79J Offline
      jmeister79
      schrieb am zuletzt editiert von
      #5

      @Thomas-Braun danke dir für die antwort.

      Run level hab ich vor wenigen minuten mal geändert, das hattet ihr mir ja vor ein paar monaten schonmal empfohlen (hatte ich bei dem ganzen Ärger vergessen).

      N update hatte ich gestern schon aus der Oberfläche gemacht und den rest mache ich gleich.

      Ich dachte schon, dass ich Nodejs letzte woche auf 12 gebracht hätte, fällt mir grad auf, dass es wieder auf 10 war...

      Nils

      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • jmeister79J jmeister79

        @Thomas-Braun danke dir für die antwort.

        Run level hab ich vor wenigen minuten mal geändert, das hattet ihr mir ja vor ein paar monaten schonmal empfohlen (hatte ich bei dem ganzen Ärger vergessen).

        N update hatte ich gestern schon aus der Oberfläche gemacht und den rest mache ich gleich.

        Ich dachte schon, dass ich Nodejs letzte woche auf 12 gebracht hätte, fällt mir grad auf, dass es wieder auf 10 war...

        Nils

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

        @jmeister79
        Was für ein Update aus welcher Oberfläche?
        ioBroker?

        Das Betriebssystem updated man mit apt.

        Zu node:
        Schau ob das sauber als Repo angelegt ist und das die Dateien nicht in /usr/local/bin liegen:

        which nodejs && nodejs -v && which node && node -v && which npm && npm -v && 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

        jmeister79J 1 Antwort Letzte Antwort
        1
        • Thomas BraunT Thomas Braun

          @jmeister79
          Was für ein Update aus welcher Oberfläche?
          ioBroker?

          Das Betriebssystem updated man mit apt.

          Zu node:
          Schau ob das sauber als Repo angelegt ist und das die Dateien nicht in /usr/local/bin liegen:

          which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
          
          jmeister79J Offline
          jmeister79J Offline
          jmeister79
          schrieb am zuletzt editiert von
          #7

          @Thomas-Braun da hab ich zu schnell geantwortet.

          DAas updaten des Raspbian hab ich tatsächlich ewig nicht gemacht. bzw noch nie.

          Ich hab jetzt mal alles gefixt und werde es beobachten.

          Vielen Dank für deine Unterstützung.

          LG
          Nils

          Thomas BraunT 1 Antwort Letzte Antwort
          0
          • jmeister79J jmeister79

            @Thomas-Braun da hab ich zu schnell geantwortet.

            DAas updaten des Raspbian hab ich tatsächlich ewig nicht gemacht. bzw noch nie.

            Ich hab jetzt mal alles gefixt und werde es beobachten.

            Vielen Dank für deine Unterstützung.

            LG
            Nils

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

            @jmeister79
            Zeig mal die Ausgaben von

            sudo apt update
            
            who -r && whomami && which nodejs && nodejs -v && which node && node -v && which npm && npm -v && 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

            jmeister79J 1 Antwort Letzte Antwort
            0
            • Thomas BraunT Thomas Braun

              @jmeister79
              Zeig mal die Ausgaben von

              sudo apt update
              
              who -r && whomami && which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
              
              jmeister79J Offline
              jmeister79J Offline
              jmeister79
              schrieb am zuletzt editiert von jmeister79
              #9

              @Thomas-Braun said in ioBroker Admin Oberfläche ständig timeout:

              who -r && whomami && which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs

              pi@iobrokerpi:~ $ sudo apt update
              Hit:1 http://archive.raspberrypi.org/debian buster InRelease
              Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
              Hit:3 https://deb.nodesource.com/node_10.x buster InRelease
              Hit:4 https://deb.nodesource.com/node_12.x buster InRelease
              Reading package lists... Done
              Building dependency tree
              Reading state information... Done
              All packages are up to date.
              
              
              pi@iobrokerpi:~ $ who -r && whoami && which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
                       run-level 3  2020-11-25 12:21
              pi
              /usr/bin/nodejs
              v12.20.0
              /usr/bin/node
              v12.20.0
              /usr/bin/npm
              6.14.8
              nodejs:
                Installed: 12.20.0-1nodesource1
                Candidate: 12.20.0-1nodesource1
                Version table:
               *** 12.20.0-1nodesource1 500
                      500 https://deb.nodesource.com/node_12.x buster/main armhf Packages
                      100 /var/lib/dpkg/status
                   10.23.0-1nodesource1 500
                      500 https://deb.nodesource.com/node_10.x buster/main armhf Packages
                   10.21.0~dfsg-1~deb10u1+rpi1 500
                      500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
              
              Thomas BraunT 1 Antwort Letzte Antwort
              0
              • jmeister79J jmeister79

                @Thomas-Braun said in ioBroker Admin Oberfläche ständig timeout:

                who -r && whomami && which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs

                pi@iobrokerpi:~ $ sudo apt update
                Hit:1 http://archive.raspberrypi.org/debian buster InRelease
                Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
                Hit:3 https://deb.nodesource.com/node_10.x buster InRelease
                Hit:4 https://deb.nodesource.com/node_12.x buster InRelease
                Reading package lists... Done
                Building dependency tree
                Reading state information... Done
                All packages are up to date.
                
                
                pi@iobrokerpi:~ $ who -r && whoami && which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
                         run-level 3  2020-11-25 12:21
                pi
                /usr/bin/nodejs
                v12.20.0
                /usr/bin/node
                v12.20.0
                /usr/bin/npm
                6.14.8
                nodejs:
                  Installed: 12.20.0-1nodesource1
                  Candidate: 12.20.0-1nodesource1
                  Version table:
                 *** 12.20.0-1nodesource1 500
                        500 https://deb.nodesource.com/node_12.x buster/main armhf Packages
                        100 /var/lib/dpkg/status
                     10.23.0-1nodesource1 500
                        500 https://deb.nodesource.com/node_10.x buster/main armhf Packages
                     10.21.0~dfsg-1~deb10u1+rpi1 500
                        500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                
                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                schrieb am zuletzt editiert von
                #10

                @jmeister79 Okay, die Basis ist jetzt sauber und aktuell.

                Halt das mit den System-Updates regelmäßig bei.

                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

                jmeister79J 1 Antwort Letzte Antwort
                0
                • Thomas BraunT Thomas Braun

                  @jmeister79 Okay, die Basis ist jetzt sauber und aktuell.

                  Halt das mit den System-Updates regelmäßig bei.

                  jmeister79J Offline
                  jmeister79J Offline
                  jmeister79
                  schrieb am zuletzt editiert von
                  #11

                  @Thomas-Braun

                  Danke, das werde ich tun. Kann man sowas evtl automatisieren? Ist wahrscheinlich linux Grundlagenwissen...

                  Die Oberfläche ist jetzt gefühlt noch nicht besser...

                  Thomas BraunT 2 Antworten Letzte Antwort
                  0
                  • jmeister79J jmeister79

                    @Thomas-Braun

                    Danke, das werde ich tun. Kann man sowas evtl automatisieren? Ist wahrscheinlich linux Grundlagenwissen...

                    Die Oberfläche ist jetzt gefühlt noch nicht besser...

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

                    @jmeister79 Könnte man, aber eigentlich will man das nicht.
                    Man sollte mal drüber schauen, was da überhaupt aktualisiert wird

                    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
                    • jmeister79J jmeister79

                      @Thomas-Braun

                      Danke, das werde ich tun. Kann man sowas evtl automatisieren? Ist wahrscheinlich linux Grundlagenwissen...

                      Die Oberfläche ist jetzt gefühlt noch nicht besser...

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

                      @jmeister79
                      Was läuft denn da im ioBroker?

                      iobroker list instances
                      iobroker list adapters
                      

                      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

                      jmeister79J 1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @jmeister79
                        Was läuft denn da im ioBroker?

                        iobroker list instances
                        iobroker list adapters
                        
                        jmeister79J Offline
                        jmeister79J Offline
                        jmeister79
                        schrieb am zuletzt editiert von
                        #14

                        @Thomas-Braun said in ioBroker Admin Oberfläche ständig timeout:

                        iobroker list instances

                        oh je, na dann setz dich mal:

                        pi@iobrokerpi:~ $ iobroker list instances
                        + system.adapter.admin.0                 : admin                 -  enabled, por                               t: 8081, bind: 0.0.0.0, run as: admin
                        + system.adapter.backitup.0              : backitup              -  enabled
                        + system.adapter.ble.0                   : ble                   -  enabled
                        + system.adapter.chromecast.0            : chromecast            -  enabled
                          system.adapter.cloud.0                 : cloud                 - disabled
                          system.adapter.devices.0               : devices               -  enabled
                        + system.adapter.discovery.0             : discovery             -  enabled
                          system.adapter.flot.0                  : flot                  - disabled
                        + system.adapter.fritzdect.0             : fritzdect             -  enabled
                        + system.adapter.history.0               : history               -  enabled
                          system.adapter.icons-icons8.0          : icons-icons8          - disabled
                        + system.adapter.info.0                  : info                  -  enabled
                        + system.adapter.iot.0                   : iot                   -  enabled
                        + system.adapter.javascript.0            : javascript            -  enabled
                        + system.adapter.km200.0                 : km200                 -  enabled
                          system.adapter.material.0              : material              - disabled
                          system.adapter.mobile.0                : mobile                - disabled
                        + system.adapter.mqtt.0                  : mqtt                  -  enabled, por                               t: 1883, bind: 0.0.0.0
                        + system.adapter.ping.0                  : ping                  -  enabled
                        + system.adapter.rpi2.0                  : rpi2                  -  enabled
                        + system.adapter.sayit.0                 : sayit                 -  enabled, por                               t: 0
                        + system.adapter.sayit.1                 : sayit                 -  enabled, por                               t: 0
                        + system.adapter.shelly.0                : shelly                -  enabled, por                               t: 1882, bind: 0.0.0.0
                        + system.adapter.telegram.0              : telegram              -  enabled, por                               t: 8443, bind: 0.0.0.0
                        + system.adapter.text2command.0          : text2command          -  enabled
                        + system.adapter.tr-064.0                : tr-064                -  enabled
                          system.adapter.vis-jqui-mfd.0          : vis-jqui-mfd          - disabled
                          system.adapter.vis-timeandweather.0    : vis-timeandweather    - disabled
                          system.adapter.vis.0                   : vis                   -  enabled
                        + system.adapter.web.0                   : web                   -  enabled, por                               t: 8082, bind: 0.0.0.0, run as: admin
                        + system.adapter.zigbee.0                : zigbee                -  enabled, por                               t: /dev/serial/by-id/usb-Texas_Instruments_TI_CC2531_USB_CDC___0X00124B001938DEB                               9-if00
                        
                        
                        
                        pi@iobrokerpi:~ $ iobroker list adapters
                        system.adapter.admin                   : admin          - v4.1.11
                        system.adapter.backitup                : backitup       - v1.7.0
                        system.adapter.ble                     : ble            - v0.12.0
                        system.adapter.chromecast              : chromecast     - v2.3.1
                        system.adapter.cloud                   : cloud          - v3.1.0
                        system.adapter.devices                 : devices        - v0.3.13
                        system.adapter.discovery               : discovery      - v2.3.11
                        system.adapter.flot                    : flot           - v1.10.4
                        system.adapter.fritzdect               : fritzdect      - v0.3.2
                        system.adapter.habpanel                : habpanel       - v0.4.3
                        system.adapter.history                 : history        - v1.9.10
                        system.adapter.icons-icons8            : icons-icons8   - v0.0.1
                        system.adapter.info                    : info           - v1.7.10
                        system.adapter.iot                     : iot            - v1.8.5
                        system.adapter.javascript              : javascript     - v4.10.4
                        system.adapter.km200                   : km200          - v2.0.3
                        system.adapter.material                : material       - v0.13.9
                        system.adapter.mihome                  : mihome         - v1.3.5
                        system.adapter.mobile                  : mobile         - v1.0.1
                        system.adapter.mqtt                    : mqtt           - v2.1.13
                        system.adapter.ping                    : ping           - v1.4.12
                        system.adapter.rpi2                    : rpi2           - v1.1.1
                        system.adapter.sayit                   : sayit          - v1.12.2
                        system.adapter.shelly                  : shelly         - v4.0.4
                        system.adapter.simple-api              : simple-api     - v2.4.8
                        system.adapter.socketio                : socketio       - v3.0.13
                        system.adapter.telegram                : telegram       - v1.6.0
                        system.adapter.text2command            : text2command   - v2.0.5
                        system.adapter.tr-064                  : tr-064         - v4.2.1
                        system.adapter.tr-064-community        : tr-064-community - v1.0.0
                        system.adapter.vis                     : vis            - v1.3.4
                        system.adapter.vis-hqwidgets           : vis-hqwidgets  - v1.1.7
                        system.adapter.vis-jqui-mfd            : vis-jqui-mfd   - v1.0.12
                        system.adapter.vis-metro               : vis-metro      - v1.1.2
                        system.adapter.vis-timeandweather      : vis-timeandweather - v1.1.7
                        system.adapter.web                     : web            - v3.0.14
                        system.adapter.zigbee                  : zigbee         - v1.3.1
                        
                        Thomas BraunT jmeister79J 2 Antworten Letzte Antwort
                        0
                        • jmeister79J jmeister79

                          @Thomas-Braun said in ioBroker Admin Oberfläche ständig timeout:

                          iobroker list instances

                          oh je, na dann setz dich mal:

                          pi@iobrokerpi:~ $ iobroker list instances
                          + system.adapter.admin.0                 : admin                 -  enabled, por                               t: 8081, bind: 0.0.0.0, run as: admin
                          + system.adapter.backitup.0              : backitup              -  enabled
                          + system.adapter.ble.0                   : ble                   -  enabled
                          + system.adapter.chromecast.0            : chromecast            -  enabled
                            system.adapter.cloud.0                 : cloud                 - disabled
                            system.adapter.devices.0               : devices               -  enabled
                          + system.adapter.discovery.0             : discovery             -  enabled
                            system.adapter.flot.0                  : flot                  - disabled
                          + system.adapter.fritzdect.0             : fritzdect             -  enabled
                          + system.adapter.history.0               : history               -  enabled
                            system.adapter.icons-icons8.0          : icons-icons8          - disabled
                          + system.adapter.info.0                  : info                  -  enabled
                          + system.adapter.iot.0                   : iot                   -  enabled
                          + system.adapter.javascript.0            : javascript            -  enabled
                          + system.adapter.km200.0                 : km200                 -  enabled
                            system.adapter.material.0              : material              - disabled
                            system.adapter.mobile.0                : mobile                - disabled
                          + system.adapter.mqtt.0                  : mqtt                  -  enabled, por                               t: 1883, bind: 0.0.0.0
                          + system.adapter.ping.0                  : ping                  -  enabled
                          + system.adapter.rpi2.0                  : rpi2                  -  enabled
                          + system.adapter.sayit.0                 : sayit                 -  enabled, por                               t: 0
                          + system.adapter.sayit.1                 : sayit                 -  enabled, por                               t: 0
                          + system.adapter.shelly.0                : shelly                -  enabled, por                               t: 1882, bind: 0.0.0.0
                          + system.adapter.telegram.0              : telegram              -  enabled, por                               t: 8443, bind: 0.0.0.0
                          + system.adapter.text2command.0          : text2command          -  enabled
                          + system.adapter.tr-064.0                : tr-064                -  enabled
                            system.adapter.vis-jqui-mfd.0          : vis-jqui-mfd          - disabled
                            system.adapter.vis-timeandweather.0    : vis-timeandweather    - disabled
                            system.adapter.vis.0                   : vis                   -  enabled
                          + system.adapter.web.0                   : web                   -  enabled, por                               t: 8082, bind: 0.0.0.0, run as: admin
                          + system.adapter.zigbee.0                : zigbee                -  enabled, por                               t: /dev/serial/by-id/usb-Texas_Instruments_TI_CC2531_USB_CDC___0X00124B001938DEB                               9-if00
                          
                          
                          
                          pi@iobrokerpi:~ $ iobroker list adapters
                          system.adapter.admin                   : admin          - v4.1.11
                          system.adapter.backitup                : backitup       - v1.7.0
                          system.adapter.ble                     : ble            - v0.12.0
                          system.adapter.chromecast              : chromecast     - v2.3.1
                          system.adapter.cloud                   : cloud          - v3.1.0
                          system.adapter.devices                 : devices        - v0.3.13
                          system.adapter.discovery               : discovery      - v2.3.11
                          system.adapter.flot                    : flot           - v1.10.4
                          system.adapter.fritzdect               : fritzdect      - v0.3.2
                          system.adapter.habpanel                : habpanel       - v0.4.3
                          system.adapter.history                 : history        - v1.9.10
                          system.adapter.icons-icons8            : icons-icons8   - v0.0.1
                          system.adapter.info                    : info           - v1.7.10
                          system.adapter.iot                     : iot            - v1.8.5
                          system.adapter.javascript              : javascript     - v4.10.4
                          system.adapter.km200                   : km200          - v2.0.3
                          system.adapter.material                : material       - v0.13.9
                          system.adapter.mihome                  : mihome         - v1.3.5
                          system.adapter.mobile                  : mobile         - v1.0.1
                          system.adapter.mqtt                    : mqtt           - v2.1.13
                          system.adapter.ping                    : ping           - v1.4.12
                          system.adapter.rpi2                    : rpi2           - v1.1.1
                          system.adapter.sayit                   : sayit          - v1.12.2
                          system.adapter.shelly                  : shelly         - v4.0.4
                          system.adapter.simple-api              : simple-api     - v2.4.8
                          system.adapter.socketio                : socketio       - v3.0.13
                          system.adapter.telegram                : telegram       - v1.6.0
                          system.adapter.text2command            : text2command   - v2.0.5
                          system.adapter.tr-064                  : tr-064         - v4.2.1
                          system.adapter.tr-064-community        : tr-064-community - v1.0.0
                          system.adapter.vis                     : vis            - v1.3.4
                          system.adapter.vis-hqwidgets           : vis-hqwidgets  - v1.1.7
                          system.adapter.vis-jqui-mfd            : vis-jqui-mfd   - v1.0.12
                          system.adapter.vis-metro               : vis-metro      - v1.1.2
                          system.adapter.vis-timeandweather      : vis-timeandweather - v1.1.7
                          system.adapter.web                     : web            - v3.0.14
                          system.adapter.zigbee                  : zigbee         - v1.3.1
                          
                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          schrieb am zuletzt editiert von
                          #15

                          @jmeister79 Und die benötigst du alle? Forste da mal durch und deinstallier nicht benötigte Adapter.

                          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
                          • jmeister79J jmeister79

                            @Thomas-Braun said in ioBroker Admin Oberfläche ständig timeout:

                            iobroker list instances

                            oh je, na dann setz dich mal:

                            pi@iobrokerpi:~ $ iobroker list instances
                            + system.adapter.admin.0                 : admin                 -  enabled, por                               t: 8081, bind: 0.0.0.0, run as: admin
                            + system.adapter.backitup.0              : backitup              -  enabled
                            + system.adapter.ble.0                   : ble                   -  enabled
                            + system.adapter.chromecast.0            : chromecast            -  enabled
                              system.adapter.cloud.0                 : cloud                 - disabled
                              system.adapter.devices.0               : devices               -  enabled
                            + system.adapter.discovery.0             : discovery             -  enabled
                              system.adapter.flot.0                  : flot                  - disabled
                            + system.adapter.fritzdect.0             : fritzdect             -  enabled
                            + system.adapter.history.0               : history               -  enabled
                              system.adapter.icons-icons8.0          : icons-icons8          - disabled
                            + system.adapter.info.0                  : info                  -  enabled
                            + system.adapter.iot.0                   : iot                   -  enabled
                            + system.adapter.javascript.0            : javascript            -  enabled
                            + system.adapter.km200.0                 : km200                 -  enabled
                              system.adapter.material.0              : material              - disabled
                              system.adapter.mobile.0                : mobile                - disabled
                            + system.adapter.mqtt.0                  : mqtt                  -  enabled, por                               t: 1883, bind: 0.0.0.0
                            + system.adapter.ping.0                  : ping                  -  enabled
                            + system.adapter.rpi2.0                  : rpi2                  -  enabled
                            + system.adapter.sayit.0                 : sayit                 -  enabled, por                               t: 0
                            + system.adapter.sayit.1                 : sayit                 -  enabled, por                               t: 0
                            + system.adapter.shelly.0                : shelly                -  enabled, por                               t: 1882, bind: 0.0.0.0
                            + system.adapter.telegram.0              : telegram              -  enabled, por                               t: 8443, bind: 0.0.0.0
                            + system.adapter.text2command.0          : text2command          -  enabled
                            + system.adapter.tr-064.0                : tr-064                -  enabled
                              system.adapter.vis-jqui-mfd.0          : vis-jqui-mfd          - disabled
                              system.adapter.vis-timeandweather.0    : vis-timeandweather    - disabled
                              system.adapter.vis.0                   : vis                   -  enabled
                            + system.adapter.web.0                   : web                   -  enabled, por                               t: 8082, bind: 0.0.0.0, run as: admin
                            + system.adapter.zigbee.0                : zigbee                -  enabled, por                               t: /dev/serial/by-id/usb-Texas_Instruments_TI_CC2531_USB_CDC___0X00124B001938DEB                               9-if00
                            
                            
                            
                            pi@iobrokerpi:~ $ iobroker list adapters
                            system.adapter.admin                   : admin          - v4.1.11
                            system.adapter.backitup                : backitup       - v1.7.0
                            system.adapter.ble                     : ble            - v0.12.0
                            system.adapter.chromecast              : chromecast     - v2.3.1
                            system.adapter.cloud                   : cloud          - v3.1.0
                            system.adapter.devices                 : devices        - v0.3.13
                            system.adapter.discovery               : discovery      - v2.3.11
                            system.adapter.flot                    : flot           - v1.10.4
                            system.adapter.fritzdect               : fritzdect      - v0.3.2
                            system.adapter.habpanel                : habpanel       - v0.4.3
                            system.adapter.history                 : history        - v1.9.10
                            system.adapter.icons-icons8            : icons-icons8   - v0.0.1
                            system.adapter.info                    : info           - v1.7.10
                            system.adapter.iot                     : iot            - v1.8.5
                            system.adapter.javascript              : javascript     - v4.10.4
                            system.adapter.km200                   : km200          - v2.0.3
                            system.adapter.material                : material       - v0.13.9
                            system.adapter.mihome                  : mihome         - v1.3.5
                            system.adapter.mobile                  : mobile         - v1.0.1
                            system.adapter.mqtt                    : mqtt           - v2.1.13
                            system.adapter.ping                    : ping           - v1.4.12
                            system.adapter.rpi2                    : rpi2           - v1.1.1
                            system.adapter.sayit                   : sayit          - v1.12.2
                            system.adapter.shelly                  : shelly         - v4.0.4
                            system.adapter.simple-api              : simple-api     - v2.4.8
                            system.adapter.socketio                : socketio       - v3.0.13
                            system.adapter.telegram                : telegram       - v1.6.0
                            system.adapter.text2command            : text2command   - v2.0.5
                            system.adapter.tr-064                  : tr-064         - v4.2.1
                            system.adapter.tr-064-community        : tr-064-community - v1.0.0
                            system.adapter.vis                     : vis            - v1.3.4
                            system.adapter.vis-hqwidgets           : vis-hqwidgets  - v1.1.7
                            system.adapter.vis-jqui-mfd            : vis-jqui-mfd   - v1.0.12
                            system.adapter.vis-metro               : vis-metro      - v1.1.2
                            system.adapter.vis-timeandweather      : vis-timeandweather - v1.1.7
                            system.adapter.web                     : web            - v3.0.14
                            system.adapter.zigbee                  : zigbee         - v1.3.1
                            
                            jmeister79J Offline
                            jmeister79J Offline
                            jmeister79
                            schrieb am zuletzt editiert von
                            #16

                            @jmeister79

                            Benötigt

                            pi@iobrokerpi:~ $ iobroker list adapters
                            system.adapter.backitup                : backitup       - v1.7.0
                            system.adapter.ble                     : ble            - v0.12.0
                            system.adapter.chromecast              : chromecast     - v2.3.1
                            system.adapter.flot                    : flot           - v1.10.4
                            system.adapter.fritzdect               : fritzdect      - v0.3.2
                            system.adapter.history                 : history        - v1.9.10
                            system.adapter.iot                     : iot            - v1.8.5
                            system.adapter.javascript              : javascript     - v4.10.4
                            system.adapter.km200                   : km200          - v2.0.3
                            system.adapter.mqtt                    : mqtt           - v2.1.13
                            system.adapter.sayit                   : sayit          - v1.12.2
                            system.adapter.shelly                  : shelly         - v4.0.4
                            system.adapter.telegram                : telegram       - v1.6.0
                            system.adapter.text2command            : text2command   - v2.0.5
                            system.adapter.tr-064                  : tr-064         - v4.2.1
                            system.adapter.vis                     : vis            - v1.3.4
                            system.adapter.vis-timeandweather      : vis-timeandweather - v1.1.7
                            system.adapter.zigbee                  : zigbee         - v1.3.1
                            

                            Nice to have

                            system.adapter.vis-hqwidgets           : vis-hqwidgets  - v1.1.7
                            system.adapter.vis-jqui-mfd            : vis-jqui-mfd   - v1.0.12
                            system.adapter.vis-metro               : vis-metro      - v1.1.2
                            system.adapter.rpi2                    : rpi2           - v1.1.1
                            system.adapter.icons-icons8            : icons-icons8   - v0.0.1
                            system.adapter.material                : material       - v0.13.9
                            
                            

                            Weiß nicht ob ich die brauche

                            system.adapter.web                     : web            - v3.0.14
                            system.adapter.devices                 : devices        - v0.3.13
                            system.adapter.discovery               : discovery      - v2.3.11
                            system.adapter.admin                   : admin          - v4.1.11
                            system.adapter.info                    : info           - v1.7.10
                            system.adapter.simple-api              : simple-api     - v2.4.8
                            system.adapter.ping                    : ping           - v1.4.12
                            system.adapter.socketio                : socketio       - v3.0.13
                            
                            
                            Thomas BraunT 1 Antwort Letzte Antwort
                            0
                            • jmeister79J jmeister79

                              @jmeister79

                              Benötigt

                              pi@iobrokerpi:~ $ iobroker list adapters
                              system.adapter.backitup                : backitup       - v1.7.0
                              system.adapter.ble                     : ble            - v0.12.0
                              system.adapter.chromecast              : chromecast     - v2.3.1
                              system.adapter.flot                    : flot           - v1.10.4
                              system.adapter.fritzdect               : fritzdect      - v0.3.2
                              system.adapter.history                 : history        - v1.9.10
                              system.adapter.iot                     : iot            - v1.8.5
                              system.adapter.javascript              : javascript     - v4.10.4
                              system.adapter.km200                   : km200          - v2.0.3
                              system.adapter.mqtt                    : mqtt           - v2.1.13
                              system.adapter.sayit                   : sayit          - v1.12.2
                              system.adapter.shelly                  : shelly         - v4.0.4
                              system.adapter.telegram                : telegram       - v1.6.0
                              system.adapter.text2command            : text2command   - v2.0.5
                              system.adapter.tr-064                  : tr-064         - v4.2.1
                              system.adapter.vis                     : vis            - v1.3.4
                              system.adapter.vis-timeandweather      : vis-timeandweather - v1.1.7
                              system.adapter.zigbee                  : zigbee         - v1.3.1
                              

                              Nice to have

                              system.adapter.vis-hqwidgets           : vis-hqwidgets  - v1.1.7
                              system.adapter.vis-jqui-mfd            : vis-jqui-mfd   - v1.0.12
                              system.adapter.vis-metro               : vis-metro      - v1.1.2
                              system.adapter.rpi2                    : rpi2           - v1.1.1
                              system.adapter.icons-icons8            : icons-icons8   - v0.0.1
                              system.adapter.material                : material       - v0.13.9
                              
                              

                              Weiß nicht ob ich die brauche

                              system.adapter.web                     : web            - v3.0.14
                              system.adapter.devices                 : devices        - v0.3.13
                              system.adapter.discovery               : discovery      - v2.3.11
                              system.adapter.admin                   : admin          - v4.1.11
                              system.adapter.info                    : info           - v1.7.10
                              system.adapter.simple-api              : simple-api     - v2.4.8
                              system.adapter.ping                    : ping           - v1.4.12
                              system.adapter.socketio                : socketio       - v3.0.13
                              
                              
                              Thomas BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              schrieb am zuletzt editiert von
                              #17

                              @jmeister79 discovery und ping würde ich dann schon mal rauskicken. Auch wenn das mit deinem Problem nichts zu tun haben dürfte.

                              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

                              Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                              Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                              Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                              Registrieren Anmelden
                              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

                              614

                              Online

                              32.9k

                              Benutzer

                              83.0k

                              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