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. admin nicht erreichbar

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
    685

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

admin nicht erreichbar

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
admin
74 Beiträge 4 Kommentatoren 5.1k 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.
  • HomoranH Nicht stören
    HomoranH Nicht stören
    Homoran
    Global Moderator Administrators
    schrieb am zuletzt editiert von
    #12

    @patrick039212

    mach mal iobroker set admin.0 --bind 0.0.0.0

    kein Support per PN! - Fragen im Forum stellen -
    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
    Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
    der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

    P 1 Antwort Letzte Antwort
    0
    • HomoranH Homoran

      @patrick039212

      mach mal iobroker set admin.0 --bind 0.0.0.0

      P Offline
      P Offline
      patrick039212
      schrieb am zuletzt editiert von
      #13

      @Homoran @Glasfaser

      iobroker status

      pi@raspberrypi:~ $ iobroker status
      iobroker is running on this host.
      
      At least one iobroker host is running.
      
      Objects type: file
      States  type: file
      

      iobroker list instances

      
      pi@raspberrypi:~ $ iobroker list instances
        system.adapter.admin.0                 : admin                 -  enabled, port: 8081, bind: 192.168.0.14, run as: admin
      + system.adapter.alexa2.0                : alexa2                -  enabled
        system.adapter.backitup.0              : backitup              - disabled
        system.adapter.ble.0                   : ble                   - disabled
      + system.adapter.broadlink2.0            : broadlink2            -  enabled
      + system.adapter.cloud.0                 : cloud                 -  enabled
        system.adapter.daswetter.0             : daswetter             - disabled
        system.adapter.deconz.0                : deconz                - disabled, port: 80
      + system.adapter.discovery.0             : discovery             -  enabled
        system.adapter.feiertage.0             : feiertage             -  enabled
        system.adapter.firetv.0                : firetv                - disabled
        system.adapter.ical.0                  : ical                  -  enabled
        system.adapter.icons-icons8.0          : icons-icons8          -  enabled
        system.adapter.icons-mfd-svg.0         : icons-mfd-svg         -  enabled
        system.adapter.icons-open-icon-library-png.0: icons-open-icon-library-png -  enabled
        system.adapter.icons-ultimate-png.0    : icons-ultimate-png    -  enabled
      + system.adapter.info.0                  : info                  -  enabled
      + system.adapter.iot.0                   : iot                   -  enabled
      + system.adapter.javascript.0            : javascript            -  enabled
        system.adapter.material.0              : material              -  enabled
      + system.adapter.mihome-vacuum.0         : mihome-vacuum         -  enabled, port: 54321
        system.adapter.node-red.0              : node-red              - disabled, port: 1880, bind: 0.0.0.0
      + system.adapter.ping.0                  : ping                  -  enabled
        system.adapter.radar2.0                : radar2                - disabled
      + system.adapter.scenes.0                : scenes                -  enabled
      + system.adapter.shelly.0                : shelly                -  enabled, port: 1882, bind: 0.0.0.0
        system.adapter.telegram.0              : telegram              -  enabled, port: 8443, bind: 0.0.0.0
      + system.adapter.text2command.0          : text2command          -  enabled
        system.adapter.vis-colorpicker.0       : vis-colorpicker       -  enabled
        system.adapter.vis-jqui-mfd.0          : vis-jqui-mfd          -  enabled
        system.adapter.vis-materialdesign.0    : vis-materialdesign    -  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
        system.adapter.zigbee.0                : zigbee                -  enabled
      
      + instance is alive
      pi@raspberrypi:~ $
      
      

      Die Festplatte ist ca 2Monate alt kann mir nicht vorstellen das die Defekt ist ... bin bis heute immer normal auf meine Admin seite (192.168.0.14:8081) gekommen...

      
      pi@raspberrypi:~ $ iobroker set admin.0 --bind 0.0.0.0
      New bind for "admin.0" is: 0.0.0.0
      Instance settings for "admin.0" are changed.
      
      

      Soll ich ansonsten evtl mal den Admin adapter neu installieren ? ...

      HomoranH 1 Antwort Letzte Antwort
      0
      • P patrick039212

        @Homoran @Glasfaser

        iobroker status

        pi@raspberrypi:~ $ iobroker status
        iobroker is running on this host.
        
        At least one iobroker host is running.
        
        Objects type: file
        States  type: file
        

        iobroker list instances

        
        pi@raspberrypi:~ $ iobroker list instances
          system.adapter.admin.0                 : admin                 -  enabled, port: 8081, bind: 192.168.0.14, run as: admin
        + system.adapter.alexa2.0                : alexa2                -  enabled
          system.adapter.backitup.0              : backitup              - disabled
          system.adapter.ble.0                   : ble                   - disabled
        + system.adapter.broadlink2.0            : broadlink2            -  enabled
        + system.adapter.cloud.0                 : cloud                 -  enabled
          system.adapter.daswetter.0             : daswetter             - disabled
          system.adapter.deconz.0                : deconz                - disabled, port: 80
        + system.adapter.discovery.0             : discovery             -  enabled
          system.adapter.feiertage.0             : feiertage             -  enabled
          system.adapter.firetv.0                : firetv                - disabled
          system.adapter.ical.0                  : ical                  -  enabled
          system.adapter.icons-icons8.0          : icons-icons8          -  enabled
          system.adapter.icons-mfd-svg.0         : icons-mfd-svg         -  enabled
          system.adapter.icons-open-icon-library-png.0: icons-open-icon-library-png -  enabled
          system.adapter.icons-ultimate-png.0    : icons-ultimate-png    -  enabled
        + system.adapter.info.0                  : info                  -  enabled
        + system.adapter.iot.0                   : iot                   -  enabled
        + system.adapter.javascript.0            : javascript            -  enabled
          system.adapter.material.0              : material              -  enabled
        + system.adapter.mihome-vacuum.0         : mihome-vacuum         -  enabled, port: 54321
          system.adapter.node-red.0              : node-red              - disabled, port: 1880, bind: 0.0.0.0
        + system.adapter.ping.0                  : ping                  -  enabled
          system.adapter.radar2.0                : radar2                - disabled
        + system.adapter.scenes.0                : scenes                -  enabled
        + system.adapter.shelly.0                : shelly                -  enabled, port: 1882, bind: 0.0.0.0
          system.adapter.telegram.0              : telegram              -  enabled, port: 8443, bind: 0.0.0.0
        + system.adapter.text2command.0          : text2command          -  enabled
          system.adapter.vis-colorpicker.0       : vis-colorpicker       -  enabled
          system.adapter.vis-jqui-mfd.0          : vis-jqui-mfd          -  enabled
          system.adapter.vis-materialdesign.0    : vis-materialdesign    -  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
          system.adapter.zigbee.0                : zigbee                -  enabled
        
        + instance is alive
        pi@raspberrypi:~ $
        
        

        Die Festplatte ist ca 2Monate alt kann mir nicht vorstellen das die Defekt ist ... bin bis heute immer normal auf meine Admin seite (192.168.0.14:8081) gekommen...

        
        pi@raspberrypi:~ $ iobroker set admin.0 --bind 0.0.0.0
        New bind for "admin.0" is: 0.0.0.0
        Instance settings for "admin.0" are changed.
        
        

        Soll ich ansonsten evtl mal den Admin adapter neu installieren ? ...

        HomoranH Nicht stören
        HomoranH Nicht stören
        Homoran
        Global Moderator Administrators
        schrieb am zuletzt editiert von
        #14

        @patrick039212 sagte in admin nicht erreichbar:

        bin bis heute immer normal auf meine Admin seite (192.168.0.14:8081)

        das bind bedeutet aber, dass du nur von 192.168.0.14:8081 darauf zugreifen darfst.

        @patrick039212 sagte in admin nicht erreichbar:

        New bind for "admin.0" is: 0.0.0.0

        jetzt darfst du es auch von woanders

        bitte iobroker restart ausführen und nochmal probieren

        kein Support per PN! - Fragen im Forum stellen -
        Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
        Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
        der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

        P 1 Antwort Letzte Antwort
        0
        • HomoranH Homoran

          @patrick039212 sagte in admin nicht erreichbar:

          bin bis heute immer normal auf meine Admin seite (192.168.0.14:8081)

          das bind bedeutet aber, dass du nur von 192.168.0.14:8081 darauf zugreifen darfst.

          @patrick039212 sagte in admin nicht erreichbar:

          New bind for "admin.0" is: 0.0.0.0

          jetzt darfst du es auch von woanders

          bitte iobroker restart ausführen und nochmal probieren

          P Offline
          P Offline
          patrick039212
          schrieb am zuletzt editiert von
          #15

          @Homoran
          hat aber bis heute immer funktioniert... komisch das ganze ...
          hat leider keine veränderung gebracht

          HomoranH 1 Antwort Letzte Antwort
          0
          • P patrick039212

            @Homoran
            hat aber bis heute immer funktioniert... komisch das ganze ...
            hat leider keine veränderung gebracht

            HomoranH Nicht stören
            HomoranH Nicht stören
            Homoran
            Global Moderator Administrators
            schrieb am zuletzt editiert von
            #16

            @patrick039212 sagte in admin nicht erreichbar:

            hat leider keine veränderung gebracht

            dann bitte jetzt nochmal iobroker start admin

            kein Support per PN! - Fragen im Forum stellen -
            Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
            Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
            der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

            P 1 Antwort Letzte Antwort
            0
            • HomoranH Homoran

              @patrick039212 sagte in admin nicht erreichbar:

              hat leider keine veränderung gebracht

              dann bitte jetzt nochmal iobroker start admin

              P Offline
              P Offline
              patrick039212
              schrieb am zuletzt editiert von
              #17

              @Homoran
              funktioniert trotzdem leider nicht ...

              pi@raspberrypi:~ $ sudo iobroker status
              iobroker is running on this host.
              
              At least one iobroker host is running.
              
              Objects type: file
              States  type: file
              pi@raspberrypi:~ $ sudo iobroker start admin
              pi@raspberrypi:~ $ iobroker list instances
                system.adapter.admin.0                 : admin                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
              + system.adapter.alexa2.0                : alexa2                -  enabled
                system.adapter.backitup.0              : backitup              - disabled
                system.adapter.ble.0                   : ble                   - disabled
              + system.adapter.broadlink2.0            : broadlink2            -  enabled
              + system.adapter.cloud.0                 : cloud                 -  enabled
                system.adapter.daswetter.0             : daswetter             - disabled
                system.adapter.deconz.0                : deconz                - disabled, port: 80
              + system.adapter.discovery.0             : discovery             -  enabled
                system.adapter.feiertage.0             : feiertage             -  enabled
                system.adapter.firetv.0                : firetv                - disabled
                system.adapter.ical.0                  : ical                  -  enabled
                system.adapter.icons-icons8.0          : icons-icons8          -  enabled
                system.adapter.icons-mfd-svg.0         : icons-mfd-svg         -  enabled
                system.adapter.icons-open-icon-library-png.0: icons-open-icon-library-png -  enabled
                system.adapter.icons-ultimate-png.0    : icons-ultimate-png    -  enabled
              + system.adapter.info.0                  : info                  -  enabled
              + system.adapter.iot.0                   : iot                   -  enabled
              + system.adapter.javascript.0            : javascript            -  enabled
                system.adapter.material.0              : material              -  enabled
              + system.adapter.mihome-vacuum.0         : mihome-vacuum         -  enabled, port: 54321
                system.adapter.node-red.0              : node-red              - disabled, port: 1880, bind: 0.0.0.0
              + system.adapter.ping.0                  : ping                  -  enabled
                system.adapter.radar2.0                : radar2                - disabled
              + system.adapter.scenes.0                : scenes                -  enabled
              + system.adapter.shelly.0                : shelly                -  enabled, port: 1882, bind: 0.0.0.0
                system.adapter.telegram.0              : telegram              -  enabled, port: 8443, bind: 0.0.0.0
              + system.adapter.text2command.0          : text2command          -  enabled
                system.adapter.vis-colorpicker.0       : vis-colorpicker       -  enabled
                system.adapter.vis-jqui-mfd.0          : vis-jqui-mfd          -  enabled
                system.adapter.vis-materialdesign.0    : vis-materialdesign    -  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
              + system.adapter.zigbee.0                : zigbee                -  enabled
              
              + instance is alive
              pi@raspberrypi:~ $
              
              
              HomoranH 1 Antwort Letzte Antwort
              0
              • P patrick039212

                @Homoran
                funktioniert trotzdem leider nicht ...

                pi@raspberrypi:~ $ sudo iobroker status
                iobroker is running on this host.
                
                At least one iobroker host is running.
                
                Objects type: file
                States  type: file
                pi@raspberrypi:~ $ sudo iobroker start admin
                pi@raspberrypi:~ $ iobroker list instances
                  system.adapter.admin.0                 : admin                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                + system.adapter.alexa2.0                : alexa2                -  enabled
                  system.adapter.backitup.0              : backitup              - disabled
                  system.adapter.ble.0                   : ble                   - disabled
                + system.adapter.broadlink2.0            : broadlink2            -  enabled
                + system.adapter.cloud.0                 : cloud                 -  enabled
                  system.adapter.daswetter.0             : daswetter             - disabled
                  system.adapter.deconz.0                : deconz                - disabled, port: 80
                + system.adapter.discovery.0             : discovery             -  enabled
                  system.adapter.feiertage.0             : feiertage             -  enabled
                  system.adapter.firetv.0                : firetv                - disabled
                  system.adapter.ical.0                  : ical                  -  enabled
                  system.adapter.icons-icons8.0          : icons-icons8          -  enabled
                  system.adapter.icons-mfd-svg.0         : icons-mfd-svg         -  enabled
                  system.adapter.icons-open-icon-library-png.0: icons-open-icon-library-png -  enabled
                  system.adapter.icons-ultimate-png.0    : icons-ultimate-png    -  enabled
                + system.adapter.info.0                  : info                  -  enabled
                + system.adapter.iot.0                   : iot                   -  enabled
                + system.adapter.javascript.0            : javascript            -  enabled
                  system.adapter.material.0              : material              -  enabled
                + system.adapter.mihome-vacuum.0         : mihome-vacuum         -  enabled, port: 54321
                  system.adapter.node-red.0              : node-red              - disabled, port: 1880, bind: 0.0.0.0
                + system.adapter.ping.0                  : ping                  -  enabled
                  system.adapter.radar2.0                : radar2                - disabled
                + system.adapter.scenes.0                : scenes                -  enabled
                + system.adapter.shelly.0                : shelly                -  enabled, port: 1882, bind: 0.0.0.0
                  system.adapter.telegram.0              : telegram              -  enabled, port: 8443, bind: 0.0.0.0
                + system.adapter.text2command.0          : text2command          -  enabled
                  system.adapter.vis-colorpicker.0       : vis-colorpicker       -  enabled
                  system.adapter.vis-jqui-mfd.0          : vis-jqui-mfd          -  enabled
                  system.adapter.vis-materialdesign.0    : vis-materialdesign    -  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
                + system.adapter.zigbee.0                : zigbee                -  enabled
                
                + instance is alive
                pi@raspberrypi:~ $
                
                
                HomoranH Nicht stören
                HomoranH Nicht stören
                Homoran
                Global Moderator Administrators
                schrieb am zuletzt editiert von
                #18

                @patrick039212 was steht im log?
                insbesondere beim erneuten start?

                cat /opt/iobroker/log/iobroker.current.log

                die letzten Zeilen ab dem Neustart reichen

                kein Support per PN! - Fragen im Forum stellen -
                Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
                der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                P 1 Antwort Letzte Antwort
                0
                • HomoranH Homoran

                  @patrick039212 was steht im log?
                  insbesondere beim erneuten start?

                  cat /opt/iobroker/log/iobroker.current.log

                  die letzten Zeilen ab dem Neustart reichen

                  P Offline
                  P Offline
                  patrick039212
                  schrieb am zuletzt editiert von patrick039212
                  #19

                  @Homoran
                  hab jetzt nochmal neu gestartet anbei das log

                  2020-10-04 19:38:01.413  - debug: mihome-vacuum.0 (11384) sendMsg[1] >>> {"id":33,"method":"get_map_v1"}
                  2020-10-04 19:38:01.422  - debug: mihome-vacuum.0 (11384) Receive <<< {"result":["robomap%2F260326544%2F4"],"id":33}
                  2020-10-04 19:38:01.425  - debug: mihome-vacuum.0 (11384) Mappointer_updated
                  2020-10-04 19:38:01.696  - error: host.raspberrypi Caught by controller[0]: internal/modules/cjs/loader.js:968
                  2020-10-04 19:38:01.699  - error: host.raspberrypi Caught by controller[0]:   throw err;
                  2020-10-04 19:38:01.700  - error: host.raspberrypi Caught by controller[0]:   ^
                  2020-10-04 19:38:01.701  - error: host.raspberrypi Caught by controller[0]: Error: Cannot find module 'mime'
                  2020-10-04 19:38:01.701  - error: host.raspberrypi Caught by controller[0]: Require stack:
                  2020-10-04 19:38:01.702  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js
                  2020-10-04 19:38:01.703  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/node-telegram-bot-api/index.js
                  2020-10-04 19:38:01.704  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.telegram/main.js
                  2020-10-04 19:38:01.705  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:965:15)
                  2020-10-04 19:38:01.706  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:841:27)
                  2020-10-04 19:38:01.706  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                  2020-10-04 19:38:01.707  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                  2020-10-04 19:38:01.708  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js:14:14)
                  2020-10-04 19:38:01.709  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                  2020-10-04 19:38:01.709  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                  2020-10-04 19:38:01.710  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32)
                  2020-10-04 19:38:01.711  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:878:14)
                  2020-10-04 19:38:01.712  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                  2020-10-04 19:38:01.712  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                  2020-10-04 19:38:01.713  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/node-telegram-bot-api/index.js:12:20)
                  2020-10-04 19:38:01.714  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                  2020-10-04 19:38:01.715  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                  2020-10-04 19:38:01.716  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32)
                  2020-10-04 19:38:01.716  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:878:14)
                  2020-10-04 19:38:01.717  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                  2020-10-04 19:38:01.718  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                  2020-10-04 19:38:01.719  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.telegram/main.js:19:21)
                  2020-10-04 19:38:01.720  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                  2020-10-04 19:38:01.720  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                  2020-10-04 19:38:01.721  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32) {
                  2020-10-04 19:38:01.722  - error: host.raspberrypi Caught by controller[0]:   code: 'MODULE_NOT_FOUND',
                  2020-10-04 19:38:01.723  - error: host.raspberrypi Caught by controller[0]:   requireStack: [
                  2020-10-04 19:38:01.723  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js',
                  2020-10-04 19:38:01.724  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/node-telegram-bot-api/index.js',
                  2020-10-04 19:38:01.725  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/iobroker.telegram/main.js'
                  2020-10-04 19:38:01.726  - error: host.raspberrypi Caught by controller[0]:   ]
                  2020-10-04 19:38:01.727  - error: host.raspberrypi Caught by controller[0]: }
                  2020-10-04 19:38:01.728  - error: host.raspberrypi instance system.adapter.telegram.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                  2020-10-04 19:38:01.729  - info: host.raspberrypi Restart adapter system.adapter.telegram.0 because enabled
                  2020-10-04 19:38:02.425  - debug: mihome-vacuum.0 (11384) sendMsg[1] >>> {"id":34,"method":"get_room_mapping"}
                  2020-10-04 19:38:02.433  - debug: mihome-vacuum.0 (11384) Receive <<< {"result":[],"id":34}
                  2020-10-04 19:38:02.434  - debug: mihome-vacuum.0 (11384) Empty array try to get from Map
                  2020-10-04 19:38:02.435  - debug: mihome-vacuum.0 (11384) get rooms from map
                  2020-10-04 19:38:02.436  - debug: mihome-vacuum.0 (11384) update_Map Mimap enabled
                  2020-10-04 19:38:02.437  - debug: mihome-vacuum.0 (11384) update_Map need new mapurl
                  2020-10-04 19:38:02.586  - debug: mihome-vacuum.0 (11384) update_Map got new url:https://awsde0.fds.api.xiaomi.com/robomap/robomap/260326544/4?Expires=1601834882000&GalaxyAccessKeyId=5271733786445&Signature=T//Y3nTzxGW/AQcCSZ+YG3eTc34=
                  2020-10-04 19:38:02.587  - debug: mihome-vacuum.0 (11384) update_Map got new expires:1601834882
                  2020-10-04 19:38:02.588  - debug: mihome-vacuum.0 (11384) update_Map got new time:1601833082
                  2020-10-04 19:38:02.770  - info: host.raspberrypi instance system.adapter.telegram.0 started with pid 11920
                  2020-10-04 19:38:03.812  - info: host.raspberrypi instance system.adapter.admin.0 started with pid 11933
                  2020-10-04 19:38:07.339  - error: host.raspberrypi Caught by controller[0]: internal/modules/cjs/loader.js:968
                  2020-10-04 19:38:07.341  - error: host.raspberrypi Caught by controller[0]:   throw err;
                  2020-10-04 19:38:07.343  - error: host.raspberrypi Caught by controller[0]:   ^
                  2020-10-04 19:38:07.344  - error: host.raspberrypi Caught by controller[0]: Error: Cannot find module 'mime'
                  2020-10-04 19:38:07.345  - error: host.raspberrypi Caught by controller[0]: Require stack:
                  2020-10-04 19:38:07.346  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js
                  2020-10-04 19:38:07.348  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/node-telegram-bot-api/index.js
                  2020-10-04 19:38:07.349  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.telegram/main.js
                  2020-10-04 19:38:07.351  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:965:15)
                  2020-10-04 19:38:07.352  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:841:27)
                  2020-10-04 19:38:07.352  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                  2020-10-04 19:38:07.354  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                  2020-10-04 19:38:07.355  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js:14:14)
                  2020-10-04 19:38:07.356  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                  2020-10-04 19:38:07.358  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                  2020-10-04 19:38:07.359  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32)
                  2020-10-04 19:38:07.360  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:878:14)
                  2020-10-04 19:38:07.361  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                  2020-10-04 19:38:07.362  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                  2020-10-04 19:38:07.364  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/node-telegram-bot-api/index.js:12:20)
                  2020-10-04 19:38:07.365  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                  2020-10-04 19:38:07.366  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                  2020-10-04 19:38:07.368  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32)
                  2020-10-04 19:38:07.369  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:878:14)
                  2020-10-04 19:38:07.371  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                  2020-10-04 19:38:07.372  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                  2020-10-04 19:38:07.373  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.telegram/main.js:19:21)
                  2020-10-04 19:38:07.375  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                  2020-10-04 19:38:07.376  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                  2020-10-04 19:38:07.377  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32) {
                  2020-10-04 19:38:07.379  - error: host.raspberrypi Caught by controller[0]:   code: 'MODULE_NOT_FOUND',
                  2020-10-04 19:38:07.380  - error: host.raspberrypi Caught by controller[0]:   requireStack: [
                  2020-10-04 19:38:07.381  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js',
                  2020-10-04 19:38:07.383  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/node-telegram-bot-api/index.js',
                  2020-10-04 19:38:07.384  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/iobroker.telegram/main.js'
                  2020-10-04 19:38:07.385  - error: host.raspberrypi Caught by controller[0]:   ]
                  2020-10-04 19:38:07.386  - error: host.raspberrypi Caught by controller[0]: }
                  2020-10-04 19:38:07.387  - error: host.raspberrypi instance system.adapter.telegram.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                  2020-10-04 19:38:07.388  - info: host.raspberrypi Restart adapter system.adapter.telegram.0 because enabled
                  2020-10-04 19:38:07.936  - error: host.raspberrypi Caught by controller[0]: internal/modules/cjs/loader.js:968
                  2020-10-04 19:38:07.937  - error: host.raspberrypi Caught by controller[0]:   throw err;
                  2020-10-04 19:38:07.938  - error: host.raspberrypi Caught by controller[0]:   ^
                  2020-10-04 19:38:07.938  - error: host.raspberrypi Caught by controller[0]: Error: Cannot find module 'mime'
                  2020-10-04 19:38:07.939  - error: host.raspberrypi Caught by controller[0]: Require stack:
                  2020-10-04 19:38:07.940  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/send/index.js
                  2020-10-04 19:38:07.940  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/express/lib/utils.js
                  2020-10-04 19:38:07.941  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/express/lib/application.js
                  2020-10-04 19:38:07.942  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/express/lib/express.js
                  2020-10-04 19:38:07.943  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/express/index.js
                  2020-10-04 19:38:07.944  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.admin/lib/web.js
                  2020-10-04 19:38:07.944  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.admin/main.js
                  2020-10-04 19:38:07.945  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:965:15)
                  2020-10-04 19:38:07.946  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:841:27)
                  2020-10-04 19:38:07.947  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                  2020-10-04 19:38:07.947  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                  2020-10-04 19:38:07.948  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/send/index.js:24:12)
                  2020-10-04 19:38:07.949  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                  2020-10-04 19:38:07.949  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                  2020-10-04 19:38:07.950  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32)
                  2020-10-04 19:38:07.951  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:878:14)
                  2020-10-04 19:38:07.952  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19) {
                  2020-10-04 19:38:07.952  - error: host.raspberrypi Caught by controller[0]:   code: 'MODULE_NOT_FOUND',
                  2020-10-04 19:38:07.953  - error: host.raspberrypi Caught by controller[0]:   requireStack: [
                  2020-10-04 19:38:07.955  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/send/index.js',
                  2020-10-04 19:38:07.955  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/express/lib/utils.js',
                  2020-10-04 19:38:07.956  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/express/lib/application.js',
                  2020-10-04 19:38:07.956  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/express/lib/express.js',
                  2020-10-04 19:38:07.957  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/express/index.js',
                  2020-10-04 19:38:07.958  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/iobroker.admin/lib/web.js',
                  2020-10-04 19:38:07.959  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/iobroker.admin/main.js'
                  2020-10-04 19:38:07.959  - error: host.raspberrypi Caught by controller[0]:   ]
                  2020-10-04 19:38:07.960  - error: host.raspberrypi Caught by controller[0]: }
                  2020-10-04 19:38:07.960  - error: host.raspberrypi instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                  2020-10-04 19:38:07.961  - info: host.raspberrypi Restart adapter system.adapter.admin.0 because enabled
                  2020-10-04 19:38:07.983  - debug: zigbee.0 (11355) system.adapter.admin.0: logging false
                  2020-10-04 19:38:07.991  - debug: mihome-vacuum.0 (11384) system.adapter.admin.0: logging false
                  2020-10-04 19:38:07.992  - debug: cloud.0 (10174) system.adapter.admin.0: logging false
                  2020-10-04 19:38:07.982  - debug: scenes.0 (11238) system.adapter.admin.0: logging false
                  2020-10-04 19:38:08.429  - info: host.raspberrypi instance system.adapter.telegram.0 started with pid 12003
                  2020-10-04 19:38:12.168  - error: host.raspberrypi Caught by controller[0]: internal/modules/cjs/loader.js:968
                  2020-10-04 19:38:12.170  - error: host.raspberrypi Caught by controller[0]:   throw err;
                  2020-10-04 19:38:12.171  - error: host.raspberrypi Caught by controller[0]:   ^
                  2020-10-04 19:38:12.172  - error: host.raspberrypi Caught by controller[0]: Error: Cannot find module 'mime'
                  2020-10-04 19:38:12.173  - error: host.raspberrypi Caught by controller[0]: Require stack:
                  2020-10-04 19:38:12.174  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js
                  2020-10-04 19:38:12.175  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/node-telegram-bot-api/index.js
                  2020-10-04 19:38:12.176  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.telegram/main.js
                  2020-10-04 19:38:12.177  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:965:15)
                  2020-10-04 19:38:12.178  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:841:27)
                  2020-10-04 19:38:12.179  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                  2020-10-04 19:38:12.180  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                  2020-10-04 19:38:12.181  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js:14:14)
                  2020-10-04 19:38:12.182  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                  2020-10-04 19:38:12.183  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                  2020-10-04 19:38:12.184  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32)
                  2020-10-04 19:38:12.185  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:878:14)
                  2020-10-04 19:38:12.185  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                  2020-10-04 19:38:12.186  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                  2020-10-04 19:38:12.187  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/node-telegram-bot-api/index.js:12:20)
                  2020-10-04 19:38:12.188  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                  2020-10-04 19:38:12.189  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                  2020-10-04 19:38:12.190  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32)
                  2020-10-04 19:38:12.191  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:878:14)
                  2020-10-04 19:38:12.192  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                  2020-10-04 19:38:12.193  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                  2020-10-04 19:38:12.193  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.telegram/main.js:19:21)
                  2020-10-04 19:38:12.194  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                  2020-10-04 19:38:12.195  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                  2020-10-04 19:38:12.196  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32) {
                  2020-10-04 19:38:12.196  - error: host.raspberrypi Caught by controller[0]:   code: 'MODULE_NOT_FOUND',
                  2020-10-04 19:38:12.197  - error: host.raspberrypi Caught by controller[0]:   requireStack: [
                  2020-10-04 19:38:12.198  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js',
                  2020-10-04 19:38:12.199  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/node-telegram-bot-api/index.js',
                  2020-10-04 19:38:12.200  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/iobroker.telegram/main.js'
                  2020-10-04 19:38:12.200  - error: host.raspberrypi Caught by controller[0]:   ]
                  2020-10-04 19:38:12.201  - error: host.raspberrypi Caught by controller[0]: }
                  2020-10-04 19:38:12.202  - error: host.raspberrypi instance system.adapter.telegram.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                  2020-10-04 19:38:12.202  - info: host.raspberrypi Restart adapter system.adapter.telegram.0 because enabled
                  2020-10-04 19:38:13.453  - info: host.raspberrypi instance system.adapter.telegram.0 started with pid 12041
                  2020-10-04 19:38:13.575  - info: host.raspberrypi instance system.adapter.web.0 started with pid 12047
                  2020-10-04 19:38:15.015  - error: host.raspberrypi Caught by controller[0]: internal/modules/cjs/loader.js:968
                  2020-10-04 19:38:15.016  - error: host.raspberrypi Caught by controller[0]:   throw err;
                  2020-10-04 19:38:15.017  - error: host.raspberrypi Caught by controller[0]:   ^
                  2020-10-04 19:38:15.021  - error: host.raspberrypi Caught by controller[0]: Error: Cannot find module 'mime'
                  2020-10-04 19:38:15.023  - error: host.raspberrypi Caught by controller[0]: Require stack:
                  2020-10-04 19:38:15.024  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/send/index.js
                  2020-10-04 19:38:15.024  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/express/lib/utils.js
                  2020-10-04 19:38:15.025  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/express/lib/application.js
                  2020-10-04 19:38:15.026  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/express/lib/express.js
                  2020-10-04 19:38:15.027  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/express/index.js
                  2020-10-04 19:38:15.027  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.web/main.js
                  2020-10-04 19:38:15.028  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:965:15)
                  2020-10-04 19:38:15.029  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:841:27)
                  2020-10-04 19:38:15.030  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                  2020-10-04 19:38:15.032  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                  2020-10-04 19:38:15.033  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/send/index.js:24:12)
                  2020-10-04 19:38:15.034  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                  2020-10-04 19:38:15.035  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                  2020-10-04 19:38:15.036  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32)
                  2020-10-04 19:38:15.037  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:878:14)
                  2020-10-04 19:38:15.039  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19) {
                  2020-10-04 19:38:15.040  - error: host.raspberrypi Caught by controller[0]:   code: 'MODULE_NOT_FOUND',
                  2020-10-04 19:38:15.040  - error: host.raspberrypi Caught by controller[0]:   requireStack: [
                  2020-10-04 19:38:15.042  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/send/index.js',
                  2020-10-04 19:38:15.043  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/express/lib/utils.js',
                  2020-10-04 19:38:15.044  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/express/lib/application.js',
                  2020-10-04 19:38:15.045  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/express/lib/express.js',
                  2020-10-04 19:38:15.046  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/express/index.js',
                  2020-10-04 19:38:15.047  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/iobroker.web/main.js'
                  2020-10-04 19:38:15.048  - error: host.raspberrypi Caught by controller[0]:   ]
                  2020-10-04 19:38:15.049  - error: host.raspberrypi Caught by controller[0]: }
                  2020-10-04 19:38:15.051  - error: host.raspberrypi instance system.adapter.web.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                  2020-10-04 19:38:15.052  - info: host.raspberrypi Restart adapter system.adapter.web.0 because enabled
                  2020-10-04 19:38:17.770  - error: host.raspberrypi Caught by controller[0]: internal/modules/cjs/loader.js:968
                  2020-10-04 19:38:17.771  - error: host.raspberrypi Caught by controller[0]:   throw err;
                  2020-10-04 19:38:17.772  - error: host.raspberrypi Caught by controller[0]:   ^
                  2020-10-04 19:38:17.773  - error: host.raspberrypi Caught by controller[0]: Error: Cannot find module 'mime'
                  2020-10-04 19:38:17.773  - error: host.raspberrypi Caught by controller[0]: Require stack:
                  2020-10-04 19:38:17.774  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js
                  2020-10-04 19:38:17.775  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/node-telegram-bot-api/index.js
                  2020-10-04 19:38:17.775  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.telegram/main.js
                  2020-10-04 19:38:17.776  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:965:15)
                  2020-10-04 19:38:17.776  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:841:27)
                  2020-10-04 19:38:17.777  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                  2020-10-04 19:38:17.778  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                  2020-10-04 19:38:17.778  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js:14:14)
                  2020-10-04 19:38:17.779  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                  2020-10-04 19:38:17.780  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                  2020-10-04 19:38:17.780  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32)
                  2020-10-04 19:38:17.781  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:878:14)
                  2020-10-04 19:38:17.782  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                  2020-10-04 19:38:17.782  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                  2020-10-04 19:38:17.783  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/node-telegram-bot-api/index.js:12:20)
                  2020-10-04 19:38:17.784  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                  2020-10-04 19:38:17.784  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                  2020-10-04 19:38:17.785  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32)
                  2020-10-04 19:38:17.785  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:878:14)
                  2020-10-04 19:38:17.786  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                  2020-10-04 19:38:17.787  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                  2020-10-04 19:38:17.787  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.telegram/main.js:19:21)
                  2020-10-04 19:38:17.788  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                  2020-10-04 19:38:17.789  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                  2020-10-04 19:38:17.789  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32) {
                  2020-10-04 19:38:17.790  - error: host.raspberrypi Caught by controller[0]:   code: 'MODULE_NOT_FOUND',
                  2020-10-04 19:38:17.790  - error: host.raspberrypi Caught by controller[0]:   requireStack: [
                  2020-10-04 19:38:17.791  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js',
                  2020-10-04 19:38:17.792  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/node-telegram-bot-api/index.js',
                  2020-10-04 19:38:17.792  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/iobroker.telegram/main.js'
                  2020-10-04 19:38:17.793  - error: host.raspberrypi Caught by controller[0]:   ]
                  2020-10-04 19:38:17.793  - error: host.raspberrypi Caught by controller[0]: }
                  2020-10-04 19:38:17.794  - error: host.raspberrypi instance system.adapter.telegram.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                  2020-10-04 19:38:17.795  - info: host.raspberrypi Restart adapter system.adapter.telegram.0 because enabled
                  2020-10-04 19:38:18.939  - error: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                  2020-10-04 19:38:18.941  - error: zigbee.0 (11355) unhandled promise rejection: Error while opening serialport 'Error: Error: Device or resource busy, cannot open /dev/ttyACM0'
                  2020-10-04 19:38:18.943  - error: zigbee.0 (11355) Error: Error while opening serialport 'Error: Error: Device or resource busy, cannot open /dev/ttyACM0'
                      at Driver.<anonymous> (/opt/iobroker/node_modules/zigbee-herdsman/dist/adapter/deconz/driver/driver.js:97:28)
                      at Generator.next (<anonymous>)
                      at /opt/iobroker/node_modules/zigbee-herdsman/dist/adapter/deconz/driver/driver.js:8:71
                      at new Promise (<anonymous>)
                      at __awaiter (/opt/iobroker/node_modules/zigbee-herdsman/dist/adapter/deconz/driver/driver.js:4:12)
                      at SerialPort.<anonymous> (/opt/iobroker/node_modules/zigbee-herdsman/dist/adapter/deconz/driver/driver.js:95:45)
                      at SerialPort._error (/opt/iobroker/node_modules/zigbee-herdsman/node_modules/@serialport/stream/lib/index.js:198:14)
                      at /opt/iobroker/node_modules/zigbee-herdsman/node_modules/@serialport/stream/lib/index.js:242:12
                  2020-10-04 19:38:18.946  - info: zigbee.0 (11355) cleaned everything up...
                  2020-10-04 19:38:18.956  - info: zigbee.0 (11355) Zigbee: disabling joining new devices.
                  2020-10-04 19:38:18.963  - error: zigbee.0 (11355) Failed to stop zigbee (TypeError: Cannot read property 'getEntries' of null
                      at Function.loadFromDatabaseIfNecessary (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/group.js:76:55)
                      at Function.all (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/group.js:88:15)
                      at Controller.databaseSave (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:219:45)
                      at Controller.<anonymous> (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:200:18)
                      at Generator.next (<anonymous>)
                      at /opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:27:71
                      at new Promise (<anonymous>)
                      at __awaiter (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:23:12)
                      at Controller.stop (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:199:16)
                      at ZigbeeController.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:307:33))
                  2020-10-04 19:38:18.967  - error: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                  2020-10-04 19:38:18.968  - error: zigbee.0 (11355) unhandled promise rejection: Cannot read property 'getEntries' of null
                  2020-10-04 19:38:18.979  - error: zigbee.0 (11355) TypeError: Cannot read property 'getEntries' of null
                      at Function.loadFromDatabaseIfNecessary (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/device.js:214:55)
                      at Function.all (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/device.js:234:16)
                      at Controller.getDevices (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:252:31)
                      at ZigbeeController.getClients (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:200:49)
                      at DeviceAvailability.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zbDeviceAvailability.js:118:43)
                      at ZigbeeController.callExtensionMethod (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:186:42)
                      at ZigbeeController.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:303:20)
                      at Zigbee.onUnload (/opt/iobroker/node_modules/iobroker.zigbee/main.js:442:41)
                      at Zigbee.emit (events.js:315:20)
                      at stop (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8270:22)
                  2020-10-04 19:38:19.389  - debug: mihome-vacuum.0 (11384) sendMsg[1] >>> {"id":35,"method":"get_status"}
                  2020-10-04 19:38:19.401  - debug: mihome-vacuum.0 (11384) Receive <<< {"result":[{"msg_ver":3,"msg_seq":3030,"state":8,"battery":100,"clean_time":1479,"clean_area":23770000,"error_code":0,"map_present":1,"in_cleaning":0,"in_returning":0,"in_fresh_state":1,"lab_status":1,"water_box_status":0,"fan_power":104,"dnd_enabled":0,"map_status":3,"lock_status":0}],"id":35}
                  2020-10-04 19:38:19.471  - info: host.raspberrypi instance system.adapter.telegram.0 started with pid 12123
                  2020-10-04 19:38:19.541  - info: zigbee.0 (11355) terminating
                  2020-10-04 19:38:19.545  - info: zigbee.0 (11355) Terminated (NO_ERROR): Without reason
                  2020-10-04 19:38:19.551  - info: zigbee.0 (11355) terminating
                  2020-10-04 19:38:20.130  - info: host.raspberrypi instance system.adapter.zigbee.0 terminated with code 0 (NO_ERROR)
                  2020-10-04 19:38:20.131  - info: host.raspberrypi Restart adapter system.adapter.zigbee.0 because enabled
                  2020-10-04 19:38:22.750  - error: host.raspberrypi Caught by controller[0]: internal/modules/cjs/loader.js:968
                  2020-10-04 19:38:22.751  - error: host.raspberrypi Caught by controller[0]:   throw err;
                  2020-10-04 19:38:22.751  - error: host.raspberrypi Caught by controller[0]:   ^
                  2020-10-04 19:38:22.751  - error: host.raspberrypi Caught by controller[0]: Error: Cannot find module 'mime'
                  2020-10-04 19:38:22.752  - error: host.raspberrypi Caught by controller[0]: Require stack:
                  2020-10-04 19:38:22.752  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js
                  2020-10-04 19:38:22.752  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/node-telegram-bot-api/index.js
                  2020-10-04 19:38:22.753  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.telegram/main.js
                  2020-10-04 19:38:22.753  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:965:15)
                  2020-10-04 19:38:22.753  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:841:27)
                  2020-10-04 19:38:22.754  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                  2020-10-04 19:38:22.754  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                  2020-10-04 19:38:22.754  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js:14:14)
                  2020-10-04 19:38:22.754  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                  2020-10-04 19:38:22.755  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                  2020-10-04 19:38:22.755  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32)
                  2020-10-04 19:38:22.755  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:878:14)
                  2020-10-04 19:38:22.756  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                  2020-10-04 19:38:22.756  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                  2020-10-04 19:38:22.756  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/node-telegram-bot-api/index.js:12:20)
                  2020-10-04 19:38:22.756  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                  2020-10-04 19:38:22.757  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                  2020-10-04 19:38:22.757  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32)
                  2020-10-04 19:38:22.757  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:878:14)
                  2020-10-04 19:38:22.757  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                  2020-10-04 19:38:22.758  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                  2020-10-04 19:38:22.758  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.telegram/main.js:19:21)
                  2020-10-04 19:38:22.758  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                  2020-10-04 19:38:22.759  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                  2020-10-04 19:38:22.759  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32) {
                  2020-10-04 19:38:22.759  - error: host.raspberrypi Caught by controller[0]:   code: 'MODULE_NOT_FOUND',
                  2020-10-04 19:38:22.759  - error: host.raspberrypi Caught by controller[0]:   requireStack: [
                  2020-10-04 19:38:22.760  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js',
                  2020-10-04 19:38:22.760  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/node-telegram-bot-api/index.js',
                  2020-10-04 19:38:22.760  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/iobroker.telegram/main.js'
                  2020-10-04 19:38:22.760  - error: host.raspberrypi Caught by controller[0]:   ]
                  2020-10-04 19:38:22.761  - error: host.raspberrypi Caught by controller[0]: }
                  2020-10-04 19:38:22.761  - error: host.raspberrypi instance system.adapter.telegram.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                  2020-10-04 19:38:22.761  - info: host.raspberrypi Restart adapter system.adapter.telegram.0 because enabled
                  2020-10-04 19:38:23.035  - info: alexa2.0 (10513) Subscribing to states...
                  2020-10-04 19:38:23.803  - info: host.raspberrypi instance system.adapter.telegram.0 started with pid 12155
                  2020-10-04 19:38:26.970  - error: host.raspberrypi Caught by controller[0]: internal/modules/cjs/loader.js:968
                  2020-10-04 19:38:26.972  - error: host.raspberrypi Caught by controller[0]:   throw err;
                  2020-10-04 19:38:26.972  - error: host.raspberrypi Caught by controller[0]:   ^
                  2020-10-04 19:38:26.973  - error: host.raspberrypi Caught by controller[0]: Error: Cannot find module 'mime'
                  2020-10-04 19:38:26.974  - error: host.raspberrypi Caught by controller[0]: Require stack:
                  2020-10-04 19:38:26.975  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js
                  2020-10-04 19:38:26.976  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/node-telegram-bot-api/index.js
                  2020-10-04 19:38:26.976  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.telegram/main.js
                  2020-10-04 19:38:26.977  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:965:15)
                  2020-10-04 19:38:26.978  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:841:27)
                  2020-10-04 19:38:26.978  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                  2020-10-04 19:38:26.979  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                  2020-10-04 19:38:26.980  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js:14:14)
                  2020-10-04 19:38:26.980  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                  2020-10-04 19:38:26.981  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                  2020-10-04 19:38:26.982  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32)
                  2020-10-04 19:38:26.982  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:878:14)
                  2020-10-04 19:38:26.983  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                  2020-10-04 19:38:26.983  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                  2020-10-04 19:38:26.984  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/node-telegram-bot-api/index.js:12:20)
                  2020-10-04 19:38:26.985  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                  2020-10-04 19:38:26.985  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                  2020-10-04 19:38:26.986  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32)
                  2020-10-04 19:38:26.987  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:878:14)
                  2020-10-04 19:38:26.987  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                  2020-10-04 19:38:26.988  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                  2020-10-04 19:38:26.989  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.telegram/main.js:19:21)
                  2020-10-04 19:38:26.989  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                  2020-10-04 19:38:26.990  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                  2020-10-04 19:38:26.991  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32) {
                  2020-10-04 19:38:26.991  - error: host.raspberrypi Caught by controller[0]:   code: 'MODULE_NOT_FOUND',
                  2020-10-04 19:38:26.992  - error: host.raspberrypi Caught by controller[0]:   requireStack: [
                  2020-10-04 19:38:26.993  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js',
                  2020-10-04 19:38:26.993  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/node-telegram-bot-api/index.js',
                  2020-10-04 19:38:26.994  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/iobroker.telegram/main.js'
                  2020-10-04 19:38:26.995  - error: host.raspberrypi Caught by controller[0]:   ]
                  2020-10-04 19:38:26.995  - error: host.raspberrypi Caught by controller[0]: }
                  2020-10-04 19:38:26.996  - error: host.raspberrypi instance system.adapter.telegram.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                  2020-10-04 19:38:26.997  - info: host.raspberrypi Restart adapter system.adapter.telegram.0 because enabled
                  2020-10-04 19:38:28.760  - info: host.raspberrypi instance system.adapter.telegram.0 started with pid 12225
                  2020-10-04 19:38:32.433  - error: host.raspberrypi Caught by controller[0]: internal/modules/cjs/loader.js:968
                  2020-10-04 19:38:32.434  - error: host.raspberrypi Caught by controller[0]:   throw err;
                  2020-10-04 19:38:32.435  - error: host.raspberrypi Caught by controller[0]:   ^
                  2020-10-04 19:38:32.436  - error: host.raspberrypi Caught by controller[0]: Error: Cannot find module 'mime'
                  2020-10-04 19:38:32.436  - error: host.raspberrypi Caught by controller[0]: Require stack:
                  2020-10-04 19:38:32.437  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js
                  2020-10-04 19:38:32.438  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/node-telegram-bot-api/index.js
                  2020-10-04 19:38:32.439  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.telegram/main.js
                  2020-10-04 19:38:32.439  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:965:15)
                  2020-10-04 19:38:32.440  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:841:27)
                  2020-10-04 19:38:32.441  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                  2020-10-04 19:38:32.441  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                  2020-10-04 19:38:32.442  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js:14:14)
                  2020-10-04 19:38:32.443  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                  2020-10-04 19:38:32.443  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                  2020-10-04 19:38:32.444  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32)
                  2020-10-04 19:38:32.445  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:878:14)
                  2020-10-04 19:38:32.445  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                  2020-10-04 19:38:32.446  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                  2020-10-04 19:38:32.447  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/node-telegram-bot-api/index.js:12:20)
                  2020-10-04 19:38:32.447  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                  2020-10-04 19:38:32.448  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                  2020-10-04 19:38:32.449  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32)
                  2020-10-04 19:38:32.449  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:878:14)
                  2020-10-04 19:38:32.450  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                  2020-10-04 19:38:32.451  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                  2020-10-04 19:38:32.451  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.telegram/main.js:19:21)
                  2020-10-04 19:38:32.452  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                  2020-10-04 19:38:32.453  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                  2020-10-04 19:38:32.453  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32) {
                  2020-10-04 19:38:32.454  - error: host.raspberrypi Caught by controller[0]:   code: 'MODULE_NOT_FOUND',
                  2020-10-04 19:38:32.455  - error: host.raspberrypi Caught by controller[0]:   requireStack: [
                  2020-10-04 19:38:32.455  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js',
                  2020-10-04 19:38:32.456  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/node-telegram-bot-api/index.js',
                  2020-10-04 19:38:32.457  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/iobroker.telegram/main.js'
                  2020-10-04 19:38:32.457  - error: host.raspberrypi Caught by controller[0]:   ]
                  2020-10-04 19:38:32.458  - error: host.raspberrypi Caught by controller[0]: }
                  2020-10-04 19:38:32.459  - error: host.raspberrypi instance system.adapter.telegram.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                  2020-10-04 19:38:32.460  - info: host.raspberrypi Restart adapter system.adapter.telegram.0 because enabled
                  2020-10-04 19:38:33.489  - info: host.raspberrypi instance system.adapter.telegram.0 started with pid 12262
                  2020-10-04 19:38:36.820  - error: host.raspberrypi Caught by controller[0]: internal/modules/cjs/loader.js:968
                  2020-10-04 19:38:36.822  - error: host.raspberrypi Caught by controller[0]:   throw err;
                  2020-10-04 19:38:36.823  - error: host.raspberrypi Caught by controller[0]:   ^
                  2020-10-04 19:38:36.823  - error: host.raspberrypi Caught by controller[0]: Error: Cannot find module 'mime'
                  2020-10-04 19:38:36.824  - error: host.raspberrypi Caught by controller[0]: Require stack:
                  2020-10-04 19:38:36.825  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js
                  2020-10-04 19:38:36.825  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/node-telegram-bot-api/index.js
                  2020-10-04 19:38:36.826  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.telegram/main.js
                  2020-10-04 19:38:36.827  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:965:15)
                  2020-10-04 19:38:36.828  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:841:27)
                  2020-10-04 19:38:36.828  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                  2020-10-04 19:38:36.829  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                  2020-10-04 19:38:36.830  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js:14:14)
                  2020-10-04 19:38:36.830  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                  2020-10-04 19:38:36.831  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                  2020-10-04 19:38:36.832  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32)
                  2020-10-04 19:38:36.832  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:878:14)
                  2020-10-04 19:38:36.833  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                  2020-10-04 19:38:36.834  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                  2020-10-04 19:38:36.834  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/node-telegram-bot-api/index.js:12:20)
                  2020-10-04 19:38:36.837  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                  2020-10-04 19:38:36.838  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                  2020-10-04 19:38:36.839  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32)
                  2020-10-04 19:38:36.840  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:878:14)
                  2020-10-04 19:38:36.841  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                  2020-10-04 19:38:36.842  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                  2020-10-04 19:38:36.842  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.telegram/main.js:19:21)
                  2020-10-04 19:38:36.843  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                  2020-10-04 19:38:36.844  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                  2020-10-04 19:38:36.845  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32) {
                  2020-10-04 19:38:36.846  - error: host.raspberrypi Caught by controller[0]:   code: 'MODULE_NOT_FOUND',
                  2020-10-04 19:38:36.847  - error: host.raspberrypi Caught by controller[0]:   requireStack: [
                  2020-10-04 19:38:36.847  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js',
                  2020-10-04 19:38:36.848  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/node-telegram-bot-api/index.js',
                  2020-10-04 19:38:36.849  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/iobroker.telegram/main.js'
                  2020-10-04 19:38:36.849  - error: host.raspberrypi Caught by controller[0]:   ]
                  2020-10-04 19:38:36.850  - error: host.raspberrypi Caught by controller[0]: }
                  2020-10-04 19:38:36.851  - error: host.raspberrypi instance system.adapter.telegram.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                  2020-10-04 19:38:36.852  - info: host.raspberrypi Restart adapter system.adapter.telegram.0 because enabled
                  2020-10-04 19:38:37.879  - info: host.raspberrypi instance system.adapter.telegram.0 started with pid 12332
                  2020-10-04 19:38:37.992  - info: host.raspberrypi instance system.adapter.admin.0 started with pid 12338
                  2020-10-04 19:38:39.401  - debug: mihome-vacuum.0 (11384) sendMsg[1] >>> {"id":36,"method":"get_status"}
                  2020-10-04 19:38:39.428  - debug: mihome-vacuum.0 (11384) Receive <<< {"result":[{"msg_ver":3,"msg_seq":3032,"state":8,"battery":100,"clean_time":1479,"clean_area":23770000,"error_code":0,"map_present":1,"in_cleaning":0,"in_returning":0,"in_fresh_state":1,"lab_status":1,"water_box_status":0,"fan_power":104,"dnd_enabled":0,"map_status":3,"lock_status":0}],"id":36}
                  2020-10-04 19:38:42.965  - error: host.raspberrypi Caught by controller[0]: internal/modules/cjs/loader.js:968
                  2020-10-04 19:38:42.969  - error: host.raspberrypi Caught by controller[0]:   throw err;
                  2020-10-04 19:38:42.972  - error: host.raspberrypi Caught by controller[0]:   ^
                  2020-10-04 19:38:42.974  - error: host.raspberrypi Caught by controller[0]: Error: Cannot find module 'mime'
                  2020-10-04 19:38:42.977  - error: host.raspberrypi Caught by controller[0]: Require stack:
                  2020-10-04 19:38:42.980  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js
                  2020-10-04 19:38:42.984  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/node-telegram-bot-api/index.js
                  2020-10-04 19:38:42.986  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.telegram/main.js
                  2020-10-04 19:38:42.988  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:965:15)
                  2020-10-04 19:38:42.990  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:841:27)
                  2020-10-04 19:38:42.993  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                  2020-10-04 19:38:42.995  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                  2020-10-04 19:38:42.999  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js:14:14)
                  2020-10-04 19:38:43.011  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                  2020-10-04 19:38:43.014  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                  2020-10-04 19:38:43.016  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32)
                  2020-10-04 19:38:43.019  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:878:14)
                  2020-10-04 19:38:43.021  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                  2020-10-04 19:38:43.024  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                  2020-10-04 19:38:43.026  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/node-telegram-bot-api/index.js:12:20)
                  2020-10-04 19:38:43.028  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                  2020-10-04 19:38:43.030  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                  2020-10-04 19:38:43.033  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32)
                  2020-10-04 19:38:43.138  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:878:14)
                  2020-10-04 19:38:43.141  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                  2020-10-04 19:38:43.144  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                  2020-10-04 19:38:43.146  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.telegram/main.js:19:21)
                  2020-10-04 19:38:43.149  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                  2020-10-04 19:38:43.154  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                  2020-10-04 19:38:43.157  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32) {
                  2020-10-04 19:38:43.160  - error: host.raspberrypi Caught by controller[0]:   code: 'MODULE_NOT_FOUND',
                  2020-10-04 19:38:43.162  - error: host.raspberrypi Caught by controller[0]:   requireStack: [
                  2020-10-04 19:38:43.165  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js',
                  2020-10-04 19:38:43.167  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/node-telegram-bot-api/index.js',
                  2020-10-04 19:38:43.169  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/iobroker.telegram/main.js'
                  2020-10-04 19:38:43.171  - error: host.raspberrypi Caught by controller[0]:   ]
                  2020-10-04 19:38:43.173  - error: host.raspberrypi Caught by controller[0]: }
                  2020-10-04 19:38:43.175  - error: host.raspberrypi instance system.adapter.telegram.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                  2020-10-04 19:38:43.178  - info: host.raspberrypi Restart adapter system.adapter.telegram.0 because enabled
                  2020-10-04 19:38:43.333  - error: host.raspberrypi Caught by controller[0]: internal/modules/cjs/loader.js:968
                  2020-10-04 19:38:43.335  - error: host.raspberrypi Caught by controller[0]:   throw err;
                  2020-10-04 19:38:43.336  - error: host.raspberrypi Caught by controller[0]:   ^
                  2020-10-04 19:38:43.337  - error: host.raspberrypi Caught by controller[0]: Error: Cannot find module 'mime'
                  2020-10-04 19:38:43.339  - error: host.raspberrypi Caught by controller[0]: Require stack:
                  2020-10-04 19:38:43.340  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/send/index.js
                  2020-10-04 19:38:43.342  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/express/lib/utils.js
                  2020-10-04 19:38:43.343  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/express/lib/application.js
                  2020-10-04 19:38:43.345  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/express/lib/express.js
                  2020-10-04 19:38:43.347  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/express/index.js
                  2020-10-04 19:38:43.348  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.admin/lib/web.js
                  2020-10-04 19:38:43.350  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.admin/main.js
                  2020-10-04 19:38:43.352  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:965:15)
                  2020-10-04 19:38:43.354  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:841:27)
                  2020-10-04 19:38:43.356  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                  2020-10-04 19:38:43.357  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                  2020-10-04 19:38:43.358  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/send/index.js:24:12)
                  2020-10-04 19:38:43.359  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                  2020-10-04 19:38:43.361  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                  2020-10-04 19:38:43.363  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32)
                  2020-10-04 19:38:43.365  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:878:14)
                  2020-10-04 19:38:43.366  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19) {
                  2020-10-04 19:38:43.368  - error: host.raspberrypi Caught by controller[0]:   code: 'MODULE_NOT_FOUND',
                  2020-10-04 19:38:43.371  - error: host.raspberrypi Caught by controller[0]:   requireStack: [
                  2020-10-04 19:38:43.372  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/send/index.js',
                  2020-10-04 19:38:43.374  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/express/lib/utils.js',
                  2020-10-04 19:38:43.376  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/express/lib/application.js',
                  2020-10-04 19:38:43.377  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/express/lib/express.js',
                  2020-10-04 19:38:43.378  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/express/index.js',
                  2020-10-04 19:38:43.379  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/iobroker.admin/lib/web.js',
                  2020-10-04 19:38:43.381  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/iobroker.admin/main.js'
                  2020-10-04 19:38:43.382  - error: host.raspberrypi Caught by controller[0]:   ]
                  2020-10-04 19:38:43.384  - error: host.raspberrypi Caught by controller[0]: }
                  2020-10-04 19:38:43.386  - error: host.raspberrypi instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                  2020-10-04 19:38:43.388  - info: host.raspberrypi Restart adapter system.adapter.admin.0 because enabled
                  2020-10-04 19:38:43.421  - debug: scenes.0 (11238) system.adapter.admin.0: logging false
                  2020-10-04 19:38:43.426  - debug: mihome-vacuum.0 (11384) system.adapter.admin.0: logging false
                  2020-10-04 19:38:43.444  - debug: cloud.0 (10174) system.adapter.admin.0: logging false
                  2020-10-04 19:38:44.216  - info: host.raspberrypi instance system.adapter.telegram.0 started with pid 12406
                  2020-10-04 19:38:45.098  - info: host.raspberrypi instance system.adapter.web.0 started with pid 12420
                  2020-10-04 19:38:47.435  - error: host.raspberrypi Caught by controller[0]: internal/modules/cjs/loader.js:968
                  2020-10-04 19:38:47.438  - error: host.raspberrypi Caught by controller[0]:   throw err;
                  2020-10-04 19:38:47.449  - error: host.raspberrypi Caught by controller[0]:   ^
                  2020-10-04 19:38:47.451  - error: host.raspberrypi Caught by controller[0]: Error: Cannot find module 'mime'
                  2020-10-04 19:38:47.454  - error: host.raspberrypi Caught by controller[0]: Require stack:
                  2020-10-04 19:38:47.457  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/send/index.js
                  2020-10-04 19:38:47.459  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/express/lib/utils.js
                  2020-10-04 19:38:47.461  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/express/lib/application.js
                  2020-10-04 19:38:47.463  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/express/lib/express.js
                  2020-10-04 19:38:47.465  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/express/index.js
                  2020-10-04 19:38:47.467  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.web/main.js
                  2020-10-04 19:38:47.470  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:965:15)
                  2020-10-04 19:38:47.472  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:841:27)
                  2020-10-04 19:38:47.474  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                  2020-10-04 19:38:47.475  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                  2020-10-04 19:38:47.477  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/send/index.js:24:12)
                  2020-10-04 19:38:47.478  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                  2020-10-04 19:38:47.485  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                  2020-10-04 19:38:47.487  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32)
                  2020-10-04 19:38:47.489  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:878:14)
                  2020-10-04 19:38:47.491  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19) {
                  2020-10-04 19:38:47.493  - error: host.raspberrypi Caught by controller[0]:   code: 'MODULE_NOT_FOUND',
                  2020-10-04 19:38:47.495  - error: host.raspberrypi Caught by controller[0]:   requireStack: [
                  2020-10-04 19:38:47.498  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/send/index.js',
                  2020-10-04 19:38:47.500  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/express/lib/utils.js',
                  2020-10-04 19:38:47.502  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/express/lib/application.js',
                  2020-10-04 19:38:47.504  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/express/lib/express.js',
                  2020-10-04 19:38:47.506  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/express/index.js',
                  2020-10-04 19:38:47.508  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/iobroker.web/main.js'
                  2020-10-04 19:38:47.510  - error: host.raspberrypi Caught by controller[0]:   ]
                  2020-10-04 19:38:47.511  - error: host.raspberrypi Caught by controller[0]: }
                  2020-10-04 19:38:47.513  - error: host.raspberrypi instance system.adapter.web.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                  2020-10-04 19:38:47.525  - info: host.raspberrypi Restart adapter system.adapter.web.0 because enabled
                  2020-10-04 19:38:49.604  - error: host.raspberrypi Caught by controller[0]: internal/modules/cjs/loader.js:968
                  2020-10-04 19:38:49.607  - error: host.raspberrypi Caught by controller[0]:   throw err;
                  2020-10-04 19:38:49.610  - error: host.raspberrypi Caught by controller[0]:   ^
                  2020-10-04 19:38:49.612  - error: host.raspberrypi Caught by controller[0]: Error: Cannot find module 'mime'
                  2020-10-04 19:38:49.614  - error: host.raspberrypi Caught by controller[0]: Require stack:
                  2020-10-04 19:38:49.615  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js
                  2020-10-04 19:38:49.616  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/node-telegram-bot-api/index.js
                  2020-10-04 19:38:49.618  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.telegram/main.js
                  2020-10-04 19:38:49.620  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:965:15)
                  2020-10-04 19:38:49.622  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:841:27)
                  2020-10-04 19:38:49.623  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                  2020-10-04 19:38:49.625  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                  2020-10-04 19:38:49.627  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js:14:14)
                  2020-10-04 19:38:49.630  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                  2020-10-04 19:38:49.637  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                  2020-10-04 19:38:49.641  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32)
                  2020-10-04 19:38:49.643  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:878:14)
                  2020-10-04 19:38:49.645  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                  2020-10-04 19:38:49.647  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                  2020-10-04 19:38:49.653  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/node-telegram-bot-api/index.js:12:20)
                  2020-10-04 19:38:49.655  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                  2020-10-04 19:38:49.656  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                  2020-10-04 19:38:49.657  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32)
                  2020-10-04 19:38:49.659  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:878:14)
                  2020-10-04 19:38:49.660  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                  2020-10-04 19:38:49.663  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                  2020-10-04 19:38:49.664  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.telegram/main.js:19:21)
                  2020-10-04 19:38:49.666  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                  2020-10-04 19:38:49.668  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                  2020-10-04 19:38:49.669  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32) {
                  2020-10-04 19:38:49.671  - error: host.raspberrypi Caught by controller[0]:   code: 'MODULE_NOT_FOUND',
                  2020-10-04 19:38:49.673  - error: host.raspberrypi Caught by controller[0]:   requireStack: [
                  2020-10-04 19:38:49.675  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js',
                  2020-10-04 19:38:49.685  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/node-telegram-bot-api/index.js',
                  2020-10-04 19:38:49.686  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/iobroker.telegram/main.js'
                  2020-10-04 19:38:49.687  - error: host.raspberrypi Caught by controller[0]:   ]
                  2020-10-04 19:38:49.689  - error: host.raspberrypi Caught by controller[0]: }
                  2020-10-04 19:38:49.690  - error: host.raspberrypi instance system.adapter.telegram.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                  2020-10-04 19:38:49.690  - info: host.raspberrypi Restart adapter system.adapter.telegram.0 because enabled
                  2020-10-04 19:38:50.175  - info: host.raspberrypi instance system.adapter.zigbee.0 started with pid 12489
                  2020-10-04 19:38:50.740  - info: host.raspberrypi instance system.adapter.telegram.0 started with pid 12497
                  

                  und das gefunden

                  instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                  
                  HomoranH 1 Antwort Letzte Antwort
                  0
                  • P patrick039212

                    @Homoran
                    hab jetzt nochmal neu gestartet anbei das log

                    2020-10-04 19:38:01.413  - debug: mihome-vacuum.0 (11384) sendMsg[1] >>> {"id":33,"method":"get_map_v1"}
                    2020-10-04 19:38:01.422  - debug: mihome-vacuum.0 (11384) Receive <<< {"result":["robomap%2F260326544%2F4"],"id":33}
                    2020-10-04 19:38:01.425  - debug: mihome-vacuum.0 (11384) Mappointer_updated
                    2020-10-04 19:38:01.696  - error: host.raspberrypi Caught by controller[0]: internal/modules/cjs/loader.js:968
                    2020-10-04 19:38:01.699  - error: host.raspberrypi Caught by controller[0]:   throw err;
                    2020-10-04 19:38:01.700  - error: host.raspberrypi Caught by controller[0]:   ^
                    2020-10-04 19:38:01.701  - error: host.raspberrypi Caught by controller[0]: Error: Cannot find module 'mime'
                    2020-10-04 19:38:01.701  - error: host.raspberrypi Caught by controller[0]: Require stack:
                    2020-10-04 19:38:01.702  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js
                    2020-10-04 19:38:01.703  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/node-telegram-bot-api/index.js
                    2020-10-04 19:38:01.704  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.telegram/main.js
                    2020-10-04 19:38:01.705  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:965:15)
                    2020-10-04 19:38:01.706  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:841:27)
                    2020-10-04 19:38:01.706  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                    2020-10-04 19:38:01.707  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                    2020-10-04 19:38:01.708  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js:14:14)
                    2020-10-04 19:38:01.709  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                    2020-10-04 19:38:01.709  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                    2020-10-04 19:38:01.710  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32)
                    2020-10-04 19:38:01.711  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:878:14)
                    2020-10-04 19:38:01.712  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                    2020-10-04 19:38:01.712  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                    2020-10-04 19:38:01.713  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/node-telegram-bot-api/index.js:12:20)
                    2020-10-04 19:38:01.714  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                    2020-10-04 19:38:01.715  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                    2020-10-04 19:38:01.716  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32)
                    2020-10-04 19:38:01.716  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:878:14)
                    2020-10-04 19:38:01.717  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                    2020-10-04 19:38:01.718  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                    2020-10-04 19:38:01.719  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.telegram/main.js:19:21)
                    2020-10-04 19:38:01.720  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                    2020-10-04 19:38:01.720  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                    2020-10-04 19:38:01.721  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32) {
                    2020-10-04 19:38:01.722  - error: host.raspberrypi Caught by controller[0]:   code: 'MODULE_NOT_FOUND',
                    2020-10-04 19:38:01.723  - error: host.raspberrypi Caught by controller[0]:   requireStack: [
                    2020-10-04 19:38:01.723  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js',
                    2020-10-04 19:38:01.724  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/node-telegram-bot-api/index.js',
                    2020-10-04 19:38:01.725  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/iobroker.telegram/main.js'
                    2020-10-04 19:38:01.726  - error: host.raspberrypi Caught by controller[0]:   ]
                    2020-10-04 19:38:01.727  - error: host.raspberrypi Caught by controller[0]: }
                    2020-10-04 19:38:01.728  - error: host.raspberrypi instance system.adapter.telegram.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                    2020-10-04 19:38:01.729  - info: host.raspberrypi Restart adapter system.adapter.telegram.0 because enabled
                    2020-10-04 19:38:02.425  - debug: mihome-vacuum.0 (11384) sendMsg[1] >>> {"id":34,"method":"get_room_mapping"}
                    2020-10-04 19:38:02.433  - debug: mihome-vacuum.0 (11384) Receive <<< {"result":[],"id":34}
                    2020-10-04 19:38:02.434  - debug: mihome-vacuum.0 (11384) Empty array try to get from Map
                    2020-10-04 19:38:02.435  - debug: mihome-vacuum.0 (11384) get rooms from map
                    2020-10-04 19:38:02.436  - debug: mihome-vacuum.0 (11384) update_Map Mimap enabled
                    2020-10-04 19:38:02.437  - debug: mihome-vacuum.0 (11384) update_Map need new mapurl
                    2020-10-04 19:38:02.586  - debug: mihome-vacuum.0 (11384) update_Map got new url:https://awsde0.fds.api.xiaomi.com/robomap/robomap/260326544/4?Expires=1601834882000&GalaxyAccessKeyId=5271733786445&Signature=T//Y3nTzxGW/AQcCSZ+YG3eTc34=
                    2020-10-04 19:38:02.587  - debug: mihome-vacuum.0 (11384) update_Map got new expires:1601834882
                    2020-10-04 19:38:02.588  - debug: mihome-vacuum.0 (11384) update_Map got new time:1601833082
                    2020-10-04 19:38:02.770  - info: host.raspberrypi instance system.adapter.telegram.0 started with pid 11920
                    2020-10-04 19:38:03.812  - info: host.raspberrypi instance system.adapter.admin.0 started with pid 11933
                    2020-10-04 19:38:07.339  - error: host.raspberrypi Caught by controller[0]: internal/modules/cjs/loader.js:968
                    2020-10-04 19:38:07.341  - error: host.raspberrypi Caught by controller[0]:   throw err;
                    2020-10-04 19:38:07.343  - error: host.raspberrypi Caught by controller[0]:   ^
                    2020-10-04 19:38:07.344  - error: host.raspberrypi Caught by controller[0]: Error: Cannot find module 'mime'
                    2020-10-04 19:38:07.345  - error: host.raspberrypi Caught by controller[0]: Require stack:
                    2020-10-04 19:38:07.346  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js
                    2020-10-04 19:38:07.348  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/node-telegram-bot-api/index.js
                    2020-10-04 19:38:07.349  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.telegram/main.js
                    2020-10-04 19:38:07.351  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:965:15)
                    2020-10-04 19:38:07.352  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:841:27)
                    2020-10-04 19:38:07.352  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                    2020-10-04 19:38:07.354  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                    2020-10-04 19:38:07.355  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js:14:14)
                    2020-10-04 19:38:07.356  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                    2020-10-04 19:38:07.358  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                    2020-10-04 19:38:07.359  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32)
                    2020-10-04 19:38:07.360  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:878:14)
                    2020-10-04 19:38:07.361  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                    2020-10-04 19:38:07.362  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                    2020-10-04 19:38:07.364  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/node-telegram-bot-api/index.js:12:20)
                    2020-10-04 19:38:07.365  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                    2020-10-04 19:38:07.366  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                    2020-10-04 19:38:07.368  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32)
                    2020-10-04 19:38:07.369  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:878:14)
                    2020-10-04 19:38:07.371  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                    2020-10-04 19:38:07.372  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                    2020-10-04 19:38:07.373  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.telegram/main.js:19:21)
                    2020-10-04 19:38:07.375  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                    2020-10-04 19:38:07.376  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                    2020-10-04 19:38:07.377  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32) {
                    2020-10-04 19:38:07.379  - error: host.raspberrypi Caught by controller[0]:   code: 'MODULE_NOT_FOUND',
                    2020-10-04 19:38:07.380  - error: host.raspberrypi Caught by controller[0]:   requireStack: [
                    2020-10-04 19:38:07.381  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js',
                    2020-10-04 19:38:07.383  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/node-telegram-bot-api/index.js',
                    2020-10-04 19:38:07.384  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/iobroker.telegram/main.js'
                    2020-10-04 19:38:07.385  - error: host.raspberrypi Caught by controller[0]:   ]
                    2020-10-04 19:38:07.386  - error: host.raspberrypi Caught by controller[0]: }
                    2020-10-04 19:38:07.387  - error: host.raspberrypi instance system.adapter.telegram.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                    2020-10-04 19:38:07.388  - info: host.raspberrypi Restart adapter system.adapter.telegram.0 because enabled
                    2020-10-04 19:38:07.936  - error: host.raspberrypi Caught by controller[0]: internal/modules/cjs/loader.js:968
                    2020-10-04 19:38:07.937  - error: host.raspberrypi Caught by controller[0]:   throw err;
                    2020-10-04 19:38:07.938  - error: host.raspberrypi Caught by controller[0]:   ^
                    2020-10-04 19:38:07.938  - error: host.raspberrypi Caught by controller[0]: Error: Cannot find module 'mime'
                    2020-10-04 19:38:07.939  - error: host.raspberrypi Caught by controller[0]: Require stack:
                    2020-10-04 19:38:07.940  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/send/index.js
                    2020-10-04 19:38:07.940  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/express/lib/utils.js
                    2020-10-04 19:38:07.941  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/express/lib/application.js
                    2020-10-04 19:38:07.942  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/express/lib/express.js
                    2020-10-04 19:38:07.943  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/express/index.js
                    2020-10-04 19:38:07.944  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.admin/lib/web.js
                    2020-10-04 19:38:07.944  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.admin/main.js
                    2020-10-04 19:38:07.945  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:965:15)
                    2020-10-04 19:38:07.946  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:841:27)
                    2020-10-04 19:38:07.947  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                    2020-10-04 19:38:07.947  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                    2020-10-04 19:38:07.948  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/send/index.js:24:12)
                    2020-10-04 19:38:07.949  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                    2020-10-04 19:38:07.949  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                    2020-10-04 19:38:07.950  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32)
                    2020-10-04 19:38:07.951  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:878:14)
                    2020-10-04 19:38:07.952  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19) {
                    2020-10-04 19:38:07.952  - error: host.raspberrypi Caught by controller[0]:   code: 'MODULE_NOT_FOUND',
                    2020-10-04 19:38:07.953  - error: host.raspberrypi Caught by controller[0]:   requireStack: [
                    2020-10-04 19:38:07.955  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/send/index.js',
                    2020-10-04 19:38:07.955  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/express/lib/utils.js',
                    2020-10-04 19:38:07.956  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/express/lib/application.js',
                    2020-10-04 19:38:07.956  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/express/lib/express.js',
                    2020-10-04 19:38:07.957  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/express/index.js',
                    2020-10-04 19:38:07.958  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/iobroker.admin/lib/web.js',
                    2020-10-04 19:38:07.959  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/iobroker.admin/main.js'
                    2020-10-04 19:38:07.959  - error: host.raspberrypi Caught by controller[0]:   ]
                    2020-10-04 19:38:07.960  - error: host.raspberrypi Caught by controller[0]: }
                    2020-10-04 19:38:07.960  - error: host.raspberrypi instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                    2020-10-04 19:38:07.961  - info: host.raspberrypi Restart adapter system.adapter.admin.0 because enabled
                    2020-10-04 19:38:07.983  - debug: zigbee.0 (11355) system.adapter.admin.0: logging false
                    2020-10-04 19:38:07.991  - debug: mihome-vacuum.0 (11384) system.adapter.admin.0: logging false
                    2020-10-04 19:38:07.992  - debug: cloud.0 (10174) system.adapter.admin.0: logging false
                    2020-10-04 19:38:07.982  - debug: scenes.0 (11238) system.adapter.admin.0: logging false
                    2020-10-04 19:38:08.429  - info: host.raspberrypi instance system.adapter.telegram.0 started with pid 12003
                    2020-10-04 19:38:12.168  - error: host.raspberrypi Caught by controller[0]: internal/modules/cjs/loader.js:968
                    2020-10-04 19:38:12.170  - error: host.raspberrypi Caught by controller[0]:   throw err;
                    2020-10-04 19:38:12.171  - error: host.raspberrypi Caught by controller[0]:   ^
                    2020-10-04 19:38:12.172  - error: host.raspberrypi Caught by controller[0]: Error: Cannot find module 'mime'
                    2020-10-04 19:38:12.173  - error: host.raspberrypi Caught by controller[0]: Require stack:
                    2020-10-04 19:38:12.174  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js
                    2020-10-04 19:38:12.175  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/node-telegram-bot-api/index.js
                    2020-10-04 19:38:12.176  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.telegram/main.js
                    2020-10-04 19:38:12.177  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:965:15)
                    2020-10-04 19:38:12.178  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:841:27)
                    2020-10-04 19:38:12.179  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                    2020-10-04 19:38:12.180  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                    2020-10-04 19:38:12.181  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js:14:14)
                    2020-10-04 19:38:12.182  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                    2020-10-04 19:38:12.183  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                    2020-10-04 19:38:12.184  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32)
                    2020-10-04 19:38:12.185  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:878:14)
                    2020-10-04 19:38:12.185  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                    2020-10-04 19:38:12.186  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                    2020-10-04 19:38:12.187  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/node-telegram-bot-api/index.js:12:20)
                    2020-10-04 19:38:12.188  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                    2020-10-04 19:38:12.189  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                    2020-10-04 19:38:12.190  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32)
                    2020-10-04 19:38:12.191  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:878:14)
                    2020-10-04 19:38:12.192  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                    2020-10-04 19:38:12.193  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                    2020-10-04 19:38:12.193  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.telegram/main.js:19:21)
                    2020-10-04 19:38:12.194  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                    2020-10-04 19:38:12.195  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                    2020-10-04 19:38:12.196  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32) {
                    2020-10-04 19:38:12.196  - error: host.raspberrypi Caught by controller[0]:   code: 'MODULE_NOT_FOUND',
                    2020-10-04 19:38:12.197  - error: host.raspberrypi Caught by controller[0]:   requireStack: [
                    2020-10-04 19:38:12.198  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js',
                    2020-10-04 19:38:12.199  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/node-telegram-bot-api/index.js',
                    2020-10-04 19:38:12.200  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/iobroker.telegram/main.js'
                    2020-10-04 19:38:12.200  - error: host.raspberrypi Caught by controller[0]:   ]
                    2020-10-04 19:38:12.201  - error: host.raspberrypi Caught by controller[0]: }
                    2020-10-04 19:38:12.202  - error: host.raspberrypi instance system.adapter.telegram.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                    2020-10-04 19:38:12.202  - info: host.raspberrypi Restart adapter system.adapter.telegram.0 because enabled
                    2020-10-04 19:38:13.453  - info: host.raspberrypi instance system.adapter.telegram.0 started with pid 12041
                    2020-10-04 19:38:13.575  - info: host.raspberrypi instance system.adapter.web.0 started with pid 12047
                    2020-10-04 19:38:15.015  - error: host.raspberrypi Caught by controller[0]: internal/modules/cjs/loader.js:968
                    2020-10-04 19:38:15.016  - error: host.raspberrypi Caught by controller[0]:   throw err;
                    2020-10-04 19:38:15.017  - error: host.raspberrypi Caught by controller[0]:   ^
                    2020-10-04 19:38:15.021  - error: host.raspberrypi Caught by controller[0]: Error: Cannot find module 'mime'
                    2020-10-04 19:38:15.023  - error: host.raspberrypi Caught by controller[0]: Require stack:
                    2020-10-04 19:38:15.024  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/send/index.js
                    2020-10-04 19:38:15.024  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/express/lib/utils.js
                    2020-10-04 19:38:15.025  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/express/lib/application.js
                    2020-10-04 19:38:15.026  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/express/lib/express.js
                    2020-10-04 19:38:15.027  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/express/index.js
                    2020-10-04 19:38:15.027  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.web/main.js
                    2020-10-04 19:38:15.028  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:965:15)
                    2020-10-04 19:38:15.029  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:841:27)
                    2020-10-04 19:38:15.030  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                    2020-10-04 19:38:15.032  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                    2020-10-04 19:38:15.033  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/send/index.js:24:12)
                    2020-10-04 19:38:15.034  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                    2020-10-04 19:38:15.035  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                    2020-10-04 19:38:15.036  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32)
                    2020-10-04 19:38:15.037  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:878:14)
                    2020-10-04 19:38:15.039  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19) {
                    2020-10-04 19:38:15.040  - error: host.raspberrypi Caught by controller[0]:   code: 'MODULE_NOT_FOUND',
                    2020-10-04 19:38:15.040  - error: host.raspberrypi Caught by controller[0]:   requireStack: [
                    2020-10-04 19:38:15.042  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/send/index.js',
                    2020-10-04 19:38:15.043  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/express/lib/utils.js',
                    2020-10-04 19:38:15.044  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/express/lib/application.js',
                    2020-10-04 19:38:15.045  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/express/lib/express.js',
                    2020-10-04 19:38:15.046  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/express/index.js',
                    2020-10-04 19:38:15.047  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/iobroker.web/main.js'
                    2020-10-04 19:38:15.048  - error: host.raspberrypi Caught by controller[0]:   ]
                    2020-10-04 19:38:15.049  - error: host.raspberrypi Caught by controller[0]: }
                    2020-10-04 19:38:15.051  - error: host.raspberrypi instance system.adapter.web.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                    2020-10-04 19:38:15.052  - info: host.raspberrypi Restart adapter system.adapter.web.0 because enabled
                    2020-10-04 19:38:17.770  - error: host.raspberrypi Caught by controller[0]: internal/modules/cjs/loader.js:968
                    2020-10-04 19:38:17.771  - error: host.raspberrypi Caught by controller[0]:   throw err;
                    2020-10-04 19:38:17.772  - error: host.raspberrypi Caught by controller[0]:   ^
                    2020-10-04 19:38:17.773  - error: host.raspberrypi Caught by controller[0]: Error: Cannot find module 'mime'
                    2020-10-04 19:38:17.773  - error: host.raspberrypi Caught by controller[0]: Require stack:
                    2020-10-04 19:38:17.774  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js
                    2020-10-04 19:38:17.775  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/node-telegram-bot-api/index.js
                    2020-10-04 19:38:17.775  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.telegram/main.js
                    2020-10-04 19:38:17.776  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:965:15)
                    2020-10-04 19:38:17.776  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:841:27)
                    2020-10-04 19:38:17.777  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                    2020-10-04 19:38:17.778  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                    2020-10-04 19:38:17.778  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js:14:14)
                    2020-10-04 19:38:17.779  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                    2020-10-04 19:38:17.780  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                    2020-10-04 19:38:17.780  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32)
                    2020-10-04 19:38:17.781  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:878:14)
                    2020-10-04 19:38:17.782  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                    2020-10-04 19:38:17.782  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                    2020-10-04 19:38:17.783  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/node-telegram-bot-api/index.js:12:20)
                    2020-10-04 19:38:17.784  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                    2020-10-04 19:38:17.784  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                    2020-10-04 19:38:17.785  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32)
                    2020-10-04 19:38:17.785  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:878:14)
                    2020-10-04 19:38:17.786  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                    2020-10-04 19:38:17.787  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                    2020-10-04 19:38:17.787  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.telegram/main.js:19:21)
                    2020-10-04 19:38:17.788  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                    2020-10-04 19:38:17.789  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                    2020-10-04 19:38:17.789  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32) {
                    2020-10-04 19:38:17.790  - error: host.raspberrypi Caught by controller[0]:   code: 'MODULE_NOT_FOUND',
                    2020-10-04 19:38:17.790  - error: host.raspberrypi Caught by controller[0]:   requireStack: [
                    2020-10-04 19:38:17.791  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js',
                    2020-10-04 19:38:17.792  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/node-telegram-bot-api/index.js',
                    2020-10-04 19:38:17.792  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/iobroker.telegram/main.js'
                    2020-10-04 19:38:17.793  - error: host.raspberrypi Caught by controller[0]:   ]
                    2020-10-04 19:38:17.793  - error: host.raspberrypi Caught by controller[0]: }
                    2020-10-04 19:38:17.794  - error: host.raspberrypi instance system.adapter.telegram.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                    2020-10-04 19:38:17.795  - info: host.raspberrypi Restart adapter system.adapter.telegram.0 because enabled
                    2020-10-04 19:38:18.939  - error: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                    2020-10-04 19:38:18.941  - error: zigbee.0 (11355) unhandled promise rejection: Error while opening serialport 'Error: Error: Device or resource busy, cannot open /dev/ttyACM0'
                    2020-10-04 19:38:18.943  - error: zigbee.0 (11355) Error: Error while opening serialport 'Error: Error: Device or resource busy, cannot open /dev/ttyACM0'
                        at Driver.<anonymous> (/opt/iobroker/node_modules/zigbee-herdsman/dist/adapter/deconz/driver/driver.js:97:28)
                        at Generator.next (<anonymous>)
                        at /opt/iobroker/node_modules/zigbee-herdsman/dist/adapter/deconz/driver/driver.js:8:71
                        at new Promise (<anonymous>)
                        at __awaiter (/opt/iobroker/node_modules/zigbee-herdsman/dist/adapter/deconz/driver/driver.js:4:12)
                        at SerialPort.<anonymous> (/opt/iobroker/node_modules/zigbee-herdsman/dist/adapter/deconz/driver/driver.js:95:45)
                        at SerialPort._error (/opt/iobroker/node_modules/zigbee-herdsman/node_modules/@serialport/stream/lib/index.js:198:14)
                        at /opt/iobroker/node_modules/zigbee-herdsman/node_modules/@serialport/stream/lib/index.js:242:12
                    2020-10-04 19:38:18.946  - info: zigbee.0 (11355) cleaned everything up...
                    2020-10-04 19:38:18.956  - info: zigbee.0 (11355) Zigbee: disabling joining new devices.
                    2020-10-04 19:38:18.963  - error: zigbee.0 (11355) Failed to stop zigbee (TypeError: Cannot read property 'getEntries' of null
                        at Function.loadFromDatabaseIfNecessary (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/group.js:76:55)
                        at Function.all (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/group.js:88:15)
                        at Controller.databaseSave (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:219:45)
                        at Controller.<anonymous> (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:200:18)
                        at Generator.next (<anonymous>)
                        at /opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:27:71
                        at new Promise (<anonymous>)
                        at __awaiter (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:23:12)
                        at Controller.stop (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:199:16)
                        at ZigbeeController.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:307:33))
                    2020-10-04 19:38:18.967  - error: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                    2020-10-04 19:38:18.968  - error: zigbee.0 (11355) unhandled promise rejection: Cannot read property 'getEntries' of null
                    2020-10-04 19:38:18.979  - error: zigbee.0 (11355) TypeError: Cannot read property 'getEntries' of null
                        at Function.loadFromDatabaseIfNecessary (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/device.js:214:55)
                        at Function.all (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/device.js:234:16)
                        at Controller.getDevices (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:252:31)
                        at ZigbeeController.getClients (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:200:49)
                        at DeviceAvailability.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zbDeviceAvailability.js:118:43)
                        at ZigbeeController.callExtensionMethod (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:186:42)
                        at ZigbeeController.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:303:20)
                        at Zigbee.onUnload (/opt/iobroker/node_modules/iobroker.zigbee/main.js:442:41)
                        at Zigbee.emit (events.js:315:20)
                        at stop (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8270:22)
                    2020-10-04 19:38:19.389  - debug: mihome-vacuum.0 (11384) sendMsg[1] >>> {"id":35,"method":"get_status"}
                    2020-10-04 19:38:19.401  - debug: mihome-vacuum.0 (11384) Receive <<< {"result":[{"msg_ver":3,"msg_seq":3030,"state":8,"battery":100,"clean_time":1479,"clean_area":23770000,"error_code":0,"map_present":1,"in_cleaning":0,"in_returning":0,"in_fresh_state":1,"lab_status":1,"water_box_status":0,"fan_power":104,"dnd_enabled":0,"map_status":3,"lock_status":0}],"id":35}
                    2020-10-04 19:38:19.471  - info: host.raspberrypi instance system.adapter.telegram.0 started with pid 12123
                    2020-10-04 19:38:19.541  - info: zigbee.0 (11355) terminating
                    2020-10-04 19:38:19.545  - info: zigbee.0 (11355) Terminated (NO_ERROR): Without reason
                    2020-10-04 19:38:19.551  - info: zigbee.0 (11355) terminating
                    2020-10-04 19:38:20.130  - info: host.raspberrypi instance system.adapter.zigbee.0 terminated with code 0 (NO_ERROR)
                    2020-10-04 19:38:20.131  - info: host.raspberrypi Restart adapter system.adapter.zigbee.0 because enabled
                    2020-10-04 19:38:22.750  - error: host.raspberrypi Caught by controller[0]: internal/modules/cjs/loader.js:968
                    2020-10-04 19:38:22.751  - error: host.raspberrypi Caught by controller[0]:   throw err;
                    2020-10-04 19:38:22.751  - error: host.raspberrypi Caught by controller[0]:   ^
                    2020-10-04 19:38:22.751  - error: host.raspberrypi Caught by controller[0]: Error: Cannot find module 'mime'
                    2020-10-04 19:38:22.752  - error: host.raspberrypi Caught by controller[0]: Require stack:
                    2020-10-04 19:38:22.752  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js
                    2020-10-04 19:38:22.752  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/node-telegram-bot-api/index.js
                    2020-10-04 19:38:22.753  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.telegram/main.js
                    2020-10-04 19:38:22.753  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:965:15)
                    2020-10-04 19:38:22.753  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:841:27)
                    2020-10-04 19:38:22.754  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                    2020-10-04 19:38:22.754  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                    2020-10-04 19:38:22.754  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js:14:14)
                    2020-10-04 19:38:22.754  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                    2020-10-04 19:38:22.755  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                    2020-10-04 19:38:22.755  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32)
                    2020-10-04 19:38:22.755  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:878:14)
                    2020-10-04 19:38:22.756  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                    2020-10-04 19:38:22.756  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                    2020-10-04 19:38:22.756  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/node-telegram-bot-api/index.js:12:20)
                    2020-10-04 19:38:22.756  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                    2020-10-04 19:38:22.757  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                    2020-10-04 19:38:22.757  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32)
                    2020-10-04 19:38:22.757  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:878:14)
                    2020-10-04 19:38:22.757  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                    2020-10-04 19:38:22.758  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                    2020-10-04 19:38:22.758  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.telegram/main.js:19:21)
                    2020-10-04 19:38:22.758  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                    2020-10-04 19:38:22.759  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                    2020-10-04 19:38:22.759  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32) {
                    2020-10-04 19:38:22.759  - error: host.raspberrypi Caught by controller[0]:   code: 'MODULE_NOT_FOUND',
                    2020-10-04 19:38:22.759  - error: host.raspberrypi Caught by controller[0]:   requireStack: [
                    2020-10-04 19:38:22.760  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js',
                    2020-10-04 19:38:22.760  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/node-telegram-bot-api/index.js',
                    2020-10-04 19:38:22.760  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/iobroker.telegram/main.js'
                    2020-10-04 19:38:22.760  - error: host.raspberrypi Caught by controller[0]:   ]
                    2020-10-04 19:38:22.761  - error: host.raspberrypi Caught by controller[0]: }
                    2020-10-04 19:38:22.761  - error: host.raspberrypi instance system.adapter.telegram.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                    2020-10-04 19:38:22.761  - info: host.raspberrypi Restart adapter system.adapter.telegram.0 because enabled
                    2020-10-04 19:38:23.035  - info: alexa2.0 (10513) Subscribing to states...
                    2020-10-04 19:38:23.803  - info: host.raspberrypi instance system.adapter.telegram.0 started with pid 12155
                    2020-10-04 19:38:26.970  - error: host.raspberrypi Caught by controller[0]: internal/modules/cjs/loader.js:968
                    2020-10-04 19:38:26.972  - error: host.raspberrypi Caught by controller[0]:   throw err;
                    2020-10-04 19:38:26.972  - error: host.raspberrypi Caught by controller[0]:   ^
                    2020-10-04 19:38:26.973  - error: host.raspberrypi Caught by controller[0]: Error: Cannot find module 'mime'
                    2020-10-04 19:38:26.974  - error: host.raspberrypi Caught by controller[0]: Require stack:
                    2020-10-04 19:38:26.975  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js
                    2020-10-04 19:38:26.976  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/node-telegram-bot-api/index.js
                    2020-10-04 19:38:26.976  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.telegram/main.js
                    2020-10-04 19:38:26.977  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:965:15)
                    2020-10-04 19:38:26.978  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:841:27)
                    2020-10-04 19:38:26.978  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                    2020-10-04 19:38:26.979  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                    2020-10-04 19:38:26.980  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js:14:14)
                    2020-10-04 19:38:26.980  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                    2020-10-04 19:38:26.981  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                    2020-10-04 19:38:26.982  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32)
                    2020-10-04 19:38:26.982  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:878:14)
                    2020-10-04 19:38:26.983  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                    2020-10-04 19:38:26.983  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                    2020-10-04 19:38:26.984  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/node-telegram-bot-api/index.js:12:20)
                    2020-10-04 19:38:26.985  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                    2020-10-04 19:38:26.985  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                    2020-10-04 19:38:26.986  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32)
                    2020-10-04 19:38:26.987  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:878:14)
                    2020-10-04 19:38:26.987  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                    2020-10-04 19:38:26.988  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                    2020-10-04 19:38:26.989  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.telegram/main.js:19:21)
                    2020-10-04 19:38:26.989  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                    2020-10-04 19:38:26.990  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                    2020-10-04 19:38:26.991  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32) {
                    2020-10-04 19:38:26.991  - error: host.raspberrypi Caught by controller[0]:   code: 'MODULE_NOT_FOUND',
                    2020-10-04 19:38:26.992  - error: host.raspberrypi Caught by controller[0]:   requireStack: [
                    2020-10-04 19:38:26.993  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js',
                    2020-10-04 19:38:26.993  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/node-telegram-bot-api/index.js',
                    2020-10-04 19:38:26.994  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/iobroker.telegram/main.js'
                    2020-10-04 19:38:26.995  - error: host.raspberrypi Caught by controller[0]:   ]
                    2020-10-04 19:38:26.995  - error: host.raspberrypi Caught by controller[0]: }
                    2020-10-04 19:38:26.996  - error: host.raspberrypi instance system.adapter.telegram.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                    2020-10-04 19:38:26.997  - info: host.raspberrypi Restart adapter system.adapter.telegram.0 because enabled
                    2020-10-04 19:38:28.760  - info: host.raspberrypi instance system.adapter.telegram.0 started with pid 12225
                    2020-10-04 19:38:32.433  - error: host.raspberrypi Caught by controller[0]: internal/modules/cjs/loader.js:968
                    2020-10-04 19:38:32.434  - error: host.raspberrypi Caught by controller[0]:   throw err;
                    2020-10-04 19:38:32.435  - error: host.raspberrypi Caught by controller[0]:   ^
                    2020-10-04 19:38:32.436  - error: host.raspberrypi Caught by controller[0]: Error: Cannot find module 'mime'
                    2020-10-04 19:38:32.436  - error: host.raspberrypi Caught by controller[0]: Require stack:
                    2020-10-04 19:38:32.437  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js
                    2020-10-04 19:38:32.438  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/node-telegram-bot-api/index.js
                    2020-10-04 19:38:32.439  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.telegram/main.js
                    2020-10-04 19:38:32.439  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:965:15)
                    2020-10-04 19:38:32.440  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:841:27)
                    2020-10-04 19:38:32.441  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                    2020-10-04 19:38:32.441  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                    2020-10-04 19:38:32.442  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js:14:14)
                    2020-10-04 19:38:32.443  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                    2020-10-04 19:38:32.443  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                    2020-10-04 19:38:32.444  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32)
                    2020-10-04 19:38:32.445  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:878:14)
                    2020-10-04 19:38:32.445  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                    2020-10-04 19:38:32.446  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                    2020-10-04 19:38:32.447  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/node-telegram-bot-api/index.js:12:20)
                    2020-10-04 19:38:32.447  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                    2020-10-04 19:38:32.448  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                    2020-10-04 19:38:32.449  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32)
                    2020-10-04 19:38:32.449  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:878:14)
                    2020-10-04 19:38:32.450  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                    2020-10-04 19:38:32.451  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                    2020-10-04 19:38:32.451  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.telegram/main.js:19:21)
                    2020-10-04 19:38:32.452  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                    2020-10-04 19:38:32.453  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                    2020-10-04 19:38:32.453  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32) {
                    2020-10-04 19:38:32.454  - error: host.raspberrypi Caught by controller[0]:   code: 'MODULE_NOT_FOUND',
                    2020-10-04 19:38:32.455  - error: host.raspberrypi Caught by controller[0]:   requireStack: [
                    2020-10-04 19:38:32.455  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js',
                    2020-10-04 19:38:32.456  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/node-telegram-bot-api/index.js',
                    2020-10-04 19:38:32.457  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/iobroker.telegram/main.js'
                    2020-10-04 19:38:32.457  - error: host.raspberrypi Caught by controller[0]:   ]
                    2020-10-04 19:38:32.458  - error: host.raspberrypi Caught by controller[0]: }
                    2020-10-04 19:38:32.459  - error: host.raspberrypi instance system.adapter.telegram.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                    2020-10-04 19:38:32.460  - info: host.raspberrypi Restart adapter system.adapter.telegram.0 because enabled
                    2020-10-04 19:38:33.489  - info: host.raspberrypi instance system.adapter.telegram.0 started with pid 12262
                    2020-10-04 19:38:36.820  - error: host.raspberrypi Caught by controller[0]: internal/modules/cjs/loader.js:968
                    2020-10-04 19:38:36.822  - error: host.raspberrypi Caught by controller[0]:   throw err;
                    2020-10-04 19:38:36.823  - error: host.raspberrypi Caught by controller[0]:   ^
                    2020-10-04 19:38:36.823  - error: host.raspberrypi Caught by controller[0]: Error: Cannot find module 'mime'
                    2020-10-04 19:38:36.824  - error: host.raspberrypi Caught by controller[0]: Require stack:
                    2020-10-04 19:38:36.825  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js
                    2020-10-04 19:38:36.825  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/node-telegram-bot-api/index.js
                    2020-10-04 19:38:36.826  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.telegram/main.js
                    2020-10-04 19:38:36.827  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:965:15)
                    2020-10-04 19:38:36.828  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:841:27)
                    2020-10-04 19:38:36.828  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                    2020-10-04 19:38:36.829  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                    2020-10-04 19:38:36.830  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js:14:14)
                    2020-10-04 19:38:36.830  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                    2020-10-04 19:38:36.831  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                    2020-10-04 19:38:36.832  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32)
                    2020-10-04 19:38:36.832  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:878:14)
                    2020-10-04 19:38:36.833  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                    2020-10-04 19:38:36.834  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                    2020-10-04 19:38:36.834  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/node-telegram-bot-api/index.js:12:20)
                    2020-10-04 19:38:36.837  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                    2020-10-04 19:38:36.838  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                    2020-10-04 19:38:36.839  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32)
                    2020-10-04 19:38:36.840  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:878:14)
                    2020-10-04 19:38:36.841  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                    2020-10-04 19:38:36.842  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                    2020-10-04 19:38:36.842  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.telegram/main.js:19:21)
                    2020-10-04 19:38:36.843  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                    2020-10-04 19:38:36.844  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                    2020-10-04 19:38:36.845  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32) {
                    2020-10-04 19:38:36.846  - error: host.raspberrypi Caught by controller[0]:   code: 'MODULE_NOT_FOUND',
                    2020-10-04 19:38:36.847  - error: host.raspberrypi Caught by controller[0]:   requireStack: [
                    2020-10-04 19:38:36.847  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js',
                    2020-10-04 19:38:36.848  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/node-telegram-bot-api/index.js',
                    2020-10-04 19:38:36.849  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/iobroker.telegram/main.js'
                    2020-10-04 19:38:36.849  - error: host.raspberrypi Caught by controller[0]:   ]
                    2020-10-04 19:38:36.850  - error: host.raspberrypi Caught by controller[0]: }
                    2020-10-04 19:38:36.851  - error: host.raspberrypi instance system.adapter.telegram.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                    2020-10-04 19:38:36.852  - info: host.raspberrypi Restart adapter system.adapter.telegram.0 because enabled
                    2020-10-04 19:38:37.879  - info: host.raspberrypi instance system.adapter.telegram.0 started with pid 12332
                    2020-10-04 19:38:37.992  - info: host.raspberrypi instance system.adapter.admin.0 started with pid 12338
                    2020-10-04 19:38:39.401  - debug: mihome-vacuum.0 (11384) sendMsg[1] >>> {"id":36,"method":"get_status"}
                    2020-10-04 19:38:39.428  - debug: mihome-vacuum.0 (11384) Receive <<< {"result":[{"msg_ver":3,"msg_seq":3032,"state":8,"battery":100,"clean_time":1479,"clean_area":23770000,"error_code":0,"map_present":1,"in_cleaning":0,"in_returning":0,"in_fresh_state":1,"lab_status":1,"water_box_status":0,"fan_power":104,"dnd_enabled":0,"map_status":3,"lock_status":0}],"id":36}
                    2020-10-04 19:38:42.965  - error: host.raspberrypi Caught by controller[0]: internal/modules/cjs/loader.js:968
                    2020-10-04 19:38:42.969  - error: host.raspberrypi Caught by controller[0]:   throw err;
                    2020-10-04 19:38:42.972  - error: host.raspberrypi Caught by controller[0]:   ^
                    2020-10-04 19:38:42.974  - error: host.raspberrypi Caught by controller[0]: Error: Cannot find module 'mime'
                    2020-10-04 19:38:42.977  - error: host.raspberrypi Caught by controller[0]: Require stack:
                    2020-10-04 19:38:42.980  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js
                    2020-10-04 19:38:42.984  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/node-telegram-bot-api/index.js
                    2020-10-04 19:38:42.986  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.telegram/main.js
                    2020-10-04 19:38:42.988  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:965:15)
                    2020-10-04 19:38:42.990  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:841:27)
                    2020-10-04 19:38:42.993  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                    2020-10-04 19:38:42.995  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                    2020-10-04 19:38:42.999  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js:14:14)
                    2020-10-04 19:38:43.011  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                    2020-10-04 19:38:43.014  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                    2020-10-04 19:38:43.016  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32)
                    2020-10-04 19:38:43.019  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:878:14)
                    2020-10-04 19:38:43.021  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                    2020-10-04 19:38:43.024  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                    2020-10-04 19:38:43.026  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/node-telegram-bot-api/index.js:12:20)
                    2020-10-04 19:38:43.028  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                    2020-10-04 19:38:43.030  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                    2020-10-04 19:38:43.033  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32)
                    2020-10-04 19:38:43.138  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:878:14)
                    2020-10-04 19:38:43.141  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                    2020-10-04 19:38:43.144  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                    2020-10-04 19:38:43.146  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.telegram/main.js:19:21)
                    2020-10-04 19:38:43.149  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                    2020-10-04 19:38:43.154  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                    2020-10-04 19:38:43.157  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32) {
                    2020-10-04 19:38:43.160  - error: host.raspberrypi Caught by controller[0]:   code: 'MODULE_NOT_FOUND',
                    2020-10-04 19:38:43.162  - error: host.raspberrypi Caught by controller[0]:   requireStack: [
                    2020-10-04 19:38:43.165  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js',
                    2020-10-04 19:38:43.167  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/node-telegram-bot-api/index.js',
                    2020-10-04 19:38:43.169  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/iobroker.telegram/main.js'
                    2020-10-04 19:38:43.171  - error: host.raspberrypi Caught by controller[0]:   ]
                    2020-10-04 19:38:43.173  - error: host.raspberrypi Caught by controller[0]: }
                    2020-10-04 19:38:43.175  - error: host.raspberrypi instance system.adapter.telegram.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                    2020-10-04 19:38:43.178  - info: host.raspberrypi Restart adapter system.adapter.telegram.0 because enabled
                    2020-10-04 19:38:43.333  - error: host.raspberrypi Caught by controller[0]: internal/modules/cjs/loader.js:968
                    2020-10-04 19:38:43.335  - error: host.raspberrypi Caught by controller[0]:   throw err;
                    2020-10-04 19:38:43.336  - error: host.raspberrypi Caught by controller[0]:   ^
                    2020-10-04 19:38:43.337  - error: host.raspberrypi Caught by controller[0]: Error: Cannot find module 'mime'
                    2020-10-04 19:38:43.339  - error: host.raspberrypi Caught by controller[0]: Require stack:
                    2020-10-04 19:38:43.340  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/send/index.js
                    2020-10-04 19:38:43.342  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/express/lib/utils.js
                    2020-10-04 19:38:43.343  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/express/lib/application.js
                    2020-10-04 19:38:43.345  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/express/lib/express.js
                    2020-10-04 19:38:43.347  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/express/index.js
                    2020-10-04 19:38:43.348  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.admin/lib/web.js
                    2020-10-04 19:38:43.350  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.admin/main.js
                    2020-10-04 19:38:43.352  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:965:15)
                    2020-10-04 19:38:43.354  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:841:27)
                    2020-10-04 19:38:43.356  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                    2020-10-04 19:38:43.357  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                    2020-10-04 19:38:43.358  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/send/index.js:24:12)
                    2020-10-04 19:38:43.359  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                    2020-10-04 19:38:43.361  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                    2020-10-04 19:38:43.363  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32)
                    2020-10-04 19:38:43.365  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:878:14)
                    2020-10-04 19:38:43.366  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19) {
                    2020-10-04 19:38:43.368  - error: host.raspberrypi Caught by controller[0]:   code: 'MODULE_NOT_FOUND',
                    2020-10-04 19:38:43.371  - error: host.raspberrypi Caught by controller[0]:   requireStack: [
                    2020-10-04 19:38:43.372  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/send/index.js',
                    2020-10-04 19:38:43.374  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/express/lib/utils.js',
                    2020-10-04 19:38:43.376  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/express/lib/application.js',
                    2020-10-04 19:38:43.377  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/express/lib/express.js',
                    2020-10-04 19:38:43.378  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/express/index.js',
                    2020-10-04 19:38:43.379  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/iobroker.admin/lib/web.js',
                    2020-10-04 19:38:43.381  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/iobroker.admin/main.js'
                    2020-10-04 19:38:43.382  - error: host.raspberrypi Caught by controller[0]:   ]
                    2020-10-04 19:38:43.384  - error: host.raspberrypi Caught by controller[0]: }
                    2020-10-04 19:38:43.386  - error: host.raspberrypi instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                    2020-10-04 19:38:43.388  - info: host.raspberrypi Restart adapter system.adapter.admin.0 because enabled
                    2020-10-04 19:38:43.421  - debug: scenes.0 (11238) system.adapter.admin.0: logging false
                    2020-10-04 19:38:43.426  - debug: mihome-vacuum.0 (11384) system.adapter.admin.0: logging false
                    2020-10-04 19:38:43.444  - debug: cloud.0 (10174) system.adapter.admin.0: logging false
                    2020-10-04 19:38:44.216  - info: host.raspberrypi instance system.adapter.telegram.0 started with pid 12406
                    2020-10-04 19:38:45.098  - info: host.raspberrypi instance system.adapter.web.0 started with pid 12420
                    2020-10-04 19:38:47.435  - error: host.raspberrypi Caught by controller[0]: internal/modules/cjs/loader.js:968
                    2020-10-04 19:38:47.438  - error: host.raspberrypi Caught by controller[0]:   throw err;
                    2020-10-04 19:38:47.449  - error: host.raspberrypi Caught by controller[0]:   ^
                    2020-10-04 19:38:47.451  - error: host.raspberrypi Caught by controller[0]: Error: Cannot find module 'mime'
                    2020-10-04 19:38:47.454  - error: host.raspberrypi Caught by controller[0]: Require stack:
                    2020-10-04 19:38:47.457  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/send/index.js
                    2020-10-04 19:38:47.459  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/express/lib/utils.js
                    2020-10-04 19:38:47.461  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/express/lib/application.js
                    2020-10-04 19:38:47.463  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/express/lib/express.js
                    2020-10-04 19:38:47.465  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/express/index.js
                    2020-10-04 19:38:47.467  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.web/main.js
                    2020-10-04 19:38:47.470  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:965:15)
                    2020-10-04 19:38:47.472  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:841:27)
                    2020-10-04 19:38:47.474  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                    2020-10-04 19:38:47.475  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                    2020-10-04 19:38:47.477  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/send/index.js:24:12)
                    2020-10-04 19:38:47.478  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                    2020-10-04 19:38:47.485  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                    2020-10-04 19:38:47.487  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32)
                    2020-10-04 19:38:47.489  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:878:14)
                    2020-10-04 19:38:47.491  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19) {
                    2020-10-04 19:38:47.493  - error: host.raspberrypi Caught by controller[0]:   code: 'MODULE_NOT_FOUND',
                    2020-10-04 19:38:47.495  - error: host.raspberrypi Caught by controller[0]:   requireStack: [
                    2020-10-04 19:38:47.498  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/send/index.js',
                    2020-10-04 19:38:47.500  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/express/lib/utils.js',
                    2020-10-04 19:38:47.502  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/express/lib/application.js',
                    2020-10-04 19:38:47.504  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/express/lib/express.js',
                    2020-10-04 19:38:47.506  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/express/index.js',
                    2020-10-04 19:38:47.508  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/iobroker.web/main.js'
                    2020-10-04 19:38:47.510  - error: host.raspberrypi Caught by controller[0]:   ]
                    2020-10-04 19:38:47.511  - error: host.raspberrypi Caught by controller[0]: }
                    2020-10-04 19:38:47.513  - error: host.raspberrypi instance system.adapter.web.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                    2020-10-04 19:38:47.525  - info: host.raspberrypi Restart adapter system.adapter.web.0 because enabled
                    2020-10-04 19:38:49.604  - error: host.raspberrypi Caught by controller[0]: internal/modules/cjs/loader.js:968
                    2020-10-04 19:38:49.607  - error: host.raspberrypi Caught by controller[0]:   throw err;
                    2020-10-04 19:38:49.610  - error: host.raspberrypi Caught by controller[0]:   ^
                    2020-10-04 19:38:49.612  - error: host.raspberrypi Caught by controller[0]: Error: Cannot find module 'mime'
                    2020-10-04 19:38:49.614  - error: host.raspberrypi Caught by controller[0]: Require stack:
                    2020-10-04 19:38:49.615  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js
                    2020-10-04 19:38:49.616  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/node-telegram-bot-api/index.js
                    2020-10-04 19:38:49.618  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.telegram/main.js
                    2020-10-04 19:38:49.620  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:965:15)
                    2020-10-04 19:38:49.622  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:841:27)
                    2020-10-04 19:38:49.623  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                    2020-10-04 19:38:49.625  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                    2020-10-04 19:38:49.627  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js:14:14)
                    2020-10-04 19:38:49.630  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                    2020-10-04 19:38:49.637  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                    2020-10-04 19:38:49.641  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32)
                    2020-10-04 19:38:49.643  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:878:14)
                    2020-10-04 19:38:49.645  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                    2020-10-04 19:38:49.647  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                    2020-10-04 19:38:49.653  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/node-telegram-bot-api/index.js:12:20)
                    2020-10-04 19:38:49.655  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                    2020-10-04 19:38:49.656  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                    2020-10-04 19:38:49.657  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32)
                    2020-10-04 19:38:49.659  - error: host.raspberrypi Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:878:14)
                    2020-10-04 19:38:49.660  - error: host.raspberrypi Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:1025:19)
                    2020-10-04 19:38:49.663  - error: host.raspberrypi Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:72:18)
                    2020-10-04 19:38:49.664  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.telegram/main.js:19:21)
                    2020-10-04 19:38:49.666  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1137:30)
                    2020-10-04 19:38:49.668  - error: host.raspberrypi Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
                    2020-10-04 19:38:49.669  - error: host.raspberrypi Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:985:32) {
                    2020-10-04 19:38:49.671  - error: host.raspberrypi Caught by controller[0]:   code: 'MODULE_NOT_FOUND',
                    2020-10-04 19:38:49.673  - error: host.raspberrypi Caught by controller[0]:   requireStack: [
                    2020-10-04 19:38:49.675  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/node-telegram-bot-api/src/telegram.js',
                    2020-10-04 19:38:49.685  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/node-telegram-bot-api/index.js',
                    2020-10-04 19:38:49.686  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/iobroker.telegram/main.js'
                    2020-10-04 19:38:49.687  - error: host.raspberrypi Caught by controller[0]:   ]
                    2020-10-04 19:38:49.689  - error: host.raspberrypi Caught by controller[0]: }
                    2020-10-04 19:38:49.690  - error: host.raspberrypi instance system.adapter.telegram.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                    2020-10-04 19:38:49.690  - info: host.raspberrypi Restart adapter system.adapter.telegram.0 because enabled
                    2020-10-04 19:38:50.175  - info: host.raspberrypi instance system.adapter.zigbee.0 started with pid 12489
                    2020-10-04 19:38:50.740  - info: host.raspberrypi instance system.adapter.telegram.0 started with pid 12497
                    

                    und das gefunden

                    instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                    
                    HomoranH Nicht stören
                    HomoranH Nicht stören
                    Homoran
                    Global Moderator Administrators
                    schrieb am zuletzt editiert von Homoran
                    #20

                    @patrick039212 sagte in admin nicht erreichbar:

                    und das gefunden

                    das ist aber nicht alles!
                    Da ist wohl einiges im Argen.

                    Das log beginnt aber doch nicht mit dem Neustart???

                    Was hattest du gemacht? nur rebooted??

                    kein Support per PN! - Fragen im Forum stellen -
                    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                    Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
                    der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                    P 1 Antwort Letzte Antwort
                    0
                    • HomoranH Homoran

                      @patrick039212 sagte in admin nicht erreichbar:

                      und das gefunden

                      das ist aber nicht alles!
                      Da ist wohl einiges im Argen.

                      Das log beginnt aber doch nicht mit dem Neustart???

                      Was hattest du gemacht? nur rebooted??

                      P Offline
                      P Offline
                      patrick039212
                      schrieb am zuletzt editiert von
                      #21

                      @Homoran
                      ja ... mein Telegram hat keine verbindung mehr aufgebaut habe ich mir gedacht ich starte mal das system mit sudo reboot neu ... das wars ...

                      HomoranH GlasfaserG 2 Antworten Letzte Antwort
                      0
                      • P patrick039212

                        @Homoran
                        ja ... mein Telegram hat keine verbindung mehr aufgebaut habe ich mir gedacht ich starte mal das system mit sudo reboot neu ... das wars ...

                        HomoranH Nicht stören
                        HomoranH Nicht stören
                        Homoran
                        Global Moderator Administrators
                        schrieb am zuletzt editiert von
                        #22

                        @patrick039212 sagte in admin nicht erreichbar:

                        mein Telegram hat keine verbindung mehr aufgebaut

                        das sucht ein angeblich nicht vorhandenes modul. Das passiert aber nicht einfach so

                        @patrick039212 sagte in admin nicht erreichbar:

                        ich starte mal das system mit sudo reboot neu ... das wars ...

                        Wenn das alles war dann stoppe mal den telegram mit

                        iobroker stop telegram.0
                        iobroker disable telegram.0
                        
                        iobroker restart admin
                        

                        kein Support per PN! - Fragen im Forum stellen -
                        Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                        Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
                        der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                        1 Antwort Letzte Antwort
                        0
                        • P patrick039212

                          @Homoran
                          ja ... mein Telegram hat keine verbindung mehr aufgebaut habe ich mir gedacht ich starte mal das system mit sudo reboot neu ... das wars ...

                          GlasfaserG Offline
                          GlasfaserG Offline
                          Glasfaser
                          schrieb am zuletzt editiert von
                          #23

                          @patrick039212

                          Da ist einiges geschrottet !

                          Zeige erstmal die Ausgabe von ... bevor noch mehr in die Hose geht :

                          which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs 
                          

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

                          P 1 Antwort Letzte Antwort
                          0
                          • GlasfaserG Glasfaser

                            @patrick039212

                            Da ist einiges geschrottet !

                            Zeige erstmal die Ausgabe von ... bevor noch mehr in die Hose geht :

                            which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs 
                            
                            P Offline
                            P Offline
                            patrick039212
                            schrieb am zuletzt editiert von
                            #24

                            @Glasfaser

                            npm && npm -v && apt policy nodejs
                            /usr/bin/nodejs
                            v12.18.4
                            /usr/bin/node
                            v12.18.4
                            /usr/bin/npm
                            6.14.6
                            nodejs:
                              Installiert:           12.18.4-1nodesource1
                              Installationskandidat: 12.18.4-1nodesource1
                              Versionstabelle:
                             *** 12.18.4-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
                            pi@raspberrypi:~ $
                            
                            

                            Telegram stoppen hat leider auch nichts bewirkt...

                            GlasfaserG 1 Antwort Letzte Antwort
                            0
                            • P patrick039212

                              @Glasfaser

                              npm && npm -v && apt policy nodejs
                              /usr/bin/nodejs
                              v12.18.4
                              /usr/bin/node
                              v12.18.4
                              /usr/bin/npm
                              6.14.6
                              nodejs:
                                Installiert:           12.18.4-1nodesource1
                                Installationskandidat: 12.18.4-1nodesource1
                                Versionstabelle:
                               *** 12.18.4-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
                              pi@raspberrypi:~ $
                              
                              

                              Telegram stoppen hat leider auch nichts bewirkt...

                              GlasfaserG Offline
                              GlasfaserG Offline
                              Glasfaser
                              schrieb am zuletzt editiert von
                              #25

                              @patrick039212

                              cd /opt/iobroker
                              sudo npm install mime
                              

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

                              P HomoranH 2 Antworten Letzte Antwort
                              0
                              • GlasfaserG Glasfaser

                                @patrick039212

                                cd /opt/iobroker
                                sudo npm install mime
                                
                                P Offline
                                P Offline
                                patrick039212
                                schrieb am zuletzt editiert von
                                #26

                                @Glasfaser

                                gestern nacht war ich mit Filezilla auf dem FTP aber da kann ja auch nichts schiefgegangen sein normal... hab mir nur eine Karte gezogen ... das ich unabsichtlich einen ordner gelöscht habe ? O.O

                                wird gerade installiert

                                GlasfaserG HomoranH 2 Antworten Letzte Antwort
                                0
                                • GlasfaserG Glasfaser

                                  @patrick039212

                                  cd /opt/iobroker
                                  sudo npm install mime
                                  
                                  HomoranH Nicht stören
                                  HomoranH Nicht stören
                                  Homoran
                                  Global Moderator Administrators
                                  schrieb am zuletzt editiert von
                                  #27

                                  @Glasfaser https://forum.iobroker.net/topic/17109/wichtige-hinweise-bei-neueren-npm-versionen-und-sudo

                                  kein Support per PN! - Fragen im Forum stellen -
                                  Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                  Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
                                  der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                  1 Antwort Letzte Antwort
                                  1
                                  • P patrick039212

                                    @Glasfaser

                                    gestern nacht war ich mit Filezilla auf dem FTP aber da kann ja auch nichts schiefgegangen sein normal... hab mir nur eine Karte gezogen ... das ich unabsichtlich einen ordner gelöscht habe ? O.O

                                    wird gerade installiert

                                    GlasfaserG Offline
                                    GlasfaserG Offline
                                    Glasfaser
                                    schrieb am zuletzt editiert von
                                    #28

                                    @patrick039212

                                    sorry ... ohne sudo !!!

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

                                    P 1 Antwort Letzte Antwort
                                    0
                                    • P patrick039212

                                      @Glasfaser

                                      gestern nacht war ich mit Filezilla auf dem FTP aber da kann ja auch nichts schiefgegangen sein normal... hab mir nur eine Karte gezogen ... das ich unabsichtlich einen ordner gelöscht habe ? O.O

                                      wird gerade installiert

                                      HomoranH Nicht stören
                                      HomoranH Nicht stören
                                      Homoran
                                      Global Moderator Administrators
                                      schrieb am zuletzt editiert von
                                      #29

                                      @patrick039212 sagte in admin nicht erreichbar:

                                      gestern nacht war ich mit Filezilla auf dem FTP

                                      das passt aber nicht zu dem "nichts gemacht" ;-)

                                      @patrick039212 sagte in admin nicht erreichbar:

                                      da kann ja auch nichts schiefgegangen sein normal.

                                      wenn man nichts zurückspeichert oder verschiebt oder löscht oder....

                                      kein Support per PN! - Fragen im Forum stellen -
                                      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                      Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
                                      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                      P 1 Antwort Letzte Antwort
                                      0
                                      • HomoranH Homoran

                                        @patrick039212 sagte in admin nicht erreichbar:

                                        gestern nacht war ich mit Filezilla auf dem FTP

                                        das passt aber nicht zu dem "nichts gemacht" ;-)

                                        @patrick039212 sagte in admin nicht erreichbar:

                                        da kann ja auch nichts schiefgegangen sein normal.

                                        wenn man nichts zurückspeichert oder verschiebt oder löscht oder....

                                        P Offline
                                        P Offline
                                        patrick039212
                                        schrieb am zuletzt editiert von
                                        #30

                                        @Homoran
                                        habe nur die karte vom Staubsauger auf den Laptop gezogen....

                                        wird gerade nochmal ohne sudo ausgeführt ...

                                        1 Antwort Letzte Antwort
                                        0
                                        • GlasfaserG Glasfaser

                                          @patrick039212

                                          sorry ... ohne sudo !!!

                                          P Offline
                                          P Offline
                                          patrick039212
                                          schrieb am zuletzt editiert von
                                          #31

                                          @Glasfaser

                                          
                                          pi@raspberrypi:/opt/iobroker $ npm install mime
                                          npm WARN babel-eslint@10.1.0 requires a peer of eslint@>= 4.12.1 but none is ins                          talled. You must install peer dependencies yourself.
                                          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules/zig                          bee-herdsman-converters/node_modules/fsevents):
                                          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@                          2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}                          )
                                          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/zi                          gbee-herdsman/node_modules/fsevents):
                                          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@                          1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"                          })
                                          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules/zig                          bee-herdsman/node_modules/jest-haste-map/node_modules/fsevents):
                                          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@                          2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}                          )
                                          
                                          + mime@2.4.6
                                          updated 1 package in 163.018s
                                          
                                          58 packages are looking for funding
                                            run `npm fund` for details
                                          
                                          
                                          GlasfaserG Thomas BraunT 2 Antworten 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

                                          381

                                          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