Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. Hilfe!!! Iobroker Oberfläche nicht erreichbar!

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    UNSOLVED Hilfe!!! Iobroker Oberfläche nicht erreichbar!

    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      brokeling last edited by brokeling

      Systemdata Bitte Ausfüllen
      Hardwaresystem: PI4
      Arbeitsspeicher: 4GB
      Festplattenart: SD-Karte
      Feinheiten: weiß ich jetzt nicht so genau, aber alles ziemlich auf neuestem Stand!

      Was kann ich denn da machen???
      37465773-f402-4d93-ae2f-6f7d4f662be8-grafik.png

      Thomas Braun 1 Reply Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @brokeling last edited by Thomas Braun

        @brokeling

        iobroker status
        iobroker list adapters
        iobroker list instances
        

        zeigen. Keine Screenshots, Textausgaben auch als Text wieder ins Forum, in CodeTags </>

        B 1 Reply Last reply Reply Quote 0
        • B
          brokeling @Thomas Braun last edited by

          @Thomas-Braun

          pi@raspi:~ $ iobroker status
          iobroker is running on this host.
          
          At least one iobroker host is running.
          
          Objects type: file
          States  type: file
          
          pi@raspi:~ $ iobroker list instances
          + system.adapter.admin.0                 : admin                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
            system.adapter.asterisk.0              : asterisk              - disabled, port: 5038
          + system.adapter.backitup.0              : backitup              -  enabled
          + system.adapter.chromecast.0            : chromecast            -  enabled
          + system.adapter.cloud.0                 : cloud                 -  enabled
          + system.adapter.deconz.0                : deconz                -  enabled
            system.adapter.devices.0               : devices               -  enabled
            system.adapter.discovery.0             : discovery             - disabled
            system.adapter.flot.0                  : flot                  -  enabled
            system.adapter.history.0               : history               - disabled
            system.adapter.icons-open-icon-library-png.0: icons-open-icon-library-png -  enabled
          + system.adapter.info.0                  : info                  -  enabled
          + system.adapter.javascript.0            : javascript            -  enabled
            system.adapter.luftdaten.1             : luftdaten             -  enabled
            system.adapter.luftdaten.4             : luftdaten             -  enabled
            system.adapter.luftdaten.5             : luftdaten             - disabled
          + system.adapter.mqtt.0                  : mqtt                  -  enabled, port: 1884, bind: 0.0.0.0
          + system.adapter.nuki.0                  : nuki                  -  enabled
          + system.adapter.ping.1                  : ping                  -  enabled
          + system.adapter.pushover.0              : pushover              -  enabled
            system.adapter.samsung.0               : samsung               - disabled
          + system.adapter.sayit.0                 : sayit                 -  enabled, port: 0
          + system.adapter.sayit.1                 : sayit                 -  enabled, port: 0
            system.adapter.simple-api.0            : simple-api            - disabled, port: 8087, bind: 0.0.0.0, run as: admin
          + system.adapter.sonoff.0                : sonoff                -  enabled, port: 1883, bind: 0.0.0.0
          + system.adapter.sql.0                   : sql                   -  enabled, port: 0
          + system.adapter.statistics.0            : statistics            -  enabled
          + system.adapter.telegram.0              : telegram              -  enabled, port: 8443, bind: 0.0.0.0
          + system.adapter.text2command.0          : text2command          -  enabled
            system.adapter.tr-064.0                : tr-064                - disabled
            system.adapter.vis-history.0           : vis-history           -  enabled
            system.adapter.vis-hqwidgets.0         : vis-hqwidgets         -  enabled
            system.adapter.vis-icontwo.0           : vis-icontwo           -  enabled
            system.adapter.vis-justgage.0          : vis-justgage          -  enabled
            system.adapter.vis-metro.0             : vis-metro             -  enabled
            system.adapter.vis-rgraph.0            : vis-rgraph            -  enabled
            system.adapter.vis-timeandweather.0    : vis-timeandweather    -  enabled
            system.adapter.vis.0                   : vis                   -  enabled
          + system.adapter.web.0                   : web                   -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
          
          + instance is alive
          pi@raspi:~ $
          
          Thomas Braun 1 Reply Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @brokeling last edited by Thomas Braun

            @brokeling
            Schaut auf den ersten Blick okay aus.

            which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
            
            sudo apt update
            sudo apt dist-upgrade
            sudo reboot
            
            who -r 
            free -m
            
            B 1 Reply Last reply Reply Quote 0
            • B
              brokeling @Thomas Braun last edited by

              @Thomas-Braun said in Hilfe!!! Iobroker Oberfläche nicht erreichbar!:

              @brokeling
              Schaut auf den ersten Blick okay aus.

              which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
              
              pi@raspi:~ $ which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
              /usr/bin/nodejs
              v12.18.3
              /usr/bin/node
              v12.18.3
              /usr/bin/npm
              6.14.6
              nodejs:
                Installiert:           12.18.3-1nodesource1
                Installationskandidat: 12.18.3-1nodesource1
                Versionstabelle:
              *** 12.18.3-1nodesource1 500
                      500 https://deb.nodesource.com/node_12.x buster/main armhf Packages
                      100 /var/lib/dpkg/status
                   10.21.0~dfsg-1~deb10u1+rpi1 500
                      500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
              N: Datei »nodesource.list.save.3« in Verzeichnis »/etc/apt/sources.list.d/« wird ignoriert, da sie eine ungültige Dateinamen-Erweiterung hat.
              pi@raspi:~ $
              
              Thomas Braun 1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @brokeling last edited by Thomas Braun

                @brokeling

                who -r 
                free -m
                
                sudo apt update
                sudo apt dist-upgrade
                sudo reboot
                
                B 1 Reply Last reply Reply Quote 0
                • B
                  brokeling @Thomas Braun last edited by

                  sudo apt update
                  sudo apt dist-upgrade
                  sudo reboot
                  

                  gemacht!

                  Thomas Braun 1 Reply Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @brokeling last edited by Thomas Braun

                    @brokeling Ist da viel aktualisiert worden?
                    Am besten immer alles hier posten, dann weiß man auch was da passiert.

                    B 1 Reply Last reply Reply Quote 0
                    • B
                      brokeling @Thomas Braun last edited by brokeling

                      @Thomas-Braun
                      Ja, das hat schon ein bisschen gedauert!
                      Du meinst ich hätte das Aktualisierte hier reinkopieren sollen?
                      Leider schon weg.

                      Thomas Braun 1 Reply Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @brokeling last edited by

                        @brokeling
                        Was steht im log?

                        less /opt/iobroker/log/iobroker.current.log
                        
                        B 1 Reply Last reply Reply Quote 0
                        • B
                          brokeling @Thomas Braun last edited by

                          pi@raspi:~ $ who -r
                                   Runlevel 5   2020-10-13 23:06
                          pi@raspi:~ $ free -m
                                        total        used        free      shared  buff/cache   available
                          Mem:           3827        1101        2274          16         452        2813
                          Swap:            99           0          99
                          pi@raspi:~ $
                          
                          Thomas Braun 1 Reply Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @brokeling last edited by

                            @brokeling
                            Du geht per puTTY / ssh auf die Kiste?
                            Dann betreib das Ding in RunLevel3.

                            sudo raspi-config
                            

                            Menüpunkt
                            3 - B1 - B1

                            B 2 Replies Last reply Reply Quote 1
                            • B
                              brokeling @Thomas Braun last edited by

                              pi@raspi:~ $ less /opt/iobroker/log/iobroker.current.log
                              2020-10-13 00:00:00.006  - ESC[34mdebugESC[39m: statistics.0 (2499) [SAVE VALUES] saving day values
                              2020-10-13 00:00:00.015  - ESC[34mdebugESC[39m: statistics.0 (2499) [SAVE VALUES] saving hour values
                              2020-10-13 00:00:00.018  - ESC[34mdebugESC[39m: statistics.0 (2499) [SAVE VALUES] saving 15Min values
                              2020-10-13 00:00:00.022  - ESC[34mdebugESC[39m: statistics.0 (2499) [5 MINUTES] evaluation
                              2020-10-13 00:00:00.041  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 started with pid 15746
                              2020-10-13 00:00:01.610  - ESC[32minfoESC[39m: luftdaten.4 (15746) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                              2020-10-13 00:00:04.104  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 started with pid 15780
                              2020-10-13 00:00:05.596  - ESC[32minfoESC[39m: luftdaten.1 (15780) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                              2020-10-13 00:00:11.666  - ESC[32minfoESC[39m: luftdaten.4 (15746) Terminated (NO_ERROR): Without reason
                              2020-10-13 00:00:12.181  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 terminated with code 0 (NO_ERROR)
                              2020-10-13 00:00:15.648  - ESC[32minfoESC[39m: luftdaten.1 (15780) Terminated (NO_ERROR): Without reason
                              2020-10-13 00:00:16.177  - ESC[32minfoESC[39m: host.raspi insta/opt/iobroker/log/iobroker.current.log...skipping...
                              2020-10-13 00:00:00.006  - ESC[34mdebugESC[39m: statistics.0 (2499) [SAVE VALUES] saving day values
                              2020-10-13 00:00:00.015  - ESC[34mdebugESC[39m: statistics.0 (2499) [SAVE VALUES] saving hour values
                              2020-10-13 00:00:00.018  - ESC[34mdebugESC[39m: statistics.0 (2499) [SAVE VALUES] saving 15Min values
                              2020-10-13 00:00:00.022  - ESC[34mdebugESC[39m: statistics.0 (2499) [5 MINUTES] evaluation
                              2020-10-13 00:00:00.041  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 started with pid 15746
                              2020-10-13 00:00:01.610  - ESC[32minfoESC[39m: luftdaten.4 (15746) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                              2020-10-13 00:00:04.104  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 started with pid 15780
                              2020-10-13 00:00:05.596  - ESC[32minfoESC[39m: luftdaten.1 (15780) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                              2020-10-13 00:00:11.666  - ESC[32minfoESC[39m: luftdaten.4 (15746) Terminated (NO_ERROR): Without reason
                              2020-10-13 00:00:12.181  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 terminated with code 0 (NO_ERROR)
                              2020-10-13 00:00:15.648  - ESC[32minfoESC[39m: luftdaten.1 (15780) Terminated (NO_ERROR): Without reason
                              2020-10-13 00:00:16.177  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 terminated with code 0 (NO_ERROR)
                              2020-10-13 00:00:46.841  - ESC[32minfoESC[39m: sonoff.0 (14927)2020-10-13 00:00:00.006  - ESC[34mdebugESC[39m: statistics.0 (2499) [SAVE VALUES] saving day values                           2020-10-13 00:00:00.015  - ESC[34mdebugESC[39m: statistics.0 (2499) [SAVE VALUES] saving hour values                          2020-10-13 00:00:00.018  - ESC[34mdebugESC[39m: statistics.0 (2499) [SAVE VALUES] saving 15Min values
                              2020-10-13 00:00:00.022  - ESC[34mdebugESC[39m: statistics.0 (2499) [5 MINUTES] evaluation
                              2020-10-13 00:00:00.041  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 started with pid 15746          2020-10-13 00:00:01.610  - ESC[32minfoESC[39m: luftdaten.4 (15746) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                              2020-10-13 00:00:04.104  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 started with pid 15780          2020-10-13 00:00:05.596  - ESC[32minfoESC[39m: luftdaten.1 (15780) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                              2020-10-13 00:00:11.666  - ESC[32minfoESC[39m: luftdaten.4 (15746) Terminated (NO_ERROR): Without reason                      2020-10-13 00:00:12.181  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 terminated with code 0 (NO_ERROR)
                              2020-10-13 00:00:15.648  - ESC[32minfoESC[39m: luftdaten.1 (15780) Terminated (NO_ERROR): Without reason                      2020-10-13 00:00:16.177  - ESC[32minfoESC[39m: host.raspi insta:
                              
                              Thomas Braun 1 Reply Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @brokeling last edited by

                                @brokeling
                                Das sind nur die ersten Zeilen. Zeig mal den Teil ab 23:06

                                1 Reply Last reply Reply Quote 0
                                • B
                                  brokeling @Thomas Braun last edited by

                                  @Thomas-Braun said in Hilfe!!! Iobroker Oberfläche nicht erreichbar!:

                                  @brokeling
                                  Du geht per puTTY / ssh auf die Kiste?
                                  Dann betreib das Ding in RunLevel3.

                                  sudo raspi-config
                                  

                                  Menüpunkt
                                  3 - B1 - B1

                                  Nein, da bin ich nicht fit.
                                  Ich mache das mit einer Samrtphone App "Raspcpntroller". Das ist sehr anwendnerfreundlich. Mit Runlevel3 und Menüpunkt - kann ich nichts anfangen...

                                  Thomas Braun 1 Reply Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @brokeling last edited by

                                    @brokeling
                                    Das ist per ssh.
                                    Also die Kiste in RL3 betreiben.

                                    B 1 Reply Last reply Reply Quote 0
                                    • B
                                      brokeling @Thomas Braun last edited by brokeling

                                      @Thomas-Braun
                                      ? Putty klappt irgendwie nicht.

                                      Thomas Braun 1 Reply Last reply Reply Quote 0
                                      • Thomas Braun
                                        Thomas Braun Most Active @brokeling last edited by Thomas Braun

                                        @brokeling Und was soll man damit irgendwie anfangen?

                                        sudo raspi-config
                                        

                                        aufrufen, ob jetzt per RaspController, puTTY oder mit der Kaffeemaschine ist wumpe.

                                        B 1 Reply Last reply Reply Quote 0
                                        • B
                                          brokeling @Thomas Braun last edited by

                                          jetzt noch die längere Version (wieder nicht komplett, da sehr lang!):

                                          pi@raspi:~ $ less /opt/iobroker/log/iobroker.current.log
                                          2020-10-13 00:00:00.006  - ESC[34mdebugESC[39m: statistics.0 (2499) [SAVE VALUES] saving day values
                                          2020-10-13 00:00:00.015  - ESC[34mdebugESC[39m: statistics.0 (2499) [SAVE VALUES] saving hour values
                                          2020-10-13 00:00:00.018  - ESC[34mdebugESC[39m: statistics.0 (2499) [SAVE VALUES] saving 15Min values
                                          2020-10-13 00:00:00.022  - ESC[34mdebugESC[39m: statistics.0 (2499) [5 MINUTES] evaluation
                                          2020-10-13 00:00:00.041  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 started with pid 15746
                                          2020-10-13 00:00:01.610  - ESC[32minfoESC[39m: luftdaten.4 (15746) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                                          2020-10-13 00:00:04.104  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 started with pid 15780
                                          2020-10-13 00:00:05.596  - ESC[32minfoESC[39m: luftdaten.1 (15780) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                                          2020-10-13 00:00:11.666  - ESC[32minfoESC[39m: luftdaten.4 (15746) Terminated (NO_ERROR): Without reason
                                          2020-10-13 00:00:12.181  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 terminated with code 0 (NO_ERROR)
                                          2020-10-13 00:00:15.648  - ESC[32minfoESC[39m: luftdaten.1 (15780) Terminated (NO_ERROR): Without reason
                                          2020-10-13 00:00:16.177  - ESC[32minfoESC[39m: host.raspi insta/opt/iobroker/log/iobroker.current.log...skipping...
                                          2020-10-13 00:00:00.006  - ESC[34mdebugESC[39m: statistics.0 (2499) [SAVE VALUES] saving day values
                                          2020-10-13 00:00:00.015  - ESC[34mdebugESC[39m: statistics.0 (2499) [SAVE VALUES] saving hour values
                                          2020-10-13 00:00:00.018  - ESC[34mdebugESC[39m: statistics.0 (2499) [SAVE VALUES] saving 15Min values
                                          2020-10-13 00:00:00.022  - ESC[34mdebugESC[39m: statistics.0 (2499) [5 MINUTES] evaluation
                                          2020-10-13 00:00:00.041  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 started with pid 15746
                                          2020-10-13 00:00:01.610  - ESC[32minfoESC[39m: luftdaten.4 (15746) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                                          2020-10-13 00:00:04.104  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 started with pid 15780
                                          2020-10-13 00:00:05.596  - ESC[32minfoESC[39m: luftdaten.1 (15780) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                                          2020-10-13 00:00:11.666  - ESC[32minfoESC[39m: luftdaten.4 (15746) Terminated (NO_ERROR): Without reason
                                          2020-10-13 00:00:12.181  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 terminated with code 0 (NO_ERROR)
                                          2020-10-13 00:00:15.648  - ESC[32minfoESC[39m: luftdaten.1 (15780) Terminated (NO_ERROR): Without reason
                                          2020-10-13 00:00:16.177  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 terminated with code 0 (NO_ERROR)
                                          2020-10-13 00:00:46.841  - ESC[32minfoESC[39m: sonoff.0 (14927)2020-10-13 00:00:00.006  - ESC[34mdebugESC[39m: statistics.0 (2499) [SAVE VALUES] saving day values2020-10-13 00:00:00.015  - ESC[34mdebugESC[39m: statistics.0 (2499) [SAVE VALUES] saving hour values                          2020-10-13 00:00:00.018  - ESC[34mdebugESC[39m: statistics.0 (2499) [SAVE VALUES] saving 15Min values
                                          2020-10-13 00:00:00.022  - ESC[34mdebugESC[39m: statistics.0 (2499) [5 MINUTES] evaluation
                                          2020-10-13 00:00:00.041  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 started with pid 15746          2020-10-13 00:00:01.610  - ESC[32minfoESC[39m: luftdaten.4 (15746) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                                          2020-10-13 00:00:04.104  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 started with pid 15780          2020-10-13 00:00:05.596  - ESC[32minfoESC[39m: luftdaten.1 (15780) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                                          2020-10-13 00:00:11.666  - ESC[32minfoESC[39m: luftdaten.4 (15746) Terminated (NO_ERROR): Without reason                      2020-10-13 00:00:12.181  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 terminated with code 0 (NO_ERROR)
                                          2020-10-13 00:00:15.648  - ESC[32minfoESC[39m: luftdaten.1 (15780) Terminated (NO_ERROR): Without reason                      2020-10-13 00:00:16.177  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 terminated with code 0 (NO_ERROR)
                                          2020-10-13 00:00:46.841  - ESC[32minfoESC[39m: sonoff.0 (14927) Client [TAS-POWR2-1] connected with secret 1602540044186_2413
                                          2020-10-13 00:01:00.065  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 started with pid 16410
                                          2020-10-13 00:01:01.512  - ESC[32minfoESC[39m: luftdaten.1 (16410) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                                          2020-10-13 00:01:04.125  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 started with pid 16449
                                          2020-10-13 00:01:05.551  - ESC[32minfoESC[39m: luftdaten.4 (16449) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                                          2020-10-13 00:01:11.566  - ESC[32minfoESC[39m: luftdaten.1 (16410) Terminated (NO_ERROR): Without reason
                                          2020-10-13 00:01:12.092  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 terminated with code 0 (NO_ERROR)
                                          2020-10-13 00:01:15.611  - ESC[32minfoESC[39m: luftdaten.4 (16449) Terminated (NO_ERROR): Without reason
                                          2020-10-13 00:01:16.134  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 terminated with code 0 (NO_ERROR)
                                          2020-10-13 00:02:00.060  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 started with pid 17073
                                          2020-10-13 00:02:01.591  - ESC[32minfoESC[39m: luftdaten.4 (17073) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                                          2020-10-13 00:02:04.093  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 started with pid 17112
                                          2020-10-13 00:02:05.709  - ESC[32minfoESC[39m: luftdaten.1 (17112) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                                          2020-10-13 00:02:11.649  - ESC[32minfoESC[39m: luftdaten.4 (17073) Terminated (NO_ERROR): Without reason
                                          2020-10-13 00:02:12.181  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 terminated with code 0 (NO_ERROR)
                                          2020-10-13 00:02:15.773  - ESC[32minfoESC[39m: luftdaten.1 (17112) Terminated (NO_ERROR): Without reason
                                          2020-10-13 00:02:16.289  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 terminated with code 0 (NO_ERROR)
                                          2020-10-13 00:02:26.846  - ESC[32minfoESC[39m: sonoff.0 (14927) Client [TAS-POWR2-1] connection closed: timeout
                                          2020-10-13 00:03:00.084  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 started with pid 17757
                                          2020-10-13 00:03:01.489  - ESC[32minfoESC[39m: luftdaten.1 (17757) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                                          2020-10-13 00:03:04.138  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 started with pid 17795
                                          2020-10-13 00:03:05.644  - ESC[32minfoESC[39m: luftdaten.4 (17795) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                                          2020-10-13 00:03:11.546  - ESC[32minfoESC[39m: luftdaten.1 (17757) Terminated (NO_ERROR): Without reason
                                          2020-10-13 00:03:12.062  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 terminated with code 0 (NO_ERROR)
                                          2020-10-13 00:03:15.719  - ESC[32minfoESC[39m: luftdaten.4 (17795) Terminated (NO_ERROR): Without reason
                                          2020-10-13 00:03:16.238  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 terminated with code 0 (NO_ERROR)
                                          2020-10-13 00:04:00.034  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 started with pid 18373
                                          2020-10-13 00:04:01.711  - ESC[32minfoESC[39m: luftdaten.4 (18373) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                                          2020-10-13 00:04:04.094  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 started with pid 18449
                                          2020-10-13 00:04:05.532  - ESC[32minfoESC[39m: luftdaten.1 (18449) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                                          2020-10-13 00:04:10.117  - ESC[33mwarnESC[39m: luftdaten.1 (18449) Error: ESOCKETTIMEDOUT
                                          2020-10-13 00:04:11.767  - ESC[32minfoESC[39m: luftdaten.4 (18373) Terminated (NO_ERROR): Without reason
                                          2020-10-13 00:04:12.295  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 terminated with code 0 (NO_ERROR)
                                          2020-10-13 00:04:15.586  - ESC[32minfoESC[39m: luftdaten.1 (18449) Terminated (NO_ERROR): Without reason
                                          2020-10-13 00:04:16.112  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 terminated with code 0 (NO_ERROR)
                                          2020-10-13 00:05:00.008  - ESC[34mdebugESC[39m: statistics.0 (2499) [5 MINUTES] evaluation
                                          2020-10-13 00:05:00.065  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 started with pid 19023
                                          2020-10-13 00:05:01.554  - ESC[32minfoESC[39m: luftdaten.1 (19023) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                                          2020-10-13 00:05:04.121  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 started with pid 19098
                                          2020-10-13 00:05:05.674  - ESC[32minfoESC[39m: luftdaten.4 (19098) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                                          2020-10-13 00:05:11.613  - ESC[32minfoESC[39m: luftdaten.1 (19023) Terminated (NO_ERROR): Without reason
                                          2020-10-13 00:05:12.135  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 terminated with code 0 (NO_ERROR)
                                          2020-10-13 00:05:15.732  - ESC[32minfoESC[39m: luftdaten.4 (19098) Terminated (NO_ERROR): Without reason
                                          2020-10-13 00:05:16.247  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 terminated with code 0 (NO_ERROR)
                                          2020-10-13 00:06:00.035  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 started with pid 19699
                                          2020-10-13 00:06:01.648  - ESC[32minfoESC[39m: luftdaten.4 (19699) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                                          2020-10-13 00:06:04.068  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 started with pid 19776
                                          2020-10-13 00:06:05.492  - ESC[32minfoESC[39m: luftdaten.1 (19776) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                                          2020-10-13 00:06:11.705  - ESC[32minfoESC[39m: luftdaten.4 (19699) Terminated (NO_ERROR): Without reason
                                          2020-10-13 00:06:12.234  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 terminated with code 0 (NO_ERROR)
                                          2020-10-13 00:06:15.548  - ESC[32minfoESC[39m: luftdaten.1 (19776) Terminated (NO_ERROR): Without reason
                                          2020-10-13 00:06:16.088  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 terminated with code 0 (NO_ERROR)
                                          2020-10-13 00:07:00.064  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 started with pid 20353
                                          2020-10-13 00:07:01.613  - ESC[32minfoESC[39m: luftdaten.1 (20353) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                                          2020-10-13 00:07:04.116  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 started with pid 20392
                                          2020-10-13 00:07:05.639  - ESC[32minfoESC[39m: luftdaten.4 (20392) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                                          2020-10-13 00:07:06.195  - ESC[33mwarnESC[39m: luftdaten.1 (20353) Error: ESOCKETTIMEDOUT
                                          2020-10-13 00:07:11.666  - ESC[32minfoESC[39m: luftdaten.1 (20353) Terminated (NO_ERROR): Without reason
                                          2020-10-13 00:07:12.197  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 terminated with code 0 (NO_ERROR)
                                          2020-10-13 00:07:15.695  - ESC[32minfoESC[39m: luftdaten.4 (20392) Terminated (NO_ERROR): Without reason
                                          2020-10-13 00:07:16.223  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 terminated with code 0 (NO_ERROR)
                                          2020-10-13 00:08:00.035  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 started with pid 20944
                                          2020-10-13 00:08:01.563  - ESC[32minfoESC[39m: luftdaten.4 (20944) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                                          2020-10-13 00:08:04.091  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 started with pid 21039
                                          2020-10-13 00:08:05.534  - ESC[32minfoESC[39m: luftdaten.1 (21039) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                                          2020-10-13 00:08:11.620  - ESC[32minfoESC[39m: luftdaten.4 (20944) Terminated (NO_ERROR): Without reason
                                          2020-10-13 00:08:12.149  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 terminated with code 0 (NO_ERROR)
                                          2020-10-13 00:08:15.601  - ESC[32minfoESC[39m: luftdaten.1 (21039) Terminated (NO_ERROR): Without reason
                                          2020-10-13 00:08:16.131  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 terminated with code 0 (NO_ERROR)
                                          2020-10-13 00:08:23.892  - ESC[32minfoESC[39m: info.0 (1087) Popup news was read...
                                          2020-10-13 00:09:00.072  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 started with pid 21593
                                          2020-10-13 00:09:01.648  - ESC[32minfoESC[39m: luftdaten.1 (21593) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                                          2020-10-13 00:09:04.105  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 started with pid 21632
                                          2020-10-13 00:09:05.603  - ESC[32minfoESC[39m: luftdaten.4 (21632) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                                          2020-10-13 00:09:11.708  - ESC[32minfoESC[39m: luftdaten.1 (21593) Terminated (NO_ERROR): Without reason
                                          2020-10-13 00:09:12.237  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 terminated with code 0 (NO_ERROR)
                                          2020-10-13 00:09:15.662  - ESC[32minfoESC[39m: luftdaten.4 (21632) Terminated (NO_ERROR): Without reason
                                          2020-10-13 00:09:16.181  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 terminated with code 0 (NO_ERROR)
                                          2020-10-13 00:10:00.004  - ESC[34mdebugESC[39m: statistics.0 (2499) [5 MINUTES] evaluation
                                          2020-10-13 00:10:00.036  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 started with pid 22260
                                          2020-10-13 00:10:01.456  - ESC[32minfoESC[39m: luftdaten.4 (22260) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                                          2020-10-13 00:10:04.068  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 started with pid 22299
                                          2020-10-13 00:10:05.662  - ESC[32minfoESC[39m: luftdaten.1 (22299) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                                          2020-10-13 00:10:11.509  - ESC[32minfoESC[39m: luftdaten.4 (22260) Terminated (NO_ERROR): Without reason
                                          2020-10-13 00:10:12.041  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 terminated with code 0 (NO_ERROR)
                                          2020-10-13 00:10:15.727  - ESC[32minfoESC[39m: luftdaten.1 (22299) Terminated (NO_ERROR): Without reason
                                          2020-10-13 00:10:16.243  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 terminated with code 0 (NO_ERROR)
                                          2020-10-13 00:11:00.057  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 started with pid 22871
                                          2020-10-13 00:11:01.475  - ESC[32minfoESC[39m: luftdaten.1 (22871) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                                          2020-10-13 00:11:04.108  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 started with pid 22947
                                          2020-10-13 00:11:05.604  - ESC[32minfoESC[39m: luftdaten.4 (22947) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                                          2020-10-13 00:11:11.531  - ESC[32minfoESC[39m: luftdaten.1 (22871) Terminated (NO_ERROR): Without reason
                                          2020-10-13 00:11:12.047  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 terminated with code 0 (NO_ERROR)
                                          2020-10-13 00:11:15.657  - ESC[32minfoESC[39m: luftdaten.4 (22947) Terminated (NO_ERROR): Without reason
                                          2020-10-13 00:11:16.193  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 terminated with code 0 (NO_ERROR)
                                          2020-10-13 00:12:00.062  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 started with pid 23534
                                          2020-10-13 00:12:01.474  - ESC[32minfoESC[39m: luftdaten.4 (23534) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                                          2020-10-13 00:12:04.094  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 started with pid 23611
                                          2020-10-13 00:12:05.538  - ESC[32minfoESC[39m: luftdaten.1 (23611) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                                          2020-10-13 00:12:11.525  - ESC[32minfoESC[39m: luftdaten.4 (23534) Terminated (NO_ERROR): Without reason
                                          2020-10-13 00:12:12.053  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 terminated with code 0 (NO_ERROR)
                                          2020-10-13 00:12:15.596  - ESC[32minfoESC[39m: luftdaten.1 (23611) Terminated (NO_ERROR): Without reason
                                          2020-10-13 00:12:16.126  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 terminated with code 0 (NO_ERROR)
                                          2020-10-13 00:13:00.059  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 started with pid 24195
                                          2020-10-13 00:13:01.534  - ESC[32minfoESC[39m: luftdaten.1 (24195) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                                          2020-10-13 00:13:04.094  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 started with pid 24269
                                          2020-10-13 00:13:05.614  - ESC[32minfoESC[39m: luftdaten.4 (24269) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                                          2020-10-13 00:13:11.591  - ESC[32minfoESC[39m: luftdaten.1 (24195) Terminated (NO_ERROR): Without reason
                                          2020-10-13 00:13:12.108  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 terminated with code 0 (NO_ERROR)
                                          2020-10-13 00:13:15.672  - ESC[32minfoESC[39m: luftdaten.4 (24269) Terminated (NO_ERROR): Without reason
                                          2020-10-13 00:13:16.191  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 terminated with code 0 (NO_ERROR)
                                          2020-10-13 00:14:00.073  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 started with pid 24866
                                          2020-10-13 00:14:01.681  - ESC[32minfoESC[39m: luftdaten.4 (24866) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                                          2020-10-13 00:14:04.107  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 started with pid 24906
                                          2020-10-13 00:14:05.579  - ESC[32minfoESC[39m: luftdaten.1 (24906) starting. Version 0.0.17 in /opt/iobroker/node_modulen.1 started with pid 26819
                                          2020-10-13 00:17:01.425  - ESC[32minfoESC[39m: luftdaten.1 (26819) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6                                                              2020-10-13 00:17:04.090  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 started with pid 26867
                                          2020-10-13 00:17:05.583  - ESC[32minfoESC[39m: luftdaten.4 (26867) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6                                                              2020-10-13 00:17:11.482  - ESC[32minfoESC[39m: luftdaten.1 (26819) Terminated (NO_ERROR): Without reason
                                          2020-10-13 00:17:12.001  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 terminated with code 0 (NO_ERROR)
                                          2020-10-13 00:17:15.639  - ESC[32minfoESC[39m: luftdaten.4 (26867) Terminated (NO_ERROR): Without reason
                                          2020-10-13 00:17:16.168  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 terminated with code 0 (NO_ERROR)
                                          2020-10-13 00:18:00.055  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 started with pid 27388
                                          2020-10-13 00:18:01.472  - ESC[32minfoESC[39m: luftdaten.4 (27388) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                                          2020-10-13 00:18:04.113  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 started with pid 27519
                                          2020-10-13 00:18:05.676  - ESC[32minfoESC[39m: luftdaten.1 (27519) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.lufts/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6                                                                             2020-10-13 00:19:11.493  - ESC[32minfoESC[39m: luftdaten.1 (28048) Terminated (NO_ERROR): Without reason
                                          2020-10-13 00:19:12.010  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 terminated with code 0 (NO_ERROR)        2020-10-13 00:19:15.590  - ESC[32minfoESC[39m: luftdaten.4 (28128) Terminated (NO_ERROR): Without reason                               2020-10-13 00:19:16.105  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 terminated with code 0 (NO_ERROR)
                                          2020-10-13 00:20:00.008  - ESC[34mdebugESC[39m: statistics.0 (2499) [5 MINUTES] evaluation                                             2020-10-13 00:20:00.044  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 started with pid 28707                   2020-10-13 00:20:00.179  - ESC[32minfoESC[39m: sonoff.0 (14927) Client [TAS-POWR2-1] connection closed: timeout
                                          2020-10-13 00:20:01.448  - ESC[32minfoESC[39m: luftdaten.4 (28707) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6                                                                                            2020-10-13 00:20:04.076  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 started with pid 28777
                                          2020-10-13 00:20:05.556  - ESC[32minfoESC[39m: luftdaten.1 (28777) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6                                                                                            2020-10-13 00:20:11.507  - ESC[32minfoESC[39m: luftdaten.4 (28707) Terminated (NO_ERROR): Without reason
                                          2020-10-13 00:20:12.035  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 terminated with code 0 (NO_ERROR)        2020-10-13 00:20:15.611  - ESC[32minfoESC[39m: luftdaten.1 (28777) Terminated (NO_ERROR): Without reason
                                          2020-10-13 00:20:16.129  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 terminated with code 0 (NO_ERROR)        2020-10-13 00:21:00.064  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 started with pid 29377
                                          2020-10-13 00:21:01.548  - ESC[32minfoESC[39m: luftdaten.1 (29377) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                                          2020-10-13 00:21:04.117  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 started with pid 29416
                                          2020-10-13 00:21:05.600  - ESC[32minfoESC[39m: luftdaten.4 (29416) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                                          2020-10-13 00:21:11.607  - ESC[32minfoESC[39m: luftdaten.1 (29377) Terminated (NO_ERROR): Without reason
                                          2020-10-13 00:21:12.217  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 terminated with code 0 (NO_ERROR)        2020-10-13 00:21:15.653  - ESC[32minfoESC[39m: luftdaten.4 (29416) Terminated (NO_ERROR): Without reason
                                          2020-10-13 00:27:12.129  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 terminated with code 0 (NO_ERROR)
                                          2020-10-13 00:27:15.633  - ESC[32minfoESC[39m: luftdaten.4 (926) Terminated (NO_ERROR): Without reason                                 2020-10-13 00:27:16.160  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 terminated with code 0 (NO_ERROR)        2020-10-13 00:28:00.063  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 started with pid 1466
                                          2020-10-13 00:28:01.523  - ESC[32minfoESC[39m: luftdaten.4 (1466) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6                                                                                             2020-10-13 00:28:04.121  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 started with pid 1506                    2020-10-13 00:28:05.609  - ESC[32minfoESC[39m: luftdaten.1 (1506) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                                          2020-10-13 00:28:11.577  - ESC[32minfoESC[39m: luftdaten.4 (1466) Terminated (NO_ERROR): Without reason                                2020-10-13 00:28:12.114  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 terminated with code 0 (NO_ERROR)
                                          2020-10-13 00:28:15.661  - ESC[32minfoESC[39m: luftdaten.1 (1506) Terminated (NO_ERROR): Without reason
                                          2020-10-13 00:28:16.185  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 terminated with code 0 (NO_ERROR)        2020-10-13 00:29:00.063  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 started with pid 2176
                                          2020-10-13 00:29:01.486  - ESC[32minfoESC[39m: luftdaten.1 (2176) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6                                                                                             2020-10-13 00:29:04.116  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 started with pid 2214                    2020-10-13 00:29:05.606  - ESC[32minfoESC[39m: luftdaten.4 (2214) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                                          2020-10-13 00:29:11.543  - ESC[32minfoESC[39m: luftdaten.1 (2176) Terminated (NO_ERROR): Without reason                                2020-10-13 00:29:12.058  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 terminated with code 0 (NO_ERROR)
                                          2020-10-13 00:29:15.659  - ESC[32minfoESC[39m: luftdaten.4 (2214) Terminated (NO_ERROR): Without reason
                                          2020-10-13 00:29:16.187  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 terminated with code 0 (NO_ERROR)        2020-10-13 00:30:00.009  - ESC[34mdebugESC[39m: statistics.0 (2499) [SAVE VALUES] saving 15Min values
                                          2020-10-13 00:30:00.016  - ESC[34mdebugESC[39m: statistics.0 (2499) [5 MINUTES] evaluation
                                          2020-10-13 00:30:00.075  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 started with pid 2875                    2020-10-13 00:30:01.498  - ESC[32minfoESC[39m: luftdaten.4 (2875) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                                          2020-10-13 00:30:04.135  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 started with pid 2915
                                          2020-10-13 00:30:05.636  - ESC[32minfoESC[39m: luftdaten.1 (2915) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                                          2020-10-13 00:30:11.561  - ESC[32minfoESC[39m: luftdaten.4 (2875) Terminated (NO_ERROR): Without reason
                                          2020-10-13 00:30:12.088  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 terminated with code 0 (NO_ERROR)
                                          2020-10-13 00:30:15.689  - ESC[32minfoESC[39m: luftdaten.1 (2915) Terminated (NO_ERROR): Without reason                                2020-10-13 00:30:16.217  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 terminated with code 0 (NO_ERROR)
                                          2020-10-13 00:30:37.212  - ESC[32minfoESC[39m: sonoff.0 (14927) Client [TAS-POWR2-1] connected with secret 1602541816244_2648
                                          2020-10-13 00:30:37.241  - ESC[32minfoESC[39m: sonoff.0 (14927) Client [TAS-POWR2-1] connection closed: closed                         2020-10-13 00:31:00.063  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 started with pid 3567
                                          2020-10-13 00:31:01.589  - ESC[32minfoESC[39m: luftdaten.1 (3567) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                                          2020-10-13 00:31:04.096  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 started with pid 3607
                                          2020-10-13 00:31:05.768  - ESC[32minfoESC[39m: luftdaten.4 (3607) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                                          2020-10-13 00:31:11.647  - ESC[32minfoESC[39m: luftdaten.1 (3567) Terminated (NO_ERROR): Without reason                                2020-10-13 00:31:12.161  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 terminated with code 0 (NO_ERROR)
                                          2020-10-13 00:31:15.820  - ESC[32minfoESC[39m: luftdaten.4 (3607) Terminated (NO_ERROR): Without reason
                                          2020-10-13 00:31:16.338  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 terminated with code 0 (NO_ERROR)        2020-10-13 00:32:00.062  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 started with pid 4184
                                          2020-10-13 00:32:01.481  - ESC[32minfoESC[39m: luftdaten.4 (4184) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                                          2020-10-13 00:32:04.096  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 started with pid 4260
                                          2020-10-13 00:32:05.670  - ESC[32minfoESC[39m: luftdaten.1 (4260) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                                          2020-10-13 00:32:11.533  - ESC[32minfoESC[39m: luftdaten.4 (4184) Terminated (NO_ERROR): Without reason
                                          2020-10-13 00:32:12.049  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 terminated with code 0 (NO_ERROR)        2020-10-13 00:32:15.723  - ESC[32minfoESC[39m: luftdaten.1 (4260) Terminated (NO_ERROR): Without reason
                                          2020-10-13 00:32:16.240  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 terminated with code 0 (NO_ERROR)
                                          2020-10-13 00:33:00.056  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 started with pid 4834                    2020-10-13 00:33:01.510  - ESC[32minfoESC[39m: luftdaten.1 (4834) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                                          2020-10-13 00:27:12.129  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 terminated with code 0 (NO_ERROR)
                                          2020-10-13 00:27:15.633  - ESC[32minfoESC[39m: luftdaten.4 (926) Terminated (NO_ERROR): Without reason                                 2020-10-13 00:27:16.160  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 terminated with code 0 (NO_ERROR)
                                          2020-10-13 00:28:00.063  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 started with pid 1466
                                          2020-10-13 00:28:01.523  - ESC[32minfoESC[39m: luftdaten.4 (1466) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                                          2020-10-13 00:28:04.121  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 started with pid 1506
                                          2020-10-13 00:28:05.609  - ESC[32minfoESC[39m: luftdaten.1 (1506) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6                                                                                             2020-10-13 00:28:11.577  - ESC[32minfoESC[39m: luftdaten.4 (1466) Terminated (NO_ERROR): Without reason
                                          2020-10-13 00:28:12.114  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 terminated with code 0 (NO_ERROR)
                                          2020-10-13 00:28:15.661  - ESC[32minfoESC[39m: luftdaten.1 (1506) Terminated (NO_ERROR): Without reason                                2020-10-13 00:28:16.185  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 terminated with code 0 (NO_ERROR)
                                          2020-10-13 00:29:00.063  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 started with pid 2176
                                          2020-10-13 00:29:01.486  - ESC[32minfoESC[39m: luftdaten.1 (2176) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                                          2020-10-13 00:29:04.116  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 started with pid 2214
                                          2020-10-13 00:29:05.606  - ESC[32minfoESC[39m: luftdaten.4 (2214) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                                          2020-10-13 00:29:11.543  - ESC[32minfoESC[39m: luftdaten.1 (2176) Terminated (NO_ERROR): Without reason                                2020-10-13 00:29:12.058  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 terminated with code 0 (NO_ERROR)
                                          2020-10-13 00:29:15.659  - ESC[32minfoESC[39m: luftdaten.4 (2214) Terminated (NO_ERROR): Without reason
                                          2020-10-13 00:29:16.187  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 terminated with code 0 (NO_ERROR)        2020-10-13 00:30:00.009  - ESC[34mdebugESC[39m: statistics.0 (2499) [SAVE VALUES] saving 15Min values
                                          2020-10-13 00:30:00.016  - ESC[34mdebugESC[39m: statistics.0 (2499) [5 MINUTES] evaluation
                                          2020-10-13 00:30:00.075  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 started with pid 2875
                                          2020-10-13 00:30:01.498  - ESC[32minfoESC[39m: luftdaten.4 (2875) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                                          2020-10-13 00:30:04.135  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 started with pid 2915
                                          2020-10-13 00:30:05.636  - ESC[32minfoESC[39m: luftdaten.1 (2915) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                                          2020-10-13 00:30:11.561  - ESC[32minfoESC[39m: luftdaten.4 (2875) Terminated (NO_ERROR): Without reason
                                          2020-10-13 00:30:12.088  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 terminated with code 0 (NO_ERROR)        2020-10-13 00:30:15.689  - ESC[32minfoESC[39m: luftdaten.1 (2915) Terminated (NO_ERROR): Without reason
                                          2020-10-13 00:30:16.217  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 terminated with code 0 (NO_ERROR)
                                          2020-10-13 00:30:37.212  - ESC[32minfoESC[39m: sonoff.0 (14927) Client [TAS-POWR2-1] connected with secret 1602541816244_2648
                                          2020-10-13 00:30:37.241  - ESC[32minfoESC[39m: sonoff.0 (14927) Client [TAS-POWR2-1] connection closed: closed
                                          2020-10-13 00:31:00.063  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 started with pid 3567
                                          2020-10-13 00:31:01.589  - ESC[32minfoESC[39m: luftdaten.1 (3567) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6                                                                                             2020-10-13 00:31:04.096  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 started with pid 3607
                                          2020-10-13 00:31:05.768  - ESC[32minfoESC[39m: luftdaten.4 (3607) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6                                                                                             2020-10-13 00:31:11.647  - ESC[32minfoESC[39m: luftdaten.1 (3567) Terminated (NO_ERROR): Without reason
                                          2020-10-13 00:31:12.161  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 terminated with code 0 (NO_ERROR)
                                          2020-10-13 00:31:15.820  - ESC[32minfoESC[39m: luftdaten.4 (3607) Terminated (NO_ERROR): Without reason
                                          2020-10-13 00:31:16.338  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 terminated with code 0 (NO_ERROR)
                                          2020-10-13 00:32:00.062  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 started with pid 4184
                                          2020-10-13 00:32:01.481  - ESC[32minfoESC[39m: luftdaten.4 (4184) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                                          2020-10-13 00:32:04.096  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.1 started with pid 4260                    2020-10-13 00:32:05.670  - ESC[32minfoESC[39m: luftdaten.1 (4260) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v12.18.3, js-controller: 3.1.6
                                          2020-10-13 00:32:11.533  - ESC[32minfoESC[39m: luftdaten.4 (4184) Terminated (NO_ERROR): Without reason                                2020-10-13 00:32:12.049  - ESC[32minfoESC[39m: host.raspi instance system.adapter.luftdaten.4 terminated with code 0 (NO_ERROR)
                                          :
                                          
                                          Thomas Braun 2 Replies Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @brokeling last edited by

                                            @brokeling Insteressant sind die Zeilen rund um einen Neustart.
                                            Allerdings spinnen deine 4 Instanzen von luftdaten irgendwie, scheint mir.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            904
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            iobroker startet nicht oberfläche nicht erreichbar
                                            4
                                            68
                                            1599
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo