Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. [gelöst] Probleme bei Update von admin

NEWS

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

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

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

[gelöst] Probleme bei Update von admin

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
admin-adapterehostunreachfehlermeldungupdateupdate adapter
85 Beiträge 6 Kommentatoren 8.8k Aufrufe 3 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • J Jan1

    @markus-faltermeier
    NPM6 ist nicht veraltet, da es mit Node 14 mitkommt. Nur wenn man es mit Node 16 vergleicht ist es alt, da dort eben auch ne höhere NPM drin ist und die noch nicht rund mit IOBroker läuft. Somit bist mit Node 14 und NPM 6 für IOBroker aktuell ;)

    M Offline
    M Offline
    Markus Faltermeier
    schrieb am zuletzt editiert von
    #20

    @jan1 Danke
    aber was bedeuten dann diese Fehlermeldung. Bezieht sich das nicht auf npm

    J 1 Antwort Letzte Antwort
    0
    • M Markus Faltermeier

      @jan1 Danke
      aber was bedeuten dann diese Fehlermeldung. Bezieht sich das nicht auf npm

      J Offline
      J Offline
      Jan1
      schrieb am zuletzt editiert von
      #21

      @markus-faltermeier
      Hast Du immer noch 7 drauf? Wenn ja, hast die Antwort ;)

      1 Antwort Letzte Antwort
      0
      • Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        schrieb am zuletzt editiert von Thomas Braun
        #22

        @markus-faltermeier

        Da ist ein Mix aus nodesource-nodeJS und dem dfsg-nodeJS installiert.

        iobroker stop
        sudo apt remove node-*
        sudo apt remove nodejs*
        sudo apt remove npm 
        sudo apt update
        sudo apt install nodejs
        

        Linux-Werkzeugkasten:
        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
        NodeJS Fixer Skript:
        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

        M 1 Antwort Letzte Antwort
        0
        • Thomas BraunT Thomas Braun

          @markus-faltermeier

          Da ist ein Mix aus nodesource-nodeJS und dem dfsg-nodeJS installiert.

          iobroker stop
          sudo apt remove node-*
          sudo apt remove nodejs*
          sudo apt remove npm 
          sudo apt update
          sudo apt install nodejs
          
          M Offline
          M Offline
          Markus Faltermeier
          schrieb am zuletzt editiert von
          #23

          @thomas-braun hallo
          das entfernen hat funktioniert. Aber beim installieren bekomm ich einen Fehler:
          3261d3d5-6d4d-472f-bdf5-0d388786c76a-grafik.png

          Thomas BraunT 1 Antwort Letzte Antwort
          0
          • M Markus Faltermeier

            @thomas-braun hallo
            das entfernen hat funktioniert. Aber beim installieren bekomm ich einen Fehler:
            3261d3d5-6d4d-472f-bdf5-0d388786c76a-grafik.png

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

            @markus-faltermeier

            Bitte CodeTags verwenden, keine Screenshots.

            Mach es nochmal nach obigen Befehlen.

            Linux-Werkzeugkasten:
            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
            NodeJS Fixer Skript:
            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

            M 1 Antwort Letzte Antwort
            0
            • Thomas BraunT Thomas Braun

              @markus-faltermeier

              Bitte CodeTags verwenden, keine Screenshots.

              Mach es nochmal nach obigen Befehlen.

              M Offline
              M Offline
              Markus Faltermeier
              schrieb am zuletzt editiert von
              #25

              @thomas-braun Jetzt ist der Befehl durchgelaufen
              ich bekomme jetzt folgende ausgabe. Wenn ich mir die Version anzeigen lasse:

              
              pi@raspberrypi:~ $ node -v
              v14.19.0
              pi@raspberrypi:~ $ npm -v
              6.14.16
              pi@raspberrypi:~ $ nodejs -v
              v14.19.0
              
              

              ich hoffe das stimmt jetzt :-)

              Thomas BraunT 1 Antwort Letzte Antwort
              0
              • M Markus Faltermeier

                @thomas-braun Jetzt ist der Befehl durchgelaufen
                ich bekomme jetzt folgende ausgabe. Wenn ich mir die Version anzeigen lasse:

                
                pi@raspberrypi:~ $ node -v
                v14.19.0
                pi@raspberrypi:~ $ npm -v
                6.14.16
                pi@raspberrypi:~ $ nodejs -v
                v14.19.0
                
                

                ich hoffe das stimmt jetzt :-)

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

                @markus-faltermeier

                Kann ich nicht sagen. Zeig mal die Ausgabe zu:

                apt policy npm 
                which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                
                

                Linux-Werkzeugkasten:
                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                NodeJS Fixer Skript:
                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                M 1 Antwort Letzte Antwort
                0
                • Thomas BraunT Thomas Braun

                  @markus-faltermeier

                  Kann ich nicht sagen. Zeig mal die Ausgabe zu:

                  apt policy npm 
                  which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                  
                  
                  M Offline
                  M Offline
                  Markus Faltermeier
                  schrieb am zuletzt editiert von
                  #27

                  @thomas-braun

                  pi@raspberrypi:~ $ apt policy npm
                  npm:
                    Installiert:           (keine)
                    Installationskandidat: 7.5.2+ds-2
                    Versionstabelle:
                       7.5.2+ds-2 500
                          500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                          100 /var/lib/dpkg/status
                  pi@raspberrypi:~ $ which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                  /usr/bin/nodejs
                  /usr/bin/node
                  /usr/bin/npm
                  v14.19.0
                  v14.19.0
                  6.14.16
                  pi
                  OK:1 http://archive.raspberrypi.org/debian bullseye InRelease
                  OK:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                  OK:3 https://deb.nodesource.com/node_14.x bullseye InRelease
                  Paketlisten werden gelesen… Fertig
                  Abhängigkeitsbaum wird aufgebaut… Fertig
                  Statusinformationen werden eingelesen… Fertig
                  Alle Pakete sind aktuell.
                  nodejs:
                    Installiert:           14.19.0-deb-1nodesource1
                    Installationskandidat: 14.19.0-deb-1nodesource1
                    Versionstabelle:
                   *** 14.19.0-deb-1nodesource1 500
                          500 https://deb.nodesource.com/node_14.x bullseye/main armhf Packages
                          100 /var/lib/dpkg/status
                       12.22.5~dfsg-2~11u1 500
                          500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                  pi@raspberrypi:~ $
                  
                  
                  Thomas BraunT 1 Antwort Letzte Antwort
                  0
                  • M Markus Faltermeier

                    @thomas-braun

                    pi@raspberrypi:~ $ apt policy npm
                    npm:
                      Installiert:           (keine)
                      Installationskandidat: 7.5.2+ds-2
                      Versionstabelle:
                         7.5.2+ds-2 500
                            500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                            100 /var/lib/dpkg/status
                    pi@raspberrypi:~ $ which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                    /usr/bin/nodejs
                    /usr/bin/node
                    /usr/bin/npm
                    v14.19.0
                    v14.19.0
                    6.14.16
                    pi
                    OK:1 http://archive.raspberrypi.org/debian bullseye InRelease
                    OK:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                    OK:3 https://deb.nodesource.com/node_14.x bullseye InRelease
                    Paketlisten werden gelesen… Fertig
                    Abhängigkeitsbaum wird aufgebaut… Fertig
                    Statusinformationen werden eingelesen… Fertig
                    Alle Pakete sind aktuell.
                    nodejs:
                      Installiert:           14.19.0-deb-1nodesource1
                      Installationskandidat: 14.19.0-deb-1nodesource1
                      Versionstabelle:
                     *** 14.19.0-deb-1nodesource1 500
                            500 https://deb.nodesource.com/node_14.x bullseye/main armhf Packages
                            100 /var/lib/dpkg/status
                         12.22.5~dfsg-2~11u1 500
                            500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                    pi@raspberrypi:~ $
                    
                    
                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    schrieb am zuletzt editiert von
                    #28

                    @markus-faltermeier

                    Ja, jetzt sollte es passen.

                    Linux-Werkzeugkasten:
                    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                    NodeJS Fixer Skript:
                    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                    M 2 Antworten Letzte Antwort
                    0
                    • Thomas BraunT Thomas Braun

                      @markus-faltermeier

                      Ja, jetzt sollte es passen.

                      M Offline
                      M Offline
                      Markus Faltermeier
                      schrieb am zuletzt editiert von
                      #29

                      @thomas-braun super danke,
                      jetzt lasse ich den IOBROKER mal laufen und beobachte, ob nochmal Fehlermeldungen kommen

                      LG:+1: :blush:

                      1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @markus-faltermeier

                        Ja, jetzt sollte es passen.

                        M Offline
                        M Offline
                        Markus Faltermeier
                        schrieb am zuletzt editiert von
                        #30

                        @thomas-braun hab versucht den admin adapter upzudaten. Hat so ausgesehen als ob es funktioniert hat. War danach auf 5.3.1
                        Dann hats ein bisschen gedauert. Dann kam diese Meldung und nichts ging mehr:

                        3afb3076-1507-4ed9-97ea-f57a72d47008-grafik.png

                        Da half dann nur noch komplett ausschalten.
                        Jetzt neu hochgefahren und der admin adapter war wieder zurück auf 5.2.3
                        Keine Ahnung was hier los ist. :-(

                        Das log sieht dazu folgendermaßen aus:

                        2022-03-11 09:48:58.968 - info: hm-rpc.3 (1125) xmlrpc client is trying to connect to 192.168.178.69:2010/ with ["http://192.168.178.42:2010","raspberrypi:hm-rpc.3"]
                        2022-03-11 09:48:59.198 - info: hm-rpc.3 (1125) Connected
                        2022-03-11 09:48:59.449 - info: hm-rpc.3 (1125) xmlrpc <- listDevices ["raspberrypi:hm-rpc.3"]
                        2022-03-11 09:48:59.538 - info: hm-rpc.3 (1125) xmlrpc -> 0 devices
                        2022-03-11 09:49:00.907 - info: hm-rpc.3 (1125) xmlrpc <- newDevices 66
                        2022-03-11 09:49:01.032 - error: javascript.0 (965) Traceback (most recent call last):
                        File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py", line 47, in
                        import gyp
                        File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 10, in
                        2022-03-11 09:49:01.037 - error: javascript.0 (965) import gyp.input
                        File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 7, in
                        import ast
                        ImportError: No module named ast
                        2022-03-11 09:49:01.043 - error: javascript.0 (965) gyp
                        2022-03-11 09:49:01.046 - error: javascript.0 (965) ERR! configure error
                        gyp ERR! stack Error: `gyp` failed with exit code: 1
                        gyp ERR! stack at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)
                        gyp ERR! stack at ChildProcess.emit (events.js:400:28)
                        gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:282:12)
                        2022-03-11 09:49:01.050 - error: javascript.0 (965) gyp ERR! System Linux 5.10.103-v7l+
                        gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
                        gyp ERR! cwd /opt/iobroker/node_modules/iobroker.javascript/node_modules/node-expat
                        gyp ERR! node -v v14.19.0
                        gyp ERR! node-gyp -v v5.1.0
                        gyp ERR! not ok
                        2022-03-11 09:49:01.169 - info: hm-rpc.3 (1125) new HMIP devices/channels after filter: 0
                        2022-03-11 09:49:01.530 - info: hue.0 (1146) starting. Version 3.5.31 in /opt/iobroker/node_modules/iobroker.hue, node: v14.19.0, js-controller: 3.3.22
                        2022-03-11 09:49:01.861 - info: hue.0 (1146) Use legacy structure, because existing
                        2022-03-11 09:49:01.875 - info: hue.0 (1146) skip switch: Philips hue.Daylight.configured
                        2022-03-11 09:49:01.876 - info: hue.0 (1146) skip switch: Philips hue.Daylight.sunriseoffset
                        2022-03-11 09:49:01.878 - info: hue.0 (1146) skip switch: Philips hue.Daylight.sunsetoffset
                        2022-03-11 09:49:01.879 - info: hue.0 (1146) created/updated 1 sensor channels
                        2022-03-11 09:49:01.933 - info: hue.0 (1146) created/updated 1 light channels
                        2022-03-11 09:49:02.017 - info: host.raspberrypi instance scheduled system.adapter.ical.0 0,30 * * * *
                        2022-03-11 09:49:02.052 - info: host.raspberrypi instance system.adapter.ical.0 started with pid 1189
                        2022-03-11 09:49:02.075 - warn: hue.0 (1146) channel "Philips_hue.Entertainment_area" already exists, using "Philips_hue.Entertainment_area_Entertainment" for group 201
                        2022-03-11 09:49:02.081 - warn: hue.0 (1146) channel "Philips_hue.Entertainment_area" already exists, using "Philips_hue.Entertainment_area_Entertainment" for group 202
                        2022-03-11 09:49:02.087 - warn: hue.0 (1146) channel "Philips_hue.Entertainment_area" already exists, using "Philips_hue.Entertainment_area_Entertainment" for group 203
                        2022-03-11 09:49:02.088 - info: hue.0 (1146) created/updated 7 groups channels
                        2022-03-11 09:49:02.094 - info: hue.0 (1146) created/updated 11 scenes
                        2022-03-11 09:49:02.095 - info: hue.0 (1146) creating/updating bridge device
                        2022-03-11 09:49:03.183 - error: javascript.0 (965) npm
                        2022-03-11 09:49:03.186 - error: javascript.0 (965)
                        2022-03-11 09:49:03.188 - error: javascript.0 (965) ERR!
                        2022-03-11 09:49:03.199 - error: javascript.0 (965) code ELIFECYCLE
                        npm ERR! errno 1
                        2022-03-11 09:49:03.281 - error: javascript.0 (965) npm
                        2022-03-11 09:49:03.284 - error: javascript.0 (965) ERR! node-expat@2.4.0 install: `node-gyp rebuild`
                        npm ERR! Exit status 1
                        npm ERR!
                        npm ERR! Failed at the node-expat@2.4.0 install script.
                        npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                        2022-03-11 09:49:03.392 - error: javascript.0 (965)
                        2022-03-11 09:49:03.393 - error: javascript.0 (965) npm ERR! A complete log of this run can be found in:
                        npm ERR! /home/iobroker/.npm/_logs/2022-03-11T08_49_03_336Z-debug.log
                        2022-03-11 09:49:03.439 - error: javascript.0 (965) Cannot install xml2js: 1
                        2022-03-11 09:49:03.441 - info: javascript.0 (965) npm install owlintuition --production (System call)
                        2022-03-11 09:49:06.762 - info: host.raspberrypi instance system.adapter.nut.0 started with pid 1220
                        2022-03-11 09:49:07.215 - info: ical.0 (1189) starting. Version 1.11.4 in /opt/iobroker/node_modules/iobroker.ical, node: v14.19.0, js-controller: 3.3.22
                        2022-03-11 09:49:08.430 - info: ical.0 (1189) processing URL: Entsorgungstermine http://p61-caldav.icloud.com/published/2/MTM3NzU4MzQ1ODEzNzc1OEKio7cqzHid6trK6D-89qGqT8yJF33oUlgqF6zTT_QYM6-GV1Ffg24vGilDcBXKV4FJUExgBrtrIjJVZSd-6Lg
                        2022-03-11 09:49:08.770 - info: ical.0 (1189) processing URL: Feiertage http://p61-caldav.icloud.com/published/2/MTM3NzU4MzQ1ODEzNzc1OEKio7cqzHid6trK6D-89qG19X_3NOEtYGJxgdKE8yk19k0qiKhBtDQluafn6pkGO246Y2s7YenfnbthqjFkKlI
                        2022-03-11 09:49:08.986 - error: javascript.0 (965) npm
                        2022-03-11 09:49:08.989 - error: javascript.0 (965) WARN read-shrinkwrap This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I'll try to do my best with it!
                        2022-03-11 09:49:09.857 - info: host.raspberrypi instance system.adapter.rpi2.0 started with pid 1260
                        2022-03-11 09:49:11.263 - info: nut.0 (1220) starting. Version 1.5.0 in /opt/iobroker/node_modules/iobroker.nut, node: v14.19.0, js-controller: 3.3.22
                        2022-03-11 09:49:13.612 - info: rpi2.0 (1260) starting. Version 1.3.1 in /opt/iobroker/node_modules/iobroker.rpi2, node: v14.19.0, js-controller: 3.3.22
                        2022-03-11 09:49:14.024 - info: host.raspberrypi instance system.adapter.shelly.0 started with pid 1287
                        2022-03-11 09:49:14.592 - error: javascript.0 (965) npm
                        2022-03-11 09:49:14.594 - error: javascript.0 (965) WARN deprecated hoek@4.2.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
                        2022-03-11 09:49:14.678 - error: javascript.0 (965) npm
                        2022-03-11 09:49:14.682 - error: javascript.0 (965)
                        2022-03-11 09:49:14.684 - error: javascript.0 (965) WARN
                        2022-03-11 09:49:14.689 - error: javascript.0 (965) deprecated joi@13.7.0: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
                        2022-03-11 09:49:14.918 - error: rpi2.0 (1260) No Value found for cpu_frequency
                        2022-03-11 09:49:15.290 - error: javascript.0 (965) npm
                        2022-03-11 09:49:15.292 - error: javascript.0 (965) WARN deprecated hoek@5.0.4: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
                        2022-03-11 09:49:15.455 - error: javascript.0 (965) npm
                        2022-03-11 09:49:15.457 - error: javascript.0 (965) WARN deprecated topo@3.0.3: This module has moved and is now available at @hapi/topo. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.
                        2022-03-11 09:49:15.496 - error: javascript.0 (965) npm
                        2022-03-11 09:49:15.498 - error: javascript.0 (965) WARN deprecated hoek@6.1.3: This module has moved and is now available at @hapi/hoek. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.
                        2022-03-11 09:49:17.815 - info: host.raspberrypi instance system.adapter.sonoff.0 started with pid 1351
                        2022-03-11 09:49:18.630 - error: rpi2.0 (1260) Cannot initialize/setMode GPIO: Error: The module '/opt/iobroker/node_modules/epoll/build/Release/epoll.node'
                        was compiled against a different Node.js version using
                        NODE_MODULE_VERSION 64. This version of Node.js requires
                        NODE_MODULE_VERSION 83. Please try re-compiling or re-installing
                        the module (for instance, using `npm rebuild` or `npm install`).
                        2022-03-11 09:49:19.950 - info: shelly.0 (1287) starting. Version 5.3.2 in /opt/iobroker/node_modules/iobroker.shelly, node: v14.19.0, js-controller: 3.3.22
                        2022-03-11 09:49:20.201 - warn: shelly.0 (1287) State "shelly.0.SHSW-1#76A1BD#1.online" has no existing object, this might lead to an error in future versions
                        2022-03-11 09:49:20.332 - warn: shelly.0 (1287) State "shelly.0.SHSW-1#8CAAB561C3BD#1.online" has no existing object, this might lead to an error in future versions
                        2022-03-11 09:49:20.371 - warn: shelly.0 (1287) State "shelly.0.SHEM#B049DB#1.online" has no existing object, this might lead to an error in future versions
                        2022-03-11 09:49:20.393 - info: shelly.0 (1287) Starting in CoAP mode.
                        2022-03-11 09:49:20.476 - info: ical.0 (1189) processing URL: Meine Termine http://p61-caldav.icloud.com/published/2/MTM3NzU4MzQ1ODEzNzc1OEKio7cqzHid6trK6D-89qE_-EnALIMu14hqvDV7g4YMLuu9RR6veTt5-O7FzFjG75m8kFB4Ek185sNpkJPVHqU
                        2022-03-11 09:49:20.533 - info: shelly.0 (1287) [CoAP] Listening for packets in the network
                        2022-03-11 09:49:20.717 - warn: shelly.0 (1287) State "shelly.0.SHSW-1#76A1BD#1.online" has no existing object, this might lead to an error in future versions
                        2022-03-11 09:49:20.727 - warn: shelly.0 (1287) State "shelly.0.SHSW-1#8CAAB561C3BD#1.online" has no existing object, this might lead to an error in future versions
                        2022-03-11 09:49:20.730 - warn: shelly.0 (1287) State "shelly.0.SHEM#B049DB#1.online" has no existing object, this might lead to an error in future versions
                        2022-03-11 09:49:22.903 - info: host.raspberrypi instance system.adapter.ping.0 started with pid 1374
                        2022-03-11 09:49:24.361 - info: sonoff.0 (1351) starting. Version 2.4.7 in /opt/iobroker/node_modules/iobroker.sonoff, node: v14.19.0, js-controller: 3.3.22
                        2022-03-11 09:49:24.498 - info: sonoff.0 (1351) Starting MQTT server on port 1884
                        2022-03-11 09:49:24.768 - info: shelly.0 (1287) [CoAP] Device 192.168.178.79 (shelly1 / shelly1-76A1BD / SHSW-1#76A1BD#1) connected! Polltime set to 10 sec.
                        2022-03-11 09:49:25.535 - info: shelly.0 (1287) [CoAP] Device 192.168.178.108 (shelly1 / shelly1-8CAAB561C3BD / SHSW-1#8CAAB561C3BD#1) connected! Polltime set to 10 sec.
                        2022-03-11 09:49:26.090 - info: host.raspberrypi instance system.adapter.mqtt-client.0 started with pid 1393
                        2022-03-11 09:49:29.379 - info: ical.0 (1189) Terminated (NO_ERROR): Without reason
                        2022-03-11 09:49:29.431 - info: ping.0 (1374) starting. Version 1.5.0 in /opt/iobroker/node_modules/iobroker.ping, node: v14.19.0, js-controller: 3.3.22
                        2022-03-11 09:49:30.270 - info: javascript.0 (965)
                        > node-expat@2.4.0 install /opt/iobroker/node_modules/iobroker.javascript/node_modules/node-expat
                        > node-gyp rebuild
                        2022-03-11 09:49:30.375 - info: host.raspberrypi instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
                        2022-03-11 09:49:30.412 - info: host.raspberrypi instance system.adapter.alexa2.0 started with pid 1424
                        2022-03-11 09:49:31.964 - info: mqtt-client.0 (1393) starting. Version 1.5.0 in /opt/iobroker/node_modules/iobroker.mqtt-client, node: v14.19.0, js-controller: 3.3.22
                        2022-03-11 09:49:32.197 - info: mqtt-client.0 (1393) enabled syncing of 0_userdata.0.MQTT_Daten.Test (publish/subscribe:false/true)
                        2022-03-11 09:49:32.199 - info: mqtt-client.0 (1393) Try to connect to mqtt://MQTT_Broker:*******************@192.168.178.41:1883?clientId=IOBROKER_MQTT
                        2022-03-11 09:49:32.417 - info: mqtt-client.0 (1393) connected to broker
                        2022-03-11 09:49:32.557 - error: javascript.0 (965) Traceback (most recent call last):
                        2022-03-11 09:49:32.568 - error: javascript.0 (965) File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py", line 47, in
                        2022-03-11 09:49:32.570 - error: javascript.0 (965)
                        2022-03-11 09:49:32.572 - error: javascript.0 (965) import gyp
                        2022-03-11 09:49:32.574 - error: javascript.0 (965) File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 10, in
                        2022-03-11 09:49:32.585 - error: javascript.0 (965) import gyp.input
                        File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 7, in
                        import ast
                        ImportError: No module named ast
                        2022-03-11 09:49:32.588 - error: javascript.0 (965) gyp
                        2022-03-11 09:49:32.590 - error: javascript.0 (965) ERR! configure error
                        2022-03-11 09:49:32.592 - error: javascript.0 (965) gyp ERR! stack Error: `gyp` failed with exit code: 1
                        gyp ERR! stack at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)
                        gyp ERR! stack at ChildProcess.emit (events.js:400:28)
                        gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:282:12)
                        2022-03-11 09:49:32.594 - error: javascript.0 (965) gyp ERR! System Linux 5.10.103-v7l+
                        gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
                        gyp ERR! cwd /opt/iobroker/node_modules/iobroker.javascript/node_modules/node-expat
                        gyp ERR! node -v v14.19.0
                        gyp ERR! node-gyp -v v5.1.0
                        gyp ERR! not ok
                        2022-03-11 09:49:33.842 - info: host.raspberrypi instance system.adapter.backitup.0 started with pid 1458
                        2022-03-11 09:49:35.029 - error: javascript.0 (965) npm
                        2022-03-11 09:49:35.031 - error: javascript.0 (965)
                        2022-03-11 09:49:35.035 - error: javascript.0 (965) ERR!
                        2022-03-11 09:49:35.039 - error: javascript.0 (965) code ELIFECYCLE
                        npm ERR! errno 1
                        2022-03-11 09:49:35.078 - error: javascript.0 (965) npm
                        2022-03-11 09:49:35.080 - error: javascript.0 (965)
                        2022-03-11 09:49:35.082 - error: javascript.0 (965) ERR!
                        2022-03-11 09:49:35.084 - error: javascript.0 (965) node-expat@2.4.0 install: `node-gyp rebuild`
                        2022-03-11 09:49:35.097 - error: javascript.0 (965) npm ERR! Exit status 1
                        npm ERR!
                        npm ERR! Failed at the node-expat@2.4.0 install script.
                        npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                        2022-03-11 09:49:35.115 - error: javascript.0 (965)
                        2022-03-11 09:49:35.117 - error: javascript.0 (965) npm
                        2022-03-11 09:49:35.119 - error: javascript.0 (965)
                        2022-03-11 09:49:35.121 - error: javascript.0 (965) ERR!
                        2022-03-11 09:49:35.123 - error: javascript.0 (965) A complete log of this run can be found in:
                        2022-03-11 09:49:35.126 - error: javascript.0 (965) npm ERR! /home/iobroker/.npm/_logs/2022-03-11T08_49_35_093Z-debug.log
                        2022-03-11 09:49:35.150 - error: javascript.0 (965) Cannot install owlintuition: 1
                        2022-03-11 09:49:35.151 - info: javascript.0 (965) npm install owlintuition --production (System call)
                        2022-03-11 09:49:35.316 - info: shelly.0 (1287) [CoAP] Device 192.168.178.127 (shellyem / shellyem-B049DB / SHEM#B049DB#1) connected! Polltime set to 10 sec.
                        2022-03-11 09:49:37.169 - info: alexa2.0 (1424) starting. Version 3.11.2 in /opt/iobroker/node_modules/iobroker.alexa2, node: v14.19.0, js-controller: 3.3.22
                        2022-03-11 09:49:37.798 - info: host.raspberrypi instance scheduled system.adapter.daswetter.0 */15 * * * *
                        2022-03-11 09:49:37.836 - info: host.raspberrypi instance system.adapter.daswetter.0 started with pid 1495
                        2022-03-11 09:49:38.829 - info: backitup.0 (1458) starting. Version 2.2.3 in /opt/iobroker/node_modules/iobroker.backitup, node: v14.19.0, js-controller: 3.3.22
                        2022-03-11 09:49:38.953 - info: backitup.0 (1458) [iobroker] backup was activated at 20:00 every 1 day(s)
                        2022-03-11 09:49:40.230 - debug: daswetter.0 (1495) Redis Objects: Use Redis connection: 127.0.0.1:9001
                        2022-03-11 09:49:40.346 - debug: daswetter.0 (1495) Objects client ready ... initialize now
                        2022-03-11 09:49:40.359 - debug: daswetter.0 (1495) Objects create System PubSub Client
                        2022-03-11 09:49:40.362 - debug: daswetter.0 (1495) Objects create User PubSub Client
                        2022-03-11 09:49:40.364 - debug: daswetter.0 (1495) Objects client initialize lua scripts
                        2022-03-11 09:49:40.403 - debug: daswetter.0 (1495) Objects connected to redis: 127.0.0.1:9001
                        2022-03-11 09:49:40.416 - debug: daswetter.0 (1495) objectDB connected
                        2022-03-11 09:49:40.421 - debug: daswetter.0 (1495) Redis States: Use Redis connection: 127.0.0.1:9000
                        2022-03-11 09:49:40.450 - debug: daswetter.0 (1495) States create System PubSub Client
                        2022-03-11 09:49:40.452 - debug: daswetter.0 (1495) States create User PubSub Client
                        2022-03-11 09:49:40.480 - debug: daswetter.0 (1495) States connected to redis: 127.0.0.1:9000
                        2022-03-11 09:49:40.482 - debug: daswetter.0 (1495) statesDB connected
                        2022-03-11 09:49:40.726 - error: javascript.0 (965) npm
                        2022-03-11 09:49:40.731 - error: javascript.0 (965)
                        2022-03-11 09:49:40.733 - error: javascript.0 (965) WARN
                        2022-03-11 09:49:40.735 - error: javascript.0 (965)
                        2022-03-11 09:49:40.743 - error: javascript.0 (965) read-shrinkwrap This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I'll try to do my best with it!
                        2022-03-11 09:49:40.871 - info: alexa2.0 (1424) Alexa-Push-Connection (macDms = true) established. Disable Polling
                        2022-03-11 09:49:41.125 - debug: daswetter.0 (1495) Plugin sentry Initialize Plugin (enabled=true)
                        2022-03-11 09:49:42.443 - info: daswetter.0 (1495) starting. Version 3.0.9 in /opt/iobroker/node_modules/iobroker.daswetter, node: v14.19.0, js-controller: 3.3.22
                        2022-03-11 09:49:42.483 - info: host.raspberrypi instance system.adapter.fritzbox.0 started with pid 1549
                        2022-03-11 09:49:42.511 - debug: daswetter.0 (1495) set timeout to 60 sec
                        2022-03-11 09:49:42.518 - debug: daswetter.0 (1495) calling forecast hourly: http://api.daswetter.com/index.php?api_lang=de&localidad=97771&affiliate_id=sbwsuizf8446&v=2.0&h=1
                        2022-03-11 09:49:42.732 - debug: daswetter.0 (1495) got response "https://www.daswetter.com/wetter_Wenzenbach-Europa-Deutschland-Bayern--1-97771.html"
                        2022-03-11 09:49:43.031 - debug: daswetter.0 (1495) result {"report":{"location":{"city":"Wenzenbach 
                        2022-03-11 09:49:47.455 - info: fritzbox.0 (1549) try to connect: 192.168.178.1
                        2022-03-11 09:49:47.543 - info: fritzbox.0 (1549) adapter connected to fritzbox: 192.168.178.1
                        2022-03-11 09:49:47.526 - debug: daswetter.0 (1495) insert NextHours.Location_1.Day_1.Hour_4.hour_value with 04:00
                        2022-03-11 09:49:48.676 - info: fritzbox.0 (1549) State value to set for "fritzbox.0.calls.ringActualNumbers" has to be type "string" but received type "object"
                        2022-03-11 09:49:48.684 - info: fritzbox.0 (1549) State value to set for "fritzbox.0.calls.connectNumbers" has to be type "string" but received type "object"
                        2022-03-11 09:49:21.125 - info: host.raspberrypi iobroker.js-controller version 3.3.22 js-controller starting
                        2022-03-11 09:49:21.133 - info: host.raspberrypi Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
                        2022-03-11 09:49:21.134 - info: host.raspberrypi hostname: raspberrypi, node: v14.19.0
                        2022-03-11 09:49:21.134 - info: host.raspberrypi ip addresses:
                        2022-03-11 09:49:21.190 - error: host.raspberrypi-Server Cannot load /opt/iobroker/iobroker-data/objects.json: /opt/iobroker/iobroker-data/objects.json: Unexpected end of JSON input. We try last Backup!
                        2022-03-11 09:52:29.719 - info: host.raspberrypi connected to Objects and States
                        2022-03-11 09:52:29.930 - info: host.raspberrypi added notifications configuration of host
                        2022-03-11 09:52:30.729 - info: host.raspberrypi 70 instances found
                        2022-03-11 09:52:30.860 - info: host.raspberrypi starting 50 instances
                        2022-03-11 09:52:30.888 - warn: host.raspberrypi startInstance cannot find adapter "zigbee@1.6.16". Try to install it... 1 attempt
                        2022-03-11 09:52:30.890 - info: host.raspberrypi iobroker install zigbee@1.6.16 using installedFrom
                        2022-03-11 09:52:31.298 - info: host.raspberrypi instance system.adapter.admin.0 started with pid 829
                        2022-03-11 09:52:33.946 - error: admin.0 (829) admin.0 already running
                        2022-03-11 09:52:33.950 - warn: admin.0 (829) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                        2022-03-11 09:52:34.631 - error: host.raspberrypi instance system.adapter.admin.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                        2022-03-11 09:52:34.633 - info: host.raspberrypi Restart adapter system.adapter.admin.0 because enabled
                        2022-03-11 09:52:34.906 - info: host.raspberrypi instance system.adapter.email.0 started with pid 912
                        2022-03-11 09:52:34.971 - info: host.raspberrypi iobroker npm-install: NPM version: 6.14.16
                        2022-03-11 09:52:34.973 - info: host.raspberrypi iobroker npm-install: npm install iobroker.zigbee@1.6.16 --loglevel error --prefix "/opt/iobroker" (System call)
                        2022-03-11 09:52:36.809 - error: email.0 (912) email.0 already running
                        2022-03-11 09:52:36.814 - warn: email.0 (912) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                        2022-03-11 09:52:37.504 - error: host.raspberrypi instance system.adapter.email.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                        2022-03-11 09:52:37.506 - info: host.raspberrypi Restart adapter system.adapter.email.0 because enabled
                        2022-03-11 09:52:39.068 - info: host.raspberrypi instance system.adapter.history.0 started with pid 962
                        2022-03-11 09:52:40.698 - error: history.0 (962) history.0 already running
                        2022-03-11 09:52:40.703 - warn: history.0 (962) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                        2022-03-11 09:52:41.404 - error: host.raspberrypi instance system.adapter.history.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                        2022-03-11 09:52:41.406 - info: host.raspberrypi Restart adapter system.adapter.history.0 because enabled
                        2022-03-11 09:52:43.055 - info: host.raspberrypi instance system.adapter.javascript.0 started with pid 984
                        2022-03-11 09:52:46.563 - error: javascript.0 (984) javascript.0 already running
                        2022-03-11 09:52:46.567 - warn: javascript.0 (984) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                        2022-03-11 09:52:47.035 - info: host.raspberrypi instance system.adapter.scenes.0 started with pid 1001
                        2022-03-11 09:52:47.303 - error: host.raspberrypi instance system.adapter.javascript.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                        2022-03-11 09:52:47.304 - info: host.raspberrypi Restart adapter system.adapter.javascript.0 because enabled
                        2022-03-11 09:52:48.709 - error: scenes.0 (1001) scenes.0 already running
                        2022-03-11 09:52:48.714 - warn: scenes.0 (1001) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                        2022-03-11 09:52:49.430 - error: host.raspberrypi instance system.adapter.scenes.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                        2022-03-11 09:52:49.431 - info: host.raspberrypi Restart adapter system.adapter.scenes.0 because enabled
                        2022-03-11 09:52:51.041 - info: host.raspberrypi instance system.adapter.pushover.0 started with pid 1018
                        2022-03-11 09:52:52.795 - error: pushover.0 (1018) pushover.0 already running
                        2022-03-11 09:52:52.800 - warn: pushover.0 (1018) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                        2022-03-11 09:52:53.490 - error: host.raspberrypi instance system.adapter.pushover.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                        2022-03-11 09:52:53.491 - info: host.raspberrypi Restart adapter system.adapter.pushover.0 because enabled
                        2022-03-11 09:52:55.157 - info: host.raspberrypi instance system.adapter.hm-rega.0 started with pid 1036
                        2022-03-11 09:52:57.223 - error: hm-rega.0 (1036) hm-rega.0 already running
                        2022-03-11 09:52:57.227 - warn: hm-rega.0 (1036) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                        2022-03-11 09:52:57.963 - error: host.raspberrypi instance system.adapter.hm-rega.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                        2022-03-11 09:52:57.964 - info: host.raspberrypi Restart adapter system.adapter.hm-rega.0 because enabled
                        2022-03-11 09:52:58.993 - info: host.raspberrypi instance system.adapter.hm-rpc.0 started with pid 1053
                        2022-03-11 09:53:00.799 - error: hm-rpc.0 (1053) hm-rpc.0 already running
                        2022-03-11 09:53:00.803 - warn: hm-rpc.0 (1053) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                        2022-03-11 09:53:01.505 - error: host.raspberrypi instance system.adapter.hm-rpc.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                        2022-03-11 09:53:01.507 - info: host.raspberrypi Restart adapter system.adapter.hm-rpc.0 because enabled
                        2022-03-11 09:53:02.996 - info: host.raspberrypi instance system.adapter.hm-rpc.1 started with pid 1074
                        2022-03-11 09:53:04.612 - error: hm-rpc.1 (1074) hm-rpc.1 already running
                        2022-03-11 09:53:04.616 - warn: hm-rpc.1 (1074) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                        2022-03-11 09:53:04.663 - info: host.raspberrypi instance system.adapter.admin.0 started with pid 1087
                        2022-03-11 09:53:05.503 - error: host.raspberrypi instance system.adapter.hm-rpc.1 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                        2022-03-11 09:53:05.506 - info: host.raspberrypi Restart adapter system.adapter.hm-rpc.1 because enabled
                        2022-03-11 09:53:07.091 - info: host.raspberrypi instance system.adapter.hm-rpc.2 started with pid 1102
                        2022-03-11 09:53:07.618 - info: host.raspberrypi instance system.adapter.email.0 started with pid 1110
                        2022-03-11 09:53:08.763 - info: admin.0 (1087) starting. Version 5.2.3 in /opt/iobroker/node_modules/iobroker.admin, node: v14.19.0, js-controller: 3.3.22
                        2022-03-11 09:53:08.994 - info: admin.0 (1087) requesting all states
                        2022-03-11 09:53:08.996 - info: admin.0 (1087) requesting all objects
                        2022-03-11 09:53:11.887 - info: host.raspberrypi instance system.adapter.history.0 started with pid 1135
                        2022-03-11 09:53:11.898 - error: hm-rpc.2 (1102) hm-rpc.2 already running
                        2022-03-11 09:53:11.905 - warn: hm-rpc.2 (1102) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                        2022-03-11 09:53:12.082 - info: host.raspberrypi instance system.adapter.hm-rpc.3 started with pid 1142
                        2022-03-11 09:53:13.146 - info: admin.0 (1087) received all objects
                        2022-03-11 09:53:13.828 - error: host.raspberrypi instance system.adapter.hm-rpc.2 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                        2022-03-11 09:53:13.830 - info: host.raspberrypi Restart adapter system.adapter.hm-rpc.2 because enabled
                        2022-03-11 09:53:13.986 - info: admin.0 (1087) http server listening on port 8081
                        2022-03-11 09:53:13.987 - info: admin.0 (1087) Use link "http://localhost:8081" to configure.
                        2022-03-11 09:53:14.446 - info: email.0 (1110) starting. Version 1.0.10 in /opt/iobroker/node_modules/iobroker.email, node: v14.19.0, js-controller: 3.3.22
                        2022-03-11 09:53:14.536 - error: hm-rpc.3 (1142) hm-rpc.3 already running
                        2022-03-11 09:53:14.540 - warn: hm-rpc.3 (1142) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                        2022-03-11 09:53:14.773 - info: history.0 (1135) starting. Version 1.10.5 in /opt/iobroker/node_modules/iobroker.history, node: v14.19.0, js-controller: 3.3.22
                        2022-03-11 09:53:14.855 - info: history.0 (1135) enabled logging of nut.0.battery.charge (Count=1), Alias=false
                        2022-03-11 09:53:14.856 - info: history.0 (1135) enabled logging of nut.0.battery.runtime-low (Count=2), Alias=false
                        2022-03-11 09:53:14.857 - info: history.0 (1135) enabled logging of nut.0.battery.voltage (Count=3), Alias=false
                        2022-03-11 09:53:14.858 - info: history.0 (1135) enabled logging of nut.0.input.voltage (Count=4), Alias=false
                        2022-03-11 09:53:14.858 - info: history.0 (1135) enabled logging of shelly.0.SHEM#B049DB#1.Emeter1.Power (Count=5), Alias=false
                        2022-03-11 09:53:14.859 - info: history.0 (1135) enabled logging of shelly.0.SHEM#B049DB#1.Emeter1.Total (Count=6), Alias=false
                        2022-03-11 09:53:14.860 - info: history.0 (1135) enabled logging of hm-rpc.3.000D5D89AAED1D.1.CURRENT_ILLUMINATION (Count=7), Alias=false
                        2022-03-11 09:53:15.360 - info: host.raspberrypi instance system.adapter.hue.0 started with pid 1170
                        2022-03-11 09:53:15.487 - error: host.raspberrypi instance system.adapter.hm-rpc.3 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                        2022-03-11 09:53:15.488 - info: host.raspberrypi Restart adapter system.adapter.hm-rpc.3 because enabled
                        2022-03-11 09:53:17.188 - error: hue.0 (1170) hue.0 already running
                        2022-03-11 09:53:17.192 - warn: hue.0 (1170) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                        2022-03-11 09:53:17.345 - info: host.raspberrypi instance system.adapter.javascript.0 started with pid 1184
                        2022-03-11 09:53:17.853 - error: host.raspberrypi instance system.adapter.hue.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                        2022-03-11 09:53:17.854 - info: host.raspberrypi Restart adapter system.adapter.hue.0 because enabled
                        2022-03-11 09:53:19.079 - info: host.raspberrypi instance scheduled system.adapter.ical.0 0,30 * * * *
                        2022-03-11 09:53:19.101 - info: host.raspberrypi instance system.adapter.ical.0 started with pid 1194
                        2022-03-11 09:53:19.876 - info: host.raspberrypi instance system.adapter.scenes.0 started with pid 1202
                        2022-03-11 09:53:21.292 - info: javascript.0 (1184) starting. Version 5.2.21 in /opt/iobroker/node_modules/iobroker.javascript, node: v14.19.0, js-controller: 3.3.22
                        2022-03-11 09:53:21.407 - info: javascript.0 (1184) npm install owlintuition --production (System call)
                        2022-03-11 09:53:22.855 - info: ical.0 (1194) starting. Version 1.11.4 in /opt/iobroker/node_modules/iobroker.ical, node: v14.19.0, js-controller: 3.3.22
                        2022-03-11 09:53:22.863 - info: scenes.0 (1202) starting. Version 2.3.8 in /opt/iobroker/node_modules/iobroker.scenes, node: v14.19.0, js-controller: 3.3.22
                        2022-03-11 09:53:23.117 - info: host.raspberrypi instance system.adapter.nut.0 started with pid 1250
                        2022-03-11 09:53:24.080 - info: host.raspberrypi instance system.adapter.pushover.0 started with pid 1258
                        2022-03-11 09:53:24.369 - info: ical.0 (1194) processing URL: Entsorgungstermine http://p61-caldav.icloud.com/published/2/MTM3NzU4MzQ1ODEzNzc1OEKio7cqzHid6trK6D-89qGqT8yJF33oUlgqF6zTT_QYM6-GV1Ffg24vGilDcBXKV4FJUExgBrtrIjJVZSd-6Lg
                        2022-03-11 09:53:24.718 - info: ical.0 (1194) processing URL: Feiertage http://p61-caldav.icloud.com/published/2/MTM3NzU4MzQ1ODEzNzc1OEKio7cqzHid6trK6D-89qG19X_3NOEtYGJxgdKE8yk19k0qiKhBtDQluafn6pkGO246Y2s7YenfnbthqjFkKlI
                        2022-03-11 09:53:25.180 - error: javascript.0 (1184) npm
                        2022-03-11 09:53:25.183 - error: javascript.0 (1184)
                        2022-03-11 09:53:25.185 - error: javascript.0 (1184) WARN
                        2022-03-11 09:53:25.186 - error: javascript.0 (1184)
                        2022-03-11 09:53:25.188 - error: javascript.0 (1184) read-shrinkwrap
                        2022-03-11 09:53:25.201 - error: javascript.0 (1184) This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I'll try to do my best with it!
                        2022-03-11 09:53:26.683 - error: nut.0 (1250) nut.0 already running
                        2022-03-11 09:53:26.687 - warn: nut.0 (1250) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                        2022-03-11 09:53:27.134 - info: host.raspberrypi instance system.adapter.rpi2.0 started with pid 1278
                        2022-03-11 09:53:27.436 - error: host.raspberrypi instance system.adapter.nut.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                        2022-03-11 09:53:27.438 - info: host.raspberrypi Restart adapter system.adapter.nut.0 because enabled
                        2022-03-11 09:53:28.369 - info: host.raspberrypi instance system.adapter.hm-rega.0 started with pid 1287
                        2022-03-11 09:53:29.481 - error: javascript.0 (1184) npm
                        2022-03-11 09:53:29.483 - error: javascript.0 (1184) WARN deprecated hoek@4.2.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
                        2022-03-11 09:53:29.487 - error: javascript.0 (1184) npm
                        2022-03-11 09:53:29.489 - error: javascript.0 (1184) WARN deprecated joi@13.7.0: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
                        2022-03-11 09:53:29.545 - error: javascript.0 (1184) npm
                        2022-03-11 09:53:29.547 - error: javascript.0 (1184) WARN deprecated hoek@5.0.4: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
                        2022-03-11 09:53:29.608 - error: javascript.0 (1184) npm
                        2022-03-11 09:53:29.610 - error: javascript.0 (1184) WARN deprecated topo@3.0.3: This module has moved and is now available at @hapi/topo. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.
                        2022-03-11 09:53:29.664 - error: javascript.0 (1184) npm
                        2022-03-11 09:53:29.666 - error: javascript.0 (1184) WARN deprecated hoek@6.1.3: This module has moved and is now available at @hapi/hoek. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.
                        2022-03-11 09:53:30.180 - error: rpi2.0 (1278) rpi2.0 already running
                        2022-03-11 09:53:30.184 - warn: rpi2.0 (1278) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                        2022-03-11 09:53:33.398 - info: pushover.0 (1258) starting. Version 2.0.5 in /opt/iobroker/node_modules/iobroker.pushover, node: v14.19.0, js-controller: 3.3.22
                        2022-03-11 09:53:33.568 - error: pushover.0 (1258) Cannot send notification while not configured
                        2022-03-11 09:53:33.832 - info: ical.0 (1194) processing URL: Meine Termine http://p61-caldav.icloud.com/published/2/MTM3NzU4MzQ1ODEzNzc1OEKio7cqzHid6trK6D-89qE_-EnALIMu14hqvDV7g4YMLuu9RR6veTt5-O7FzFjG75m8kFB4Ek185sNpkJPVHqU
                        2022-03-11 09:53:33.867 - error: host.raspberrypi instance system.adapter.rpi2.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                        2022-03-11 09:53:33.868 - info: host.raspberrypi Restart adapter system.adapter.rpi2.0 because enabled
                        2022-03-11 09:53:33.913 - info: host.raspberrypi instance system.adapter.hm-rpc.0 started with pid 1314
                        2022-03-11 09:53:34.118 - info: host.raspberrypi instance system.adapter.shelly.0 started with pid 1321
                        2022-03-11 09:53:35.060 - info: host.raspberrypi instance system.adapter.sonoff.0 started with pid 1330
                        2022-03-11 09:53:36.197 - info: host.raspberrypi instance system.adapter.hm-rpc.1 started with pid 1338
                        2022-03-11 09:53:37.610 - info: hm-rega.0 (1287) starting. Version 3.0.35 in /opt/iobroker/node_modules/iobroker.hm-rega, node: v14.19.0, js-controller: 3.3.22
                        2022-03-11 09:53:40.584 - info: host.raspberrypi instance system.adapter.ping.0 started with pid 1381
                        2022-03-11 09:53:40.795 - error: sonoff.0 (1330) sonoff.0 already running
                        2022-03-11 09:53:40.803 - warn: sonoff.0 (1330) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                        2022-03-11 09:53:41.088 - error: shelly.0 (1321) shelly.0 already running
                        2022-03-11 09:53:41.093 - warn: shelly.0 (1321) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                        2022-03-11 09:53:41.187 - info: hm-rega.0 (1287) subscribe hm-rpc.0.BidCoS-RF.50.PRESS_SHORT
                        2022-03-11 09:53:41.541 - info: hm-rega.0 (1287) ReGaHSS 192.168.178.69 up
                        2022-03-11 09:53:42.404 - error: host.raspberrypi instance system.adapter.sonoff.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                        2022-03-11 09:53:42.405 - info: host.raspberrypi Restart adapter system.adapter.sonoff.0 because enabled
                        2022-03-11 09:53:42.542 - info: javascript.0 (1184)
                        > node-expat@2.4.0 install /opt/iobroker/node_modules/iobroker.javascript/node_modules/node-expat
                        > node-gyp rebuild
                        2022-03-11 09:53:43.384 - error: host.raspberrypi instance system.adapter.shelly.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                        2022-03-11 09:53:43.385 - info: host.raspberrypi Restart adapter system.adapter.shelly.0 because enabled
                        2022-03-11 09:53:43.513 - info: host.raspberrypi instance system.adapter.mqtt-client.0 started with pid 1412
                        2022-03-11 09:53:43.579 - info: hm-rega.0 (1287) time difference local-ccu -53s
                        2022-03-11 09:53:43.698 - error: ping.0 (1381) ping.0 already running
                        2022-03-11 09:53:43.703 - warn: ping.0 (1381) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                        2022-03-11 09:53:44.330 - info: host.raspberrypi instance system.adapter.hm-rpc.2 started with pid 1421
                        2022-03-11 09:53:44.812 - error: host.raspberrypi instance system.adapter.ping.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                        2022-03-11 09:53:44.814 - info: host.raspberrypi Restart adapter system.adapter.ping.0 because enabled
                        2022-03-11 09:53:45.064 - info: hm-rpc.0 (1314) starting. Version 1.15.0 in /opt/iobroker/node_modules/iobroker.hm-rpc, node: v14.19.0, js-controller: 3.3.22
                        2022-03-11 09:53:45.137 - error: javascript.0 (1184) Traceback (most recent call last):
                        File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py", line 47, in
                        2022-03-11 09:53:45.140 - error: javascript.0 (1184) import gyp
                        File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 10, in
                        import gyp.input
                        File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 7, in
                        import ast
                        ImportError: No module named ast
                        2022-03-11 09:53:45.158 - error: javascript.0 (1184) gyp
                        2022-03-11 09:53:45.161 - error: javascript.0 (1184) ERR! configure error
                        2022-03-11 09:53:45.163 - error: javascript.0 (1184) gyp ERR! stack Error: `gyp` failed with exit code: 1
                        gyp ERR! stack at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)
                        gyp ERR! stack at ChildProcess.emit (events.js:400:28)
                        gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:282:12)
                        2022-03-11 09:53:45.168 - error: javascript.0 (1184) gyp ERR! System Linux 5.10.103-v7l+
                        gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
                        gyp ERR! cwd /opt/iobroker/node_modules/iobroker.javascript/node_modules/node-expat
                        gyp ERR! node -v v14.19.0
                        gyp ERR! node-gyp -v v5.1.0
                        gyp ERR! not ok
                        2022-03-11 09:53:45.461 - info: ical.0 (1194) Terminated (NO_ERROR): Without reason
                        2022-03-11 09:53:45.554 - info: host.raspberrypi instance system.adapter.hm-rpc.3 started with pid 1436
                        2022-03-11 09:53:45.681 - info: hm-rpc.0 (1314) binrpc server is trying to listen on 192.168.178.42:8082
                        2022-03-11 09:53:45.685 - info: hm-rpc.1 (1338) starting. Version 1.15.0 in /opt/iobroker/node_modules/iobroker.hm-rpc, node: v14.19.0, js-controller: 3.3.22
                        2022-03-11 09:53:45.683 - info: hm-rpc.0 (1314) binrpc client is trying to connect to 192.168.178.69:2001/ with ["xmlrpc_bin://192.168.178.42:8082","raspberrypi:hm-rpc.0"]
                        2022-03-11 09:53:45.802 - info: hm-rpc.0 (1314) binrpc <- system.listMethods ["raspberrypi:hm-rpc.0"]
                        2022-03-11 09:53:45.864 - info: hm-rpc.0 (1314) binrpc <- listDevices ["raspberrypi:hm-rpc.0"]
                        2022-03-11 09:53:46.162 - info: hm-rpc.0 (1314) binrpc -> 157 devices
                        2022-03-11 09:53:47.482 - info: hm-rpc.1 (1338) binrpc server is trying to listen on 192.168.178.42:8083
                        2022-03-11 09:53:47.483 - info: hm-rpc.1 (1338) binrpc client is trying to connect to 192.168.178.69:2000/ with ["xmlrpc_bin://192.168.178.42:8083","raspberrypi:hm-rpc.1"]
                        2022-03-11 09:53:47.576 - info: hm-rpc.1 (1338) binrpc <- system.listMethods ["raspberrypi:hm-rpc.1"]
                        2022-03-11 09:53:47.606 - info: hm-rpc.0 (1314) Connected
                        2022-03-11 09:53:47.607 - info: hm-rpc.1 (1338) binrpc <- listDevices ["raspberrypi:hm-rpc.1"]
                        2022-03-11 09:53:47.860 - info: host.raspberrypi instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
                        2022-03-11 09:53:47.927 - info: host.raspberrypi instance system.adapter.alexa2.0 started with pid 1458
                        2022-03-11 09:53:48.027 - info: hm-rpc.1 (1338) binrpc -> 58 devices
                        2022-03-11 09:53:48.108 - error: mqtt-client.0 (1412) mqtt-client.0 already running
                        2022-03-11 09:53:48.151 - info: host.raspberrypi instance system.adapter.hue.0 started with pid 1465
                        2022-03-11 09:53:48.152 - warn: mqtt-client.0 (1412) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                        2022-03-11 09:53:48.453 - info: hm-rpc.1 (1338) Connected
                        2022-03-11 09:53:48.604 - error: javascript.0 (1184) npm ERR! code ELIFECYCLE
                        2022-03-11 09:53:48.606 - error: javascript.0 (1184) npm ERR! errno 1
                        2022-03-11 09:53:48.715 - error: javascript.0 (1184) npm ERR!
                        2022-03-11 09:53:48.717 - error: javascript.0 (1184) node-expat@2.4.0 install: `node-gyp rebuild`
                        npm ERR! Exit status 1
                        npm ERR!
                        npm ERR! Failed at the node-expat@2.4.0 install script.
                        npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                        2022-03-11 09:53:48.764 - error: javascript.0 (1184)
                        2022-03-11 09:53:48.766 - error: javascript.0 (1184) npm ERR! A complete log of this run can be found in:
                        npm ERR! /home/iobroker/.npm/_logs/2022-03-11T08_53_48_732Z-debug.log
                        2022-03-11 09:53:48.799 - error: javascript.0 (1184) Cannot install owlintuition: 1
                        2022-03-11 09:53:48.801 - info: javascript.0 (1184) npm install owlintuition --production (System call)
                        2022-03-11 09:53:49.011 - error: host.raspberrypi instance system.adapter.mqtt-client.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                        2022-03-11 09:53:49.013 - info: host.raspberrypi Restart adapter system.adapter.mqtt-client.0 because enabled
                        2022-03-11 09:53:50.464 - info: hm-rpc.2 (1421) starting. Version 1.15.0 in /opt/iobroker/node_modules/iobroker.hm-rpc, node: v14.19.0, js-controller: 3.3.22
                        2022-03-11 09:53:51.034 - info: hm-rpc.2 (1421) binrpc server is trying to listen on 192.168.178.42:8701
                        2022-03-11 09:53:51.036 - info: hm-rpc.2 (1421) binrpc client is trying to connect to 192.168.178.69:8701/ with ["xmlrpc_bin://192.168.178.42:8701","raspberrypi:hm-rpc.2"]
                        2022-03-11 09:53:51.133 - info: host.raspberrypi instance system.adapter.backitup.0 started with pid 1501
                        2022-03-11 09:53:51.434 - info: hm-rpc.3 (1436) starting. Version 1.15.0 in /opt/iobroker/node_modules/iobroker.hm-rpc, node: v14.19.0, js-controller: 3.3.22
                        2022-03-11 09:53:51.622 - error: alexa2.0 (1458) alexa2.0 already running
                        2022-03-11 09:53:51.627 - warn: alexa2.0 (1458) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                        2022-03-11 09:53:51.677 - info: hm-rpc.2 (1421) binrpc -> listDevices 25
                        2022-03-11 09:53:51.815 - info: hm-rpc.2 (1421) new CUxD devices/channels after filter: 0
                        2022-03-11 09:53:51.817 - info: hm-rpc.2 (1421) Connected
                        2022-03-11 09:53:52.003 - info: hm-rpc.3 (1436) xmlrpc server is trying to listen on 192.168.178.42:2010
                        2022-03-11 09:53:52.015 - info: hm-rpc.3 (1436) xmlrpc client is trying to connect to 192.168.178.69:2010/ with ["http://192.168.178.42:2010","raspberrypi:hm-rpc.3"]
                        2022-03-11 09:53:52.202 - info: hm-rpc.3 (1436) Connected
                        2022-03-11 09:53:52.394 - info: hm-rpc.3 (1436) xmlrpc <- listDevices ["raspberrypi:hm-rpc.3"]
                        2022-03-11 09:53:52.398 - error: host.raspberrypi instance system.adapter.alexa2.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                        2022-03-11 09:53:52.399 - info: host.raspberrypi Restart adapter system.adapter.alexa2.0 because enabled
                        2022-03-11 09:53:52.475 - info: hm-rpc.3 (1436) xmlrpc -> 0 devices
                        2022-03-11 09:53:53.852 - info: hm-rpc.3 (1436) xmlrpc <- newDevices 66
                        2022-03-11 09:53:54.084 - error: javascript.0 (1184) npm
                        2022-03-11 09:53:54.087 - error: javascript.0 (1184)
                        2022-03-11 09:53:54.089 - error: javascript.0 (1184) WARN
                        2022-03-11 09:53:54.091 - error: javascript.0 (1184)
                        2022-03-11 09:53:54.093 - error: javascript.0 (1184) read-shrinkwrap
                        2022-03-11 09:53:54.101 - error: javascript.0 (1184) This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I'll try to do my best with it!
                        2022-03-11 09:53:54.492 - info: hm-rpc.3 (1436) new HMIP devices/channels after filter: 0
                        2022-03-11 09:53:54.505 - info: hue.0 (1465) starting. Version 3.5.31 in /opt/iobroker/node_modules/iobroker.hue, node: v14.19.0, js-controller: 3.3.22
                        2022-03-11 09:53:54.628 - error: backitup.0 (1501) backitup.0 already running
                        2022-03-11 09:53:54.632 - warn: backitup.0 (1501) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                        2022-03-11 09:53:54.830 - info: hue.0 (1465) Use legacy structure, because existing
                        2022-03-11 09:53:54.834 - info: hue.0 (1465) skip switch: Philips hue.Daylight.configured
                        2022-03-11 09:53:54.835 - info: hue.0 (1465) skip switch: Philips hue.Daylight.sunriseoffset
                        2022-03-11 09:53:54.836 - info: hue.0 (1465) skip switch: Philips hue.Daylight.sunsetoffset
                        2022-03-11 09:53:54.837 - info: hue.0 (1465) created/updated 1 sensor channels
                        2022-03-11 09:53:54.866 - info: hm-rega.0 (1287) request state values
                        2022-03-11 09:53:54.890 - info: hue.0 (1465) created/updated 1 light channels
                        2022-03-11 09:53:54.906 - warn: hue.0 (1465) channel "Philips_hue.Entertainment_area" already exists, using "Philips_hue.Entertainment_area_Entertainment" for group 201
                        2022-03-11 09:53:54.912 - warn: hue.0 (1465) channel "Philips_hue.Entertainment_area" already exists, using "Philips_hue.Entertainment_area_Entertainment" for group 202
                        2022-03-11 09:53:54.947 - info: host.raspberrypi instance scheduled system.adapter.daswetter.0 */15 * * * *
                        2022-03-11 09:53:54.975 - info: host.raspberrypi instance system.adapter.daswetter.0 started with pid 1530
                        2022-03-11 09:53:54.983 - warn: hue.0 (1465) channel "Philips_hue.Entertainment_area" already exists, using "Philips_hue.Entertainment_area_Entertainment" for group 203
                        2022-03-11 09:53:54.984 - info: hue.0 (1465) created/updated 7 groups channels
                        2022-03-11 09:53:54.988 - info: hue.0 (1465) created/updated 11 scenes
                        2022-03-11 09:53:54.989 - info: hue.0 (1465) creating/updating bridge device
                        2022-03-11 09:53:55.315 - error: host.raspberrypi instance system.adapter.backitup.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                        2022-03-11 09:53:55.316 - info: host.raspberrypi Restart adapter system.adapter.backitup.0 because enabled
                        2022-03-11 09:53:56.587 - info: hm-rega.0 (1287) Updated all datapoints
                        2022-03-11 09:53:56.613 - info: hm-rega.0 (1287) got 27 variables
                        2022-03-11 09:53:57.100 - debug: daswetter.0 (1530) Redis Objects: Use Redis connection: 127.0.0.1:9001
                        2022-03-11 09:53:57.227 - debug: daswetter.0 (1530) Objects client ready ... initialize now
                        2022-03-11 09:53:57.231 - debug: daswetter.0 (1530) Objects create System PubSub Client
                        2022-03-11 09:53:57.233 - debug: daswetter.0 (1530) Objects create User PubSub Client
                        2022-03-11 09:53:57.235 - debug: daswetter.0 (1530) Objects client initialize lua scripts
                        2022-03-11 09:53:57.272 - debug: daswetter.0 (1530) Objects connected to redis: 127.0.0.1:9001
                        2022-03-11 09:53:57.284 - debug: daswetter.0 (1530) objectDB connected
                        2022-03-11 09:53:57.287 - debug: daswetter.0 (1530) Redis States: Use Redis connection: 127.0.0.1:9000
                        2022-03-11 09:53:57.308 - debug: daswetter.0 (1530) States create System PubSub Client
                        2022-03-11 09:53:57.309 - debug: daswetter.0 (1530) States create User PubSub Client
                        2022-03-11 09:53:57.337 - debug: daswetter.0 (1530) States connected to redis: 127.0.0.1:9000
                        2022-03-11 09:53:57.339 - debug: daswetter.0 (1530) statesDB connected
                        2022-03-11 09:53:57.352 - error: daswetter.0 (1530) daswetter.0 already running
                        2022-03-11 09:53:57.354 - debug: daswetter.0 (1530) Plugin sentry destroyed
                        2022-03-11 09:53:57.355 - warn: daswetter.0 (1530) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                        2022-03-11 09:53:57.410 - info: hm-rega.0 (1287) added/updated 27 variables
                        2022-03-11 09:53:57.411 - info: hm-rega.0 (1287) deleted 0 variables
                        2022-03-11 09:53:57.437 - info: hm-rega.0 (1287) got 22 programs
                        2022-03-11 09:53:57.465 - info: hm-rega.0 (1287) update rooms to enum.rooms
                        2022-03-11 09:53:57.482 - info: host.raspberrypi instance system.adapter.nut.0 started with pid 1544
                        2022-03-11 09:53:57.648 - info: hm-rega.0 (1287) update functions to enum.functions
                        2022-03-11 09:53:57.822 - info: hm-rega.0 (1287) update favorites to enum.favorites
                        2022-03-11 09:53:58.045 - error: host.raspberrypi instance system.adapter.daswetter.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                        2022-03-11 09:53:58.397 - error: javascript.0 (1184) npm WARN deprecated hoek@4.2.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
                        2022-03-11 09:53:58.642 - error: javascript.0 (1184) npm
                        2022-03-11 09:53:58.643 - error: javascript.0 (1184) WARN deprecated joi@13.7.0: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
                        2022-03-11 09:53:58.679 - error: javascript.0 (1184) npm
                        2022-03-11 09:53:58.680 - error: javascript.0 (1184) WARN deprecated hoek@5.0.4: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
                        2022-03-11 09:53:58.708 - error: javascript.0 (1184) npm
                        2022-03-11 09:53:58.709 - error: javascript.0 (1184) WARN deprecated topo@3.0.3: This module has moved and is now available at @hapi/topo. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.
                        2022-03-11 09:53:58.727 - error: javascript.0 (1184) npm
                        2022-03-11 09:53:58.729 - error: javascript.0 (1184) WARN deprecated hoek@6.1.3: This module has moved and is now available at @hapi/hoek. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.
                        2022-03-11 09:53:58.786 - info: hm-rega.0 (1287) added/updated 22 programs
                        2022-03-11 09:53:58.787 - info: hm-rega.0 (1287) deleted 0 programs
                        2022-03-11 09:53:58.962 - info: host.raspberrypi instance system.adapter.fritzbox.0 started with pid 1557
                        2022-03-11 09:54:00.818 - info: nut.0 (1544) starting. Version 1.5.0 in /opt/iobroker/node_modules/iobroker.nut, node: v14.19.0, js-controller: 3.3.22
                        2022-03-11 09:54:01.620 - info: fritzbox.0 (1557) starting. Version 0.2.1 in /opt/iobroker/node_modules/iobroker.fritzbox, node: v14.19.0, js-controller: 3.3.22
                        2022-03-11 09:54:01.670 - info: fritzbox.0 (1557) try to connect: 192.168.178.1
                        2022-03-11 09:54:01.706 - info: fritzbox.0 (1557) adapter connected to fritzbox: 192.168.178.1
                        2022-03-11 09:54:01.717 - info: fritzbox.0 (1557) State value to set for "fritzbox.0.calls.ringActualNumbers" has to be type "string" but received type "object"
                        2022-03-11 09:54:01.719 - info: fritzbox.0 (1557) State value to set for "fritzbox.0.calls.connectNumbers" has to be type "string" but received type "object"
                        2022-03-11 09:54:01.720 - info: fritzbox.0 (1557) State value to set for "fritzbox.0.calls.counterActualCalls.ringCount" has to be type "string" but received type "number"
                        2022-03-11 09:54:01.722 - info: fritzbox.0 (1557) State value to set for "fritzbox.0.calls.counterActualCalls.callCount" has to be type "string" but received type "number"
                        2022-03-11 09:54:01.723 - info: fritzbox.0 (1557) State value to set for "fritzbox.0.calls.counterActualCalls.connectCount" has to be type "string" but received type "number"
                        2022-03-11 09:54:01.725 - info: fritzbox.0 (1557) State value to set for "fritzbox.0.calls.counterActualCalls.allActiveCount" has to be type "string" but received type "number"
                        2022-03-11 09:54:03.081 - info: host.raspberrypi instance system.adapter.geofency.0 started with pid 1583
                        2022-03-11 09:54:04.071 - info: host.raspberrypi instance system.adapter.rpi2.0 started with pid 1591
                        2022-03-11 09:54:05.556 - info: geofency.0 (1583) starting. Version 1.0.3 in /opt/iobroker/node_modules/iobroker.geofency, node: v14.19.0, js-controller: 3.3.22
                        2022-03-11 09:54:05.637 - info: geofency.0 (1583) Adapter got 'Ready' Signal - initiating Main function...
                        2022-03-11 09:54:05.696 - info: geofency.0 (1583) http server listening on port 7999
                        2022-03-11 09:54:06.700 - info: javascript.0 (1184)
                        > node-expat@2.4.0 install /opt/iobroker/node_modules/iobroker.javascript/node_modules/node-expat
                        > node-gyp rebuild
                        2022-03-11 09:54:07.119 - info: host.raspberrypi instance system.adapter.harmony.0 started with pid 1624
                        2022-03-11 09:54:07.362 - info: rpi2.0 (1591) starting. Version 1.3.1 in /opt/iobroker/node_modules/iobroker.rpi2, node: v14.19.0, js-controller: 3.3.22
                        2022-03-11 09:54:07.981 - error: rpi2.0 (1591) No Value found for cpu_frequency
                        2022-03-11 09:54:08.287 - error: javascript.0 (1184) Traceback (most recent call last):
                        2022-03-11 09:54:08.289 - error: javascript.0 (1184) File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py", line 47, in
                        import gyp
                        File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 10, in
                        import gyp.input
                        File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 7, in
                        import ast
                        ImportError: No module named ast
                        2022-03-11 09:54:08.322 - error: javascript.0 (1184) gyp ERR! configure error
                        gyp ERR! stack Error: `gyp` failed with exit code: 1
                        gyp ERR! stack at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)
                        gyp ERR! stack at ChildProcess.emit (events.js:400:28)
                        gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:282:12)
                        2022-03-11 09:54:08.323 - error: javascript.0 (1184) gyp ERR! System Linux 5.10.103-v7l+
                        gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
                        gyp ERR! cwd /opt/iobroker/node_modules/iobroker.javascript/node_modules/node-expat
                        2022-03-11 09:54:08.327 - error: javascript.0 (1184) gyp ERR! node -v v14.19.0
                        gyp ERR! node-gyp -v v5.1.0
                        gyp ERR! not ok
                        2022-03-11 09:54:09.877 - error: rpi2.0 (1591) Cannot initialize/setMode GPIO: Error: The module '/opt/iobroker/node_modules/epoll/build/Release/epoll.node'
                        was compiled against a different Node.js version using
                        NODE_MODULE_VERSION 64. This version of Node.js requires
                        NODE_MODULE_VERSION 83. Please try re-compiling or re-installing
                        the module (for instance, using `npm rebuild` or `npm install`).
                        2022-03-11 09:54:10.076 - error: javascript.0 (1184) npm
                        2022-03-11 09:54:10.077 - error: javascript.0 (1184) ERR! code ELIFECYCLE
                        npm ERR! errno 1
                        2022-03-11 09:54:10.107 - error: javascript.0 (1184) npm ERR! node-expat@2.4.0 install: `node-gyp rebuild`
                        npm ERR! Exit status 1
                        npm ERR!
                        npm ERR! Failed at the node-expat@2.4.0 install script.
                        npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                        2022-03-11 09:54:10.117 - error: javascript.0 (1184)
                        2022-03-11 09:54:10.120 - error: javascript.0 (1184) npm ERR! A complete log of this run can be found in:
                        npm ERR! /home/iobroker/.npm/_logs/2022-03-11T08_54_10_109Z-debug.log
                        2022-03-11 09:54:10.137 - error: javascript.0 (1184) Cannot install owlintuition: 1
                        2022-03-11 09:54:10.139 - info: javascript.0 (1184) npm install owlintuition --production (System call)
                        2022-03-11 09:54:10.159 - info: harmony.0 (1624) starting. Version 1.2.2 in /opt/iobroker/node_modules/iobroker.harmony, node: v14.19.0, js-controller: 3.3.22
                        2022-03-11 09:54:10.251 - info: harmony.0 (1624) [DISCOVER] Searching for Harmony Hubs on 255.255.255.255
                        2022-03-11 09:54:10.963 - info: host.raspberrypi instance system.adapter.heatingcontrol.0 started with pid 1715
                        2022-03-11 09:54:12.875 - info: host.raspberrypi instance system.adapter.sonoff.0 started with pid 1729
                        2022-03-11 09:54:13.428 - info: host.raspberrypi instance system.adapter.shelly.0 started with pid 1736
                        2022-03-11 09:54:13.629 - info: heatingcontrol.0 (1715) starting. Version 2.7.2 in /opt/iobroker/node_modules/iobroker.heatingcontrol, node: v14.19.0, js-controller: 3.3.22
                        2022-03-11 09:54:13.765 - info: heatingcontrol.0 (1715) start CreateDatabase
                        2022-03-11 09:54:13.770 - warn: heatingcontrol.0 (1715) CreateDatabase: none active thermostats found! []
                        2022-03-11 09:54:13.771 - info: heatingcontrol.0 (1715) CreateDatabase done with 2 rooms
                        2022-03-11 09:54:13.776 - info: heatingcontrol.0 (1715) start CreateDatapoints
                        2022-03-11 09:54:14.069 - info: heatingcontrol.0 (1715) CreateDatapoints done
                        2022-03-11 09:54:14.185 - info: heatingcontrol.0 (1715) start SetInfo
                        2022-03-11 09:54:14.263 - info: heatingcontrol.0 (1715) SetInfo done
                        2022-03-11 09:54:14.269 - error: javascript.0 (1184) npm
                        2022-03-11 09:54:14.264 - info: heatingcontrol.0 (1715) start SetCurrent
                        2022-03-11 09:54:14.282 - error: javascript.0 (1184)
                        2022-03-11 09:54:14.284 - error: javascript.0 (1184) WARN
                        2022-03-11 09:54:14.286 - error: javascript.0 (1184)
                        2022-03-11 09:54:14.289 - error: javascript.0 (1184) read-shrinkwrap
                        2022-03-11 09:54:14.290 - info: heatingcontrol.0 (1715) SetCurrent done
                        2022-03-11 09:54:14.301 - error: javascript.0 (1184) This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I'll try to do my best with it!
                        2022-03-11 09:54:14.309 - info: heatingcontrol.0 (1715) subscribe devices start
                        2022-03-11 09:54:14.310 - info: heatingcontrol.0 (1715) subscribe thermostats current 0
                        2022-03-11 09:54:14.311 - info: heatingcontrol.0 (1715) subscribe devices done
                        2022-03-11 09:54:14.332 - info: heatingcontrol.0 (1715) start create cron jobs for profile type 1 (Mo - Su)
                        2022-03-11 09:54:14.492 - info: heatingcontrol.0 (1715) 5 cron job(s) created
                        2022-03-11 09:54:14.494 - info: heatingcontrol.0 (1715) start statemachine
                        2022-03-11 09:54:14.700 - info: heatingcontrol.0 (1715) check all active sensors
                        2022-03-11 09:54:14.706 - info: heatingcontrol.0 (1715) checking external states
                        2022-03-11 09:54:14.944 - info: host.raspberrypi instance system.adapter.ping.0 started with pid 1754
                        2022-03-11 09:54:15.460 - info: host.raspberrypi instance system.adapter.info.0 started with pid 1761
                        2022-03-11 09:54:17.622 - info: sonoff.0 (1729) starting. Version 2.4.7 in /opt/iobroker/node_modules/iobroker.sonoff, node: v14.19.0, js-controller: 3.3.22
                        2022-03-11 09:54:17.825 - info: sonoff.0 (1729) Starting MQTT server on port 1884
                        2022-03-11 09:54:19.197 - info: host.raspberrypi instance system.adapter.mqtt-client.0 started with pid 1794
                        2022-03-11 09:54:19.245 - info: host.raspberrypi instance system.adapter.statistics.0 started with pid 1800
                        2022-03-11 09:54:19.587 - error: javascript.0 (1184) npm
                        2022-03-11 09:54:19.589 - error: javascript.0 (1184)
                        2022-03-11 09:54:19.591 - error: javascript.0 (1184) WARN
                        2022-03-11 09:54:19.593 - error: javascript.0 (1184)
                        2022-03-11 09:54:19.602 - error: javascript.0 (1184) deprecated joi@13.7.0: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
                        2022-03-11 09:54:19.735 - info: heatingcontrol.0 (1715) checking external states done
                        2022-03-11 09:54:19.736 - info: heatingcontrol.0 (1715) calculate current profile point for all rooms
                        2022-03-11 09:54:19.747 - info: heatingcontrol.0 (1715) start calculate current profile point for profile type 1 (Mo - Su)
                        2022-03-11 09:54:20.467 - info: heatingcontrol.0 (1715) start calculate current profile point for profile type 1 (Mo - Su)
                        2022-03-11 09:54:20.555 - error: javascript.0 (1184) npm
                        2022-03-11 09:54:20.557 - error: javascript.0 (1184)
                        2022-03-11 09:54:20.558 - error: javascript.0 (1184) WARN
                        2022-03-11 09:54:20.560 - error: javascript.0 (1184)
                        2022-03-11 09:54:20.578 - error: javascript.0 (1184) deprecated hoek@4.2.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
                        2022-03-11 09:54:20.696 - error: javascript.0 (1184) npm
                        2022-03-11 09:54:20.699 - error: javascript.0 (1184)
                        2022-03-11 09:54:20.707 - error: javascript.0 (1184) WARN
                        2022-03-11 09:54:20.709 - error: javascript.0 (1184)
                        2022-03-11 09:54:20.713 - error: javascript.0 (1184) deprecated
                        2022-03-11 09:54:20.718 - error: javascript.0 (1184) hoek@5.0.4: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
                        2022-03-11 09:54:20.816 - info: shelly.0 (1736) starting. Version 5.3.2 in /opt/iobroker/node_modules/iobroker.shelly, node: v14.19.0, js-controller: 3.3.22
                        2022-03-11 09:54:21.096 - info: ping.0 (1754) starting. Version 1.5.0 in /opt/iobroker/node_modules/iobroker.ping, node: v14.19.0, js-controller: 3.3.22
                        2022-03-11 09:54:21.380 - info: heatingcontrol.0 (1715) statemachine started
                        2022-03-11 09:54:21.524 - error: javascript.0 (1184) npm
                        2022-03-11 09:54:21.526 - error: javascript.0 (1184) WARN deprecated topo@3.0.3: This module has moved and is now available at @hapi/topo. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.
                        2022-03-11 09:54:21.556 - error: javascript.0 (1184) npm
                        2022-03-11 09:54:21.562 - error: javascript.0 (1184)
                        2022-03-11 09:54:21.563 - error: javascript.0 (1184) WARN
                        2022-03-11 09:54:21.566 - error: javascript.0 (1184)
                        2022-03-11 09:54:21.568 - error: javascript.0 (1184) deprecated
                        2022-03-11 09:54:21.572 - error: javascript.0 (1184) hoek@6.1.3: This module has moved and is now available at @hapi/hoek. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.
                        2022-03-11 09:54:21.638 - info: shelly.0 (1736) Starting in CoAP mode.
                        2022-03-11 09:54:21.837 - info: shelly.0 (1736) [CoAP] Listening for packets in the network
                        2022-03-11 09:54:22.351 - info: shelly.0 (1736) [CoAP] Device 192.168.178.127 (shellyem / shellyem-B049DB / SHEM#B049DB#1) connected! Polltime set to 10 sec.
                        2022-03-11 09:54:22.452 - debug: statistics.0 (1800) Redis Objects: Use Redis connection: 127.0.0.1:9001
                        2022-03-11 09:54:22.585 - info: host.raspberrypi instance system.adapter.alexa2.0 started with pid 1835
                        2022-03-11 09:54:22.636 - debug: statistics.0 (1800) Objects client ready ... initialize now
                        2022-03-11 09:54:22.656 - debug: statistics.0 (1800) Objects create System PubSub Client
                        2022-03-11 09:54:22.659 - debug: statistics.0 (1800) Objects create User PubSub Client
                        2022-03-11 09:54:22.661 - debug: statistics.0 (1800) Objects client initialize lua scripts
                        2022-03-11 09:54:22.719 - debug: statistics.0 (1800) Objects connected to redis: 127.0.0.1:9001
                        2022-03-11 09:54:22.743 - debug: statistics.0 (1800) objectDB connected
                        2022-03-11 09:54:22.746 - debug: statistics.0 (1800) Redis States: Use Redis connection: 127.0.0.1:9000
                        2022-03-11 09:54:22.775 - debug: statistics.0 (1800) States create System PubSub Client
                        2022-03-11 09:54:22.777 - debug: statistics.0 (1800) States create User PubSub Client
                        2022-03-11 09:54:22.819 - debug: statistics.0 (1800) States connected to redis: 127.0.0.1:9000
                        2022-03-11 09:54:22.820 - debug: statistics.0 (1800) statesDB connected
                        2022-03-11 09:54:23.045 - info: host.raspberrypi instance system.adapter.tankerkoenig.0 started with pid 1842
                        2022-03-11 09:54:25.536 - debug: statistics.0 (1800) Plugin sentry Initialize Plugin (enabled=true)
                        2022-03-11 09:54:25.613 - info: host.raspberrypi instance system.adapter.backitup.0 started with pid 1861
                        2022-03-11 09:54:25.787 - info: mqtt-client.0 (1794) starting. Version 1.5.0 in /opt/iobroker/node_modules/iobroker.mqtt-client, node: v14.19.0, js-controller: 3.3.22
                        2022-03-11 09:54:26.233 - info: info.0 (1761) starting. Version 1.9.8 in /opt/iobroker/node_modules/iobroker.info, node: v14.19.0, js-controller: 3.3.22
                        2022-03-11 09:54:26.236 - info: mqtt-client.0 (1794) enabled syncing of 0_userdata.0.MQTT_Daten.Test (publish/subscribe:false/true)
                        2022-03-11 09:54:26.238 - info: mqtt-client.0 (1794) Try to connect to mqtt://MQTT_Broker:*******************@192.168.178.41:1883?clientId=IOBROKER_MQTT
                        2022-03-11 09:54:26.609 - info: mqtt-client.0 (1794) connected to broker
                        2022-03-11 09:54:26.684 - info: info.0 (1761) Reading/updating systemdata.
                        2022-03-11 09:54:27.109 - info: statistics.0 (1800) starting. Version 1.0.9 in /opt/iobroker/node_modules/iobroker.statistics, node: v14.19.0, js-controller: 3.3.22
                        2022-03-11 09:54:27.363 - info: shelly.0 (1736) [CoAP] Device 192.168.178.79 (shelly1 / shelly1-76A1BD / SHSW-1#76A1BD#1) connected! Polltime set to 10 sec.
                        2022-03-11 09:54:27.504 - info: statistics.0 (1800) [INFO] statistics observes 0 values after startup
                        2022-03-11 09:54:27.640 - info: host.raspberrypi instance system.adapter.terminal.0 started with pid 1903
                        2022-03-11 09:54:27.682 - debug: statistics.0 (1800) [INFO] avg5min status = true next event: 11 Mar 2022 09:55:00
                        2022-03-11 09:54:27.685 - debug: statistics.0 (1800) [INFO] fifteenMinSave status = true next event: 11 Mar 2022 10:00:00
                        2022-03-11 09:54:27.687 - debug: statistics.0 (1800) [INFO] hourSave status = true next event: 11 Mar 2022 10:00:00
                        2022-03-11 09:54:27.730 - debug: statistics.0 (1800) [INFO] dayTriggerTimeCount status = true next event: 11 Mar 2022 23:59:58
                        2022-03-11 09:54:27.734 - debug: statistics.0 (1800) [INFO] daySave status = true next event: 12 Mar 2022 00:00:00
                        2022-03-11 09:54:27.736 - debug: statistics.0 (1800) [INFO] weekSave status = true next event: 14 Mar 2022 00:00:00
                        2022-03-11 09:54:27.740 - debug: statistics.0 (1800) [INFO] monthSave status = true next event: 1 Apr 2022 00:00:00
                        2022-03-11 09:54:27.742 - debug: statistics.0 (1800) [INFO] quarterSave status = true next event: 1 Apr 2022 00:00:00
                        2022-03-11 09:54:27.750 - debug: statistics.0 (1800) [INFO] yearSave status = true next event: 1 Jan 2023 00:00:00
                        2022-03-11 09:54:28.114 - info: shelly.0 (1736) [CoAP] Device 192.168.178.108 (shelly1 / shelly1-8CAAB561C3BD / SHSW-1#8CAAB561C3BD#1) connected! Polltime set to 10 sec.
                        2022-03-11 09:54:28.446 - info: alexa2.0 (1835) starting. Version 3.11.2 in /opt/iobroker/node_modules/iobroker.alexa2, node: v14.19.0, js-controller: 3.3.22
                        2022-03-11 09:54:29.014 - info: tankerkoenig.0 (1842) starting. Version 2.1.1 in /opt/iobroker/node_modules/iobroker.tankerkoenig, node: v14.19.0, js-controller: 3.3.22
                        2022-03-11 09:54:29.122 - info: tankerkoenig.0 (1842) Sync time set to 10 minutes or 600000 ms
                        2022-03-11 09:54:32.217 - info: alexa2.0 (1835) Alexa-Push-Connection (macDms = true) established. Disable Polling
                        2022-03-11 09:54:32.353 - info: host.raspberrypi instance system.adapter.text2command.0 started with pid 1975
                        2022-03-11 09:54:32.713 - info: info.0 (1761) State value to set for "info.0.sysinfo.cpu.info.speed" has to be type "string" but received type "number"
                        2022-03-11 09:54:33.555 - info: terminal.0 (1903) starting. Version 0.1.2 in /opt/iobroker/node_modules/iobroker.terminal, node: v14.19.0, js-controller: 3.3.22
                        2022-03-11 09:54:33.570 - info: info.0 (1761) State value to set for "info.0.sysinfo.cpu.info.cache-l1d" has to be type "number" but received type "string"
                        2022-03-11 09:54:33.712 - info: info.0 (1761) State value to set for "info.0.sysinfo.cpu.info.cache-l1i" has to be type "number" but received type "string"
                        2022-03-11 09:54:33.807 - info: info.0 (1761) State value to set for "info.0.sysinfo.cpu.info.cache-l2" has to be type "number" but received type "string"
                        2022-03-11 09:54:33.833 - info: terminal.0 (1903) http server listening on port 8088
                        2022-03-11 09:54:34.148 - info: info.0 (1761) State value to set for "info.0.sysinfo.cpu.info.cache-l3" has to be type "number" but received type "string"
                        2022-03-11 09:54:35.088 - info: backitup.0 (1861) starting. Version 2.2.3 in /opt/iobroker/node_modules/iobroker.backitup, node: v14.19.0, js-controller: 3.3.22
                        2022-03-11 09:54:35.146 - info: host.raspberrypi instance system.adapter.upnp.0 started with pid 1997
                        2022-03-11 09:54:35.276 - info: backitup.0 (1861) [iobroker] backup was activated at 20:00 every 1 day(s)
                        2022-03-11 09:54:35.391 - info: javascript.0 (1184)
                        > node-expat@2.4.0 install /opt/iobroker/node_modules/iobroker.javascript/node_modules/node-expat
                        > node-gyp rebuild
                        2022-03-11 09:54:36.681 - info: info.0 (1761) Reading CPU data every 3 seconds.
                        2022-03-11 09:54:36.811 - info: info.0 (1761) cpu Temp res = {"main":50.147,"cores":[],"max":50.147,"socket":[],"chipset":null}
                        2022-03-11 09:54:37.172 - info: info.0 (1761) Reading CPU temp data every 3 seconds.
                        2022-03-11 09:54:37.943 - error: javascript.0 (1184) Traceback (most recent call last):
                        2022-03-11 09:54:37.956 - error: javascript.0 (1184) File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py", line 47, in
                        2022-03-11 09:54:37.958 - error: javascript.0 (1184)
                        2022-03-11 09:54:37.960 - error: javascript.0 (1184) import gyp
                        2022-03-11 09:54:37.972 - error: javascript.0 (1184) File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 10, in
                        import gyp.input
                        File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 7, in
                        import ast
                        ImportError: No module named ast
                        2022-03-11 09:54:38.021 - error: javascript.0 (1184) gyp ERR! configure error
                        gyp ERR! stack Error: `gyp` failed with exit code: 1
                        gyp ERR!
                        2022-03-11 09:54:38.023 - error: javascript.0 (1184) stack
                        2022-03-11 09:54:38.028 - error: javascript.0 (1184) at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)
                        gyp ERR! stack at ChildProcess.emit (events.js:400:28)
                        gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:282:12)
                        gyp ERR! System Linux 5.10.103-v7l+
                        gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
                        gyp ERR! cwd /opt/iobroker/node_modules/iobroker.javascript/node_modules/node-expat
                        gyp ERR! node -v v14.19.0
                        gyp ERR! node-gyp -v v5.1.0
                        gyp ERR! not ok
                        2022-03-11 09:54:38.639 - info: info.0 (1761) Reading CPU current speed every 3 seconds.
                        2022-03-11 09:54:39.064 - info: text2command.0 (1975) starting. Version 2.1.1 in /opt/iobroker/node_modules/iobroker.text2command, node: v14.19.0, js-controller: 3.3.22
                        2022-03-11 09:54:39.317 - info: info.0 (1761) Reading memory data every 3 seconds.
                        2022-03-11 09:54:40.049 - error: javascript.0 (1184) npm ERR! code ELIFECYCLE
                        npm ERR! errno 1
                        2022-03-11 09:54:40.068 - info: upnp.0 (1997) starting. Version 1.0.19 in /opt/iobroker/node_modules/iobroker.upnp, node: v14.19.0, js-controller: 3.3.22
                        2022-03-11 09:54:40.094 - error: javascript.0 (1184) npm
                        2022-03-11 09:54:40.095 - error: javascript.0 (1184) ERR! node-expat@2.4.0 install: `node-gyp rebuild`
                        npm ERR! Exit status 1
                        npm ERR!
                        npm ERR! Failed at the node-expat@2.4.0 install script.
                        npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                        2022-03-11 09:54:40.110 - error: javascript.0 (1184)
                        2022-03-11 09:54:40.113 - error: javascript.0 (1184) npm ERR! A complete log of this run can be found in:
                        npm ERR! /home/iobroker/.npm/_logs/2022-03-11T08_54_40_100Z-debug.log
                        2022-03-11 09:54:40.116 - info: upnp.0 (1997) Auto discover: true
                        2022-03-11 09:54:40.133 - error: javascript.0 (1184) Cannot install owlintuition: 1
                        2022-03-11 09:54:40.134 - error: javascript.0 (1184) Cannot install npm packet: owlintuition
                        2022-03-11 09:54:40.392 - info: javascript.0 (1184) requesting all states
                        2022-03-11 09:54:40.396 - info: javascript.0 (1184) requesting all objects
                        2022-03-11 09:54:40.985 - info: info.0 (1761) Reading battery data every 8 seconds.
                        2022-03-11 09:54:44.324 - info: javascript.0 (1184) received all objects
                        2022-03-11 09:54:44.718 - info: javascript.0 (1184) received all states
                        2022-03-11 09:54:47.202 - info: javascript.0 (1184) Start javascript script.js.Alarmmeldungen.Fensterzustand
                        2022-03-11 09:54:47.461 - warn: javascript.0 (1184) getState "mihome.0.devices.magnet_158d000204ad93.state" not found (3)
                        2022-03-11 09:54:47.503 - warn: javascript.0 (1184) at beiProgrammStart (script.js.Alarmmeldungen.Fensterzustand:8:7)
                        
                        M Thomas BraunT 2 Antworten Letzte Antwort
                        0
                        • M Markus Faltermeier

                          @thomas-braun hab versucht den admin adapter upzudaten. Hat so ausgesehen als ob es funktioniert hat. War danach auf 5.3.1
                          Dann hats ein bisschen gedauert. Dann kam diese Meldung und nichts ging mehr:

                          3afb3076-1507-4ed9-97ea-f57a72d47008-grafik.png

                          Da half dann nur noch komplett ausschalten.
                          Jetzt neu hochgefahren und der admin adapter war wieder zurück auf 5.2.3
                          Keine Ahnung was hier los ist. :-(

                          Das log sieht dazu folgendermaßen aus:

                          2022-03-11 09:48:58.968 - info: hm-rpc.3 (1125) xmlrpc client is trying to connect to 192.168.178.69:2010/ with ["http://192.168.178.42:2010","raspberrypi:hm-rpc.3"]
                          2022-03-11 09:48:59.198 - info: hm-rpc.3 (1125) Connected
                          2022-03-11 09:48:59.449 - info: hm-rpc.3 (1125) xmlrpc <- listDevices ["raspberrypi:hm-rpc.3"]
                          2022-03-11 09:48:59.538 - info: hm-rpc.3 (1125) xmlrpc -> 0 devices
                          2022-03-11 09:49:00.907 - info: hm-rpc.3 (1125) xmlrpc <- newDevices 66
                          2022-03-11 09:49:01.032 - error: javascript.0 (965) Traceback (most recent call last):
                          File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py", line 47, in
                          import gyp
                          File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 10, in
                          2022-03-11 09:49:01.037 - error: javascript.0 (965) import gyp.input
                          File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 7, in
                          import ast
                          ImportError: No module named ast
                          2022-03-11 09:49:01.043 - error: javascript.0 (965) gyp
                          2022-03-11 09:49:01.046 - error: javascript.0 (965) ERR! configure error
                          gyp ERR! stack Error: `gyp` failed with exit code: 1
                          gyp ERR! stack at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)
                          gyp ERR! stack at ChildProcess.emit (events.js:400:28)
                          gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:282:12)
                          2022-03-11 09:49:01.050 - error: javascript.0 (965) gyp ERR! System Linux 5.10.103-v7l+
                          gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
                          gyp ERR! cwd /opt/iobroker/node_modules/iobroker.javascript/node_modules/node-expat
                          gyp ERR! node -v v14.19.0
                          gyp ERR! node-gyp -v v5.1.0
                          gyp ERR! not ok
                          2022-03-11 09:49:01.169 - info: hm-rpc.3 (1125) new HMIP devices/channels after filter: 0
                          2022-03-11 09:49:01.530 - info: hue.0 (1146) starting. Version 3.5.31 in /opt/iobroker/node_modules/iobroker.hue, node: v14.19.0, js-controller: 3.3.22
                          2022-03-11 09:49:01.861 - info: hue.0 (1146) Use legacy structure, because existing
                          2022-03-11 09:49:01.875 - info: hue.0 (1146) skip switch: Philips hue.Daylight.configured
                          2022-03-11 09:49:01.876 - info: hue.0 (1146) skip switch: Philips hue.Daylight.sunriseoffset
                          2022-03-11 09:49:01.878 - info: hue.0 (1146) skip switch: Philips hue.Daylight.sunsetoffset
                          2022-03-11 09:49:01.879 - info: hue.0 (1146) created/updated 1 sensor channels
                          2022-03-11 09:49:01.933 - info: hue.0 (1146) created/updated 1 light channels
                          2022-03-11 09:49:02.017 - info: host.raspberrypi instance scheduled system.adapter.ical.0 0,30 * * * *
                          2022-03-11 09:49:02.052 - info: host.raspberrypi instance system.adapter.ical.0 started with pid 1189
                          2022-03-11 09:49:02.075 - warn: hue.0 (1146) channel "Philips_hue.Entertainment_area" already exists, using "Philips_hue.Entertainment_area_Entertainment" for group 201
                          2022-03-11 09:49:02.081 - warn: hue.0 (1146) channel "Philips_hue.Entertainment_area" already exists, using "Philips_hue.Entertainment_area_Entertainment" for group 202
                          2022-03-11 09:49:02.087 - warn: hue.0 (1146) channel "Philips_hue.Entertainment_area" already exists, using "Philips_hue.Entertainment_area_Entertainment" for group 203
                          2022-03-11 09:49:02.088 - info: hue.0 (1146) created/updated 7 groups channels
                          2022-03-11 09:49:02.094 - info: hue.0 (1146) created/updated 11 scenes
                          2022-03-11 09:49:02.095 - info: hue.0 (1146) creating/updating bridge device
                          2022-03-11 09:49:03.183 - error: javascript.0 (965) npm
                          2022-03-11 09:49:03.186 - error: javascript.0 (965)
                          2022-03-11 09:49:03.188 - error: javascript.0 (965) ERR!
                          2022-03-11 09:49:03.199 - error: javascript.0 (965) code ELIFECYCLE
                          npm ERR! errno 1
                          2022-03-11 09:49:03.281 - error: javascript.0 (965) npm
                          2022-03-11 09:49:03.284 - error: javascript.0 (965) ERR! node-expat@2.4.0 install: `node-gyp rebuild`
                          npm ERR! Exit status 1
                          npm ERR!
                          npm ERR! Failed at the node-expat@2.4.0 install script.
                          npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                          2022-03-11 09:49:03.392 - error: javascript.0 (965)
                          2022-03-11 09:49:03.393 - error: javascript.0 (965) npm ERR! A complete log of this run can be found in:
                          npm ERR! /home/iobroker/.npm/_logs/2022-03-11T08_49_03_336Z-debug.log
                          2022-03-11 09:49:03.439 - error: javascript.0 (965) Cannot install xml2js: 1
                          2022-03-11 09:49:03.441 - info: javascript.0 (965) npm install owlintuition --production (System call)
                          2022-03-11 09:49:06.762 - info: host.raspberrypi instance system.adapter.nut.0 started with pid 1220
                          2022-03-11 09:49:07.215 - info: ical.0 (1189) starting. Version 1.11.4 in /opt/iobroker/node_modules/iobroker.ical, node: v14.19.0, js-controller: 3.3.22
                          2022-03-11 09:49:08.430 - info: ical.0 (1189) processing URL: Entsorgungstermine http://p61-caldav.icloud.com/published/2/MTM3NzU4MzQ1ODEzNzc1OEKio7cqzHid6trK6D-89qGqT8yJF33oUlgqF6zTT_QYM6-GV1Ffg24vGilDcBXKV4FJUExgBrtrIjJVZSd-6Lg
                          2022-03-11 09:49:08.770 - info: ical.0 (1189) processing URL: Feiertage http://p61-caldav.icloud.com/published/2/MTM3NzU4MzQ1ODEzNzc1OEKio7cqzHid6trK6D-89qG19X_3NOEtYGJxgdKE8yk19k0qiKhBtDQluafn6pkGO246Y2s7YenfnbthqjFkKlI
                          2022-03-11 09:49:08.986 - error: javascript.0 (965) npm
                          2022-03-11 09:49:08.989 - error: javascript.0 (965) WARN read-shrinkwrap This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I'll try to do my best with it!
                          2022-03-11 09:49:09.857 - info: host.raspberrypi instance system.adapter.rpi2.0 started with pid 1260
                          2022-03-11 09:49:11.263 - info: nut.0 (1220) starting. Version 1.5.0 in /opt/iobroker/node_modules/iobroker.nut, node: v14.19.0, js-controller: 3.3.22
                          2022-03-11 09:49:13.612 - info: rpi2.0 (1260) starting. Version 1.3.1 in /opt/iobroker/node_modules/iobroker.rpi2, node: v14.19.0, js-controller: 3.3.22
                          2022-03-11 09:49:14.024 - info: host.raspberrypi instance system.adapter.shelly.0 started with pid 1287
                          2022-03-11 09:49:14.592 - error: javascript.0 (965) npm
                          2022-03-11 09:49:14.594 - error: javascript.0 (965) WARN deprecated hoek@4.2.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
                          2022-03-11 09:49:14.678 - error: javascript.0 (965) npm
                          2022-03-11 09:49:14.682 - error: javascript.0 (965)
                          2022-03-11 09:49:14.684 - error: javascript.0 (965) WARN
                          2022-03-11 09:49:14.689 - error: javascript.0 (965) deprecated joi@13.7.0: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
                          2022-03-11 09:49:14.918 - error: rpi2.0 (1260) No Value found for cpu_frequency
                          2022-03-11 09:49:15.290 - error: javascript.0 (965) npm
                          2022-03-11 09:49:15.292 - error: javascript.0 (965) WARN deprecated hoek@5.0.4: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
                          2022-03-11 09:49:15.455 - error: javascript.0 (965) npm
                          2022-03-11 09:49:15.457 - error: javascript.0 (965) WARN deprecated topo@3.0.3: This module has moved and is now available at @hapi/topo. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.
                          2022-03-11 09:49:15.496 - error: javascript.0 (965) npm
                          2022-03-11 09:49:15.498 - error: javascript.0 (965) WARN deprecated hoek@6.1.3: This module has moved and is now available at @hapi/hoek. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.
                          2022-03-11 09:49:17.815 - info: host.raspberrypi instance system.adapter.sonoff.0 started with pid 1351
                          2022-03-11 09:49:18.630 - error: rpi2.0 (1260) Cannot initialize/setMode GPIO: Error: The module '/opt/iobroker/node_modules/epoll/build/Release/epoll.node'
                          was compiled against a different Node.js version using
                          NODE_MODULE_VERSION 64. This version of Node.js requires
                          NODE_MODULE_VERSION 83. Please try re-compiling or re-installing
                          the module (for instance, using `npm rebuild` or `npm install`).
                          2022-03-11 09:49:19.950 - info: shelly.0 (1287) starting. Version 5.3.2 in /opt/iobroker/node_modules/iobroker.shelly, node: v14.19.0, js-controller: 3.3.22
                          2022-03-11 09:49:20.201 - warn: shelly.0 (1287) State "shelly.0.SHSW-1#76A1BD#1.online" has no existing object, this might lead to an error in future versions
                          2022-03-11 09:49:20.332 - warn: shelly.0 (1287) State "shelly.0.SHSW-1#8CAAB561C3BD#1.online" has no existing object, this might lead to an error in future versions
                          2022-03-11 09:49:20.371 - warn: shelly.0 (1287) State "shelly.0.SHEM#B049DB#1.online" has no existing object, this might lead to an error in future versions
                          2022-03-11 09:49:20.393 - info: shelly.0 (1287) Starting in CoAP mode.
                          2022-03-11 09:49:20.476 - info: ical.0 (1189) processing URL: Meine Termine http://p61-caldav.icloud.com/published/2/MTM3NzU4MzQ1ODEzNzc1OEKio7cqzHid6trK6D-89qE_-EnALIMu14hqvDV7g4YMLuu9RR6veTt5-O7FzFjG75m8kFB4Ek185sNpkJPVHqU
                          2022-03-11 09:49:20.533 - info: shelly.0 (1287) [CoAP] Listening for packets in the network
                          2022-03-11 09:49:20.717 - warn: shelly.0 (1287) State "shelly.0.SHSW-1#76A1BD#1.online" has no existing object, this might lead to an error in future versions
                          2022-03-11 09:49:20.727 - warn: shelly.0 (1287) State "shelly.0.SHSW-1#8CAAB561C3BD#1.online" has no existing object, this might lead to an error in future versions
                          2022-03-11 09:49:20.730 - warn: shelly.0 (1287) State "shelly.0.SHEM#B049DB#1.online" has no existing object, this might lead to an error in future versions
                          2022-03-11 09:49:22.903 - info: host.raspberrypi instance system.adapter.ping.0 started with pid 1374
                          2022-03-11 09:49:24.361 - info: sonoff.0 (1351) starting. Version 2.4.7 in /opt/iobroker/node_modules/iobroker.sonoff, node: v14.19.0, js-controller: 3.3.22
                          2022-03-11 09:49:24.498 - info: sonoff.0 (1351) Starting MQTT server on port 1884
                          2022-03-11 09:49:24.768 - info: shelly.0 (1287) [CoAP] Device 192.168.178.79 (shelly1 / shelly1-76A1BD / SHSW-1#76A1BD#1) connected! Polltime set to 10 sec.
                          2022-03-11 09:49:25.535 - info: shelly.0 (1287) [CoAP] Device 192.168.178.108 (shelly1 / shelly1-8CAAB561C3BD / SHSW-1#8CAAB561C3BD#1) connected! Polltime set to 10 sec.
                          2022-03-11 09:49:26.090 - info: host.raspberrypi instance system.adapter.mqtt-client.0 started with pid 1393
                          2022-03-11 09:49:29.379 - info: ical.0 (1189) Terminated (NO_ERROR): Without reason
                          2022-03-11 09:49:29.431 - info: ping.0 (1374) starting. Version 1.5.0 in /opt/iobroker/node_modules/iobroker.ping, node: v14.19.0, js-controller: 3.3.22
                          2022-03-11 09:49:30.270 - info: javascript.0 (965)
                          > node-expat@2.4.0 install /opt/iobroker/node_modules/iobroker.javascript/node_modules/node-expat
                          > node-gyp rebuild
                          2022-03-11 09:49:30.375 - info: host.raspberrypi instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
                          2022-03-11 09:49:30.412 - info: host.raspberrypi instance system.adapter.alexa2.0 started with pid 1424
                          2022-03-11 09:49:31.964 - info: mqtt-client.0 (1393) starting. Version 1.5.0 in /opt/iobroker/node_modules/iobroker.mqtt-client, node: v14.19.0, js-controller: 3.3.22
                          2022-03-11 09:49:32.197 - info: mqtt-client.0 (1393) enabled syncing of 0_userdata.0.MQTT_Daten.Test (publish/subscribe:false/true)
                          2022-03-11 09:49:32.199 - info: mqtt-client.0 (1393) Try to connect to mqtt://MQTT_Broker:*******************@192.168.178.41:1883?clientId=IOBROKER_MQTT
                          2022-03-11 09:49:32.417 - info: mqtt-client.0 (1393) connected to broker
                          2022-03-11 09:49:32.557 - error: javascript.0 (965) Traceback (most recent call last):
                          2022-03-11 09:49:32.568 - error: javascript.0 (965) File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py", line 47, in
                          2022-03-11 09:49:32.570 - error: javascript.0 (965)
                          2022-03-11 09:49:32.572 - error: javascript.0 (965) import gyp
                          2022-03-11 09:49:32.574 - error: javascript.0 (965) File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 10, in
                          2022-03-11 09:49:32.585 - error: javascript.0 (965) import gyp.input
                          File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 7, in
                          import ast
                          ImportError: No module named ast
                          2022-03-11 09:49:32.588 - error: javascript.0 (965) gyp
                          2022-03-11 09:49:32.590 - error: javascript.0 (965) ERR! configure error
                          2022-03-11 09:49:32.592 - error: javascript.0 (965) gyp ERR! stack Error: `gyp` failed with exit code: 1
                          gyp ERR! stack at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)
                          gyp ERR! stack at ChildProcess.emit (events.js:400:28)
                          gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:282:12)
                          2022-03-11 09:49:32.594 - error: javascript.0 (965) gyp ERR! System Linux 5.10.103-v7l+
                          gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
                          gyp ERR! cwd /opt/iobroker/node_modules/iobroker.javascript/node_modules/node-expat
                          gyp ERR! node -v v14.19.0
                          gyp ERR! node-gyp -v v5.1.0
                          gyp ERR! not ok
                          2022-03-11 09:49:33.842 - info: host.raspberrypi instance system.adapter.backitup.0 started with pid 1458
                          2022-03-11 09:49:35.029 - error: javascript.0 (965) npm
                          2022-03-11 09:49:35.031 - error: javascript.0 (965)
                          2022-03-11 09:49:35.035 - error: javascript.0 (965) ERR!
                          2022-03-11 09:49:35.039 - error: javascript.0 (965) code ELIFECYCLE
                          npm ERR! errno 1
                          2022-03-11 09:49:35.078 - error: javascript.0 (965) npm
                          2022-03-11 09:49:35.080 - error: javascript.0 (965)
                          2022-03-11 09:49:35.082 - error: javascript.0 (965) ERR!
                          2022-03-11 09:49:35.084 - error: javascript.0 (965) node-expat@2.4.0 install: `node-gyp rebuild`
                          2022-03-11 09:49:35.097 - error: javascript.0 (965) npm ERR! Exit status 1
                          npm ERR!
                          npm ERR! Failed at the node-expat@2.4.0 install script.
                          npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                          2022-03-11 09:49:35.115 - error: javascript.0 (965)
                          2022-03-11 09:49:35.117 - error: javascript.0 (965) npm
                          2022-03-11 09:49:35.119 - error: javascript.0 (965)
                          2022-03-11 09:49:35.121 - error: javascript.0 (965) ERR!
                          2022-03-11 09:49:35.123 - error: javascript.0 (965) A complete log of this run can be found in:
                          2022-03-11 09:49:35.126 - error: javascript.0 (965) npm ERR! /home/iobroker/.npm/_logs/2022-03-11T08_49_35_093Z-debug.log
                          2022-03-11 09:49:35.150 - error: javascript.0 (965) Cannot install owlintuition: 1
                          2022-03-11 09:49:35.151 - info: javascript.0 (965) npm install owlintuition --production (System call)
                          2022-03-11 09:49:35.316 - info: shelly.0 (1287) [CoAP] Device 192.168.178.127 (shellyem / shellyem-B049DB / SHEM#B049DB#1) connected! Polltime set to 10 sec.
                          2022-03-11 09:49:37.169 - info: alexa2.0 (1424) starting. Version 3.11.2 in /opt/iobroker/node_modules/iobroker.alexa2, node: v14.19.0, js-controller: 3.3.22
                          2022-03-11 09:49:37.798 - info: host.raspberrypi instance scheduled system.adapter.daswetter.0 */15 * * * *
                          2022-03-11 09:49:37.836 - info: host.raspberrypi instance system.adapter.daswetter.0 started with pid 1495
                          2022-03-11 09:49:38.829 - info: backitup.0 (1458) starting. Version 2.2.3 in /opt/iobroker/node_modules/iobroker.backitup, node: v14.19.0, js-controller: 3.3.22
                          2022-03-11 09:49:38.953 - info: backitup.0 (1458) [iobroker] backup was activated at 20:00 every 1 day(s)
                          2022-03-11 09:49:40.230 - debug: daswetter.0 (1495) Redis Objects: Use Redis connection: 127.0.0.1:9001
                          2022-03-11 09:49:40.346 - debug: daswetter.0 (1495) Objects client ready ... initialize now
                          2022-03-11 09:49:40.359 - debug: daswetter.0 (1495) Objects create System PubSub Client
                          2022-03-11 09:49:40.362 - debug: daswetter.0 (1495) Objects create User PubSub Client
                          2022-03-11 09:49:40.364 - debug: daswetter.0 (1495) Objects client initialize lua scripts
                          2022-03-11 09:49:40.403 - debug: daswetter.0 (1495) Objects connected to redis: 127.0.0.1:9001
                          2022-03-11 09:49:40.416 - debug: daswetter.0 (1495) objectDB connected
                          2022-03-11 09:49:40.421 - debug: daswetter.0 (1495) Redis States: Use Redis connection: 127.0.0.1:9000
                          2022-03-11 09:49:40.450 - debug: daswetter.0 (1495) States create System PubSub Client
                          2022-03-11 09:49:40.452 - debug: daswetter.0 (1495) States create User PubSub Client
                          2022-03-11 09:49:40.480 - debug: daswetter.0 (1495) States connected to redis: 127.0.0.1:9000
                          2022-03-11 09:49:40.482 - debug: daswetter.0 (1495) statesDB connected
                          2022-03-11 09:49:40.726 - error: javascript.0 (965) npm
                          2022-03-11 09:49:40.731 - error: javascript.0 (965)
                          2022-03-11 09:49:40.733 - error: javascript.0 (965) WARN
                          2022-03-11 09:49:40.735 - error: javascript.0 (965)
                          2022-03-11 09:49:40.743 - error: javascript.0 (965) read-shrinkwrap This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I'll try to do my best with it!
                          2022-03-11 09:49:40.871 - info: alexa2.0 (1424) Alexa-Push-Connection (macDms = true) established. Disable Polling
                          2022-03-11 09:49:41.125 - debug: daswetter.0 (1495) Plugin sentry Initialize Plugin (enabled=true)
                          2022-03-11 09:49:42.443 - info: daswetter.0 (1495) starting. Version 3.0.9 in /opt/iobroker/node_modules/iobroker.daswetter, node: v14.19.0, js-controller: 3.3.22
                          2022-03-11 09:49:42.483 - info: host.raspberrypi instance system.adapter.fritzbox.0 started with pid 1549
                          2022-03-11 09:49:42.511 - debug: daswetter.0 (1495) set timeout to 60 sec
                          2022-03-11 09:49:42.518 - debug: daswetter.0 (1495) calling forecast hourly: http://api.daswetter.com/index.php?api_lang=de&localidad=97771&affiliate_id=sbwsuizf8446&v=2.0&h=1
                          2022-03-11 09:49:42.732 - debug: daswetter.0 (1495) got response "https://www.daswetter.com/wetter_Wenzenbach-Europa-Deutschland-Bayern--1-97771.html"
                          2022-03-11 09:49:43.031 - debug: daswetter.0 (1495) result {"report":{"location":{"city":"Wenzenbach 
                          2022-03-11 09:49:47.455 - info: fritzbox.0 (1549) try to connect: 192.168.178.1
                          2022-03-11 09:49:47.543 - info: fritzbox.0 (1549) adapter connected to fritzbox: 192.168.178.1
                          2022-03-11 09:49:47.526 - debug: daswetter.0 (1495) insert NextHours.Location_1.Day_1.Hour_4.hour_value with 04:00
                          2022-03-11 09:49:48.676 - info: fritzbox.0 (1549) State value to set for "fritzbox.0.calls.ringActualNumbers" has to be type "string" but received type "object"
                          2022-03-11 09:49:48.684 - info: fritzbox.0 (1549) State value to set for "fritzbox.0.calls.connectNumbers" has to be type "string" but received type "object"
                          2022-03-11 09:49:21.125 - info: host.raspberrypi iobroker.js-controller version 3.3.22 js-controller starting
                          2022-03-11 09:49:21.133 - info: host.raspberrypi Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
                          2022-03-11 09:49:21.134 - info: host.raspberrypi hostname: raspberrypi, node: v14.19.0
                          2022-03-11 09:49:21.134 - info: host.raspberrypi ip addresses:
                          2022-03-11 09:49:21.190 - error: host.raspberrypi-Server Cannot load /opt/iobroker/iobroker-data/objects.json: /opt/iobroker/iobroker-data/objects.json: Unexpected end of JSON input. We try last Backup!
                          2022-03-11 09:52:29.719 - info: host.raspberrypi connected to Objects and States
                          2022-03-11 09:52:29.930 - info: host.raspberrypi added notifications configuration of host
                          2022-03-11 09:52:30.729 - info: host.raspberrypi 70 instances found
                          2022-03-11 09:52:30.860 - info: host.raspberrypi starting 50 instances
                          2022-03-11 09:52:30.888 - warn: host.raspberrypi startInstance cannot find adapter "zigbee@1.6.16". Try to install it... 1 attempt
                          2022-03-11 09:52:30.890 - info: host.raspberrypi iobroker install zigbee@1.6.16 using installedFrom
                          2022-03-11 09:52:31.298 - info: host.raspberrypi instance system.adapter.admin.0 started with pid 829
                          2022-03-11 09:52:33.946 - error: admin.0 (829) admin.0 already running
                          2022-03-11 09:52:33.950 - warn: admin.0 (829) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                          2022-03-11 09:52:34.631 - error: host.raspberrypi instance system.adapter.admin.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                          2022-03-11 09:52:34.633 - info: host.raspberrypi Restart adapter system.adapter.admin.0 because enabled
                          2022-03-11 09:52:34.906 - info: host.raspberrypi instance system.adapter.email.0 started with pid 912
                          2022-03-11 09:52:34.971 - info: host.raspberrypi iobroker npm-install: NPM version: 6.14.16
                          2022-03-11 09:52:34.973 - info: host.raspberrypi iobroker npm-install: npm install iobroker.zigbee@1.6.16 --loglevel error --prefix "/opt/iobroker" (System call)
                          2022-03-11 09:52:36.809 - error: email.0 (912) email.0 already running
                          2022-03-11 09:52:36.814 - warn: email.0 (912) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                          2022-03-11 09:52:37.504 - error: host.raspberrypi instance system.adapter.email.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                          2022-03-11 09:52:37.506 - info: host.raspberrypi Restart adapter system.adapter.email.0 because enabled
                          2022-03-11 09:52:39.068 - info: host.raspberrypi instance system.adapter.history.0 started with pid 962
                          2022-03-11 09:52:40.698 - error: history.0 (962) history.0 already running
                          2022-03-11 09:52:40.703 - warn: history.0 (962) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                          2022-03-11 09:52:41.404 - error: host.raspberrypi instance system.adapter.history.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                          2022-03-11 09:52:41.406 - info: host.raspberrypi Restart adapter system.adapter.history.0 because enabled
                          2022-03-11 09:52:43.055 - info: host.raspberrypi instance system.adapter.javascript.0 started with pid 984
                          2022-03-11 09:52:46.563 - error: javascript.0 (984) javascript.0 already running
                          2022-03-11 09:52:46.567 - warn: javascript.0 (984) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                          2022-03-11 09:52:47.035 - info: host.raspberrypi instance system.adapter.scenes.0 started with pid 1001
                          2022-03-11 09:52:47.303 - error: host.raspberrypi instance system.adapter.javascript.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                          2022-03-11 09:52:47.304 - info: host.raspberrypi Restart adapter system.adapter.javascript.0 because enabled
                          2022-03-11 09:52:48.709 - error: scenes.0 (1001) scenes.0 already running
                          2022-03-11 09:52:48.714 - warn: scenes.0 (1001) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                          2022-03-11 09:52:49.430 - error: host.raspberrypi instance system.adapter.scenes.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                          2022-03-11 09:52:49.431 - info: host.raspberrypi Restart adapter system.adapter.scenes.0 because enabled
                          2022-03-11 09:52:51.041 - info: host.raspberrypi instance system.adapter.pushover.0 started with pid 1018
                          2022-03-11 09:52:52.795 - error: pushover.0 (1018) pushover.0 already running
                          2022-03-11 09:52:52.800 - warn: pushover.0 (1018) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                          2022-03-11 09:52:53.490 - error: host.raspberrypi instance system.adapter.pushover.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                          2022-03-11 09:52:53.491 - info: host.raspberrypi Restart adapter system.adapter.pushover.0 because enabled
                          2022-03-11 09:52:55.157 - info: host.raspberrypi instance system.adapter.hm-rega.0 started with pid 1036
                          2022-03-11 09:52:57.223 - error: hm-rega.0 (1036) hm-rega.0 already running
                          2022-03-11 09:52:57.227 - warn: hm-rega.0 (1036) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                          2022-03-11 09:52:57.963 - error: host.raspberrypi instance system.adapter.hm-rega.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                          2022-03-11 09:52:57.964 - info: host.raspberrypi Restart adapter system.adapter.hm-rega.0 because enabled
                          2022-03-11 09:52:58.993 - info: host.raspberrypi instance system.adapter.hm-rpc.0 started with pid 1053
                          2022-03-11 09:53:00.799 - error: hm-rpc.0 (1053) hm-rpc.0 already running
                          2022-03-11 09:53:00.803 - warn: hm-rpc.0 (1053) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                          2022-03-11 09:53:01.505 - error: host.raspberrypi instance system.adapter.hm-rpc.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                          2022-03-11 09:53:01.507 - info: host.raspberrypi Restart adapter system.adapter.hm-rpc.0 because enabled
                          2022-03-11 09:53:02.996 - info: host.raspberrypi instance system.adapter.hm-rpc.1 started with pid 1074
                          2022-03-11 09:53:04.612 - error: hm-rpc.1 (1074) hm-rpc.1 already running
                          2022-03-11 09:53:04.616 - warn: hm-rpc.1 (1074) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                          2022-03-11 09:53:04.663 - info: host.raspberrypi instance system.adapter.admin.0 started with pid 1087
                          2022-03-11 09:53:05.503 - error: host.raspberrypi instance system.adapter.hm-rpc.1 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                          2022-03-11 09:53:05.506 - info: host.raspberrypi Restart adapter system.adapter.hm-rpc.1 because enabled
                          2022-03-11 09:53:07.091 - info: host.raspberrypi instance system.adapter.hm-rpc.2 started with pid 1102
                          2022-03-11 09:53:07.618 - info: host.raspberrypi instance system.adapter.email.0 started with pid 1110
                          2022-03-11 09:53:08.763 - info: admin.0 (1087) starting. Version 5.2.3 in /opt/iobroker/node_modules/iobroker.admin, node: v14.19.0, js-controller: 3.3.22
                          2022-03-11 09:53:08.994 - info: admin.0 (1087) requesting all states
                          2022-03-11 09:53:08.996 - info: admin.0 (1087) requesting all objects
                          2022-03-11 09:53:11.887 - info: host.raspberrypi instance system.adapter.history.0 started with pid 1135
                          2022-03-11 09:53:11.898 - error: hm-rpc.2 (1102) hm-rpc.2 already running
                          2022-03-11 09:53:11.905 - warn: hm-rpc.2 (1102) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                          2022-03-11 09:53:12.082 - info: host.raspberrypi instance system.adapter.hm-rpc.3 started with pid 1142
                          2022-03-11 09:53:13.146 - info: admin.0 (1087) received all objects
                          2022-03-11 09:53:13.828 - error: host.raspberrypi instance system.adapter.hm-rpc.2 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                          2022-03-11 09:53:13.830 - info: host.raspberrypi Restart adapter system.adapter.hm-rpc.2 because enabled
                          2022-03-11 09:53:13.986 - info: admin.0 (1087) http server listening on port 8081
                          2022-03-11 09:53:13.987 - info: admin.0 (1087) Use link "http://localhost:8081" to configure.
                          2022-03-11 09:53:14.446 - info: email.0 (1110) starting. Version 1.0.10 in /opt/iobroker/node_modules/iobroker.email, node: v14.19.0, js-controller: 3.3.22
                          2022-03-11 09:53:14.536 - error: hm-rpc.3 (1142) hm-rpc.3 already running
                          2022-03-11 09:53:14.540 - warn: hm-rpc.3 (1142) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                          2022-03-11 09:53:14.773 - info: history.0 (1135) starting. Version 1.10.5 in /opt/iobroker/node_modules/iobroker.history, node: v14.19.0, js-controller: 3.3.22
                          2022-03-11 09:53:14.855 - info: history.0 (1135) enabled logging of nut.0.battery.charge (Count=1), Alias=false
                          2022-03-11 09:53:14.856 - info: history.0 (1135) enabled logging of nut.0.battery.runtime-low (Count=2), Alias=false
                          2022-03-11 09:53:14.857 - info: history.0 (1135) enabled logging of nut.0.battery.voltage (Count=3), Alias=false
                          2022-03-11 09:53:14.858 - info: history.0 (1135) enabled logging of nut.0.input.voltage (Count=4), Alias=false
                          2022-03-11 09:53:14.858 - info: history.0 (1135) enabled logging of shelly.0.SHEM#B049DB#1.Emeter1.Power (Count=5), Alias=false
                          2022-03-11 09:53:14.859 - info: history.0 (1135) enabled logging of shelly.0.SHEM#B049DB#1.Emeter1.Total (Count=6), Alias=false
                          2022-03-11 09:53:14.860 - info: history.0 (1135) enabled logging of hm-rpc.3.000D5D89AAED1D.1.CURRENT_ILLUMINATION (Count=7), Alias=false
                          2022-03-11 09:53:15.360 - info: host.raspberrypi instance system.adapter.hue.0 started with pid 1170
                          2022-03-11 09:53:15.487 - error: host.raspberrypi instance system.adapter.hm-rpc.3 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                          2022-03-11 09:53:15.488 - info: host.raspberrypi Restart adapter system.adapter.hm-rpc.3 because enabled
                          2022-03-11 09:53:17.188 - error: hue.0 (1170) hue.0 already running
                          2022-03-11 09:53:17.192 - warn: hue.0 (1170) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                          2022-03-11 09:53:17.345 - info: host.raspberrypi instance system.adapter.javascript.0 started with pid 1184
                          2022-03-11 09:53:17.853 - error: host.raspberrypi instance system.adapter.hue.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                          2022-03-11 09:53:17.854 - info: host.raspberrypi Restart adapter system.adapter.hue.0 because enabled
                          2022-03-11 09:53:19.079 - info: host.raspberrypi instance scheduled system.adapter.ical.0 0,30 * * * *
                          2022-03-11 09:53:19.101 - info: host.raspberrypi instance system.adapter.ical.0 started with pid 1194
                          2022-03-11 09:53:19.876 - info: host.raspberrypi instance system.adapter.scenes.0 started with pid 1202
                          2022-03-11 09:53:21.292 - info: javascript.0 (1184) starting. Version 5.2.21 in /opt/iobroker/node_modules/iobroker.javascript, node: v14.19.0, js-controller: 3.3.22
                          2022-03-11 09:53:21.407 - info: javascript.0 (1184) npm install owlintuition --production (System call)
                          2022-03-11 09:53:22.855 - info: ical.0 (1194) starting. Version 1.11.4 in /opt/iobroker/node_modules/iobroker.ical, node: v14.19.0, js-controller: 3.3.22
                          2022-03-11 09:53:22.863 - info: scenes.0 (1202) starting. Version 2.3.8 in /opt/iobroker/node_modules/iobroker.scenes, node: v14.19.0, js-controller: 3.3.22
                          2022-03-11 09:53:23.117 - info: host.raspberrypi instance system.adapter.nut.0 started with pid 1250
                          2022-03-11 09:53:24.080 - info: host.raspberrypi instance system.adapter.pushover.0 started with pid 1258
                          2022-03-11 09:53:24.369 - info: ical.0 (1194) processing URL: Entsorgungstermine http://p61-caldav.icloud.com/published/2/MTM3NzU4MzQ1ODEzNzc1OEKio7cqzHid6trK6D-89qGqT8yJF33oUlgqF6zTT_QYM6-GV1Ffg24vGilDcBXKV4FJUExgBrtrIjJVZSd-6Lg
                          2022-03-11 09:53:24.718 - info: ical.0 (1194) processing URL: Feiertage http://p61-caldav.icloud.com/published/2/MTM3NzU4MzQ1ODEzNzc1OEKio7cqzHid6trK6D-89qG19X_3NOEtYGJxgdKE8yk19k0qiKhBtDQluafn6pkGO246Y2s7YenfnbthqjFkKlI
                          2022-03-11 09:53:25.180 - error: javascript.0 (1184) npm
                          2022-03-11 09:53:25.183 - error: javascript.0 (1184)
                          2022-03-11 09:53:25.185 - error: javascript.0 (1184) WARN
                          2022-03-11 09:53:25.186 - error: javascript.0 (1184)
                          2022-03-11 09:53:25.188 - error: javascript.0 (1184) read-shrinkwrap
                          2022-03-11 09:53:25.201 - error: javascript.0 (1184) This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I'll try to do my best with it!
                          2022-03-11 09:53:26.683 - error: nut.0 (1250) nut.0 already running
                          2022-03-11 09:53:26.687 - warn: nut.0 (1250) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                          2022-03-11 09:53:27.134 - info: host.raspberrypi instance system.adapter.rpi2.0 started with pid 1278
                          2022-03-11 09:53:27.436 - error: host.raspberrypi instance system.adapter.nut.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                          2022-03-11 09:53:27.438 - info: host.raspberrypi Restart adapter system.adapter.nut.0 because enabled
                          2022-03-11 09:53:28.369 - info: host.raspberrypi instance system.adapter.hm-rega.0 started with pid 1287
                          2022-03-11 09:53:29.481 - error: javascript.0 (1184) npm
                          2022-03-11 09:53:29.483 - error: javascript.0 (1184) WARN deprecated hoek@4.2.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
                          2022-03-11 09:53:29.487 - error: javascript.0 (1184) npm
                          2022-03-11 09:53:29.489 - error: javascript.0 (1184) WARN deprecated joi@13.7.0: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
                          2022-03-11 09:53:29.545 - error: javascript.0 (1184) npm
                          2022-03-11 09:53:29.547 - error: javascript.0 (1184) WARN deprecated hoek@5.0.4: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
                          2022-03-11 09:53:29.608 - error: javascript.0 (1184) npm
                          2022-03-11 09:53:29.610 - error: javascript.0 (1184) WARN deprecated topo@3.0.3: This module has moved and is now available at @hapi/topo. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.
                          2022-03-11 09:53:29.664 - error: javascript.0 (1184) npm
                          2022-03-11 09:53:29.666 - error: javascript.0 (1184) WARN deprecated hoek@6.1.3: This module has moved and is now available at @hapi/hoek. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.
                          2022-03-11 09:53:30.180 - error: rpi2.0 (1278) rpi2.0 already running
                          2022-03-11 09:53:30.184 - warn: rpi2.0 (1278) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                          2022-03-11 09:53:33.398 - info: pushover.0 (1258) starting. Version 2.0.5 in /opt/iobroker/node_modules/iobroker.pushover, node: v14.19.0, js-controller: 3.3.22
                          2022-03-11 09:53:33.568 - error: pushover.0 (1258) Cannot send notification while not configured
                          2022-03-11 09:53:33.832 - info: ical.0 (1194) processing URL: Meine Termine http://p61-caldav.icloud.com/published/2/MTM3NzU4MzQ1ODEzNzc1OEKio7cqzHid6trK6D-89qE_-EnALIMu14hqvDV7g4YMLuu9RR6veTt5-O7FzFjG75m8kFB4Ek185sNpkJPVHqU
                          2022-03-11 09:53:33.867 - error: host.raspberrypi instance system.adapter.rpi2.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                          2022-03-11 09:53:33.868 - info: host.raspberrypi Restart adapter system.adapter.rpi2.0 because enabled
                          2022-03-11 09:53:33.913 - info: host.raspberrypi instance system.adapter.hm-rpc.0 started with pid 1314
                          2022-03-11 09:53:34.118 - info: host.raspberrypi instance system.adapter.shelly.0 started with pid 1321
                          2022-03-11 09:53:35.060 - info: host.raspberrypi instance system.adapter.sonoff.0 started with pid 1330
                          2022-03-11 09:53:36.197 - info: host.raspberrypi instance system.adapter.hm-rpc.1 started with pid 1338
                          2022-03-11 09:53:37.610 - info: hm-rega.0 (1287) starting. Version 3.0.35 in /opt/iobroker/node_modules/iobroker.hm-rega, node: v14.19.0, js-controller: 3.3.22
                          2022-03-11 09:53:40.584 - info: host.raspberrypi instance system.adapter.ping.0 started with pid 1381
                          2022-03-11 09:53:40.795 - error: sonoff.0 (1330) sonoff.0 already running
                          2022-03-11 09:53:40.803 - warn: sonoff.0 (1330) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                          2022-03-11 09:53:41.088 - error: shelly.0 (1321) shelly.0 already running
                          2022-03-11 09:53:41.093 - warn: shelly.0 (1321) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                          2022-03-11 09:53:41.187 - info: hm-rega.0 (1287) subscribe hm-rpc.0.BidCoS-RF.50.PRESS_SHORT
                          2022-03-11 09:53:41.541 - info: hm-rega.0 (1287) ReGaHSS 192.168.178.69 up
                          2022-03-11 09:53:42.404 - error: host.raspberrypi instance system.adapter.sonoff.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                          2022-03-11 09:53:42.405 - info: host.raspberrypi Restart adapter system.adapter.sonoff.0 because enabled
                          2022-03-11 09:53:42.542 - info: javascript.0 (1184)
                          > node-expat@2.4.0 install /opt/iobroker/node_modules/iobroker.javascript/node_modules/node-expat
                          > node-gyp rebuild
                          2022-03-11 09:53:43.384 - error: host.raspberrypi instance system.adapter.shelly.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                          2022-03-11 09:53:43.385 - info: host.raspberrypi Restart adapter system.adapter.shelly.0 because enabled
                          2022-03-11 09:53:43.513 - info: host.raspberrypi instance system.adapter.mqtt-client.0 started with pid 1412
                          2022-03-11 09:53:43.579 - info: hm-rega.0 (1287) time difference local-ccu -53s
                          2022-03-11 09:53:43.698 - error: ping.0 (1381) ping.0 already running
                          2022-03-11 09:53:43.703 - warn: ping.0 (1381) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                          2022-03-11 09:53:44.330 - info: host.raspberrypi instance system.adapter.hm-rpc.2 started with pid 1421
                          2022-03-11 09:53:44.812 - error: host.raspberrypi instance system.adapter.ping.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                          2022-03-11 09:53:44.814 - info: host.raspberrypi Restart adapter system.adapter.ping.0 because enabled
                          2022-03-11 09:53:45.064 - info: hm-rpc.0 (1314) starting. Version 1.15.0 in /opt/iobroker/node_modules/iobroker.hm-rpc, node: v14.19.0, js-controller: 3.3.22
                          2022-03-11 09:53:45.137 - error: javascript.0 (1184) Traceback (most recent call last):
                          File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py", line 47, in
                          2022-03-11 09:53:45.140 - error: javascript.0 (1184) import gyp
                          File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 10, in
                          import gyp.input
                          File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 7, in
                          import ast
                          ImportError: No module named ast
                          2022-03-11 09:53:45.158 - error: javascript.0 (1184) gyp
                          2022-03-11 09:53:45.161 - error: javascript.0 (1184) ERR! configure error
                          2022-03-11 09:53:45.163 - error: javascript.0 (1184) gyp ERR! stack Error: `gyp` failed with exit code: 1
                          gyp ERR! stack at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)
                          gyp ERR! stack at ChildProcess.emit (events.js:400:28)
                          gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:282:12)
                          2022-03-11 09:53:45.168 - error: javascript.0 (1184) gyp ERR! System Linux 5.10.103-v7l+
                          gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
                          gyp ERR! cwd /opt/iobroker/node_modules/iobroker.javascript/node_modules/node-expat
                          gyp ERR! node -v v14.19.0
                          gyp ERR! node-gyp -v v5.1.0
                          gyp ERR! not ok
                          2022-03-11 09:53:45.461 - info: ical.0 (1194) Terminated (NO_ERROR): Without reason
                          2022-03-11 09:53:45.554 - info: host.raspberrypi instance system.adapter.hm-rpc.3 started with pid 1436
                          2022-03-11 09:53:45.681 - info: hm-rpc.0 (1314) binrpc server is trying to listen on 192.168.178.42:8082
                          2022-03-11 09:53:45.685 - info: hm-rpc.1 (1338) starting. Version 1.15.0 in /opt/iobroker/node_modules/iobroker.hm-rpc, node: v14.19.0, js-controller: 3.3.22
                          2022-03-11 09:53:45.683 - info: hm-rpc.0 (1314) binrpc client is trying to connect to 192.168.178.69:2001/ with ["xmlrpc_bin://192.168.178.42:8082","raspberrypi:hm-rpc.0"]
                          2022-03-11 09:53:45.802 - info: hm-rpc.0 (1314) binrpc <- system.listMethods ["raspberrypi:hm-rpc.0"]
                          2022-03-11 09:53:45.864 - info: hm-rpc.0 (1314) binrpc <- listDevices ["raspberrypi:hm-rpc.0"]
                          2022-03-11 09:53:46.162 - info: hm-rpc.0 (1314) binrpc -> 157 devices
                          2022-03-11 09:53:47.482 - info: hm-rpc.1 (1338) binrpc server is trying to listen on 192.168.178.42:8083
                          2022-03-11 09:53:47.483 - info: hm-rpc.1 (1338) binrpc client is trying to connect to 192.168.178.69:2000/ with ["xmlrpc_bin://192.168.178.42:8083","raspberrypi:hm-rpc.1"]
                          2022-03-11 09:53:47.576 - info: hm-rpc.1 (1338) binrpc <- system.listMethods ["raspberrypi:hm-rpc.1"]
                          2022-03-11 09:53:47.606 - info: hm-rpc.0 (1314) Connected
                          2022-03-11 09:53:47.607 - info: hm-rpc.1 (1338) binrpc <- listDevices ["raspberrypi:hm-rpc.1"]
                          2022-03-11 09:53:47.860 - info: host.raspberrypi instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
                          2022-03-11 09:53:47.927 - info: host.raspberrypi instance system.adapter.alexa2.0 started with pid 1458
                          2022-03-11 09:53:48.027 - info: hm-rpc.1 (1338) binrpc -> 58 devices
                          2022-03-11 09:53:48.108 - error: mqtt-client.0 (1412) mqtt-client.0 already running
                          2022-03-11 09:53:48.151 - info: host.raspberrypi instance system.adapter.hue.0 started with pid 1465
                          2022-03-11 09:53:48.152 - warn: mqtt-client.0 (1412) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                          2022-03-11 09:53:48.453 - info: hm-rpc.1 (1338) Connected
                          2022-03-11 09:53:48.604 - error: javascript.0 (1184) npm ERR! code ELIFECYCLE
                          2022-03-11 09:53:48.606 - error: javascript.0 (1184) npm ERR! errno 1
                          2022-03-11 09:53:48.715 - error: javascript.0 (1184) npm ERR!
                          2022-03-11 09:53:48.717 - error: javascript.0 (1184) node-expat@2.4.0 install: `node-gyp rebuild`
                          npm ERR! Exit status 1
                          npm ERR!
                          npm ERR! Failed at the node-expat@2.4.0 install script.
                          npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                          2022-03-11 09:53:48.764 - error: javascript.0 (1184)
                          2022-03-11 09:53:48.766 - error: javascript.0 (1184) npm ERR! A complete log of this run can be found in:
                          npm ERR! /home/iobroker/.npm/_logs/2022-03-11T08_53_48_732Z-debug.log
                          2022-03-11 09:53:48.799 - error: javascript.0 (1184) Cannot install owlintuition: 1
                          2022-03-11 09:53:48.801 - info: javascript.0 (1184) npm install owlintuition --production (System call)
                          2022-03-11 09:53:49.011 - error: host.raspberrypi instance system.adapter.mqtt-client.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                          2022-03-11 09:53:49.013 - info: host.raspberrypi Restart adapter system.adapter.mqtt-client.0 because enabled
                          2022-03-11 09:53:50.464 - info: hm-rpc.2 (1421) starting. Version 1.15.0 in /opt/iobroker/node_modules/iobroker.hm-rpc, node: v14.19.0, js-controller: 3.3.22
                          2022-03-11 09:53:51.034 - info: hm-rpc.2 (1421) binrpc server is trying to listen on 192.168.178.42:8701
                          2022-03-11 09:53:51.036 - info: hm-rpc.2 (1421) binrpc client is trying to connect to 192.168.178.69:8701/ with ["xmlrpc_bin://192.168.178.42:8701","raspberrypi:hm-rpc.2"]
                          2022-03-11 09:53:51.133 - info: host.raspberrypi instance system.adapter.backitup.0 started with pid 1501
                          2022-03-11 09:53:51.434 - info: hm-rpc.3 (1436) starting. Version 1.15.0 in /opt/iobroker/node_modules/iobroker.hm-rpc, node: v14.19.0, js-controller: 3.3.22
                          2022-03-11 09:53:51.622 - error: alexa2.0 (1458) alexa2.0 already running
                          2022-03-11 09:53:51.627 - warn: alexa2.0 (1458) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                          2022-03-11 09:53:51.677 - info: hm-rpc.2 (1421) binrpc -> listDevices 25
                          2022-03-11 09:53:51.815 - info: hm-rpc.2 (1421) new CUxD devices/channels after filter: 0
                          2022-03-11 09:53:51.817 - info: hm-rpc.2 (1421) Connected
                          2022-03-11 09:53:52.003 - info: hm-rpc.3 (1436) xmlrpc server is trying to listen on 192.168.178.42:2010
                          2022-03-11 09:53:52.015 - info: hm-rpc.3 (1436) xmlrpc client is trying to connect to 192.168.178.69:2010/ with ["http://192.168.178.42:2010","raspberrypi:hm-rpc.3"]
                          2022-03-11 09:53:52.202 - info: hm-rpc.3 (1436) Connected
                          2022-03-11 09:53:52.394 - info: hm-rpc.3 (1436) xmlrpc <- listDevices ["raspberrypi:hm-rpc.3"]
                          2022-03-11 09:53:52.398 - error: host.raspberrypi instance system.adapter.alexa2.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                          2022-03-11 09:53:52.399 - info: host.raspberrypi Restart adapter system.adapter.alexa2.0 because enabled
                          2022-03-11 09:53:52.475 - info: hm-rpc.3 (1436) xmlrpc -> 0 devices
                          2022-03-11 09:53:53.852 - info: hm-rpc.3 (1436) xmlrpc <- newDevices 66
                          2022-03-11 09:53:54.084 - error: javascript.0 (1184) npm
                          2022-03-11 09:53:54.087 - error: javascript.0 (1184)
                          2022-03-11 09:53:54.089 - error: javascript.0 (1184) WARN
                          2022-03-11 09:53:54.091 - error: javascript.0 (1184)
                          2022-03-11 09:53:54.093 - error: javascript.0 (1184) read-shrinkwrap
                          2022-03-11 09:53:54.101 - error: javascript.0 (1184) This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I'll try to do my best with it!
                          2022-03-11 09:53:54.492 - info: hm-rpc.3 (1436) new HMIP devices/channels after filter: 0
                          2022-03-11 09:53:54.505 - info: hue.0 (1465) starting. Version 3.5.31 in /opt/iobroker/node_modules/iobroker.hue, node: v14.19.0, js-controller: 3.3.22
                          2022-03-11 09:53:54.628 - error: backitup.0 (1501) backitup.0 already running
                          2022-03-11 09:53:54.632 - warn: backitup.0 (1501) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                          2022-03-11 09:53:54.830 - info: hue.0 (1465) Use legacy structure, because existing
                          2022-03-11 09:53:54.834 - info: hue.0 (1465) skip switch: Philips hue.Daylight.configured
                          2022-03-11 09:53:54.835 - info: hue.0 (1465) skip switch: Philips hue.Daylight.sunriseoffset
                          2022-03-11 09:53:54.836 - info: hue.0 (1465) skip switch: Philips hue.Daylight.sunsetoffset
                          2022-03-11 09:53:54.837 - info: hue.0 (1465) created/updated 1 sensor channels
                          2022-03-11 09:53:54.866 - info: hm-rega.0 (1287) request state values
                          2022-03-11 09:53:54.890 - info: hue.0 (1465) created/updated 1 light channels
                          2022-03-11 09:53:54.906 - warn: hue.0 (1465) channel "Philips_hue.Entertainment_area" already exists, using "Philips_hue.Entertainment_area_Entertainment" for group 201
                          2022-03-11 09:53:54.912 - warn: hue.0 (1465) channel "Philips_hue.Entertainment_area" already exists, using "Philips_hue.Entertainment_area_Entertainment" for group 202
                          2022-03-11 09:53:54.947 - info: host.raspberrypi instance scheduled system.adapter.daswetter.0 */15 * * * *
                          2022-03-11 09:53:54.975 - info: host.raspberrypi instance system.adapter.daswetter.0 started with pid 1530
                          2022-03-11 09:53:54.983 - warn: hue.0 (1465) channel "Philips_hue.Entertainment_area" already exists, using "Philips_hue.Entertainment_area_Entertainment" for group 203
                          2022-03-11 09:53:54.984 - info: hue.0 (1465) created/updated 7 groups channels
                          2022-03-11 09:53:54.988 - info: hue.0 (1465) created/updated 11 scenes
                          2022-03-11 09:53:54.989 - info: hue.0 (1465) creating/updating bridge device
                          2022-03-11 09:53:55.315 - error: host.raspberrypi instance system.adapter.backitup.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                          2022-03-11 09:53:55.316 - info: host.raspberrypi Restart adapter system.adapter.backitup.0 because enabled
                          2022-03-11 09:53:56.587 - info: hm-rega.0 (1287) Updated all datapoints
                          2022-03-11 09:53:56.613 - info: hm-rega.0 (1287) got 27 variables
                          2022-03-11 09:53:57.100 - debug: daswetter.0 (1530) Redis Objects: Use Redis connection: 127.0.0.1:9001
                          2022-03-11 09:53:57.227 - debug: daswetter.0 (1530) Objects client ready ... initialize now
                          2022-03-11 09:53:57.231 - debug: daswetter.0 (1530) Objects create System PubSub Client
                          2022-03-11 09:53:57.233 - debug: daswetter.0 (1530) Objects create User PubSub Client
                          2022-03-11 09:53:57.235 - debug: daswetter.0 (1530) Objects client initialize lua scripts
                          2022-03-11 09:53:57.272 - debug: daswetter.0 (1530) Objects connected to redis: 127.0.0.1:9001
                          2022-03-11 09:53:57.284 - debug: daswetter.0 (1530) objectDB connected
                          2022-03-11 09:53:57.287 - debug: daswetter.0 (1530) Redis States: Use Redis connection: 127.0.0.1:9000
                          2022-03-11 09:53:57.308 - debug: daswetter.0 (1530) States create System PubSub Client
                          2022-03-11 09:53:57.309 - debug: daswetter.0 (1530) States create User PubSub Client
                          2022-03-11 09:53:57.337 - debug: daswetter.0 (1530) States connected to redis: 127.0.0.1:9000
                          2022-03-11 09:53:57.339 - debug: daswetter.0 (1530) statesDB connected
                          2022-03-11 09:53:57.352 - error: daswetter.0 (1530) daswetter.0 already running
                          2022-03-11 09:53:57.354 - debug: daswetter.0 (1530) Plugin sentry destroyed
                          2022-03-11 09:53:57.355 - warn: daswetter.0 (1530) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                          2022-03-11 09:53:57.410 - info: hm-rega.0 (1287) added/updated 27 variables
                          2022-03-11 09:53:57.411 - info: hm-rega.0 (1287) deleted 0 variables
                          2022-03-11 09:53:57.437 - info: hm-rega.0 (1287) got 22 programs
                          2022-03-11 09:53:57.465 - info: hm-rega.0 (1287) update rooms to enum.rooms
                          2022-03-11 09:53:57.482 - info: host.raspberrypi instance system.adapter.nut.0 started with pid 1544
                          2022-03-11 09:53:57.648 - info: hm-rega.0 (1287) update functions to enum.functions
                          2022-03-11 09:53:57.822 - info: hm-rega.0 (1287) update favorites to enum.favorites
                          2022-03-11 09:53:58.045 - error: host.raspberrypi instance system.adapter.daswetter.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                          2022-03-11 09:53:58.397 - error: javascript.0 (1184) npm WARN deprecated hoek@4.2.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
                          2022-03-11 09:53:58.642 - error: javascript.0 (1184) npm
                          2022-03-11 09:53:58.643 - error: javascript.0 (1184) WARN deprecated joi@13.7.0: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
                          2022-03-11 09:53:58.679 - error: javascript.0 (1184) npm
                          2022-03-11 09:53:58.680 - error: javascript.0 (1184) WARN deprecated hoek@5.0.4: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
                          2022-03-11 09:53:58.708 - error: javascript.0 (1184) npm
                          2022-03-11 09:53:58.709 - error: javascript.0 (1184) WARN deprecated topo@3.0.3: This module has moved and is now available at @hapi/topo. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.
                          2022-03-11 09:53:58.727 - error: javascript.0 (1184) npm
                          2022-03-11 09:53:58.729 - error: javascript.0 (1184) WARN deprecated hoek@6.1.3: This module has moved and is now available at @hapi/hoek. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.
                          2022-03-11 09:53:58.786 - info: hm-rega.0 (1287) added/updated 22 programs
                          2022-03-11 09:53:58.787 - info: hm-rega.0 (1287) deleted 0 programs
                          2022-03-11 09:53:58.962 - info: host.raspberrypi instance system.adapter.fritzbox.0 started with pid 1557
                          2022-03-11 09:54:00.818 - info: nut.0 (1544) starting. Version 1.5.0 in /opt/iobroker/node_modules/iobroker.nut, node: v14.19.0, js-controller: 3.3.22
                          2022-03-11 09:54:01.620 - info: fritzbox.0 (1557) starting. Version 0.2.1 in /opt/iobroker/node_modules/iobroker.fritzbox, node: v14.19.0, js-controller: 3.3.22
                          2022-03-11 09:54:01.670 - info: fritzbox.0 (1557) try to connect: 192.168.178.1
                          2022-03-11 09:54:01.706 - info: fritzbox.0 (1557) adapter connected to fritzbox: 192.168.178.1
                          2022-03-11 09:54:01.717 - info: fritzbox.0 (1557) State value to set for "fritzbox.0.calls.ringActualNumbers" has to be type "string" but received type "object"
                          2022-03-11 09:54:01.719 - info: fritzbox.0 (1557) State value to set for "fritzbox.0.calls.connectNumbers" has to be type "string" but received type "object"
                          2022-03-11 09:54:01.720 - info: fritzbox.0 (1557) State value to set for "fritzbox.0.calls.counterActualCalls.ringCount" has to be type "string" but received type "number"
                          2022-03-11 09:54:01.722 - info: fritzbox.0 (1557) State value to set for "fritzbox.0.calls.counterActualCalls.callCount" has to be type "string" but received type "number"
                          2022-03-11 09:54:01.723 - info: fritzbox.0 (1557) State value to set for "fritzbox.0.calls.counterActualCalls.connectCount" has to be type "string" but received type "number"
                          2022-03-11 09:54:01.725 - info: fritzbox.0 (1557) State value to set for "fritzbox.0.calls.counterActualCalls.allActiveCount" has to be type "string" but received type "number"
                          2022-03-11 09:54:03.081 - info: host.raspberrypi instance system.adapter.geofency.0 started with pid 1583
                          2022-03-11 09:54:04.071 - info: host.raspberrypi instance system.adapter.rpi2.0 started with pid 1591
                          2022-03-11 09:54:05.556 - info: geofency.0 (1583) starting. Version 1.0.3 in /opt/iobroker/node_modules/iobroker.geofency, node: v14.19.0, js-controller: 3.3.22
                          2022-03-11 09:54:05.637 - info: geofency.0 (1583) Adapter got 'Ready' Signal - initiating Main function...
                          2022-03-11 09:54:05.696 - info: geofency.0 (1583) http server listening on port 7999
                          2022-03-11 09:54:06.700 - info: javascript.0 (1184)
                          > node-expat@2.4.0 install /opt/iobroker/node_modules/iobroker.javascript/node_modules/node-expat
                          > node-gyp rebuild
                          2022-03-11 09:54:07.119 - info: host.raspberrypi instance system.adapter.harmony.0 started with pid 1624
                          2022-03-11 09:54:07.362 - info: rpi2.0 (1591) starting. Version 1.3.1 in /opt/iobroker/node_modules/iobroker.rpi2, node: v14.19.0, js-controller: 3.3.22
                          2022-03-11 09:54:07.981 - error: rpi2.0 (1591) No Value found for cpu_frequency
                          2022-03-11 09:54:08.287 - error: javascript.0 (1184) Traceback (most recent call last):
                          2022-03-11 09:54:08.289 - error: javascript.0 (1184) File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py", line 47, in
                          import gyp
                          File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 10, in
                          import gyp.input
                          File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 7, in
                          import ast
                          ImportError: No module named ast
                          2022-03-11 09:54:08.322 - error: javascript.0 (1184) gyp ERR! configure error
                          gyp ERR! stack Error: `gyp` failed with exit code: 1
                          gyp ERR! stack at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)
                          gyp ERR! stack at ChildProcess.emit (events.js:400:28)
                          gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:282:12)
                          2022-03-11 09:54:08.323 - error: javascript.0 (1184) gyp ERR! System Linux 5.10.103-v7l+
                          gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
                          gyp ERR! cwd /opt/iobroker/node_modules/iobroker.javascript/node_modules/node-expat
                          2022-03-11 09:54:08.327 - error: javascript.0 (1184) gyp ERR! node -v v14.19.0
                          gyp ERR! node-gyp -v v5.1.0
                          gyp ERR! not ok
                          2022-03-11 09:54:09.877 - error: rpi2.0 (1591) Cannot initialize/setMode GPIO: Error: The module '/opt/iobroker/node_modules/epoll/build/Release/epoll.node'
                          was compiled against a different Node.js version using
                          NODE_MODULE_VERSION 64. This version of Node.js requires
                          NODE_MODULE_VERSION 83. Please try re-compiling or re-installing
                          the module (for instance, using `npm rebuild` or `npm install`).
                          2022-03-11 09:54:10.076 - error: javascript.0 (1184) npm
                          2022-03-11 09:54:10.077 - error: javascript.0 (1184) ERR! code ELIFECYCLE
                          npm ERR! errno 1
                          2022-03-11 09:54:10.107 - error: javascript.0 (1184) npm ERR! node-expat@2.4.0 install: `node-gyp rebuild`
                          npm ERR! Exit status 1
                          npm ERR!
                          npm ERR! Failed at the node-expat@2.4.0 install script.
                          npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                          2022-03-11 09:54:10.117 - error: javascript.0 (1184)
                          2022-03-11 09:54:10.120 - error: javascript.0 (1184) npm ERR! A complete log of this run can be found in:
                          npm ERR! /home/iobroker/.npm/_logs/2022-03-11T08_54_10_109Z-debug.log
                          2022-03-11 09:54:10.137 - error: javascript.0 (1184) Cannot install owlintuition: 1
                          2022-03-11 09:54:10.139 - info: javascript.0 (1184) npm install owlintuition --production (System call)
                          2022-03-11 09:54:10.159 - info: harmony.0 (1624) starting. Version 1.2.2 in /opt/iobroker/node_modules/iobroker.harmony, node: v14.19.0, js-controller: 3.3.22
                          2022-03-11 09:54:10.251 - info: harmony.0 (1624) [DISCOVER] Searching for Harmony Hubs on 255.255.255.255
                          2022-03-11 09:54:10.963 - info: host.raspberrypi instance system.adapter.heatingcontrol.0 started with pid 1715
                          2022-03-11 09:54:12.875 - info: host.raspberrypi instance system.adapter.sonoff.0 started with pid 1729
                          2022-03-11 09:54:13.428 - info: host.raspberrypi instance system.adapter.shelly.0 started with pid 1736
                          2022-03-11 09:54:13.629 - info: heatingcontrol.0 (1715) starting. Version 2.7.2 in /opt/iobroker/node_modules/iobroker.heatingcontrol, node: v14.19.0, js-controller: 3.3.22
                          2022-03-11 09:54:13.765 - info: heatingcontrol.0 (1715) start CreateDatabase
                          2022-03-11 09:54:13.770 - warn: heatingcontrol.0 (1715) CreateDatabase: none active thermostats found! []
                          2022-03-11 09:54:13.771 - info: heatingcontrol.0 (1715) CreateDatabase done with 2 rooms
                          2022-03-11 09:54:13.776 - info: heatingcontrol.0 (1715) start CreateDatapoints
                          2022-03-11 09:54:14.069 - info: heatingcontrol.0 (1715) CreateDatapoints done
                          2022-03-11 09:54:14.185 - info: heatingcontrol.0 (1715) start SetInfo
                          2022-03-11 09:54:14.263 - info: heatingcontrol.0 (1715) SetInfo done
                          2022-03-11 09:54:14.269 - error: javascript.0 (1184) npm
                          2022-03-11 09:54:14.264 - info: heatingcontrol.0 (1715) start SetCurrent
                          2022-03-11 09:54:14.282 - error: javascript.0 (1184)
                          2022-03-11 09:54:14.284 - error: javascript.0 (1184) WARN
                          2022-03-11 09:54:14.286 - error: javascript.0 (1184)
                          2022-03-11 09:54:14.289 - error: javascript.0 (1184) read-shrinkwrap
                          2022-03-11 09:54:14.290 - info: heatingcontrol.0 (1715) SetCurrent done
                          2022-03-11 09:54:14.301 - error: javascript.0 (1184) This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I'll try to do my best with it!
                          2022-03-11 09:54:14.309 - info: heatingcontrol.0 (1715) subscribe devices start
                          2022-03-11 09:54:14.310 - info: heatingcontrol.0 (1715) subscribe thermostats current 0
                          2022-03-11 09:54:14.311 - info: heatingcontrol.0 (1715) subscribe devices done
                          2022-03-11 09:54:14.332 - info: heatingcontrol.0 (1715) start create cron jobs for profile type 1 (Mo - Su)
                          2022-03-11 09:54:14.492 - info: heatingcontrol.0 (1715) 5 cron job(s) created
                          2022-03-11 09:54:14.494 - info: heatingcontrol.0 (1715) start statemachine
                          2022-03-11 09:54:14.700 - info: heatingcontrol.0 (1715) check all active sensors
                          2022-03-11 09:54:14.706 - info: heatingcontrol.0 (1715) checking external states
                          2022-03-11 09:54:14.944 - info: host.raspberrypi instance system.adapter.ping.0 started with pid 1754
                          2022-03-11 09:54:15.460 - info: host.raspberrypi instance system.adapter.info.0 started with pid 1761
                          2022-03-11 09:54:17.622 - info: sonoff.0 (1729) starting. Version 2.4.7 in /opt/iobroker/node_modules/iobroker.sonoff, node: v14.19.0, js-controller: 3.3.22
                          2022-03-11 09:54:17.825 - info: sonoff.0 (1729) Starting MQTT server on port 1884
                          2022-03-11 09:54:19.197 - info: host.raspberrypi instance system.adapter.mqtt-client.0 started with pid 1794
                          2022-03-11 09:54:19.245 - info: host.raspberrypi instance system.adapter.statistics.0 started with pid 1800
                          2022-03-11 09:54:19.587 - error: javascript.0 (1184) npm
                          2022-03-11 09:54:19.589 - error: javascript.0 (1184)
                          2022-03-11 09:54:19.591 - error: javascript.0 (1184) WARN
                          2022-03-11 09:54:19.593 - error: javascript.0 (1184)
                          2022-03-11 09:54:19.602 - error: javascript.0 (1184) deprecated joi@13.7.0: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
                          2022-03-11 09:54:19.735 - info: heatingcontrol.0 (1715) checking external states done
                          2022-03-11 09:54:19.736 - info: heatingcontrol.0 (1715) calculate current profile point for all rooms
                          2022-03-11 09:54:19.747 - info: heatingcontrol.0 (1715) start calculate current profile point for profile type 1 (Mo - Su)
                          2022-03-11 09:54:20.467 - info: heatingcontrol.0 (1715) start calculate current profile point for profile type 1 (Mo - Su)
                          2022-03-11 09:54:20.555 - error: javascript.0 (1184) npm
                          2022-03-11 09:54:20.557 - error: javascript.0 (1184)
                          2022-03-11 09:54:20.558 - error: javascript.0 (1184) WARN
                          2022-03-11 09:54:20.560 - error: javascript.0 (1184)
                          2022-03-11 09:54:20.578 - error: javascript.0 (1184) deprecated hoek@4.2.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
                          2022-03-11 09:54:20.696 - error: javascript.0 (1184) npm
                          2022-03-11 09:54:20.699 - error: javascript.0 (1184)
                          2022-03-11 09:54:20.707 - error: javascript.0 (1184) WARN
                          2022-03-11 09:54:20.709 - error: javascript.0 (1184)
                          2022-03-11 09:54:20.713 - error: javascript.0 (1184) deprecated
                          2022-03-11 09:54:20.718 - error: javascript.0 (1184) hoek@5.0.4: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
                          2022-03-11 09:54:20.816 - info: shelly.0 (1736) starting. Version 5.3.2 in /opt/iobroker/node_modules/iobroker.shelly, node: v14.19.0, js-controller: 3.3.22
                          2022-03-11 09:54:21.096 - info: ping.0 (1754) starting. Version 1.5.0 in /opt/iobroker/node_modules/iobroker.ping, node: v14.19.0, js-controller: 3.3.22
                          2022-03-11 09:54:21.380 - info: heatingcontrol.0 (1715) statemachine started
                          2022-03-11 09:54:21.524 - error: javascript.0 (1184) npm
                          2022-03-11 09:54:21.526 - error: javascript.0 (1184) WARN deprecated topo@3.0.3: This module has moved and is now available at @hapi/topo. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.
                          2022-03-11 09:54:21.556 - error: javascript.0 (1184) npm
                          2022-03-11 09:54:21.562 - error: javascript.0 (1184)
                          2022-03-11 09:54:21.563 - error: javascript.0 (1184) WARN
                          2022-03-11 09:54:21.566 - error: javascript.0 (1184)
                          2022-03-11 09:54:21.568 - error: javascript.0 (1184) deprecated
                          2022-03-11 09:54:21.572 - error: javascript.0 (1184) hoek@6.1.3: This module has moved and is now available at @hapi/hoek. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.
                          2022-03-11 09:54:21.638 - info: shelly.0 (1736) Starting in CoAP mode.
                          2022-03-11 09:54:21.837 - info: shelly.0 (1736) [CoAP] Listening for packets in the network
                          2022-03-11 09:54:22.351 - info: shelly.0 (1736) [CoAP] Device 192.168.178.127 (shellyem / shellyem-B049DB / SHEM#B049DB#1) connected! Polltime set to 10 sec.
                          2022-03-11 09:54:22.452 - debug: statistics.0 (1800) Redis Objects: Use Redis connection: 127.0.0.1:9001
                          2022-03-11 09:54:22.585 - info: host.raspberrypi instance system.adapter.alexa2.0 started with pid 1835
                          2022-03-11 09:54:22.636 - debug: statistics.0 (1800) Objects client ready ... initialize now
                          2022-03-11 09:54:22.656 - debug: statistics.0 (1800) Objects create System PubSub Client
                          2022-03-11 09:54:22.659 - debug: statistics.0 (1800) Objects create User PubSub Client
                          2022-03-11 09:54:22.661 - debug: statistics.0 (1800) Objects client initialize lua scripts
                          2022-03-11 09:54:22.719 - debug: statistics.0 (1800) Objects connected to redis: 127.0.0.1:9001
                          2022-03-11 09:54:22.743 - debug: statistics.0 (1800) objectDB connected
                          2022-03-11 09:54:22.746 - debug: statistics.0 (1800) Redis States: Use Redis connection: 127.0.0.1:9000
                          2022-03-11 09:54:22.775 - debug: statistics.0 (1800) States create System PubSub Client
                          2022-03-11 09:54:22.777 - debug: statistics.0 (1800) States create User PubSub Client
                          2022-03-11 09:54:22.819 - debug: statistics.0 (1800) States connected to redis: 127.0.0.1:9000
                          2022-03-11 09:54:22.820 - debug: statistics.0 (1800) statesDB connected
                          2022-03-11 09:54:23.045 - info: host.raspberrypi instance system.adapter.tankerkoenig.0 started with pid 1842
                          2022-03-11 09:54:25.536 - debug: statistics.0 (1800) Plugin sentry Initialize Plugin (enabled=true)
                          2022-03-11 09:54:25.613 - info: host.raspberrypi instance system.adapter.backitup.0 started with pid 1861
                          2022-03-11 09:54:25.787 - info: mqtt-client.0 (1794) starting. Version 1.5.0 in /opt/iobroker/node_modules/iobroker.mqtt-client, node: v14.19.0, js-controller: 3.3.22
                          2022-03-11 09:54:26.233 - info: info.0 (1761) starting. Version 1.9.8 in /opt/iobroker/node_modules/iobroker.info, node: v14.19.0, js-controller: 3.3.22
                          2022-03-11 09:54:26.236 - info: mqtt-client.0 (1794) enabled syncing of 0_userdata.0.MQTT_Daten.Test (publish/subscribe:false/true)
                          2022-03-11 09:54:26.238 - info: mqtt-client.0 (1794) Try to connect to mqtt://MQTT_Broker:*******************@192.168.178.41:1883?clientId=IOBROKER_MQTT
                          2022-03-11 09:54:26.609 - info: mqtt-client.0 (1794) connected to broker
                          2022-03-11 09:54:26.684 - info: info.0 (1761) Reading/updating systemdata.
                          2022-03-11 09:54:27.109 - info: statistics.0 (1800) starting. Version 1.0.9 in /opt/iobroker/node_modules/iobroker.statistics, node: v14.19.0, js-controller: 3.3.22
                          2022-03-11 09:54:27.363 - info: shelly.0 (1736) [CoAP] Device 192.168.178.79 (shelly1 / shelly1-76A1BD / SHSW-1#76A1BD#1) connected! Polltime set to 10 sec.
                          2022-03-11 09:54:27.504 - info: statistics.0 (1800) [INFO] statistics observes 0 values after startup
                          2022-03-11 09:54:27.640 - info: host.raspberrypi instance system.adapter.terminal.0 started with pid 1903
                          2022-03-11 09:54:27.682 - debug: statistics.0 (1800) [INFO] avg5min status = true next event: 11 Mar 2022 09:55:00
                          2022-03-11 09:54:27.685 - debug: statistics.0 (1800) [INFO] fifteenMinSave status = true next event: 11 Mar 2022 10:00:00
                          2022-03-11 09:54:27.687 - debug: statistics.0 (1800) [INFO] hourSave status = true next event: 11 Mar 2022 10:00:00
                          2022-03-11 09:54:27.730 - debug: statistics.0 (1800) [INFO] dayTriggerTimeCount status = true next event: 11 Mar 2022 23:59:58
                          2022-03-11 09:54:27.734 - debug: statistics.0 (1800) [INFO] daySave status = true next event: 12 Mar 2022 00:00:00
                          2022-03-11 09:54:27.736 - debug: statistics.0 (1800) [INFO] weekSave status = true next event: 14 Mar 2022 00:00:00
                          2022-03-11 09:54:27.740 - debug: statistics.0 (1800) [INFO] monthSave status = true next event: 1 Apr 2022 00:00:00
                          2022-03-11 09:54:27.742 - debug: statistics.0 (1800) [INFO] quarterSave status = true next event: 1 Apr 2022 00:00:00
                          2022-03-11 09:54:27.750 - debug: statistics.0 (1800) [INFO] yearSave status = true next event: 1 Jan 2023 00:00:00
                          2022-03-11 09:54:28.114 - info: shelly.0 (1736) [CoAP] Device 192.168.178.108 (shelly1 / shelly1-8CAAB561C3BD / SHSW-1#8CAAB561C3BD#1) connected! Polltime set to 10 sec.
                          2022-03-11 09:54:28.446 - info: alexa2.0 (1835) starting. Version 3.11.2 in /opt/iobroker/node_modules/iobroker.alexa2, node: v14.19.0, js-controller: 3.3.22
                          2022-03-11 09:54:29.014 - info: tankerkoenig.0 (1842) starting. Version 2.1.1 in /opt/iobroker/node_modules/iobroker.tankerkoenig, node: v14.19.0, js-controller: 3.3.22
                          2022-03-11 09:54:29.122 - info: tankerkoenig.0 (1842) Sync time set to 10 minutes or 600000 ms
                          2022-03-11 09:54:32.217 - info: alexa2.0 (1835) Alexa-Push-Connection (macDms = true) established. Disable Polling
                          2022-03-11 09:54:32.353 - info: host.raspberrypi instance system.adapter.text2command.0 started with pid 1975
                          2022-03-11 09:54:32.713 - info: info.0 (1761) State value to set for "info.0.sysinfo.cpu.info.speed" has to be type "string" but received type "number"
                          2022-03-11 09:54:33.555 - info: terminal.0 (1903) starting. Version 0.1.2 in /opt/iobroker/node_modules/iobroker.terminal, node: v14.19.0, js-controller: 3.3.22
                          2022-03-11 09:54:33.570 - info: info.0 (1761) State value to set for "info.0.sysinfo.cpu.info.cache-l1d" has to be type "number" but received type "string"
                          2022-03-11 09:54:33.712 - info: info.0 (1761) State value to set for "info.0.sysinfo.cpu.info.cache-l1i" has to be type "number" but received type "string"
                          2022-03-11 09:54:33.807 - info: info.0 (1761) State value to set for "info.0.sysinfo.cpu.info.cache-l2" has to be type "number" but received type "string"
                          2022-03-11 09:54:33.833 - info: terminal.0 (1903) http server listening on port 8088
                          2022-03-11 09:54:34.148 - info: info.0 (1761) State value to set for "info.0.sysinfo.cpu.info.cache-l3" has to be type "number" but received type "string"
                          2022-03-11 09:54:35.088 - info: backitup.0 (1861) starting. Version 2.2.3 in /opt/iobroker/node_modules/iobroker.backitup, node: v14.19.0, js-controller: 3.3.22
                          2022-03-11 09:54:35.146 - info: host.raspberrypi instance system.adapter.upnp.0 started with pid 1997
                          2022-03-11 09:54:35.276 - info: backitup.0 (1861) [iobroker] backup was activated at 20:00 every 1 day(s)
                          2022-03-11 09:54:35.391 - info: javascript.0 (1184)
                          > node-expat@2.4.0 install /opt/iobroker/node_modules/iobroker.javascript/node_modules/node-expat
                          > node-gyp rebuild
                          2022-03-11 09:54:36.681 - info: info.0 (1761) Reading CPU data every 3 seconds.
                          2022-03-11 09:54:36.811 - info: info.0 (1761) cpu Temp res = {"main":50.147,"cores":[],"max":50.147,"socket":[],"chipset":null}
                          2022-03-11 09:54:37.172 - info: info.0 (1761) Reading CPU temp data every 3 seconds.
                          2022-03-11 09:54:37.943 - error: javascript.0 (1184) Traceback (most recent call last):
                          2022-03-11 09:54:37.956 - error: javascript.0 (1184) File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py", line 47, in
                          2022-03-11 09:54:37.958 - error: javascript.0 (1184)
                          2022-03-11 09:54:37.960 - error: javascript.0 (1184) import gyp
                          2022-03-11 09:54:37.972 - error: javascript.0 (1184) File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 10, in
                          import gyp.input
                          File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 7, in
                          import ast
                          ImportError: No module named ast
                          2022-03-11 09:54:38.021 - error: javascript.0 (1184) gyp ERR! configure error
                          gyp ERR! stack Error: `gyp` failed with exit code: 1
                          gyp ERR!
                          2022-03-11 09:54:38.023 - error: javascript.0 (1184) stack
                          2022-03-11 09:54:38.028 - error: javascript.0 (1184) at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)
                          gyp ERR! stack at ChildProcess.emit (events.js:400:28)
                          gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:282:12)
                          gyp ERR! System Linux 5.10.103-v7l+
                          gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
                          gyp ERR! cwd /opt/iobroker/node_modules/iobroker.javascript/node_modules/node-expat
                          gyp ERR! node -v v14.19.0
                          gyp ERR! node-gyp -v v5.1.0
                          gyp ERR! not ok
                          2022-03-11 09:54:38.639 - info: info.0 (1761) Reading CPU current speed every 3 seconds.
                          2022-03-11 09:54:39.064 - info: text2command.0 (1975) starting. Version 2.1.1 in /opt/iobroker/node_modules/iobroker.text2command, node: v14.19.0, js-controller: 3.3.22
                          2022-03-11 09:54:39.317 - info: info.0 (1761) Reading memory data every 3 seconds.
                          2022-03-11 09:54:40.049 - error: javascript.0 (1184) npm ERR! code ELIFECYCLE
                          npm ERR! errno 1
                          2022-03-11 09:54:40.068 - info: upnp.0 (1997) starting. Version 1.0.19 in /opt/iobroker/node_modules/iobroker.upnp, node: v14.19.0, js-controller: 3.3.22
                          2022-03-11 09:54:40.094 - error: javascript.0 (1184) npm
                          2022-03-11 09:54:40.095 - error: javascript.0 (1184) ERR! node-expat@2.4.0 install: `node-gyp rebuild`
                          npm ERR! Exit status 1
                          npm ERR!
                          npm ERR! Failed at the node-expat@2.4.0 install script.
                          npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                          2022-03-11 09:54:40.110 - error: javascript.0 (1184)
                          2022-03-11 09:54:40.113 - error: javascript.0 (1184) npm ERR! A complete log of this run can be found in:
                          npm ERR! /home/iobroker/.npm/_logs/2022-03-11T08_54_40_100Z-debug.log
                          2022-03-11 09:54:40.116 - info: upnp.0 (1997) Auto discover: true
                          2022-03-11 09:54:40.133 - error: javascript.0 (1184) Cannot install owlintuition: 1
                          2022-03-11 09:54:40.134 - error: javascript.0 (1184) Cannot install npm packet: owlintuition
                          2022-03-11 09:54:40.392 - info: javascript.0 (1184) requesting all states
                          2022-03-11 09:54:40.396 - info: javascript.0 (1184) requesting all objects
                          2022-03-11 09:54:40.985 - info: info.0 (1761) Reading battery data every 8 seconds.
                          2022-03-11 09:54:44.324 - info: javascript.0 (1184) received all objects
                          2022-03-11 09:54:44.718 - info: javascript.0 (1184) received all states
                          2022-03-11 09:54:47.202 - info: javascript.0 (1184) Start javascript script.js.Alarmmeldungen.Fensterzustand
                          2022-03-11 09:54:47.461 - warn: javascript.0 (1184) getState "mihome.0.devices.magnet_158d000204ad93.state" not found (3)
                          2022-03-11 09:54:47.503 - warn: javascript.0 (1184) at beiProgrammStart (script.js.Alarmmeldungen.Fensterzustand:8:7)
                          
                          M Offline
                          M Offline
                          Markus Faltermeier
                          schrieb am zuletzt editiert von Markus Faltermeier
                          #31

                          @markus-faltermeier

                          2022-03-11 09:54:47.504 - warn: javascript.0 (1184) at script.js.Alarmmeldungen.Fensterzustand:47:1
                          2022-03-11 09:54:47.505 - warn: javascript.0 (1184) at script.js.Alarmmeldungen.Fensterzustand:90:3
                          2022-03-11 09:54:47.506 - warn: javascript.0 (1184) getState "mihome.0.devices.magnet_158d000309bf30.state" not found (3)
                          2022-03-11 09:54:47.508 - warn: javascript.0 (1184) at beiProgrammStart (script.js.Alarmmeldungen.Fensterzustand:11:7)
                          2022-03-11 09:54:47.509 - warn: javascript.0 (1184) at script.js.Alarmmeldungen.Fensterzustand:47:1
                          2022-03-11 09:54:47.510 - warn: javascript.0 (1184) at script.js.Alarmmeldungen.Fensterzustand:90:3
                          2022-03-11 09:54:47.511 - warn: javascript.0 (1184) getState "mihome.0.devices.magnet_158d000309bf6a.state" not found (3)
                          2022-03-11 09:54:47.540 - warn: javascript.0 (1184) at beiProgrammStart (script.js.Alarmmeldungen.Fensterzustand:14:7)
                          2022-03-11 09:54:47.541 - warn: javascript.0 (1184) at script.js.Alarmmeldungen.Fensterzustand:47:1
                          2022-03-11 09:54:47.541 - warn: javascript.0 (1184) at script.js.Alarmmeldungen.Fensterzustand:90:3
                          2022-03-11 09:54:47.543 - warn: javascript.0 (1184) getState "mihome.0.devices.magnet_158d0003130623.state" not found (3)
                          2022-03-11 09:54:47.545 - warn: javascript.0 (1184) at beiProgrammStart (script.js.Alarmmeldungen.Fensterzustand:20:7)
                          2022-03-11 09:54:47.546 - warn: javascript.0 (1184) at script.js.Alarmmeldungen.Fensterzustand:47:1
                          2022-03-11 09:54:47.547 - warn: javascript.0 (1184) at script.js.Alarmmeldungen.Fensterzustand:90:3
                          2022-03-11 09:54:47.547 - warn: javascript.0 (1184) getState "mihome.0.devices.magnet_158d000313066b.state" not found (3)
                          2022-03-11 09:54:47.550 - warn: javascript.0 (1184) at beiProgrammStart (script.js.Alarmmeldungen.Fensterzustand:23:7)
                          2022-03-11 09:54:47.550 - warn: javascript.0 (1184) at script.js.Alarmmeldungen.Fensterzustand:47:1
                          2022-03-11 09:54:47.551 - warn: javascript.0 (1184) at script.js.Alarmmeldungen.Fensterzustand:90:3
                          2022-03-11 09:54:47.562 - warn: javascript.0 (1184) getState "mihome.0.devices.magnet_158d000319ae53.state" not found (3)
                          2022-03-11 09:54:47.564 - warn: javascript.0 (1184) at beiProgrammStart (script.js.Alarmmeldungen.Fensterzustand:26:7)
                          2022-03-11 09:54:47.565 - warn: javascript.0 (1184) at script.js.Alarmmeldungen.Fensterzustand:47:1
                          2022-03-11 09:54:47.566 - warn: javascript.0 (1184) at script.js.Alarmmeldungen.Fensterzustand:90:3
                          2022-03-11 09:54:47.566 - warn: javascript.0 (1184) getState "mihome.0.devices.magnet_158d00032b762e.state" not found (3)
                          2022-03-11 09:54:47.569 - warn: javascript.0 (1184) at beiProgrammStart (script.js.Alarmmeldungen.Fensterzustand:38:7)
                          2022-03-11 09:54:47.569 - warn: javascript.0 (1184) at script.js.Alarmmeldungen.Fensterzustand:47:1
                          2022-03-11 09:54:47.570 - warn: javascript.0 (1184) at script.js.Alarmmeldungen.Fensterzustand:90:3
                          2022-03-11 09:54:47.581 - info: javascript.0 (1184) script.js.Alarmmeldungen.Fensterzustand: 0
                          2022-03-11 09:54:47.587 - info: javascript.0 (1184) script.js.Alarmmeldungen.Fensterzustand: registered 1 subscription and 0 schedules
                          2022-03-11 09:54:48.582 - info: javascript.0 (1184) Start javascript script.js.Backup.Backup
                          2022-03-11 09:54:48.762 - info: javascript.0 (1184) script.js.Backup.Backup: registered 0 subscriptions and 1 schedule
                          2022-03-11 09:54:48.763 - info: javascript.0 (1184) Start javascript script.js.Batteriezustände.Batteriezustand_Fenstersensor_Bad
                          2022-03-11 09:54:48.771 - info: javascript.0 (1184) script.js.Batteriezustände.Batteriezustand_Fenstersensor_Bad: startCRON
                          2022-03-11 09:54:48.785 - info: javascript.0 (1184) script.js.Batteriezustände.Batteriezustand_Fenstersensor_Bad: registered 0 subscriptions and 1 schedule
                          2022-03-11 09:54:48.785 - info: javascript.0 (1184) Start javascript script.js.Batteriezustände.Batteriezustand_Fenstersensor_Buegelzimmer
                          2022-03-11 09:54:48.817 - warn: javascript.0 (1184) getState "mihome.0.devices.magnet_158d000313066b.percent" not found (3)
                          2022-03-11 09:54:48.819 - warn: javascript.0 (1184) at beiProgrammStart (script.js.Batteriezustände.Batteriezustand_Fenstersensor_Buegelzimmer:8:7)
                          2022-03-11 09:54:48.820 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Buegelzimmer:44:1
                          2022-03-11 09:54:48.820 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Buegelzimmer:47:3
                          2022-03-11 09:54:48.821 - warn: javascript.0 (1184) getState "mihome.0.devices.magnet_158d000313066b.percent" not found (3)
                          2022-03-11 09:54:48.823 - warn: javascript.0 (1184) at beiProgrammStart (script.js.Batteriezustände.Batteriezustand_Fenstersensor_Buegelzimmer:10:14)
                          2022-03-11 09:54:48.824 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Buegelzimmer:44:1
                          2022-03-11 09:54:48.824 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Buegelzimmer:47:3
                          2022-03-11 09:54:48.825 - warn: javascript.0 (1184) getState "mihome.0.devices.magnet_158d000313066b.percent" not found (3)
                          2022-03-11 09:54:48.827 - warn: javascript.0 (1184) at beiProgrammStart (script.js.Batteriezustände.Batteriezustand_Fenstersensor_Buegelzimmer:12:14)
                          2022-03-11 09:54:48.828 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Buegelzimmer:44:1
                          2022-03-11 09:54:48.828 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Buegelzimmer:47:3
                          2022-03-11 09:54:48.829 - warn: javascript.0 (1184) getState "mihome.0.devices.magnet_158d000313066b.percent" not found (3)
                          2022-03-11 09:54:48.831 - warn: javascript.0 (1184) at beiProgrammStart (script.js.Batteriezustände.Batteriezustand_Fenstersensor_Buegelzimmer:14:14)
                          2022-03-11 09:54:48.832 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Buegelzimmer:44:1
                          2022-03-11 09:54:48.832 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Buegelzimmer:47:3
                          2022-03-11 09:54:48.833 - info: javascript.0 (1184) script.js.Batteriezustände.Batteriezustand_Fenstersensor_Buegelzimmer: startCRON
                          2022-03-11 09:54:48.893 - info: javascript.0 (1184) script.js.Batteriezustände.Batteriezustand_Fenstersensor_Buegelzimmer: registered 0 subscriptions and 1 schedule
                          2022-03-11 09:54:48.894 - info: javascript.0 (1184) Start javascript script.js.Batteriezustände.Batteriezustand_Fenstersensor_Buero
                          2022-03-11 09:54:48.901 - warn: javascript.0 (1184) getState "mihome.0.devices.magnet_158d000204ad93.percent" not found (3)
                          2022-03-11 09:54:48.904 - warn: javascript.0 (1184) at beiProgrammStart (script.js.Batteriezustände.Batteriezustand_Fenstersensor_Buero:8:7)
                          2022-03-11 09:54:48.911 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Buero:44:1
                          2022-03-11 09:54:48.912 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Buero:47:3
                          2022-03-11 09:54:48.912 - warn: javascript.0 (1184) getState "mihome.0.devices.magnet_158d000204ad93.percent" not found (3)
                          2022-03-11 09:54:48.914 - warn: javascript.0 (1184) at beiProgrammStart (script.js.Batteriezustände.Batteriezustand_Fenstersensor_Buero:10:14)
                          2022-03-11 09:54:48.915 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Buero:44:1
                          2022-03-11 09:54:48.915 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Buero:47:3
                          2022-03-11 09:54:48.916 - warn: javascript.0 (1184) getState "mihome.0.devices.magnet_158d000204ad93.percent" not found (3)
                          2022-03-11 09:54:48.919 - warn: javascript.0 (1184) at beiProgrammStart (script.js.Batteriezustände.Batteriezustand_Fenstersensor_Buero:12:14)
                          2022-03-11 09:54:48.920 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Buero:44:1
                          2022-03-11 09:54:48.921 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Buero:47:3
                          2022-03-11 09:54:48.921 - warn: javascript.0 (1184) getState "mihome.0.devices.magnet_158d000204ad93.percent" not found (3)
                          2022-03-11 09:54:48.936 - warn: javascript.0 (1184) at beiProgrammStart (script.js.Batteriezustände.Batteriezustand_Fenstersensor_Buero:14:14)
                          2022-03-11 09:54:48.936 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Buero:44:1
                          2022-03-11 09:54:48.937 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Buero:47:3
                          2022-03-11 09:54:48.938 - info: javascript.0 (1184) script.js.Batteriezustände.Batteriezustand_Fenstersensor_Buero: startCRON
                          2022-03-11 09:54:48.949 - info: javascript.0 (1184) script.js.Batteriezustände.Batteriezustand_Fenstersensor_Buero: registered 0 subscriptions and 1 schedule
                          2022-03-11 09:54:48.951 - info: javascript.0 (1184) Start javascript script.js.Batteriezustände.Batteriezustand_Fenstersensor_Dusche
                          2022-03-11 09:54:48.962 - warn: javascript.0 (1184) getState "mihome.0.devices.magnet_158d0003130623.percent" not found (3)
                          2022-03-11 09:54:48.965 - warn: javascript.0 (1184) at beiProgrammStart (script.js.Batteriezustände.Batteriezustand_Fenstersensor_Dusche:8:7)
                          2022-03-11 09:54:48.965 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Dusche:44:1
                          2022-03-11 09:54:48.966 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Dusche:47:3
                          2022-03-11 09:54:48.966 - warn: javascript.0 (1184) getState "mihome.0.devices.magnet_158d0003130623.percent" not found (3)
                          2022-03-11 09:54:48.968 - warn: javascript.0 (1184) at beiProgrammStart (script.js.Batteriezustände.Batteriezustand_Fenstersensor_Dusche:10:14)
                          2022-03-11 09:54:48.969 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Dusche:44:1
                          2022-03-11 09:54:48.970 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Dusche:47:3
                          2022-03-11 09:54:48.970 - warn: javascript.0 (1184) getState "mihome.0.devices.magnet_158d0003130623.percent" not found (3)
                          2022-03-11 09:54:48.973 - warn: javascript.0 (1184) at beiProgrammStart (script.js.Batteriezustände.Batteriezustand_Fenstersensor_Dusche:12:14)
                          2022-03-11 09:54:48.973 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Dusche:44:1
                          2022-03-11 09:54:48.974 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Dusche:47:3
                          2022-03-11 09:54:48.974 - warn: javascript.0 (1184) getState "mihome.0.devices.magnet_158d0003130623.percent" not found (3)
                          2022-03-11 09:54:48.976 - warn: javascript.0 (1184) at beiProgrammStart (script.js.Batteriezustände.Batteriezustand_Fenstersensor_Dusche:14:14)
                          2022-03-11 09:54:48.977 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Dusche:44:1
                          2022-03-11 09:54:48.977 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Dusche:47:3
                          2022-03-11 09:54:48.978 - info: javascript.0 (1184) script.js.Batteriezustände.Batteriezustand_Fenstersensor_Dusche: startCRON
                          2022-03-11 09:54:48.984 - info: javascript.0 (1184) script.js.Batteriezustände.Batteriezustand_Fenstersensor_Dusche: registered 0 subscriptions and 1 schedule
                          2022-03-11 09:54:48.985 - info: javascript.0 (1184) Start javascript script.js.Batteriezustände.Batteriezustand_Fenstersensor_Esszimmer1
                          2022-03-11 09:54:49.012 - info: javascript.0 (1184) script.js.Batteriezustände.Batteriezustand_Fenstersensor_Esszimmer1: startCRON
                          2022-03-11 09:54:49.020 - info: javascript.0 (1184) script.js.Batteriezustände.Batteriezustand_Fenstersensor_Esszimmer1: registered 0 subscriptions and 1 schedule
                          2022-03-11 09:54:49.028 - info: javascript.0 (1184) Start javascript script.js.Batteriezustände.Batteriezustand_Fenstersensor_Esszimmer2
                          2022-03-11 09:54:49.036 - info: javascript.0 (1184) script.js.Batteriezustände.Batteriezustand_Fenstersensor_Esszimmer2: startCRON
                          2022-03-11 09:54:49.043 - info: javascript.0 (1184) script.js.Batteriezustände.Batteriezustand_Fenstersensor_Esszimmer2: registered 0 subscriptions and 1 schedule
                          2022-03-11 09:54:49.044 - info: javascript.0 (1184) Start javascript script.js.Batteriezustände.Batteriezustand_Fenstersensor_Gang
                          2022-03-11 09:54:49.079 - warn: javascript.0 (1184) getState "mihome.0.devices.magnet_158d000309bf30.percent" not found (3)
                          2022-03-11 09:54:49.098 - warn: javascript.0 (1184) at beiProgrammStart (script.js.Batteriezustände.Batteriezustand_Fenstersensor_Gang:8:7)
                          2022-03-11 09:54:49.099 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Gang:44:1
                          2022-03-11 09:54:49.100 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Gang:47:3
                          2022-03-11 09:54:49.100 - warn: javascript.0 (1184) getState "mihome.0.devices.magnet_158d000309bf30.percent" not found (3)
                          2022-03-11 09:54:49.103 - warn: javascript.0 (1184) at beiProgrammStart (script.js.Batteriezustände.Batteriezustand_Fenstersensor_Gang:10:14)
                          2022-03-11 09:54:49.103 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Gang:44:1
                          2022-03-11 09:54:49.104 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Gang:47:3
                          2022-03-11 09:54:49.105 - warn: javascript.0 (1184) getState "mihome.0.devices.magnet_158d000309bf30.percent" not found (3)
                          2022-03-11 09:54:49.106 - warn: javascript.0 (1184) at beiProgrammStart (script.js.Batteriezustände.Batteriezustand_Fenstersensor_Gang:12:14)
                          2022-03-11 09:54:49.107 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Gang:44:1
                          2022-03-11 09:54:49.108 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Gang:47:3
                          2022-03-11 09:54:49.108 - warn: javascript.0 (1184) getState "mihome.0.devices.magnet_158d000309bf30.percent" not found (3)
                          2022-03-11 09:54:49.110 - warn: javascript.0 (1184) at beiProgrammStart (script.js.Batteriezustände.Batteriezustand_Fenstersensor_Gang:14:14)
                          2022-03-11 09:54:49.111 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Gang:44:1
                          2022-03-11 09:54:49.111 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Gang:47:3
                          2022-03-11 09:54:49.112 - info: javascript.0 (1184) script.js.Batteriezustände.Batteriezustand_Fenstersensor_Gang: startCRON
                          2022-03-11 09:54:49.118 - info: javascript.0 (1184) script.js.Batteriezustände.Batteriezustand_Fenstersensor_Gang: registered 0 subscriptions and 1 schedule
                          2022-03-11 09:54:49.119 - info: javascript.0 (1184) Start javascript script.js.Batteriezustände.Batteriezustand_Fenstersensor_Kueche
                          2022-03-11 09:54:49.127 - warn: javascript.0 (1184) getState "mihome.0.devices.magnet_158d000319ae53.percent" not found (3)
                          2022-03-11 09:54:49.133 - warn: javascript.0 (1184) at beiProgrammStart (script.js.Batteriezustände.Batteriezustand_Fenstersensor_Kueche:8:7)
                          2022-03-11 09:54:49.134 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Kueche:44:1
                          2022-03-11 09:54:49.135 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Kueche:47:3
                          2022-03-11 09:54:49.135 - warn: javascript.0 (1184) getState "mihome.0.devices.magnet_158d000319ae53.percent" not found (3)
                          2022-03-11 09:54:49.137 - warn: javascript.0 (1184) at beiProgrammStart (script.js.Batteriezustände.Batteriezustand_Fenstersensor_Kueche:10:14)
                          2022-03-11 09:54:49.138 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Kueche:44:1
                          2022-03-11 09:54:49.139 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Kueche:47:3
                          2022-03-11 09:54:49.139 - warn: javascript.0 (1184) getState "mihome.0.devices.magnet_158d000319ae53.percent" not found (3)
                          2022-03-11 09:54:49.141 - warn: javascript.0 (1184) at beiProgrammStart (script.js.Batteriezustände.Batteriezustand_Fenstersensor_Kueche:12:14)
                          2022-03-11 09:54:49.142 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Kueche:44:1
                          2022-03-11 09:54:49.142 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Kueche:47:3
                          2022-03-11 09:54:49.143 - warn: javascript.0 (1184) getState "mihome.0.devices.magnet_158d000319ae53.percent" not found (3)
                          2022-03-11 09:54:49.144 - warn: javascript.0 (1184) at beiProgrammStart (script.js.Batteriezustände.Batteriezustand_Fenstersensor_Kueche:14:14)
                          2022-03-11 09:54:49.145 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Kueche:44:1
                          2022-03-11 09:54:49.146 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Kueche:47:3
                          2022-03-11 09:54:49.146 - info: javascript.0 (1184) script.js.Batteriezustände.Batteriezustand_Fenstersensor_Kueche: startCRON
                          2022-03-11 09:54:49.158 - info: javascript.0 (1184) script.js.Batteriezustände.Batteriezustand_Fenstersensor_Kueche: registered 0 subscriptions and 1 schedule
                          2022-03-11 09:54:49.160 - info: javascript.0 (1184) Start javascript script.js.Batteriezustände.Batteriezustand_Fenstersensor_Schlafzimmer
                          2022-03-11 09:54:49.169 - warn: javascript.0 (1184) getState "mihome.0.devices.magnet_158d00032b762e.percent" not found (3)
                          2022-03-11 09:54:49.171 - warn: javascript.0 (1184) at beiProgrammStart (script.js.Batteriezustände.Batteriezustand_Fenstersensor_Schlafzimmer:8:7)
                          2022-03-11 09:54:49.172 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Schlafzimmer:44:1
                          2022-03-11 09:54:49.172 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Schlafzimmer:47:3
                          2022-03-11 09:54:49.173 - warn: javascript.0 (1184) getState "mihome.0.devices.magnet_158d00032b762e.percent" not found (3)
                          2022-03-11 09:54:49.175 - warn: javascript.0 (1184) at beiProgrammStart (script.js.Batteriezustände.Batteriezustand_Fenstersensor_Schlafzimmer:10:14)
                          2022-03-11 09:54:49.175 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Schlafzimmer:44:1
                          2022-03-11 09:54:49.176 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Schlafzimmer:47:3
                          2022-03-11 09:54:49.176 - warn: javascript.0 (1184) getState "mihome.0.devices.magnet_158d00032b762e.percent" not found (3)
                          2022-03-11 09:54:49.178 - warn: javascript.0 (1184) at beiProgrammStart (script.js.Batteriezustände.Batteriezustand_Fenstersensor_Schlafzimmer:12:14)
                          2022-03-11 09:54:49.179 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Schlafzimmer:44:1
                          2022-03-11 09:54:49.179 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Schlafzimmer:47:3
                          2022-03-11 09:54:49.180 - warn: javascript.0 (1184) getState "mihome.0.devices.magnet_158d00032b762e.percent" not found (3)
                          2022-03-11 09:54:49.183 - warn: javascript.0 (1184) at beiProgrammStart (script.js.Batteriezustände.Batteriezustand_Fenstersensor_Schlafzimmer:14:14)
                          2022-03-11 09:54:49.184 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Schlafzimmer:44:1
                          2022-03-11 09:54:49.185 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Schlafzimmer:47:3
                          2022-03-11 09:54:49.186 - info: javascript.0 (1184) script.js.Batteriezustände.Batteriezustand_Fenstersensor_Schlafzimmer: startCRON
                          2022-03-11 09:54:49.195 - info: javascript.0 (1184) script.js.Batteriezustände.Batteriezustand_Fenstersensor_Schlafzimmer: registered 0 subscriptions and 1 schedule
                          2022-03-11 09:54:49.277 - info: javascript.0 (1184) Start javascript script.js.Batteriezustände.Batteriezustand_Fenstersensor_Speis
                          2022-03-11 09:54:49.296 - info: javascript.0 (1184) script.js.Batteriezustände.Batteriezustand_Fenstersensor_Speis: startCRON
                          2022-03-11 09:54:49.319 - info: javascript.0 (1184) script.js.Batteriezustände.Batteriezustand_Fenstersensor_Speis: registered 0 subscriptions and 1 schedule
                          2022-03-11 09:54:49.343 - info: javascript.0 (1184) Start javascript script.js.Batteriezustände.Batteriezustand_Fenstersensor_Wohnzimmer
                          2022-03-11 09:54:49.350 - warn: javascript.0 (1184) getState "mihome.0.devices.magnet_158d000309bf6a.percent" not found (3)
                          2022-03-11 09:54:49.353 - warn: javascript.0 (1184) at beiProgrammStart (script.js.Batteriezustände.Batteriezustand_Fenstersensor_Wohnzimmer:8:7)
                          2022-03-11 09:54:49.354 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Wohnzimmer:44:1
                          2022-03-11 09:54:49.355 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Wohnzimmer:47:3
                          2022-03-11 09:54:49.356 - warn: javascript.0 (1184) getState "mihome.0.devices.magnet_158d000309bf6a.percent" not found (3)
                          2022-03-11 09:54:49.358 - warn: javascript.0 (1184) at beiProgrammStart (script.js.Batteriezustände.Batteriezustand_Fenstersensor_Wohnzimmer:10:14)
                          2022-03-11 09:54:49.360 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Wohnzimmer:44:1
                          2022-03-11 09:54:49.361 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Wohnzimmer:47:3
                          2022-03-11 09:54:49.382 - warn: javascript.0 (1184) getState "mihome.0.devices.magnet_158d000309bf6a.percent" not found (3)
                          2022-03-11 09:54:49.384 - warn: javascript.0 (1184) at beiProgrammStart (script.js.Batteriezustände.Batteriezustand_Fenstersensor_Wohnzimmer:12:14)
                          2022-03-11 09:54:49.385 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Wohnzimmer:44:1
                          2022-03-11 09:54:49.385 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Wohnzimmer:47:3
                          2022-03-11 09:54:49.386 - warn: javascript.0 (1184) getState "mihome.0.devices.magnet_158d000309bf6a.percent" not found (3)
                          2022-03-11 09:54:49.388 - warn: javascript.0 (1184) at beiProgrammStart (script.js.Batteriezustände.Batteriezustand_Fenstersensor_Wohnzimmer:14:14)
                          2022-03-11 09:54:49.389 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Wohnzimmer:44:1
                          2022-03-11 09:54:49.389 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Fenstersensor_Wohnzimmer:47:3
                          2022-03-11 09:54:49.390 - info: javascript.0 (1184) script.js.Batteriezustände.Batteriezustand_Fenstersensor_Wohnzimmer: startCRON
                          2022-03-11 09:54:49.415 - info: javascript.0 (1184) script.js.Batteriezustände.Batteriezustand_Fenstersensor_Wohnzimmer: registered 0 subscriptions and 1 schedule
                          2022-03-11 09:54:49.416 - info: javascript.0 (1184) Start javascript script.js.Batteriezustände.Batteriezustand_Wassersensor_Keller
                          2022-03-11 09:54:49.437 - info: javascript.0 (1184) script.js.Batteriezustände.Batteriezustand_Wassersensor_Keller: startCRON
                          2022-03-11 09:54:49.443 - info: javascript.0 (1184) script.js.Batteriezustände.Batteriezustand_Wassersensor_Keller: registered 0 subscriptions and 1 schedule
                          2022-03-11 09:54:49.444 - info: javascript.0 (1184) Start javascript script.js.Batteriezustände.Batteriezustand_Wassersensor_Speis
                          2022-03-11 09:54:49.469 - warn: javascript.0 (1184) getState "mihome.0.devices.sensor_wleak_aq1_158d000271be3b.percent" not found (3)
                          2022-03-11 09:54:49.471 - warn: javascript.0 (1184) at beiProgrammStart (script.js.Batteriezustände.Batteriezustand_Wassersensor_Speis:8:7)
                          2022-03-11 09:54:49.482 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Wassersensor_Speis:44:1
                          2022-03-11 09:54:49.482 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Wassersensor_Speis:47:3
                          2022-03-11 09:54:49.483 - warn: javascript.0 (1184) getState "mihome.0.devices.sensor_wleak_aq1_158d000271be3b.percent" not found (3)
                          2022-03-11 09:54:49.485 - warn: javascript.0 (1184) at beiProgrammStart (script.js.Batteriezustände.Batteriezustand_Wassersensor_Speis:10:14)
                          2022-03-11 09:54:49.486 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Wassersensor_Speis:44:1
                          2022-03-11 09:54:49.486 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Wassersensor_Speis:47:3
                          2022-03-11 09:54:49.487 - warn: javascript.0 (1184) getState "mihome.0.devices.sensor_wleak_aq1_158d000271be3b.percent" not found (3)
                          2022-03-11 09:54:49.489 - warn: javascript.0 (1184) at beiProgrammStart (script.js.Batteriezustände.Batteriezustand_Wassersensor_Speis:12:14)
                          2022-03-11 09:54:49.490 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Wassersensor_Speis:44:1
                          2022-03-11 09:54:49.491 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Wassersensor_Speis:47:3
                          2022-03-11 09:54:49.505 - warn: javascript.0 (1184) getState "mihome.0.devices.sensor_wleak_aq1_158d000271be3b.percent" not found (3)
                          2022-03-11 09:54:49.507 - warn: javascript.0 (1184) at beiProgrammStart (script.js.Batteriezustände.Batteriezustand_Wassersensor_Speis:14:14)
                          2022-03-11 09:54:49.508 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Wassersensor_Speis:44:1
                          2022-03-11 09:54:49.508 - warn: javascript.0 (1184) at script.js.Batteriezustände.Batteriezustand_Wassersensor_Speis:47:3
                          2022-03-11 09:54:49.509 - info: javascript.0 (1184) script.js.Batteriezustände.Batteriezustand_Wassersensor_Speis: startCRON
                          2022-03-11 09:54:49.516 - info: javascript.0 (1184) script.js.Batteriezustände.Batteriezustand_Wassersensor_Speis: registered 0 subscriptions and 1 schedule
                          2022-03-11 09:54:49.517 - info: javascript.0 (1184) Start javascript script.js.Bewegungsmelder.Bewegungsmelder_Haustüre
                          2022-03-11 09:54:49.556 - info: javascript.0 (1184) script.js.Bewegungsmelder.Bewegungsmelder_Haustüre: registered 1 subscription and 0 schedules
                          2022-03-11 09:54:49.557 - info: javascript.0 (1184) Start javascript script.js.Brunnen_Beleuchtung.Zeitschaltuhr_Brunnen_Beleuchtung1
                          2022-03-11 09:54:49.565 - info: javascript.0 (1184) script.js.Brunnen_Beleuchtung.Zeitschaltuhr_Brunnen_Beleuchtung1: getState(id=javascript.0.Meine_Datenpunkte.Brunnen_Beleuchtung.Brunnen_Beleuchtung_Startzeit_1, timerId=undefined) => {"val":"06:00:00","ack":true,"ts":1645948361986,"q":0,"from":"system.adapter.mqtt.1","user":"system.user.admin","lc":1565543745837}
                          2022-03-11 09:54:49.566 - info: javascript.0 (1184) script.js.Brunnen_Beleuchtung.Zeitschaltuhr_Brunnen_Beleuchtung1: getState(id=javascript.0.Meine_Datenpunkte.Brunnen_Beleuchtung.Brunnen_Beleuchtung_Startzeit_1, timerId=undefined) => {"val":"06:00:00","ack":true,"ts":1645948361986,"q":0,"from":"system.adapter.mqtt.1","user":"system.user.admin","lc":1565543745837}
                          2022-03-11 09:54:49.568 - info: javascript.0 (1184) script.js.Brunnen_Beleuchtung.Zeitschaltuhr_Brunnen_Beleuchtung1: getState(id=javascript.0.Meine_Datenpunkte.Brunnen_Beleuchtung.Brunnen_Beleuchtung_Startzeit_2, timerId=undefined) => {"val":"18:30:00","ack":true,"ts":1645948361993,"q":0,"from":"system.adapter.mqtt.1","user":"system.user.admin","lc":1565543758659}
                          2022-03-11 09:54:49.569 - info: javascript.0 (1184) script.js.Brunnen_Beleuchtung.Zeitschaltuhr_Brunnen_Beleuchtung1: getState(id=javascript.0.Meine_Datenpunkte.Brunnen_Beleuchtung.Brunnen_Beleuchtung_Startzeit_2, timerId=undefined) => {"val":"18:30:00","ack":true,"ts":1645948361993,"q":0,"from":"system.adapter.mqtt.1","user":"system.user.admin","lc":1565543758659}
                          2022-03-11 09:54:49.569 - info: javascript.0 (1184) script.js.Brunnen_Beleuchtung.Zeitschaltuhr_Brunnen_Beleuchtung1: getState(id=javascript.0.Meine_Datenpunkte.Brunnen_Beleuchtung.Brunnen_Beleuchtung_Endezeit_1, timerId=undefined) => {"val":"08:00:00","ack":true,"ts":1645948361957,"q":0,"from":"system.adapter.mqtt.1","user":"system.user.admin","lc":1620362758214}
                          2022-03-11 09:54:49.570 - info: javascript.0 (1184) script.js.Brunnen_Beleuchtung.Zeitschaltuhr_Brunnen_Beleuchtung1: getState(id=javascript.0.Meine_Datenpunkte.Brunnen_Beleuchtung.Brunnen_Beleuchtung_Endezeit_1, timerId=undefined) => {"val":"08:00:00","ack":true,"ts":1645948361957,"q":0,"from":"system.adapter.mqtt.1","user":"system.user.admin","lc":1620362758214}
                          2022-03-11 09:54:49.571 - info: javascript.0 (1184) script.js.Brunnen_Beleuchtung.Zeitschaltuhr_Brunnen_Beleuchtung1: getState(id=javascript.0.Meine_Datenpunkte.Brunnen_Beleuchtung.Brunnen_Beleuchtung_Endezeit_2, timerId=undefined) => {"val":"22:00:00","ack":true,"ts":1645948361967,"q":0,"from":"system.adapter.mqtt.1","user":"system.user.admin","lc":1565543765185}
                          2022-03-11 09:54:49.573 - info: javascript.0 (1184) script.js.Brunnen_Beleuchtung.Zeitschaltuhr_Brunnen_Beleuchtung1: getState(id=javascript.0.Meine_Datenpunkte.Brunnen_Beleuchtung.Brunnen_Beleuchtung_Endezeit_2, timerId=undefined) => {"val":"22:00:00","ack":true,"ts":1645948361967,"q":0,"from":"system.adapter.mqtt.1","user":"system.user.admin","lc":1565543765185}
                          2022-03-11 09:54:49.575 - info: javascript.0 (1184) script.js.Brunnen_Beleuchtung.Zeitschaltuhr_Brunnen_Beleuchtung1: getState(id=javascript.0.Meine_Datenpunkte.Brunnen_Beleuchtung.Brunnen_Beleuchtung_So, timerId=undefined) => {"val":true,"ack":true,"ts":1645948361982,"q":0,"from":"system.adapter.mqtt.1","user":"system.user.admin","lc":1584861219539}
                          2022-03-11 09:54:49.578 - info: javascript.0 (1184) script.js.Brunnen_Beleuchtung.Zeitschaltuhr_Brunnen_Beleuchtung1: getState(id=javascript.0.Meine_Datenpunkte.Brunnen_Beleuchtung.Brunnen_Beleuchtung_Mo, timerId=undefined) => {"val":true,"ack":true,"ts":1645948361971,"q":0,"from":"system.adapter.mqtt.1","user":"system.user.admin","lc":1584861216645}
                          2022-03-11 09:54:49.579 - info: javascript.0 (1184) script.js.Brunnen_Beleuchtung.Zeitschaltuhr_Brunnen_Beleuchtung1: getState(id=javascript.0.Meine_Datenpunkte.Brunnen_Beleuchtung.Brunnen_Beleuchtung_Di, timerId=undefined) => {"val":true,"ack":true,"ts":1645948361956,"q":0,"from":"system.adapter.mqtt.1","user":"system.user.admin","lc":1584861217110}
                          2022-03-11 09:54:49.580 - info: javascript.0 (1184) script.js.Brunnen_Beleuchtung.Zeitschaltuhr_Brunnen_Beleuchtung1: getState(id=javascript.0.Meine_Datenpunkte.Brunnen_Beleuchtung.Brunnen_Beleuchtung_Mi, timerId=undefined) => {"val":true,"ack":true,"ts":1645948361968,"q":0,"from":"system.adapter.mqtt.1","user":"system.user.admin","lc":1584861217666}
                          2022-03-11 09:54:49.581 - info: javascript.0 (1184) script.js.Brunnen_Beleuchtung.Zeitschaltuhr_Brunnen_Beleuchtung1: getState(id=javascript.0.Meine_Datenpunkte.Brunnen_Beleuchtung.Brunnen_Beleuchtung_Do, timerId=undefined) => {"val":true,"ack":true,"ts":1645948361957,"q":0,"from":"system.adapter.mqtt.1","user":"system.user.admin","lc":1584861218146}
                          2022-03-11 09:54:49.582 - info: javascript.0 (1184) script.js.Brunnen_Beleuchtung.Zeitschaltuhr_Brunnen_Beleuchtung1: getState(id=javascript.0.Meine_Datenpunkte.Brunnen_Beleuchtung.Brunnen_Beleuchtung_Fr, timerId=undefined) => {"val":true,"ack":true,"ts":1645948361968,"q":0,"from":"system.adapter.mqtt.1","user":"system.user.admin","lc":1584861218591}
                          2022-03-11 09:54:49.583 - info: javascript.0 (1184) script.js.Brunnen_Beleuchtung.Zeitschaltuhr_Brunnen_Beleuchtung1: getState(id=javascript.0.Meine_Datenpunkte.Brunnen_Beleuchtung.Brunnen_Beleuchtung_Sa, timerId=undefined) => {"val":true,"ack":true,"ts":1645948361981,"q":0,"from":"system.adapter.mqtt.1","user":"system.user.admin","lc":1584861219097}
                          2022-03-11 09:54:49.584 - info: javascript.0 (1184) script.js.Brunnen_Beleuchtung.Zeitschaltuhr_Brunnen_Beleuchtung1: getState(id=javascript.0.Meine_Datenpunkte.Brunnen_Beleuchtung.Brunnen_Beleuchtung_Zeitschaltuhr_aktiv, timerId=undefined) => {"val":0,"ack":true,"ts":1645948362051,"q":0,"from":"system.adapter.mqtt.1","user":"system.user.admin","lc":1645947397321}
                          2022-03-11 09:54:49.585 - info: javascript.0 (1184) script.js.Brunnen_Beleuchtung.Zeitschaltuhr_Brunnen_Beleuchtung1: subscribe: {"pattern":{"id":"javascript.0.Meine_Datenpunkte.Brunnen_Beleuchtung.Brunnen_Beleuchtung_Zeitschaltuhr_aktiv","change":"ne","q":0},"name":"script.js.Brunnen_Beleuchtung.Zeitschaltuhr_Brunnen_Beleuchtung1"}
                          2022-03-11 09:54:49.586 - info: javascript.0 (1184) script.js.Brunnen_Beleuchtung.Zeitschaltuhr_Brunnen_Beleuchtung1: subscribe: {"pattern":{"id":{},"change":"ne","q":0},"name":"script.js.Brunnen_Beleuchtung.Zeitschaltuhr_Brunnen_Beleuchtung1"}
                          2022-03-11 09:54:49.587 - info: javascript.0 (1184) script.js.Brunnen_Beleuchtung.Zeitschaltuhr_Brunnen_Beleuchtung1: subscribe: {"pattern":{"id":{},"change":"ne","q":0},"name":"script.js.Brunnen_Beleuchtung.Zeitschaltuhr_Brunnen_Beleuchtung1"}
                          2022-03-11 09:54:49.588 - info: javascript.0 (1184) script.js.Brunnen_Beleuchtung.Zeitschaltuhr_Brunnen_Beleuchtung1: registered 3 subscriptions and 0 schedules
                          2022-03-11 09:54:49.589 - info: javascript.0 (1184) Start javascript script.js.Brunnen_Pumpe.Zeitschaltuhr_Brunnen_Pumpe1
                          2022-03-11 09:54:49.598 - info: javascript.0 (1184) script.js.Brunnen_Pumpe.Zeitschaltuhr_Brunnen_Pumpe1: registered 3 subscriptions and 0 schedules
                          2022-03-11 09:54:49.599 - info: javascript.0 (1184) Start javascript script.js.Entertain.Volume
                          2022-03-11 09:54:49.606 - info: javascript.0 (1184) script.js.Entertain.Volume: registered 1 subscription and 0 schedules
                          2022-03-11 09:54:49.607 - info: javascript.0 (1184) Start javascript script.js.Fritzbox.IP-Adressen
                          2022-03-11 09:54:49.628 - info: javascript.0 (1184) script.js.Fritzbox.IP-Adressen: registered 0 subscriptions and 9 schedules
                          2022-03-11 09:54:49.629 - info: javascript.0 (1184) Start javascript script.js.Heizung_Buero.Heizung_Buero_automatisch
                          2022-03-11 09:54:49.645 - info: javascript.0 (1184) script.js.Heizung_Buero.Heizung_Buero_automatisch: registered 0 subscriptions and 6 schedules
                          2022-03-11 09:54:49.646 - info: javascript.0 (1184) Start javascript script.js.Heizung_Buero.Heizung_Buero_automatisch_Fenster_auf
                          2022-03-11 09:54:49.653 - info: javascript.0 (1184) script.js.Heizung_Buero.Heizung_Buero_automatisch_Fenster_auf: registered 1 subscription and 0 schedules
                          2022-03-11 09:54:49.654 - info: javascript.0 (1184) Start javascript script.js.Heizung_Buero.Heizung_Buero_manuell
                          2022-03-11 09:54:49.666 - info: javascript.0 (1184) script.js.Heizung_Buero.Heizung_Buero_manuell: registered 1 subscription and 0 schedules
                          2022-03-11 09:54:49.667 - info: javascript.0 (1184) Start javascript script.js.Heizung_Küche.Heizung_Küche_automatisch
                          2022-03-11 09:54:49.682 - info: javascript.0 (1184) script.js.Heizung_Küche.Heizung_Küche_automatisch: registered 0 subscriptions and 6 schedules
                          2022-03-11 09:54:49.683 - info: javascript.0 (1184) Start javascript script.js.Heizung_Küche.Heizung_Küche_automatisch_Fenster_auf
                          2022-03-11 09:54:49.689 - info: javascript.0 (1184) script.js.Heizung_Küche.Heizung_Küche_automatisch_Fenster_auf: registered 1 subscription and 0 schedules
                          2022-03-11 09:54:49.690 - info: javascript.0 (1184) Start javascript script.js.Heizung_Küche.Heizung_Küche_manuell
                          2022-03-11 09:54:49.696 - info: javascript.0 (1184) script.js.Heizung_Küche.Heizung_Küche_manuell: registered 0 subscriptions and 0 schedules
                          2022-03-11 09:54:49.697 - info: javascript.0 (1184) Start javascript script.js.NotKlingel.Notklingel
                          2022-03-11 09:54:49.704 - info: javascript.0 (1184) script.js.NotKlingel.Notklingel: registered 1 subscription and 0 schedules
                          2022-03-11 09:54:49.704 - info: javascript.0 (1184) Start javascript script.js.Rolladen_Buero.Zeitschaltuhr_Rolladen_Buero
                          2022-03-11 09:54:49.712 - info: javascript.0 (1184) script.js.Rolladen_Buero.Zeitschaltuhr_Rolladen_Buero: registered 2 subscriptions and 0 schedules
                          2022-03-11 09:54:49.713 - info: javascript.0 (1184) Start javascript script.js.Rolladen_Schlafzimmer.Zeitschaltuhr_Rolladen_Schlafzimmer
                          2022-03-11 09:54:49.720 - info: javascript.0 (1184) script.js.Rolladen_Schlafzimmer.Zeitschaltuhr_Rolladen_Schlafzimmer: registered 2 subscriptions and 0 schedules
                          2022-03-11 09:54:49.721 - info: javascript.0 (1184) Start javascript script.js.Steckdose_Gartenhaus.Zeitschaltuhr_Steckdose_Gartenhaus1
                          2022-03-11 09:54:49.729 - warn: javascript.0 (1184) getState "MeineDatenpunkte.0.Aussensteckdose_Gartenhaus.Aussensteckdose_GH_Zeitschaltuhr_aktiv" not found (3)
                          2022-03-11 09:54:49.732 - warn: javascript.0 (1184) at beiProgrammStart (script.js.Steckdose_Gartenhaus.Zeitschaltuhr_Steckdose_Gartenhaus1:9:7)
                          2022-03-11 09:54:49.732 - warn: javascript.0 (1184) at script.js.Steckdose_Gartenhaus.Zeitschaltuhr_Steckdose_Gartenhaus1:88:1
                          2022-03-11 09:54:49.733 - warn: javascript.0 (1184) at script.js.Steckdose_Gartenhaus.Zeitschaltuhr_Steckdose_Gartenhaus1:128:3
                          2022-03-11 09:54:49.735 - info: javascript.0 (1184) script.js.Steckdose_Gartenhaus.Zeitschaltuhr_Steckdose_Gartenhaus1: registered 3 subscriptions and 0 schedules
                          2022-03-11 09:54:49.736 - info: javascript.0 (1184) Start javascript script.js.Steckdose_Wohnmobil.Zeitschaltuhr_Steckdose_Wohnmobil1
                          2022-03-11 09:54:49.745 - info: javascript.0 (1184) script.js.Steckdose_Wohnmobil.Zeitschaltuhr_Steckdose_Wohnmobil1: 0
                          2022-03-11 09:54:49.750 - info: javascript.0 (1184) script.js.Steckdose_Wohnmobil.Zeitschaltuhr_Steckdose_Wohnmobil1: cron2
                          2022-03-11 09:54:49.759 - info: javascript.0 (1184) script.js.Steckdose_Wohnmobil.Zeitschaltuhr_Steckdose_Wohnmobil1: cron3
                          2022-03-11 09:54:49.761 - info: javascript.0 (1184) script.js.Steckdose_Wohnmobil.Zeitschaltuhr_Steckdose_Wohnmobil1: registered 3 subscriptions and 2 schedules
                          2022-03-11 09:54:49.762 - info: javascript.0 (1184) Start javascript script.js.Weihnachtsbeleuchtung_Büro.Zeitschaltuhr_Weihnachtsbeleuchtung_Buero1
                          2022-03-11 09:54:49.770 - warn: javascript.0 (1184) getState "MeineDatenpunkte.0.Weihnachtsbeleuchtung_Buero.Weihnachtsbeleuchtung_Buero_Zeitschaltuhr_aktiv" not found (3)
                          2022-03-11 09:54:49.773 - warn: javascript.0 (1184) at beiProgrammStart (script.js.Weihnachtsbeleuchtung_Büro.Zeitschaltuhr_Weihnachtsbeleuchtung_Buero1:9:7)
                          2022-03-11 09:54:49.774 - warn: javascript.0 (1184) at script.js.Weihnachtsbeleuchtung_Büro.Zeitschaltuhr_Weihnachtsbeleuchtung_Buero1:88:1
                          2022-03-11 09:54:49.775 - warn: javascript.0 (1184) at script.js.Weihnachtsbeleuchtung_Büro.Zeitschaltuhr_Weihnachtsbeleuchtung_Buero1:128:3
                          2022-03-11 09:54:49.782 - info: javascript.0 (1184) script.js.Weihnachtsbeleuchtung_Büro.Zeitschaltuhr_Weihnachtsbeleuchtung_Buero1: registered 3 subscriptions and 0 schedules
                          2022-03-11 09:54:49.783 - info: javascript.0 (1184) Start javascript script.js.Weihnachtsbeleuchtung_Haustüre.Zeitschaltuhr_Weihnachtsbeleuchtung_Haustuere1
                          2022-03-11 09:54:49.793 - info: javascript.0 (1184) script.js.Weihnachtsbeleuchtung_Haustüre.Zeitschaltuhr_Weihnachtsbeleuchtung_Haustuere1: registered 3 subscriptions and 0 schedules
                          2022-03-11 09:54:49.803 - info: javascript.0 (1184) Start javascript script.js.Wetter.Heute
                          2022-03-11 09:54:49.813 - info: javascript.0 (1184) script.js.Wetter.Heute: registered 1 subscription and 0 schedules
                          2022-03-11 09:54:49.814 - info: javascript.0 (1184) Start javascript script.js.Wetter.Tag2
                          2022-03-11 09:54:49.822 - info: javascript.0 (1184) script.js.Wetter.Tag2: registered 1 subscription and 0 schedules
                          2022-03-11 09:54:49.823 - info: javascript.0 (1184) Start javascript script.js.Wetter.Tag3
                          2022-03-11 09:54:49.831 - info: javascript.0 (1184) script.js.Wetter.Tag3: registered 1 subscription and 0 schedules
                          2022-03-11 09:54:49.832 - info: javascript.0 (1184) Start javascript script.js.Wetter.Tag4
                          2022-03-11 09:54:49.840 - info: javascript.0 (1184) script.js.Wetter.Tag4: registered 1 subscription and 0 schedules
                          2022-03-11 09:54:49.841 - info: javascript.0 (1184) Start javascript script.js.Wetter.Tag5
                          2022-03-11 09:54:49.849 - info: javascript.0 (1184) script.js.Wetter.Tag5: registered 1 subscription and 0 schedules
                          2022-03-11 09:54:52.295 - info: vis-google-fonts.0 (2138) starting. Version 1.0.3 in /opt/iobroker/node_modules/iobroker.vis-google-fonts, node: v14.19.0, js-controller: 3.3.22
                          2022-03-11 09:54:52.919 - info: host.raspberrypi instance system.adapter.web.0 started with pid 2238
                          2022-03-11 09:54:53.682 - info: vis-google-fonts.0 (2138) Terminated (NO_ERROR): Without reason
                          2022-03-11 09:54:54.313 - info: vis.0 (2224) starting. Version 1.4.5 in /opt/iobroker/node_modules/iobroker.vis, node: v14.19.0, js-controller: 3.3.22
                          2022-03-11 09:54:54.324 - info: info.0 (1761) Reading user data every 8 seconds.
                          2022-03-11 09:54:54.576 - info: host.raspberrypi instance system.adapter.vis-google-fonts.0 terminated while should be started once
                          2022-03-11 09:54:54.940 - info: vis.0 (2224) vis license is OK.
                          2022-03-11 09:54:55.235 - info: host.raspberrypi instance system.adapter.mihome.0 started with pid 2378
                          2022-03-11 09:54:56.695 - info: info.0 (1761) Reading process data every 8 seconds.
                          2022-03-11 09:54:58.412 - info: web.0 (2238) starting. Version 3.4.16 in /opt/iobroker/node_modules/iobroker.web, node: v14.19.0, js-controller: 3.3.22
                          2022-03-11 09:54:59.189 - info: vis.0 (2224) Terminated (NO_ERROR): Without reason
                          2022-03-11 09:54:59.219 - info: web.0 (2238) socket.io server listening on port 8084
                          2022-03-11 09:54:59.228 - info: web.0 (2238) http server listening on port 8084
                          2022-03-11 09:54:59.267 - info: host.raspberrypi instance system.adapter.mihome-vacuum.0 started with pid 2504
                          2022-03-11 09:55:00.014 - debug: statistics.0 (1800) [5 MINUTES] evaluation
                          2022-03-11 09:55:00.102 - info: host.raspberrypi instance system.adapter.vis.0 terminated while should be started once
                          2022-03-11 09:55:00.255 - info: mihome.0 (2378) starting. Version 1.3.7 in /opt/iobroker/node_modules/iobroker.mihome, node: v14.19.0, js-controller: 3.3.22
                          2022-03-11 09:55:00.592 - info: mihome.0 (2378) Change connection status: false
                          2022-03-11 09:55:01.301 - info: mihome.0 (2378) Change connection status: true
                          2022-03-11 09:55:02.914 - info: info.0 (1761) Reading disk data every 8 seconds.
                          2022-03-11 09:55:03.252 - info: host.raspberrypi instance system.adapter.iot.0 started with pid 2615
                          2022-03-11 09:55:03.308 - warn: mihome-vacuum.0 (2504) Object mihome-vacuum.0.info.dnd is invalid: obj.common.type has an invalid value (switch) but has to be one of number, string, boolean, array, object, mixed, file, json
                          2022-03-11 09:55:03.313 - warn: mihome-vacuum.0 (2504) This object will not be created in future versions. Please report this to the developer.
                          2022-03-11 09:55:05.485 - info: mihome-vacuum.0 (2504) starting. Version 1.1.5 in /opt/iobroker/node_modules/iobroker.mihome-vacuum, node: v14.19.0, js-controller: 3.3.22
                          2022-03-11 09:55:05.581 - info: mihome-vacuum.0 (2504) Expert mode disabled, states deleded
                          2022-03-11 09:55:05.584 - info: mihome-vacuum.0 (2504) Create state clean_home for controlling by cloud adapter
                          2022-03-11 09:55:05.978 - info: mihome-vacuum.0 (2504) New generation or new fw detected, create new states
                          2022-03-11 09:55:06.008 - info: mihome-vacuum.0 (2504) State value to set for "mihome-vacuum.0.info.dnd" has to be type "switch" but received type "boolean"
                          2022-03-11 09:55:09.761 - info: iot.0 (2615) starting. Version 1.8.24 in /opt/iobroker/node_modules/iobroker.iot, node: v14.19.0, js-controller: 3.3.22
                          2022-03-11 09:55:09.779 - info: alexa2.0 (1835) Subscribing to states...
                          2022-03-11 09:55:09.861 - info: javascript.0 (1184) script.js.Fritzbox.IP-Adressen: test
                          2022-03-11 09:55:10.527 - info: iot.0 (2615) Connecting with a18wym7vjdl22g.iot.eu-west-1.amazonaws.com
                          2022-03-11 09:55:12.556 - info: info.0 (1761) Reading network data every 3 seconds.
                          2022-03-11 09:55:14.129 - info: iot.0 (2615) Connection changed: connect
                          2022-03-11 09:55:15.664 - info: mihome-vacuum.0 (2504) State value to set for "mihome-vacuum.0.info.dnd" has to be type "switch" but received type "boolean"
                          2022-03-11 09:55:16.386 - info: host.raspberrypi iobroker npm-install: npm ERR! code EEXIST
                          2022-03-11 09:55:16.387 - info: host.raspberrypi iobroker npm-install: npm ERR! syscall opennpm ERR! path /home/iobroker/.npm/_locks/staging-66d2468782e8ffc7.locknpm ERR! errno -17
                          2022-03-11 09:55:16.395 - info: host.raspberrypi iobroker npm-install: npm ERR! EEXIST: file already exists, open '/home/iobroker/.npm/_locks/staging-66d2468782e8ffc7.lock'
                          2022-03-11 09:55:16.396 - info: host.raspberrypi iobroker npm-install: npm ERR! File exists: /home/iobroker/.npm/_locks/staging-66d2468782e8ffc7.locknpm ERR! Remove the existing file and try again, or run npmnpm ERR! with --force to overwrite files recklessly.
                          2022-03-11 09:55:16.487 - info: host.raspberrypi iobroker npm-install:
                          2022-03-11 09:55:16.488 - info: host.raspberrypi iobroker npm-install: npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2022-03-11T08_55_16_462Z-debug.log
                          2022-03-11 09:55:16.514 - error: host.raspberrypi iobroker npm-install: host.raspberrypi Cannot install iobroker.zigbee@1.6.16: 239
                          2022-03-11 09:55:17.539 - info: host.raspberrypi iobroker npm-install: exit 25
                          2022-03-11 09:55:18.542 - warn: host.raspberrypi startInstance cannot find adapter "radar@1.1.3". Try to install it... 1 attempt
                          2022-03-11 09:55:18.543 - info: host.raspberrypi iobroker install radar@1.1.3 using installedVersion
                          2022-03-11 09:55:20.873 - error: host.raspberrypi iobroker npm-install: host.raspberrypi Unknown packetName radar
                          2022-03-11 09:55:20.878 - info: host.raspberrypi iobroker npm-install: host.raspberrypi download radar
                          2022-03-11 09:55:20.880 - info: host.raspberrypi iobroker npm-install: File not found: radar
                          2022-03-11 09:55:20.892 - info: host.raspberrypi iobroker npm-install: exit 1
                          2022-03-11 09:55:21.893 - warn: host.raspberrypi startInstance cannot find adapter "vis-beta@0.12.11". Try to install it... 1 attempt
                          2022-03-11 09:55:21.893 - info: host.raspberrypi iobroker install vis-beta@0.12.11 using installedVersion
                          2022-03-11 09:55:24.285 - error: host.raspberrypi iobroker npm-install: host.raspberrypi Unknown packetName vis-beta
                          2022-03-11 09:55:24.289 - info: host.raspberrypi iobroker npm-install: host.raspberrypi download vis-beta
                          2022-03-11 09:55:24.290 - info: host.raspberrypi iobroker npm-install: File not found: vis-beta
                          2022-03-11 09:55:24.301 - info: host.raspberrypi iobroker npm-install: exit 1
                          2022-03-11 09:55:25.310 - warn: host.raspberrypi startInstance cannot find adapter "zigbee@1.6.16". Try to install it... 2 attempt
                          2022-03-11 09:55:25.311 - info: host.raspberrypi iobroker install zigbee@1.6.16 using installedFrom
                          2022-03-11 09:55:25.657 - info: mihome-vacuum.0 (2504) State value to set for "mihome-vacuum.0.info.dnd" has to be type "switch" but received type "boolean"
                          2022-03-11 09:55:28.520 - info: host.raspberrypi iobroker npm-install: NPM version: 6.14.16
                          2022-03-11 09:55:28.523 - info: host.raspberrypi iobroker npm-install: npm install iobroker.zigbee@1.6.16 --loglevel error --prefix "/opt/iobroker" (System call)
                          2022-03-11 09:55:35.672 - info: mihome-vacuum.0 (2504) State value to set for "mihome-vacuum.0.info.dnd" has to be type "switch" but received type "boolean"
                          2022-03-11 09:55:45.682 - info: mihome-vacuum.0 (2504) State value to set for "mihome-vacuum.0.info.dnd" has to be type "switch" but received type "boolean"
                          2022-03-11 09:55:55.666 - info: mihome-vacuum.0 (2504) State value to set for "mihome-vacuum.0.info.dnd" has to be type "switch" but received type "boolean"
                          2022-03-11 09:56:05.654 - info: mihome-vacuum.0 (2504) State value to set for "mihome-vacuum.0.info.dnd" has to be type "switch" but received type "boolean"
                          2022-03-11 09:56:15.667 - info: mihome-vacuum.0 (2504) State value to set for "mihome-vacuum.0.info.dnd" has to be type "switch" but received type "boolean"
                          2022-03-11 09:56:25.652 - info: mihome-vacuum.0 (2504) State value to set for "mihome-vacuum.0.info.dnd" has to be type "switch" but received type "boolean"
                          2022-03-11 09:56:35.660 - info: mihome-vacuum.0 (2504) State value to set for "mihome-vacuum.0.info.dnd" has to be type "switch" but received type "boolean"
                          2022-03-11 09:56:40.300 - info: fritzbox.0 (1557) data from 192.168.178.1: 11.03.22 09:56:40;CALL;1;4;094071730;067252516;SIP0;
                          2022-03-11 09:56:40.315 - info: fritzbox.0 (1557) State value to set for "fritzbox.0.system.deltaTime" has to be type "string" but received type "number"
                          2022-03-11 09:56:40.321 - info: fritzbox.0 (1557) State value to set for "fritzbox.0.calls.counterActualCalls.callCount" has to be type "string" but received type "number"
                          2022-03-11 09:56:40.325 - info: fritzbox.0 (1557) State value to set for "fritzbox.0.calls.counterActualCalls.allActiveCount" has to be type "string" but received type "number"
                          2022-03-11 09:56:45.660 - info: mihome-vacuum.0 (2504) State value to set for "mihome-vacuum.0.info.dnd" has to be type "switch" but received type "boolean"
                          2022-03-11 09:56:46.781 - info: fritzbox.0 (1557) data from 192.168.178.1: 11.03.22 09:56:46;CONNECT;1;4;067252516;
                          2022-03-11 09:56:46.793 - info: fritzbox.0 (1557) State value to set for "fritzbox.0.system.deltaTime" has to be type "string" but received type "number"
                          2022-03-11 09:56:46.802 - info: fritzbox.0 (1557) State value to set for "fritzbox.0.calls.counterActualCalls.callCount" has to be type "string" but received type "number"
                          2022-03-11 09:56:46.805 - info: fritzbox.0 (1557) State value to set for "fritzbox.0.calls.counterActualCalls.connectCount" has to be type "string" but received type "number"
                          2022-03-11 09:56:55.657 - info: mihome-vacuum.0 (2504) State value to set for "mihome-vacuum.0.info.dnd" has to be type "switch" but received type "boolean"
                          2022-03-11 09:57:05.660 - info: mihome-vacuum.0 (2504) State value to set for "mihome-vacuum.0.info.dnd" has to be type "switch" but received type "boolean"
                          2022-03-11 09:57:15.679 - info: mihome-vacuum.0 (2504) State value to set for "mihome-vacuum.0.info.dnd" has to be type "switch" but received type "boolean"
                          2022-03-11 09:57:22.295 - info: hm-rpc.2 (1421) binrpc -> listDevices 25
                          2022-03-11 09:57:22.396 - info: hm-rpc.2 (1421) new CUxD devices/channels after filter: 0
                          2022-03-11 09:57:25.674 - info: mihome-vacuum.0 (2504) State value to set for "mihome-vacuum.0.info.dnd" has to be type "switch" but received type "boolean"
                          2022-03-11 09:57:35.664 - info: mihome-vacuum.0 (2504) State value to set for "mihome-vacuum.0.info.dnd" has to be type "switch" but received type "boolean"
                          2022-03-11 09:57:45.658 - info: mihome-vacuum.0 (2504) State value to set for "mihome-vacuum.0.info.dnd" has to be type "switch" but received type "boolean"
                          2022-03-11 09:57:55.658 - info: mihome-vacuum.0 (2504) State value to set for "mihome-vacuum.0.info.dnd" has to be type "switch" but received type "boolean"
                          2022-03-11 09:58:05.658 - info: mihome-vacuum.0 (2504) State value to set for "mihome-vacuum.0.info.dnd" has to be type "switch" but received type "boolean"
                          2022-03-11 09:58:15.658 - info: mihome-vacuum.0 (2504) State value to set for "mihome-vacuum.0.info.dnd" has to be type "switch" but received type "boolean"
                          
                          1 Antwort Letzte Antwort
                          0
                          • M Markus Faltermeier

                            @thomas-braun hab versucht den admin adapter upzudaten. Hat so ausgesehen als ob es funktioniert hat. War danach auf 5.3.1
                            Dann hats ein bisschen gedauert. Dann kam diese Meldung und nichts ging mehr:

                            3afb3076-1507-4ed9-97ea-f57a72d47008-grafik.png

                            Da half dann nur noch komplett ausschalten.
                            Jetzt neu hochgefahren und der admin adapter war wieder zurück auf 5.2.3
                            Keine Ahnung was hier los ist. :-(

                            Das log sieht dazu folgendermaßen aus:

                            2022-03-11 09:48:58.968 - info: hm-rpc.3 (1125) xmlrpc client is trying to connect to 192.168.178.69:2010/ with ["http://192.168.178.42:2010","raspberrypi:hm-rpc.3"]
                            2022-03-11 09:48:59.198 - info: hm-rpc.3 (1125) Connected
                            2022-03-11 09:48:59.449 - info: hm-rpc.3 (1125) xmlrpc <- listDevices ["raspberrypi:hm-rpc.3"]
                            2022-03-11 09:48:59.538 - info: hm-rpc.3 (1125) xmlrpc -> 0 devices
                            2022-03-11 09:49:00.907 - info: hm-rpc.3 (1125) xmlrpc <- newDevices 66
                            2022-03-11 09:49:01.032 - error: javascript.0 (965) Traceback (most recent call last):
                            File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py", line 47, in
                            import gyp
                            File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 10, in
                            2022-03-11 09:49:01.037 - error: javascript.0 (965) import gyp.input
                            File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 7, in
                            import ast
                            ImportError: No module named ast
                            2022-03-11 09:49:01.043 - error: javascript.0 (965) gyp
                            2022-03-11 09:49:01.046 - error: javascript.0 (965) ERR! configure error
                            gyp ERR! stack Error: `gyp` failed with exit code: 1
                            gyp ERR! stack at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)
                            gyp ERR! stack at ChildProcess.emit (events.js:400:28)
                            gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:282:12)
                            2022-03-11 09:49:01.050 - error: javascript.0 (965) gyp ERR! System Linux 5.10.103-v7l+
                            gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
                            gyp ERR! cwd /opt/iobroker/node_modules/iobroker.javascript/node_modules/node-expat
                            gyp ERR! node -v v14.19.0
                            gyp ERR! node-gyp -v v5.1.0
                            gyp ERR! not ok
                            2022-03-11 09:49:01.169 - info: hm-rpc.3 (1125) new HMIP devices/channels after filter: 0
                            2022-03-11 09:49:01.530 - info: hue.0 (1146) starting. Version 3.5.31 in /opt/iobroker/node_modules/iobroker.hue, node: v14.19.0, js-controller: 3.3.22
                            2022-03-11 09:49:01.861 - info: hue.0 (1146) Use legacy structure, because existing
                            2022-03-11 09:49:01.875 - info: hue.0 (1146) skip switch: Philips hue.Daylight.configured
                            2022-03-11 09:49:01.876 - info: hue.0 (1146) skip switch: Philips hue.Daylight.sunriseoffset
                            2022-03-11 09:49:01.878 - info: hue.0 (1146) skip switch: Philips hue.Daylight.sunsetoffset
                            2022-03-11 09:49:01.879 - info: hue.0 (1146) created/updated 1 sensor channels
                            2022-03-11 09:49:01.933 - info: hue.0 (1146) created/updated 1 light channels
                            2022-03-11 09:49:02.017 - info: host.raspberrypi instance scheduled system.adapter.ical.0 0,30 * * * *
                            2022-03-11 09:49:02.052 - info: host.raspberrypi instance system.adapter.ical.0 started with pid 1189
                            2022-03-11 09:49:02.075 - warn: hue.0 (1146) channel "Philips_hue.Entertainment_area" already exists, using "Philips_hue.Entertainment_area_Entertainment" for group 201
                            2022-03-11 09:49:02.081 - warn: hue.0 (1146) channel "Philips_hue.Entertainment_area" already exists, using "Philips_hue.Entertainment_area_Entertainment" for group 202
                            2022-03-11 09:49:02.087 - warn: hue.0 (1146) channel "Philips_hue.Entertainment_area" already exists, using "Philips_hue.Entertainment_area_Entertainment" for group 203
                            2022-03-11 09:49:02.088 - info: hue.0 (1146) created/updated 7 groups channels
                            2022-03-11 09:49:02.094 - info: hue.0 (1146) created/updated 11 scenes
                            2022-03-11 09:49:02.095 - info: hue.0 (1146) creating/updating bridge device
                            2022-03-11 09:49:03.183 - error: javascript.0 (965) npm
                            2022-03-11 09:49:03.186 - error: javascript.0 (965)
                            2022-03-11 09:49:03.188 - error: javascript.0 (965) ERR!
                            2022-03-11 09:49:03.199 - error: javascript.0 (965) code ELIFECYCLE
                            npm ERR! errno 1
                            2022-03-11 09:49:03.281 - error: javascript.0 (965) npm
                            2022-03-11 09:49:03.284 - error: javascript.0 (965) ERR! node-expat@2.4.0 install: `node-gyp rebuild`
                            npm ERR! Exit status 1
                            npm ERR!
                            npm ERR! Failed at the node-expat@2.4.0 install script.
                            npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                            2022-03-11 09:49:03.392 - error: javascript.0 (965)
                            2022-03-11 09:49:03.393 - error: javascript.0 (965) npm ERR! A complete log of this run can be found in:
                            npm ERR! /home/iobroker/.npm/_logs/2022-03-11T08_49_03_336Z-debug.log
                            2022-03-11 09:49:03.439 - error: javascript.0 (965) Cannot install xml2js: 1
                            2022-03-11 09:49:03.441 - info: javascript.0 (965) npm install owlintuition --production (System call)
                            2022-03-11 09:49:06.762 - info: host.raspberrypi instance system.adapter.nut.0 started with pid 1220
                            2022-03-11 09:49:07.215 - info: ical.0 (1189) starting. Version 1.11.4 in /opt/iobroker/node_modules/iobroker.ical, node: v14.19.0, js-controller: 3.3.22
                            2022-03-11 09:49:08.430 - info: ical.0 (1189) processing URL: Entsorgungstermine http://p61-caldav.icloud.com/published/2/MTM3NzU4MzQ1ODEzNzc1OEKio7cqzHid6trK6D-89qGqT8yJF33oUlgqF6zTT_QYM6-GV1Ffg24vGilDcBXKV4FJUExgBrtrIjJVZSd-6Lg
                            2022-03-11 09:49:08.770 - info: ical.0 (1189) processing URL: Feiertage http://p61-caldav.icloud.com/published/2/MTM3NzU4MzQ1ODEzNzc1OEKio7cqzHid6trK6D-89qG19X_3NOEtYGJxgdKE8yk19k0qiKhBtDQluafn6pkGO246Y2s7YenfnbthqjFkKlI
                            2022-03-11 09:49:08.986 - error: javascript.0 (965) npm
                            2022-03-11 09:49:08.989 - error: javascript.0 (965) WARN read-shrinkwrap This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I'll try to do my best with it!
                            2022-03-11 09:49:09.857 - info: host.raspberrypi instance system.adapter.rpi2.0 started with pid 1260
                            2022-03-11 09:49:11.263 - info: nut.0 (1220) starting. Version 1.5.0 in /opt/iobroker/node_modules/iobroker.nut, node: v14.19.0, js-controller: 3.3.22
                            2022-03-11 09:49:13.612 - info: rpi2.0 (1260) starting. Version 1.3.1 in /opt/iobroker/node_modules/iobroker.rpi2, node: v14.19.0, js-controller: 3.3.22
                            2022-03-11 09:49:14.024 - info: host.raspberrypi instance system.adapter.shelly.0 started with pid 1287
                            2022-03-11 09:49:14.592 - error: javascript.0 (965) npm
                            2022-03-11 09:49:14.594 - error: javascript.0 (965) WARN deprecated hoek@4.2.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
                            2022-03-11 09:49:14.678 - error: javascript.0 (965) npm
                            2022-03-11 09:49:14.682 - error: javascript.0 (965)
                            2022-03-11 09:49:14.684 - error: javascript.0 (965) WARN
                            2022-03-11 09:49:14.689 - error: javascript.0 (965) deprecated joi@13.7.0: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
                            2022-03-11 09:49:14.918 - error: rpi2.0 (1260) No Value found for cpu_frequency
                            2022-03-11 09:49:15.290 - error: javascript.0 (965) npm
                            2022-03-11 09:49:15.292 - error: javascript.0 (965) WARN deprecated hoek@5.0.4: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
                            2022-03-11 09:49:15.455 - error: javascript.0 (965) npm
                            2022-03-11 09:49:15.457 - error: javascript.0 (965) WARN deprecated topo@3.0.3: This module has moved and is now available at @hapi/topo. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.
                            2022-03-11 09:49:15.496 - error: javascript.0 (965) npm
                            2022-03-11 09:49:15.498 - error: javascript.0 (965) WARN deprecated hoek@6.1.3: This module has moved and is now available at @hapi/hoek. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.
                            2022-03-11 09:49:17.815 - info: host.raspberrypi instance system.adapter.sonoff.0 started with pid 1351
                            2022-03-11 09:49:18.630 - error: rpi2.0 (1260) Cannot initialize/setMode GPIO: Error: The module '/opt/iobroker/node_modules/epoll/build/Release/epoll.node'
                            was compiled against a different Node.js version using
                            NODE_MODULE_VERSION 64. This version of Node.js requires
                            NODE_MODULE_VERSION 83. Please try re-compiling or re-installing
                            the module (for instance, using `npm rebuild` or `npm install`).
                            2022-03-11 09:49:19.950 - info: shelly.0 (1287) starting. Version 5.3.2 in /opt/iobroker/node_modules/iobroker.shelly, node: v14.19.0, js-controller: 3.3.22
                            2022-03-11 09:49:20.201 - warn: shelly.0 (1287) State "shelly.0.SHSW-1#76A1BD#1.online" has no existing object, this might lead to an error in future versions
                            2022-03-11 09:49:20.332 - warn: shelly.0 (1287) State "shelly.0.SHSW-1#8CAAB561C3BD#1.online" has no existing object, this might lead to an error in future versions
                            2022-03-11 09:49:20.371 - warn: shelly.0 (1287) State "shelly.0.SHEM#B049DB#1.online" has no existing object, this might lead to an error in future versions
                            2022-03-11 09:49:20.393 - info: shelly.0 (1287) Starting in CoAP mode.
                            2022-03-11 09:49:20.476 - info: ical.0 (1189) processing URL: Meine Termine http://p61-caldav.icloud.com/published/2/MTM3NzU4MzQ1ODEzNzc1OEKio7cqzHid6trK6D-89qE_-EnALIMu14hqvDV7g4YMLuu9RR6veTt5-O7FzFjG75m8kFB4Ek185sNpkJPVHqU
                            2022-03-11 09:49:20.533 - info: shelly.0 (1287) [CoAP] Listening for packets in the network
                            2022-03-11 09:49:20.717 - warn: shelly.0 (1287) State "shelly.0.SHSW-1#76A1BD#1.online" has no existing object, this might lead to an error in future versions
                            2022-03-11 09:49:20.727 - warn: shelly.0 (1287) State "shelly.0.SHSW-1#8CAAB561C3BD#1.online" has no existing object, this might lead to an error in future versions
                            2022-03-11 09:49:20.730 - warn: shelly.0 (1287) State "shelly.0.SHEM#B049DB#1.online" has no existing object, this might lead to an error in future versions
                            2022-03-11 09:49:22.903 - info: host.raspberrypi instance system.adapter.ping.0 started with pid 1374
                            2022-03-11 09:49:24.361 - info: sonoff.0 (1351) starting. Version 2.4.7 in /opt/iobroker/node_modules/iobroker.sonoff, node: v14.19.0, js-controller: 3.3.22
                            2022-03-11 09:49:24.498 - info: sonoff.0 (1351) Starting MQTT server on port 1884
                            2022-03-11 09:49:24.768 - info: shelly.0 (1287) [CoAP] Device 192.168.178.79 (shelly1 / shelly1-76A1BD / SHSW-1#76A1BD#1) connected! Polltime set to 10 sec.
                            2022-03-11 09:49:25.535 - info: shelly.0 (1287) [CoAP] Device 192.168.178.108 (shelly1 / shelly1-8CAAB561C3BD / SHSW-1#8CAAB561C3BD#1) connected! Polltime set to 10 sec.
                            2022-03-11 09:49:26.090 - info: host.raspberrypi instance system.adapter.mqtt-client.0 started with pid 1393
                            2022-03-11 09:49:29.379 - info: ical.0 (1189) Terminated (NO_ERROR): Without reason
                            2022-03-11 09:49:29.431 - info: ping.0 (1374) starting. Version 1.5.0 in /opt/iobroker/node_modules/iobroker.ping, node: v14.19.0, js-controller: 3.3.22
                            2022-03-11 09:49:30.270 - info: javascript.0 (965)
                            > node-expat@2.4.0 install /opt/iobroker/node_modules/iobroker.javascript/node_modules/node-expat
                            > node-gyp rebuild
                            2022-03-11 09:49:30.375 - info: host.raspberrypi instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
                            2022-03-11 09:49:30.412 - info: host.raspberrypi instance system.adapter.alexa2.0 started with pid 1424
                            2022-03-11 09:49:31.964 - info: mqtt-client.0 (1393) starting. Version 1.5.0 in /opt/iobroker/node_modules/iobroker.mqtt-client, node: v14.19.0, js-controller: 3.3.22
                            2022-03-11 09:49:32.197 - info: mqtt-client.0 (1393) enabled syncing of 0_userdata.0.MQTT_Daten.Test (publish/subscribe:false/true)
                            2022-03-11 09:49:32.199 - info: mqtt-client.0 (1393) Try to connect to mqtt://MQTT_Broker:*******************@192.168.178.41:1883?clientId=IOBROKER_MQTT
                            2022-03-11 09:49:32.417 - info: mqtt-client.0 (1393) connected to broker
                            2022-03-11 09:49:32.557 - error: javascript.0 (965) Traceback (most recent call last):
                            2022-03-11 09:49:32.568 - error: javascript.0 (965) File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py", line 47, in
                            2022-03-11 09:49:32.570 - error: javascript.0 (965)
                            2022-03-11 09:49:32.572 - error: javascript.0 (965) import gyp
                            2022-03-11 09:49:32.574 - error: javascript.0 (965) File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 10, in
                            2022-03-11 09:49:32.585 - error: javascript.0 (965) import gyp.input
                            File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 7, in
                            import ast
                            ImportError: No module named ast
                            2022-03-11 09:49:32.588 - error: javascript.0 (965) gyp
                            2022-03-11 09:49:32.590 - error: javascript.0 (965) ERR! configure error
                            2022-03-11 09:49:32.592 - error: javascript.0 (965) gyp ERR! stack Error: `gyp` failed with exit code: 1
                            gyp ERR! stack at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)
                            gyp ERR! stack at ChildProcess.emit (events.js:400:28)
                            gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:282:12)
                            2022-03-11 09:49:32.594 - error: javascript.0 (965) gyp ERR! System Linux 5.10.103-v7l+
                            gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
                            gyp ERR! cwd /opt/iobroker/node_modules/iobroker.javascript/node_modules/node-expat
                            gyp ERR! node -v v14.19.0
                            gyp ERR! node-gyp -v v5.1.0
                            gyp ERR! not ok
                            2022-03-11 09:49:33.842 - info: host.raspberrypi instance system.adapter.backitup.0 started with pid 1458
                            2022-03-11 09:49:35.029 - error: javascript.0 (965) npm
                            2022-03-11 09:49:35.031 - error: javascript.0 (965)
                            2022-03-11 09:49:35.035 - error: javascript.0 (965) ERR!
                            2022-03-11 09:49:35.039 - error: javascript.0 (965) code ELIFECYCLE
                            npm ERR! errno 1
                            2022-03-11 09:49:35.078 - error: javascript.0 (965) npm
                            2022-03-11 09:49:35.080 - error: javascript.0 (965)
                            2022-03-11 09:49:35.082 - error: javascript.0 (965) ERR!
                            2022-03-11 09:49:35.084 - error: javascript.0 (965) node-expat@2.4.0 install: `node-gyp rebuild`
                            2022-03-11 09:49:35.097 - error: javascript.0 (965) npm ERR! Exit status 1
                            npm ERR!
                            npm ERR! Failed at the node-expat@2.4.0 install script.
                            npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                            2022-03-11 09:49:35.115 - error: javascript.0 (965)
                            2022-03-11 09:49:35.117 - error: javascript.0 (965) npm
                            2022-03-11 09:49:35.119 - error: javascript.0 (965)
                            2022-03-11 09:49:35.121 - error: javascript.0 (965) ERR!
                            2022-03-11 09:49:35.123 - error: javascript.0 (965) A complete log of this run can be found in:
                            2022-03-11 09:49:35.126 - error: javascript.0 (965) npm ERR! /home/iobroker/.npm/_logs/2022-03-11T08_49_35_093Z-debug.log
                            2022-03-11 09:49:35.150 - error: javascript.0 (965) Cannot install owlintuition: 1
                            2022-03-11 09:49:35.151 - info: javascript.0 (965) npm install owlintuition --production (System call)
                            2022-03-11 09:49:35.316 - info: shelly.0 (1287) [CoAP] Device 192.168.178.127 (shellyem / shellyem-B049DB / SHEM#B049DB#1) connected! Polltime set to 10 sec.
                            2022-03-11 09:49:37.169 - info: alexa2.0 (1424) starting. Version 3.11.2 in /opt/iobroker/node_modules/iobroker.alexa2, node: v14.19.0, js-controller: 3.3.22
                            2022-03-11 09:49:37.798 - info: host.raspberrypi instance scheduled system.adapter.daswetter.0 */15 * * * *
                            2022-03-11 09:49:37.836 - info: host.raspberrypi instance system.adapter.daswetter.0 started with pid 1495
                            2022-03-11 09:49:38.829 - info: backitup.0 (1458) starting. Version 2.2.3 in /opt/iobroker/node_modules/iobroker.backitup, node: v14.19.0, js-controller: 3.3.22
                            2022-03-11 09:49:38.953 - info: backitup.0 (1458) [iobroker] backup was activated at 20:00 every 1 day(s)
                            2022-03-11 09:49:40.230 - debug: daswetter.0 (1495) Redis Objects: Use Redis connection: 127.0.0.1:9001
                            2022-03-11 09:49:40.346 - debug: daswetter.0 (1495) Objects client ready ... initialize now
                            2022-03-11 09:49:40.359 - debug: daswetter.0 (1495) Objects create System PubSub Client
                            2022-03-11 09:49:40.362 - debug: daswetter.0 (1495) Objects create User PubSub Client
                            2022-03-11 09:49:40.364 - debug: daswetter.0 (1495) Objects client initialize lua scripts
                            2022-03-11 09:49:40.403 - debug: daswetter.0 (1495) Objects connected to redis: 127.0.0.1:9001
                            2022-03-11 09:49:40.416 - debug: daswetter.0 (1495) objectDB connected
                            2022-03-11 09:49:40.421 - debug: daswetter.0 (1495) Redis States: Use Redis connection: 127.0.0.1:9000
                            2022-03-11 09:49:40.450 - debug: daswetter.0 (1495) States create System PubSub Client
                            2022-03-11 09:49:40.452 - debug: daswetter.0 (1495) States create User PubSub Client
                            2022-03-11 09:49:40.480 - debug: daswetter.0 (1495) States connected to redis: 127.0.0.1:9000
                            2022-03-11 09:49:40.482 - debug: daswetter.0 (1495) statesDB connected
                            2022-03-11 09:49:40.726 - error: javascript.0 (965) npm
                            2022-03-11 09:49:40.731 - error: javascript.0 (965)
                            2022-03-11 09:49:40.733 - error: javascript.0 (965) WARN
                            2022-03-11 09:49:40.735 - error: javascript.0 (965)
                            2022-03-11 09:49:40.743 - error: javascript.0 (965) read-shrinkwrap This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I'll try to do my best with it!
                            2022-03-11 09:49:40.871 - info: alexa2.0 (1424) Alexa-Push-Connection (macDms = true) established. Disable Polling
                            2022-03-11 09:49:41.125 - debug: daswetter.0 (1495) Plugin sentry Initialize Plugin (enabled=true)
                            2022-03-11 09:49:42.443 - info: daswetter.0 (1495) starting. Version 3.0.9 in /opt/iobroker/node_modules/iobroker.daswetter, node: v14.19.0, js-controller: 3.3.22
                            2022-03-11 09:49:42.483 - info: host.raspberrypi instance system.adapter.fritzbox.0 started with pid 1549
                            2022-03-11 09:49:42.511 - debug: daswetter.0 (1495) set timeout to 60 sec
                            2022-03-11 09:49:42.518 - debug: daswetter.0 (1495) calling forecast hourly: http://api.daswetter.com/index.php?api_lang=de&localidad=97771&affiliate_id=sbwsuizf8446&v=2.0&h=1
                            2022-03-11 09:49:42.732 - debug: daswetter.0 (1495) got response "https://www.daswetter.com/wetter_Wenzenbach-Europa-Deutschland-Bayern--1-97771.html"
                            2022-03-11 09:49:43.031 - debug: daswetter.0 (1495) result {"report":{"location":{"city":"Wenzenbach 
                            2022-03-11 09:49:47.455 - info: fritzbox.0 (1549) try to connect: 192.168.178.1
                            2022-03-11 09:49:47.543 - info: fritzbox.0 (1549) adapter connected to fritzbox: 192.168.178.1
                            2022-03-11 09:49:47.526 - debug: daswetter.0 (1495) insert NextHours.Location_1.Day_1.Hour_4.hour_value with 04:00
                            2022-03-11 09:49:48.676 - info: fritzbox.0 (1549) State value to set for "fritzbox.0.calls.ringActualNumbers" has to be type "string" but received type "object"
                            2022-03-11 09:49:48.684 - info: fritzbox.0 (1549) State value to set for "fritzbox.0.calls.connectNumbers" has to be type "string" but received type "object"
                            2022-03-11 09:49:21.125 - info: host.raspberrypi iobroker.js-controller version 3.3.22 js-controller starting
                            2022-03-11 09:49:21.133 - info: host.raspberrypi Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
                            2022-03-11 09:49:21.134 - info: host.raspberrypi hostname: raspberrypi, node: v14.19.0
                            2022-03-11 09:49:21.134 - info: host.raspberrypi ip addresses:
                            2022-03-11 09:49:21.190 - error: host.raspberrypi-Server Cannot load /opt/iobroker/iobroker-data/objects.json: /opt/iobroker/iobroker-data/objects.json: Unexpected end of JSON input. We try last Backup!
                            2022-03-11 09:52:29.719 - info: host.raspberrypi connected to Objects and States
                            2022-03-11 09:52:29.930 - info: host.raspberrypi added notifications configuration of host
                            2022-03-11 09:52:30.729 - info: host.raspberrypi 70 instances found
                            2022-03-11 09:52:30.860 - info: host.raspberrypi starting 50 instances
                            2022-03-11 09:52:30.888 - warn: host.raspberrypi startInstance cannot find adapter "zigbee@1.6.16". Try to install it... 1 attempt
                            2022-03-11 09:52:30.890 - info: host.raspberrypi iobroker install zigbee@1.6.16 using installedFrom
                            2022-03-11 09:52:31.298 - info: host.raspberrypi instance system.adapter.admin.0 started with pid 829
                            2022-03-11 09:52:33.946 - error: admin.0 (829) admin.0 already running
                            2022-03-11 09:52:33.950 - warn: admin.0 (829) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                            2022-03-11 09:52:34.631 - error: host.raspberrypi instance system.adapter.admin.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                            2022-03-11 09:52:34.633 - info: host.raspberrypi Restart adapter system.adapter.admin.0 because enabled
                            2022-03-11 09:52:34.906 - info: host.raspberrypi instance system.adapter.email.0 started with pid 912
                            2022-03-11 09:52:34.971 - info: host.raspberrypi iobroker npm-install: NPM version: 6.14.16
                            2022-03-11 09:52:34.973 - info: host.raspberrypi iobroker npm-install: npm install iobroker.zigbee@1.6.16 --loglevel error --prefix "/opt/iobroker" (System call)
                            2022-03-11 09:52:36.809 - error: email.0 (912) email.0 already running
                            2022-03-11 09:52:36.814 - warn: email.0 (912) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                            2022-03-11 09:52:37.504 - error: host.raspberrypi instance system.adapter.email.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                            2022-03-11 09:52:37.506 - info: host.raspberrypi Restart adapter system.adapter.email.0 because enabled
                            2022-03-11 09:52:39.068 - info: host.raspberrypi instance system.adapter.history.0 started with pid 962
                            2022-03-11 09:52:40.698 - error: history.0 (962) history.0 already running
                            2022-03-11 09:52:40.703 - warn: history.0 (962) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                            2022-03-11 09:52:41.404 - error: host.raspberrypi instance system.adapter.history.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                            2022-03-11 09:52:41.406 - info: host.raspberrypi Restart adapter system.adapter.history.0 because enabled
                            2022-03-11 09:52:43.055 - info: host.raspberrypi instance system.adapter.javascript.0 started with pid 984
                            2022-03-11 09:52:46.563 - error: javascript.0 (984) javascript.0 already running
                            2022-03-11 09:52:46.567 - warn: javascript.0 (984) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                            2022-03-11 09:52:47.035 - info: host.raspberrypi instance system.adapter.scenes.0 started with pid 1001
                            2022-03-11 09:52:47.303 - error: host.raspberrypi instance system.adapter.javascript.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                            2022-03-11 09:52:47.304 - info: host.raspberrypi Restart adapter system.adapter.javascript.0 because enabled
                            2022-03-11 09:52:48.709 - error: scenes.0 (1001) scenes.0 already running
                            2022-03-11 09:52:48.714 - warn: scenes.0 (1001) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                            2022-03-11 09:52:49.430 - error: host.raspberrypi instance system.adapter.scenes.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                            2022-03-11 09:52:49.431 - info: host.raspberrypi Restart adapter system.adapter.scenes.0 because enabled
                            2022-03-11 09:52:51.041 - info: host.raspberrypi instance system.adapter.pushover.0 started with pid 1018
                            2022-03-11 09:52:52.795 - error: pushover.0 (1018) pushover.0 already running
                            2022-03-11 09:52:52.800 - warn: pushover.0 (1018) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                            2022-03-11 09:52:53.490 - error: host.raspberrypi instance system.adapter.pushover.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                            2022-03-11 09:52:53.491 - info: host.raspberrypi Restart adapter system.adapter.pushover.0 because enabled
                            2022-03-11 09:52:55.157 - info: host.raspberrypi instance system.adapter.hm-rega.0 started with pid 1036
                            2022-03-11 09:52:57.223 - error: hm-rega.0 (1036) hm-rega.0 already running
                            2022-03-11 09:52:57.227 - warn: hm-rega.0 (1036) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                            2022-03-11 09:52:57.963 - error: host.raspberrypi instance system.adapter.hm-rega.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                            2022-03-11 09:52:57.964 - info: host.raspberrypi Restart adapter system.adapter.hm-rega.0 because enabled
                            2022-03-11 09:52:58.993 - info: host.raspberrypi instance system.adapter.hm-rpc.0 started with pid 1053
                            2022-03-11 09:53:00.799 - error: hm-rpc.0 (1053) hm-rpc.0 already running
                            2022-03-11 09:53:00.803 - warn: hm-rpc.0 (1053) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                            2022-03-11 09:53:01.505 - error: host.raspberrypi instance system.adapter.hm-rpc.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                            2022-03-11 09:53:01.507 - info: host.raspberrypi Restart adapter system.adapter.hm-rpc.0 because enabled
                            2022-03-11 09:53:02.996 - info: host.raspberrypi instance system.adapter.hm-rpc.1 started with pid 1074
                            2022-03-11 09:53:04.612 - error: hm-rpc.1 (1074) hm-rpc.1 already running
                            2022-03-11 09:53:04.616 - warn: hm-rpc.1 (1074) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                            2022-03-11 09:53:04.663 - info: host.raspberrypi instance system.adapter.admin.0 started with pid 1087
                            2022-03-11 09:53:05.503 - error: host.raspberrypi instance system.adapter.hm-rpc.1 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                            2022-03-11 09:53:05.506 - info: host.raspberrypi Restart adapter system.adapter.hm-rpc.1 because enabled
                            2022-03-11 09:53:07.091 - info: host.raspberrypi instance system.adapter.hm-rpc.2 started with pid 1102
                            2022-03-11 09:53:07.618 - info: host.raspberrypi instance system.adapter.email.0 started with pid 1110
                            2022-03-11 09:53:08.763 - info: admin.0 (1087) starting. Version 5.2.3 in /opt/iobroker/node_modules/iobroker.admin, node: v14.19.0, js-controller: 3.3.22
                            2022-03-11 09:53:08.994 - info: admin.0 (1087) requesting all states
                            2022-03-11 09:53:08.996 - info: admin.0 (1087) requesting all objects
                            2022-03-11 09:53:11.887 - info: host.raspberrypi instance system.adapter.history.0 started with pid 1135
                            2022-03-11 09:53:11.898 - error: hm-rpc.2 (1102) hm-rpc.2 already running
                            2022-03-11 09:53:11.905 - warn: hm-rpc.2 (1102) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                            2022-03-11 09:53:12.082 - info: host.raspberrypi instance system.adapter.hm-rpc.3 started with pid 1142
                            2022-03-11 09:53:13.146 - info: admin.0 (1087) received all objects
                            2022-03-11 09:53:13.828 - error: host.raspberrypi instance system.adapter.hm-rpc.2 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                            2022-03-11 09:53:13.830 - info: host.raspberrypi Restart adapter system.adapter.hm-rpc.2 because enabled
                            2022-03-11 09:53:13.986 - info: admin.0 (1087) http server listening on port 8081
                            2022-03-11 09:53:13.987 - info: admin.0 (1087) Use link "http://localhost:8081" to configure.
                            2022-03-11 09:53:14.446 - info: email.0 (1110) starting. Version 1.0.10 in /opt/iobroker/node_modules/iobroker.email, node: v14.19.0, js-controller: 3.3.22
                            2022-03-11 09:53:14.536 - error: hm-rpc.3 (1142) hm-rpc.3 already running
                            2022-03-11 09:53:14.540 - warn: hm-rpc.3 (1142) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                            2022-03-11 09:53:14.773 - info: history.0 (1135) starting. Version 1.10.5 in /opt/iobroker/node_modules/iobroker.history, node: v14.19.0, js-controller: 3.3.22
                            2022-03-11 09:53:14.855 - info: history.0 (1135) enabled logging of nut.0.battery.charge (Count=1), Alias=false
                            2022-03-11 09:53:14.856 - info: history.0 (1135) enabled logging of nut.0.battery.runtime-low (Count=2), Alias=false
                            2022-03-11 09:53:14.857 - info: history.0 (1135) enabled logging of nut.0.battery.voltage (Count=3), Alias=false
                            2022-03-11 09:53:14.858 - info: history.0 (1135) enabled logging of nut.0.input.voltage (Count=4), Alias=false
                            2022-03-11 09:53:14.858 - info: history.0 (1135) enabled logging of shelly.0.SHEM#B049DB#1.Emeter1.Power (Count=5), Alias=false
                            2022-03-11 09:53:14.859 - info: history.0 (1135) enabled logging of shelly.0.SHEM#B049DB#1.Emeter1.Total (Count=6), Alias=false
                            2022-03-11 09:53:14.860 - info: history.0 (1135) enabled logging of hm-rpc.3.000D5D89AAED1D.1.CURRENT_ILLUMINATION (Count=7), Alias=false
                            2022-03-11 09:53:15.360 - info: host.raspberrypi instance system.adapter.hue.0 started with pid 1170
                            2022-03-11 09:53:15.487 - error: host.raspberrypi instance system.adapter.hm-rpc.3 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                            2022-03-11 09:53:15.488 - info: host.raspberrypi Restart adapter system.adapter.hm-rpc.3 because enabled
                            2022-03-11 09:53:17.188 - error: hue.0 (1170) hue.0 already running
                            2022-03-11 09:53:17.192 - warn: hue.0 (1170) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                            2022-03-11 09:53:17.345 - info: host.raspberrypi instance system.adapter.javascript.0 started with pid 1184
                            2022-03-11 09:53:17.853 - error: host.raspberrypi instance system.adapter.hue.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                            2022-03-11 09:53:17.854 - info: host.raspberrypi Restart adapter system.adapter.hue.0 because enabled
                            2022-03-11 09:53:19.079 - info: host.raspberrypi instance scheduled system.adapter.ical.0 0,30 * * * *
                            2022-03-11 09:53:19.101 - info: host.raspberrypi instance system.adapter.ical.0 started with pid 1194
                            2022-03-11 09:53:19.876 - info: host.raspberrypi instance system.adapter.scenes.0 started with pid 1202
                            2022-03-11 09:53:21.292 - info: javascript.0 (1184) starting. Version 5.2.21 in /opt/iobroker/node_modules/iobroker.javascript, node: v14.19.0, js-controller: 3.3.22
                            2022-03-11 09:53:21.407 - info: javascript.0 (1184) npm install owlintuition --production (System call)
                            2022-03-11 09:53:22.855 - info: ical.0 (1194) starting. Version 1.11.4 in /opt/iobroker/node_modules/iobroker.ical, node: v14.19.0, js-controller: 3.3.22
                            2022-03-11 09:53:22.863 - info: scenes.0 (1202) starting. Version 2.3.8 in /opt/iobroker/node_modules/iobroker.scenes, node: v14.19.0, js-controller: 3.3.22
                            2022-03-11 09:53:23.117 - info: host.raspberrypi instance system.adapter.nut.0 started with pid 1250
                            2022-03-11 09:53:24.080 - info: host.raspberrypi instance system.adapter.pushover.0 started with pid 1258
                            2022-03-11 09:53:24.369 - info: ical.0 (1194) processing URL: Entsorgungstermine http://p61-caldav.icloud.com/published/2/MTM3NzU4MzQ1ODEzNzc1OEKio7cqzHid6trK6D-89qGqT8yJF33oUlgqF6zTT_QYM6-GV1Ffg24vGilDcBXKV4FJUExgBrtrIjJVZSd-6Lg
                            2022-03-11 09:53:24.718 - info: ical.0 (1194) processing URL: Feiertage http://p61-caldav.icloud.com/published/2/MTM3NzU4MzQ1ODEzNzc1OEKio7cqzHid6trK6D-89qG19X_3NOEtYGJxgdKE8yk19k0qiKhBtDQluafn6pkGO246Y2s7YenfnbthqjFkKlI
                            2022-03-11 09:53:25.180 - error: javascript.0 (1184) npm
                            2022-03-11 09:53:25.183 - error: javascript.0 (1184)
                            2022-03-11 09:53:25.185 - error: javascript.0 (1184) WARN
                            2022-03-11 09:53:25.186 - error: javascript.0 (1184)
                            2022-03-11 09:53:25.188 - error: javascript.0 (1184) read-shrinkwrap
                            2022-03-11 09:53:25.201 - error: javascript.0 (1184) This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I'll try to do my best with it!
                            2022-03-11 09:53:26.683 - error: nut.0 (1250) nut.0 already running
                            2022-03-11 09:53:26.687 - warn: nut.0 (1250) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                            2022-03-11 09:53:27.134 - info: host.raspberrypi instance system.adapter.rpi2.0 started with pid 1278
                            2022-03-11 09:53:27.436 - error: host.raspberrypi instance system.adapter.nut.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                            2022-03-11 09:53:27.438 - info: host.raspberrypi Restart adapter system.adapter.nut.0 because enabled
                            2022-03-11 09:53:28.369 - info: host.raspberrypi instance system.adapter.hm-rega.0 started with pid 1287
                            2022-03-11 09:53:29.481 - error: javascript.0 (1184) npm
                            2022-03-11 09:53:29.483 - error: javascript.0 (1184) WARN deprecated hoek@4.2.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
                            2022-03-11 09:53:29.487 - error: javascript.0 (1184) npm
                            2022-03-11 09:53:29.489 - error: javascript.0 (1184) WARN deprecated joi@13.7.0: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
                            2022-03-11 09:53:29.545 - error: javascript.0 (1184) npm
                            2022-03-11 09:53:29.547 - error: javascript.0 (1184) WARN deprecated hoek@5.0.4: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
                            2022-03-11 09:53:29.608 - error: javascript.0 (1184) npm
                            2022-03-11 09:53:29.610 - error: javascript.0 (1184) WARN deprecated topo@3.0.3: This module has moved and is now available at @hapi/topo. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.
                            2022-03-11 09:53:29.664 - error: javascript.0 (1184) npm
                            2022-03-11 09:53:29.666 - error: javascript.0 (1184) WARN deprecated hoek@6.1.3: This module has moved and is now available at @hapi/hoek. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.
                            2022-03-11 09:53:30.180 - error: rpi2.0 (1278) rpi2.0 already running
                            2022-03-11 09:53:30.184 - warn: rpi2.0 (1278) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                            2022-03-11 09:53:33.398 - info: pushover.0 (1258) starting. Version 2.0.5 in /opt/iobroker/node_modules/iobroker.pushover, node: v14.19.0, js-controller: 3.3.22
                            2022-03-11 09:53:33.568 - error: pushover.0 (1258) Cannot send notification while not configured
                            2022-03-11 09:53:33.832 - info: ical.0 (1194) processing URL: Meine Termine http://p61-caldav.icloud.com/published/2/MTM3NzU4MzQ1ODEzNzc1OEKio7cqzHid6trK6D-89qE_-EnALIMu14hqvDV7g4YMLuu9RR6veTt5-O7FzFjG75m8kFB4Ek185sNpkJPVHqU
                            2022-03-11 09:53:33.867 - error: host.raspberrypi instance system.adapter.rpi2.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                            2022-03-11 09:53:33.868 - info: host.raspberrypi Restart adapter system.adapter.rpi2.0 because enabled
                            2022-03-11 09:53:33.913 - info: host.raspberrypi instance system.adapter.hm-rpc.0 started with pid 1314
                            2022-03-11 09:53:34.118 - info: host.raspberrypi instance system.adapter.shelly.0 started with pid 1321
                            2022-03-11 09:53:35.060 - info: host.raspberrypi instance system.adapter.sonoff.0 started with pid 1330
                            2022-03-11 09:53:36.197 - info: host.raspberrypi instance system.adapter.hm-rpc.1 started with pid 1338
                            2022-03-11 09:53:37.610 - info: hm-rega.0 (1287) starting. Version 3.0.35 in /opt/iobroker/node_modules/iobroker.hm-rega, node: v14.19.0, js-controller: 3.3.22
                            2022-03-11 09:53:40.584 - info: host.raspberrypi instance system.adapter.ping.0 started with pid 1381
                            2022-03-11 09:53:40.795 - error: sonoff.0 (1330) sonoff.0 already running
                            2022-03-11 09:53:40.803 - warn: sonoff.0 (1330) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                            2022-03-11 09:53:41.088 - error: shelly.0 (1321) shelly.0 already running
                            2022-03-11 09:53:41.093 - warn: shelly.0 (1321) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                            2022-03-11 09:53:41.187 - info: hm-rega.0 (1287) subscribe hm-rpc.0.BidCoS-RF.50.PRESS_SHORT
                            2022-03-11 09:53:41.541 - info: hm-rega.0 (1287) ReGaHSS 192.168.178.69 up
                            2022-03-11 09:53:42.404 - error: host.raspberrypi instance system.adapter.sonoff.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                            2022-03-11 09:53:42.405 - info: host.raspberrypi Restart adapter system.adapter.sonoff.0 because enabled
                            2022-03-11 09:53:42.542 - info: javascript.0 (1184)
                            > node-expat@2.4.0 install /opt/iobroker/node_modules/iobroker.javascript/node_modules/node-expat
                            > node-gyp rebuild
                            2022-03-11 09:53:43.384 - error: host.raspberrypi instance system.adapter.shelly.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                            2022-03-11 09:53:43.385 - info: host.raspberrypi Restart adapter system.adapter.shelly.0 because enabled
                            2022-03-11 09:53:43.513 - info: host.raspberrypi instance system.adapter.mqtt-client.0 started with pid 1412
                            2022-03-11 09:53:43.579 - info: hm-rega.0 (1287) time difference local-ccu -53s
                            2022-03-11 09:53:43.698 - error: ping.0 (1381) ping.0 already running
                            2022-03-11 09:53:43.703 - warn: ping.0 (1381) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                            2022-03-11 09:53:44.330 - info: host.raspberrypi instance system.adapter.hm-rpc.2 started with pid 1421
                            2022-03-11 09:53:44.812 - error: host.raspberrypi instance system.adapter.ping.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                            2022-03-11 09:53:44.814 - info: host.raspberrypi Restart adapter system.adapter.ping.0 because enabled
                            2022-03-11 09:53:45.064 - info: hm-rpc.0 (1314) starting. Version 1.15.0 in /opt/iobroker/node_modules/iobroker.hm-rpc, node: v14.19.0, js-controller: 3.3.22
                            2022-03-11 09:53:45.137 - error: javascript.0 (1184) Traceback (most recent call last):
                            File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py", line 47, in
                            2022-03-11 09:53:45.140 - error: javascript.0 (1184) import gyp
                            File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 10, in
                            import gyp.input
                            File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 7, in
                            import ast
                            ImportError: No module named ast
                            2022-03-11 09:53:45.158 - error: javascript.0 (1184) gyp
                            2022-03-11 09:53:45.161 - error: javascript.0 (1184) ERR! configure error
                            2022-03-11 09:53:45.163 - error: javascript.0 (1184) gyp ERR! stack Error: `gyp` failed with exit code: 1
                            gyp ERR! stack at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)
                            gyp ERR! stack at ChildProcess.emit (events.js:400:28)
                            gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:282:12)
                            2022-03-11 09:53:45.168 - error: javascript.0 (1184) gyp ERR! System Linux 5.10.103-v7l+
                            gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
                            gyp ERR! cwd /opt/iobroker/node_modules/iobroker.javascript/node_modules/node-expat
                            gyp ERR! node -v v14.19.0
                            gyp ERR! node-gyp -v v5.1.0
                            gyp ERR! not ok
                            2022-03-11 09:53:45.461 - info: ical.0 (1194) Terminated (NO_ERROR): Without reason
                            2022-03-11 09:53:45.554 - info: host.raspberrypi instance system.adapter.hm-rpc.3 started with pid 1436
                            2022-03-11 09:53:45.681 - info: hm-rpc.0 (1314) binrpc server is trying to listen on 192.168.178.42:8082
                            2022-03-11 09:53:45.685 - info: hm-rpc.1 (1338) starting. Version 1.15.0 in /opt/iobroker/node_modules/iobroker.hm-rpc, node: v14.19.0, js-controller: 3.3.22
                            2022-03-11 09:53:45.683 - info: hm-rpc.0 (1314) binrpc client is trying to connect to 192.168.178.69:2001/ with ["xmlrpc_bin://192.168.178.42:8082","raspberrypi:hm-rpc.0"]
                            2022-03-11 09:53:45.802 - info: hm-rpc.0 (1314) binrpc <- system.listMethods ["raspberrypi:hm-rpc.0"]
                            2022-03-11 09:53:45.864 - info: hm-rpc.0 (1314) binrpc <- listDevices ["raspberrypi:hm-rpc.0"]
                            2022-03-11 09:53:46.162 - info: hm-rpc.0 (1314) binrpc -> 157 devices
                            2022-03-11 09:53:47.482 - info: hm-rpc.1 (1338) binrpc server is trying to listen on 192.168.178.42:8083
                            2022-03-11 09:53:47.483 - info: hm-rpc.1 (1338) binrpc client is trying to connect to 192.168.178.69:2000/ with ["xmlrpc_bin://192.168.178.42:8083","raspberrypi:hm-rpc.1"]
                            2022-03-11 09:53:47.576 - info: hm-rpc.1 (1338) binrpc <- system.listMethods ["raspberrypi:hm-rpc.1"]
                            2022-03-11 09:53:47.606 - info: hm-rpc.0 (1314) Connected
                            2022-03-11 09:53:47.607 - info: hm-rpc.1 (1338) binrpc <- listDevices ["raspberrypi:hm-rpc.1"]
                            2022-03-11 09:53:47.860 - info: host.raspberrypi instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
                            2022-03-11 09:53:47.927 - info: host.raspberrypi instance system.adapter.alexa2.0 started with pid 1458
                            2022-03-11 09:53:48.027 - info: hm-rpc.1 (1338) binrpc -> 58 devices
                            2022-03-11 09:53:48.108 - error: mqtt-client.0 (1412) mqtt-client.0 already running
                            2022-03-11 09:53:48.151 - info: host.raspberrypi instance system.adapter.hue.0 started with pid 1465
                            2022-03-11 09:53:48.152 - warn: mqtt-client.0 (1412) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                            2022-03-11 09:53:48.453 - info: hm-rpc.1 (1338) Connected
                            2022-03-11 09:53:48.604 - error: javascript.0 (1184) npm ERR! code ELIFECYCLE
                            2022-03-11 09:53:48.606 - error: javascript.0 (1184) npm ERR! errno 1
                            2022-03-11 09:53:48.715 - error: javascript.0 (1184) npm ERR!
                            2022-03-11 09:53:48.717 - error: javascript.0 (1184) node-expat@2.4.0 install: `node-gyp rebuild`
                            npm ERR! Exit status 1
                            npm ERR!
                            npm ERR! Failed at the node-expat@2.4.0 install script.
                            npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                            2022-03-11 09:53:48.764 - error: javascript.0 (1184)
                            2022-03-11 09:53:48.766 - error: javascript.0 (1184) npm ERR! A complete log of this run can be found in:
                            npm ERR! /home/iobroker/.npm/_logs/2022-03-11T08_53_48_732Z-debug.log
                            2022-03-11 09:53:48.799 - error: javascript.0 (1184) Cannot install owlintuition: 1
                            2022-03-11 09:53:48.801 - info: javascript.0 (1184) npm install owlintuition --production (System call)
                            2022-03-11 09:53:49.011 - error: host.raspberrypi instance system.adapter.mqtt-client.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                            2022-03-11 09:53:49.013 - info: host.raspberrypi Restart adapter system.adapter.mqtt-client.0 because enabled
                            2022-03-11 09:53:50.464 - info: hm-rpc.2 (1421) starting. Version 1.15.0 in /opt/iobroker/node_modules/iobroker.hm-rpc, node: v14.19.0, js-controller: 3.3.22
                            2022-03-11 09:53:51.034 - info: hm-rpc.2 (1421) binrpc server is trying to listen on 192.168.178.42:8701
                            2022-03-11 09:53:51.036 - info: hm-rpc.2 (1421) binrpc client is trying to connect to 192.168.178.69:8701/ with ["xmlrpc_bin://192.168.178.42:8701","raspberrypi:hm-rpc.2"]
                            2022-03-11 09:53:51.133 - info: host.raspberrypi instance system.adapter.backitup.0 started with pid 1501
                            2022-03-11 09:53:51.434 - info: hm-rpc.3 (1436) starting. Version 1.15.0 in /opt/iobroker/node_modules/iobroker.hm-rpc, node: v14.19.0, js-controller: 3.3.22
                            2022-03-11 09:53:51.622 - error: alexa2.0 (1458) alexa2.0 already running
                            2022-03-11 09:53:51.627 - warn: alexa2.0 (1458) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                            2022-03-11 09:53:51.677 - info: hm-rpc.2 (1421) binrpc -> listDevices 25
                            2022-03-11 09:53:51.815 - info: hm-rpc.2 (1421) new CUxD devices/channels after filter: 0
                            2022-03-11 09:53:51.817 - info: hm-rpc.2 (1421) Connected
                            2022-03-11 09:53:52.003 - info: hm-rpc.3 (1436) xmlrpc server is trying to listen on 192.168.178.42:2010
                            2022-03-11 09:53:52.015 - info: hm-rpc.3 (1436) xmlrpc client is trying to connect to 192.168.178.69:2010/ with ["http://192.168.178.42:2010","raspberrypi:hm-rpc.3"]
                            2022-03-11 09:53:52.202 - info: hm-rpc.3 (1436) Connected
                            2022-03-11 09:53:52.394 - info: hm-rpc.3 (1436) xmlrpc <- listDevices ["raspberrypi:hm-rpc.3"]
                            2022-03-11 09:53:52.398 - error: host.raspberrypi instance system.adapter.alexa2.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                            2022-03-11 09:53:52.399 - info: host.raspberrypi Restart adapter system.adapter.alexa2.0 because enabled
                            2022-03-11 09:53:52.475 - info: hm-rpc.3 (1436) xmlrpc -> 0 devices
                            2022-03-11 09:53:53.852 - info: hm-rpc.3 (1436) xmlrpc <- newDevices 66
                            2022-03-11 09:53:54.084 - error: javascript.0 (1184) npm
                            2022-03-11 09:53:54.087 - error: javascript.0 (1184)
                            2022-03-11 09:53:54.089 - error: javascript.0 (1184) WARN
                            2022-03-11 09:53:54.091 - error: javascript.0 (1184)
                            2022-03-11 09:53:54.093 - error: javascript.0 (1184) read-shrinkwrap
                            2022-03-11 09:53:54.101 - error: javascript.0 (1184) This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I'll try to do my best with it!
                            2022-03-11 09:53:54.492 - info: hm-rpc.3 (1436) new HMIP devices/channels after filter: 0
                            2022-03-11 09:53:54.505 - info: hue.0 (1465) starting. Version 3.5.31 in /opt/iobroker/node_modules/iobroker.hue, node: v14.19.0, js-controller: 3.3.22
                            2022-03-11 09:53:54.628 - error: backitup.0 (1501) backitup.0 already running
                            2022-03-11 09:53:54.632 - warn: backitup.0 (1501) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                            2022-03-11 09:53:54.830 - info: hue.0 (1465) Use legacy structure, because existing
                            2022-03-11 09:53:54.834 - info: hue.0 (1465) skip switch: Philips hue.Daylight.configured
                            2022-03-11 09:53:54.835 - info: hue.0 (1465) skip switch: Philips hue.Daylight.sunriseoffset
                            2022-03-11 09:53:54.836 - info: hue.0 (1465) skip switch: Philips hue.Daylight.sunsetoffset
                            2022-03-11 09:53:54.837 - info: hue.0 (1465) created/updated 1 sensor channels
                            2022-03-11 09:53:54.866 - info: hm-rega.0 (1287) request state values
                            2022-03-11 09:53:54.890 - info: hue.0 (1465) created/updated 1 light channels
                            2022-03-11 09:53:54.906 - warn: hue.0 (1465) channel "Philips_hue.Entertainment_area" already exists, using "Philips_hue.Entertainment_area_Entertainment" for group 201
                            2022-03-11 09:53:54.912 - warn: hue.0 (1465) channel "Philips_hue.Entertainment_area" already exists, using "Philips_hue.Entertainment_area_Entertainment" for group 202
                            2022-03-11 09:53:54.947 - info: host.raspberrypi instance scheduled system.adapter.daswetter.0 */15 * * * *
                            2022-03-11 09:53:54.975 - info: host.raspberrypi instance system.adapter.daswetter.0 started with pid 1530
                            2022-03-11 09:53:54.983 - warn: hue.0 (1465) channel "Philips_hue.Entertainment_area" already exists, using "Philips_hue.Entertainment_area_Entertainment" for group 203
                            2022-03-11 09:53:54.984 - info: hue.0 (1465) created/updated 7 groups channels
                            2022-03-11 09:53:54.988 - info: hue.0 (1465) created/updated 11 scenes
                            2022-03-11 09:53:54.989 - info: hue.0 (1465) creating/updating bridge device
                            2022-03-11 09:53:55.315 - error: host.raspberrypi instance system.adapter.backitup.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                            2022-03-11 09:53:55.316 - info: host.raspberrypi Restart adapter system.adapter.backitup.0 because enabled
                            2022-03-11 09:53:56.587 - info: hm-rega.0 (1287) Updated all datapoints
                            2022-03-11 09:53:56.613 - info: hm-rega.0 (1287) got 27 variables
                            2022-03-11 09:53:57.100 - debug: daswetter.0 (1530) Redis Objects: Use Redis connection: 127.0.0.1:9001
                            2022-03-11 09:53:57.227 - debug: daswetter.0 (1530) Objects client ready ... initialize now
                            2022-03-11 09:53:57.231 - debug: daswetter.0 (1530) Objects create System PubSub Client
                            2022-03-11 09:53:57.233 - debug: daswetter.0 (1530) Objects create User PubSub Client
                            2022-03-11 09:53:57.235 - debug: daswetter.0 (1530) Objects client initialize lua scripts
                            2022-03-11 09:53:57.272 - debug: daswetter.0 (1530) Objects connected to redis: 127.0.0.1:9001
                            2022-03-11 09:53:57.284 - debug: daswetter.0 (1530) objectDB connected
                            2022-03-11 09:53:57.287 - debug: daswetter.0 (1530) Redis States: Use Redis connection: 127.0.0.1:9000
                            2022-03-11 09:53:57.308 - debug: daswetter.0 (1530) States create System PubSub Client
                            2022-03-11 09:53:57.309 - debug: daswetter.0 (1530) States create User PubSub Client
                            2022-03-11 09:53:57.337 - debug: daswetter.0 (1530) States connected to redis: 127.0.0.1:9000
                            2022-03-11 09:53:57.339 - debug: daswetter.0 (1530) statesDB connected
                            2022-03-11 09:53:57.352 - error: daswetter.0 (1530) daswetter.0 already running
                            2022-03-11 09:53:57.354 - debug: daswetter.0 (1530) Plugin sentry destroyed
                            2022-03-11 09:53:57.355 - warn: daswetter.0 (1530) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                            2022-03-11 09:53:57.410 - info: hm-rega.0 (1287) added/updated 27 variables
                            2022-03-11 09:53:57.411 - info: hm-rega.0 (1287) deleted 0 variables
                            2022-03-11 09:53:57.437 - info: hm-rega.0 (1287) got 22 programs
                            2022-03-11 09:53:57.465 - info: hm-rega.0 (1287) update rooms to enum.rooms
                            2022-03-11 09:53:57.482 - info: host.raspberrypi instance system.adapter.nut.0 started with pid 1544
                            2022-03-11 09:53:57.648 - info: hm-rega.0 (1287) update functions to enum.functions
                            2022-03-11 09:53:57.822 - info: hm-rega.0 (1287) update favorites to enum.favorites
                            2022-03-11 09:53:58.045 - error: host.raspberrypi instance system.adapter.daswetter.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                            2022-03-11 09:53:58.397 - error: javascript.0 (1184) npm WARN deprecated hoek@4.2.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
                            2022-03-11 09:53:58.642 - error: javascript.0 (1184) npm
                            2022-03-11 09:53:58.643 - error: javascript.0 (1184) WARN deprecated joi@13.7.0: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
                            2022-03-11 09:53:58.679 - error: javascript.0 (1184) npm
                            2022-03-11 09:53:58.680 - error: javascript.0 (1184) WARN deprecated hoek@5.0.4: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
                            2022-03-11 09:53:58.708 - error: javascript.0 (1184) npm
                            2022-03-11 09:53:58.709 - error: javascript.0 (1184) WARN deprecated topo@3.0.3: This module has moved and is now available at @hapi/topo. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.
                            2022-03-11 09:53:58.727 - error: javascript.0 (1184) npm
                            2022-03-11 09:53:58.729 - error: javascript.0 (1184) WARN deprecated hoek@6.1.3: This module has moved and is now available at @hapi/hoek. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.
                            2022-03-11 09:53:58.786 - info: hm-rega.0 (1287) added/updated 22 programs
                            2022-03-11 09:53:58.787 - info: hm-rega.0 (1287) deleted 0 programs
                            2022-03-11 09:53:58.962 - info: host.raspberrypi instance system.adapter.fritzbox.0 started with pid 1557
                            2022-03-11 09:54:00.818 - info: nut.0 (1544) starting. Version 1.5.0 in /opt/iobroker/node_modules/iobroker.nut, node: v14.19.0, js-controller: 3.3.22
                            2022-03-11 09:54:01.620 - info: fritzbox.0 (1557) starting. Version 0.2.1 in /opt/iobroker/node_modules/iobroker.fritzbox, node: v14.19.0, js-controller: 3.3.22
                            2022-03-11 09:54:01.670 - info: fritzbox.0 (1557) try to connect: 192.168.178.1
                            2022-03-11 09:54:01.706 - info: fritzbox.0 (1557) adapter connected to fritzbox: 192.168.178.1
                            2022-03-11 09:54:01.717 - info: fritzbox.0 (1557) State value to set for "fritzbox.0.calls.ringActualNumbers" has to be type "string" but received type "object"
                            2022-03-11 09:54:01.719 - info: fritzbox.0 (1557) State value to set for "fritzbox.0.calls.connectNumbers" has to be type "string" but received type "object"
                            2022-03-11 09:54:01.720 - info: fritzbox.0 (1557) State value to set for "fritzbox.0.calls.counterActualCalls.ringCount" has to be type "string" but received type "number"
                            2022-03-11 09:54:01.722 - info: fritzbox.0 (1557) State value to set for "fritzbox.0.calls.counterActualCalls.callCount" has to be type "string" but received type "number"
                            2022-03-11 09:54:01.723 - info: fritzbox.0 (1557) State value to set for "fritzbox.0.calls.counterActualCalls.connectCount" has to be type "string" but received type "number"
                            2022-03-11 09:54:01.725 - info: fritzbox.0 (1557) State value to set for "fritzbox.0.calls.counterActualCalls.allActiveCount" has to be type "string" but received type "number"
                            2022-03-11 09:54:03.081 - info: host.raspberrypi instance system.adapter.geofency.0 started with pid 1583
                            2022-03-11 09:54:04.071 - info: host.raspberrypi instance system.adapter.rpi2.0 started with pid 1591
                            2022-03-11 09:54:05.556 - info: geofency.0 (1583) starting. Version 1.0.3 in /opt/iobroker/node_modules/iobroker.geofency, node: v14.19.0, js-controller: 3.3.22
                            2022-03-11 09:54:05.637 - info: geofency.0 (1583) Adapter got 'Ready' Signal - initiating Main function...
                            2022-03-11 09:54:05.696 - info: geofency.0 (1583) http server listening on port 7999
                            2022-03-11 09:54:06.700 - info: javascript.0 (1184)
                            > node-expat@2.4.0 install /opt/iobroker/node_modules/iobroker.javascript/node_modules/node-expat
                            > node-gyp rebuild
                            2022-03-11 09:54:07.119 - info: host.raspberrypi instance system.adapter.harmony.0 started with pid 1624
                            2022-03-11 09:54:07.362 - info: rpi2.0 (1591) starting. Version 1.3.1 in /opt/iobroker/node_modules/iobroker.rpi2, node: v14.19.0, js-controller: 3.3.22
                            2022-03-11 09:54:07.981 - error: rpi2.0 (1591) No Value found for cpu_frequency
                            2022-03-11 09:54:08.287 - error: javascript.0 (1184) Traceback (most recent call last):
                            2022-03-11 09:54:08.289 - error: javascript.0 (1184) File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py", line 47, in
                            import gyp
                            File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 10, in
                            import gyp.input
                            File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 7, in
                            import ast
                            ImportError: No module named ast
                            2022-03-11 09:54:08.322 - error: javascript.0 (1184) gyp ERR! configure error
                            gyp ERR! stack Error: `gyp` failed with exit code: 1
                            gyp ERR! stack at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)
                            gyp ERR! stack at ChildProcess.emit (events.js:400:28)
                            gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:282:12)
                            2022-03-11 09:54:08.323 - error: javascript.0 (1184) gyp ERR! System Linux 5.10.103-v7l+
                            gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
                            gyp ERR! cwd /opt/iobroker/node_modules/iobroker.javascript/node_modules/node-expat
                            2022-03-11 09:54:08.327 - error: javascript.0 (1184) gyp ERR! node -v v14.19.0
                            gyp ERR! node-gyp -v v5.1.0
                            gyp ERR! not ok
                            2022-03-11 09:54:09.877 - error: rpi2.0 (1591) Cannot initialize/setMode GPIO: Error: The module '/opt/iobroker/node_modules/epoll/build/Release/epoll.node'
                            was compiled against a different Node.js version using
                            NODE_MODULE_VERSION 64. This version of Node.js requires
                            NODE_MODULE_VERSION 83. Please try re-compiling or re-installing
                            the module (for instance, using `npm rebuild` or `npm install`).
                            2022-03-11 09:54:10.076 - error: javascript.0 (1184) npm
                            2022-03-11 09:54:10.077 - error: javascript.0 (1184) ERR! code ELIFECYCLE
                            npm ERR! errno 1
                            2022-03-11 09:54:10.107 - error: javascript.0 (1184) npm ERR! node-expat@2.4.0 install: `node-gyp rebuild`
                            npm ERR! Exit status 1
                            npm ERR!
                            npm ERR! Failed at the node-expat@2.4.0 install script.
                            npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                            2022-03-11 09:54:10.117 - error: javascript.0 (1184)
                            2022-03-11 09:54:10.120 - error: javascript.0 (1184) npm ERR! A complete log of this run can be found in:
                            npm ERR! /home/iobroker/.npm/_logs/2022-03-11T08_54_10_109Z-debug.log
                            2022-03-11 09:54:10.137 - error: javascript.0 (1184) Cannot install owlintuition: 1
                            2022-03-11 09:54:10.139 - info: javascript.0 (1184) npm install owlintuition --production (System call)
                            2022-03-11 09:54:10.159 - info: harmony.0 (1624) starting. Version 1.2.2 in /opt/iobroker/node_modules/iobroker.harmony, node: v14.19.0, js-controller: 3.3.22
                            2022-03-11 09:54:10.251 - info: harmony.0 (1624) [DISCOVER] Searching for Harmony Hubs on 255.255.255.255
                            2022-03-11 09:54:10.963 - info: host.raspberrypi instance system.adapter.heatingcontrol.0 started with pid 1715
                            2022-03-11 09:54:12.875 - info: host.raspberrypi instance system.adapter.sonoff.0 started with pid 1729
                            2022-03-11 09:54:13.428 - info: host.raspberrypi instance system.adapter.shelly.0 started with pid 1736
                            2022-03-11 09:54:13.629 - info: heatingcontrol.0 (1715) starting. Version 2.7.2 in /opt/iobroker/node_modules/iobroker.heatingcontrol, node: v14.19.0, js-controller: 3.3.22
                            2022-03-11 09:54:13.765 - info: heatingcontrol.0 (1715) start CreateDatabase
                            2022-03-11 09:54:13.770 - warn: heatingcontrol.0 (1715) CreateDatabase: none active thermostats found! []
                            2022-03-11 09:54:13.771 - info: heatingcontrol.0 (1715) CreateDatabase done with 2 rooms
                            2022-03-11 09:54:13.776 - info: heatingcontrol.0 (1715) start CreateDatapoints
                            2022-03-11 09:54:14.069 - info: heatingcontrol.0 (1715) CreateDatapoints done
                            2022-03-11 09:54:14.185 - info: heatingcontrol.0 (1715) start SetInfo
                            2022-03-11 09:54:14.263 - info: heatingcontrol.0 (1715) SetInfo done
                            2022-03-11 09:54:14.269 - error: javascript.0 (1184) npm
                            2022-03-11 09:54:14.264 - info: heatingcontrol.0 (1715) start SetCurrent
                            2022-03-11 09:54:14.282 - error: javascript.0 (1184)
                            2022-03-11 09:54:14.284 - error: javascript.0 (1184) WARN
                            2022-03-11 09:54:14.286 - error: javascript.0 (1184)
                            2022-03-11 09:54:14.289 - error: javascript.0 (1184) read-shrinkwrap
                            2022-03-11 09:54:14.290 - info: heatingcontrol.0 (1715) SetCurrent done
                            2022-03-11 09:54:14.301 - error: javascript.0 (1184) This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I'll try to do my best with it!
                            2022-03-11 09:54:14.309 - info: heatingcontrol.0 (1715) subscribe devices start
                            2022-03-11 09:54:14.310 - info: heatingcontrol.0 (1715) subscribe thermostats current 0
                            2022-03-11 09:54:14.311 - info: heatingcontrol.0 (1715) subscribe devices done
                            2022-03-11 09:54:14.332 - info: heatingcontrol.0 (1715) start create cron jobs for profile type 1 (Mo - Su)
                            2022-03-11 09:54:14.492 - info: heatingcontrol.0 (1715) 5 cron job(s) created
                            2022-03-11 09:54:14.494 - info: heatingcontrol.0 (1715) start statemachine
                            2022-03-11 09:54:14.700 - info: heatingcontrol.0 (1715) check all active sensors
                            2022-03-11 09:54:14.706 - info: heatingcontrol.0 (1715) checking external states
                            2022-03-11 09:54:14.944 - info: host.raspberrypi instance system.adapter.ping.0 started with pid 1754
                            2022-03-11 09:54:15.460 - info: host.raspberrypi instance system.adapter.info.0 started with pid 1761
                            2022-03-11 09:54:17.622 - info: sonoff.0 (1729) starting. Version 2.4.7 in /opt/iobroker/node_modules/iobroker.sonoff, node: v14.19.0, js-controller: 3.3.22
                            2022-03-11 09:54:17.825 - info: sonoff.0 (1729) Starting MQTT server on port 1884
                            2022-03-11 09:54:19.197 - info: host.raspberrypi instance system.adapter.mqtt-client.0 started with pid 1794
                            2022-03-11 09:54:19.245 - info: host.raspberrypi instance system.adapter.statistics.0 started with pid 1800
                            2022-03-11 09:54:19.587 - error: javascript.0 (1184) npm
                            2022-03-11 09:54:19.589 - error: javascript.0 (1184)
                            2022-03-11 09:54:19.591 - error: javascript.0 (1184) WARN
                            2022-03-11 09:54:19.593 - error: javascript.0 (1184)
                            2022-03-11 09:54:19.602 - error: javascript.0 (1184) deprecated joi@13.7.0: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
                            2022-03-11 09:54:19.735 - info: heatingcontrol.0 (1715) checking external states done
                            2022-03-11 09:54:19.736 - info: heatingcontrol.0 (1715) calculate current profile point for all rooms
                            2022-03-11 09:54:19.747 - info: heatingcontrol.0 (1715) start calculate current profile point for profile type 1 (Mo - Su)
                            2022-03-11 09:54:20.467 - info: heatingcontrol.0 (1715) start calculate current profile point for profile type 1 (Mo - Su)
                            2022-03-11 09:54:20.555 - error: javascript.0 (1184) npm
                            2022-03-11 09:54:20.557 - error: javascript.0 (1184)
                            2022-03-11 09:54:20.558 - error: javascript.0 (1184) WARN
                            2022-03-11 09:54:20.560 - error: javascript.0 (1184)
                            2022-03-11 09:54:20.578 - error: javascript.0 (1184) deprecated hoek@4.2.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
                            2022-03-11 09:54:20.696 - error: javascript.0 (1184) npm
                            2022-03-11 09:54:20.699 - error: javascript.0 (1184)
                            2022-03-11 09:54:20.707 - error: javascript.0 (1184) WARN
                            2022-03-11 09:54:20.709 - error: javascript.0 (1184)
                            2022-03-11 09:54:20.713 - error: javascript.0 (1184) deprecated
                            2022-03-11 09:54:20.718 - error: javascript.0 (1184) hoek@5.0.4: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
                            2022-03-11 09:54:20.816 - info: shelly.0 (1736) starting. Version 5.3.2 in /opt/iobroker/node_modules/iobroker.shelly, node: v14.19.0, js-controller: 3.3.22
                            2022-03-11 09:54:21.096 - info: ping.0 (1754) starting. Version 1.5.0 in /opt/iobroker/node_modules/iobroker.ping, node: v14.19.0, js-controller: 3.3.22
                            2022-03-11 09:54:21.380 - info: heatingcontrol.0 (1715) statemachine started
                            2022-03-11 09:54:21.524 - error: javascript.0 (1184) npm
                            2022-03-11 09:54:21.526 - error: javascript.0 (1184) WARN deprecated topo@3.0.3: This module has moved and is now available at @hapi/topo. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.
                            2022-03-11 09:54:21.556 - error: javascript.0 (1184) npm
                            2022-03-11 09:54:21.562 - error: javascript.0 (1184)
                            2022-03-11 09:54:21.563 - error: javascript.0 (1184) WARN
                            2022-03-11 09:54:21.566 - error: javascript.0 (1184)
                            2022-03-11 09:54:21.568 - error: javascript.0 (1184) deprecated
                            2022-03-11 09:54:21.572 - error: javascript.0 (1184) hoek@6.1.3: This module has moved and is now available at @hapi/hoek. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.
                            2022-03-11 09:54:21.638 - info: shelly.0 (1736) Starting in CoAP mode.
                            2022-03-11 09:54:21.837 - info: shelly.0 (1736) [CoAP] Listening for packets in the network
                            2022-03-11 09:54:22.351 - info: shelly.0 (1736) [CoAP] Device 192.168.178.127 (shellyem / shellyem-B049DB / SHEM#B049DB#1) connected! Polltime set to 10 sec.
                            2022-03-11 09:54:22.452 - debug: statistics.0 (1800) Redis Objects: Use Redis connection: 127.0.0.1:9001
                            2022-03-11 09:54:22.585 - info: host.raspberrypi instance system.adapter.alexa2.0 started with pid 1835
                            2022-03-11 09:54:22.636 - debug: statistics.0 (1800) Objects client ready ... initialize now
                            2022-03-11 09:54:22.656 - debug: statistics.0 (1800) Objects create System PubSub Client
                            2022-03-11 09:54:22.659 - debug: statistics.0 (1800) Objects create User PubSub Client
                            2022-03-11 09:54:22.661 - debug: statistics.0 (1800) Objects client initialize lua scripts
                            2022-03-11 09:54:22.719 - debug: statistics.0 (1800) Objects connected to redis: 127.0.0.1:9001
                            2022-03-11 09:54:22.743 - debug: statistics.0 (1800) objectDB connected
                            2022-03-11 09:54:22.746 - debug: statistics.0 (1800) Redis States: Use Redis connection: 127.0.0.1:9000
                            2022-03-11 09:54:22.775 - debug: statistics.0 (1800) States create System PubSub Client
                            2022-03-11 09:54:22.777 - debug: statistics.0 (1800) States create User PubSub Client
                            2022-03-11 09:54:22.819 - debug: statistics.0 (1800) States connected to redis: 127.0.0.1:9000
                            2022-03-11 09:54:22.820 - debug: statistics.0 (1800) statesDB connected
                            2022-03-11 09:54:23.045 - info: host.raspberrypi instance system.adapter.tankerkoenig.0 started with pid 1842
                            2022-03-11 09:54:25.536 - debug: statistics.0 (1800) Plugin sentry Initialize Plugin (enabled=true)
                            2022-03-11 09:54:25.613 - info: host.raspberrypi instance system.adapter.backitup.0 started with pid 1861
                            2022-03-11 09:54:25.787 - info: mqtt-client.0 (1794) starting. Version 1.5.0 in /opt/iobroker/node_modules/iobroker.mqtt-client, node: v14.19.0, js-controller: 3.3.22
                            2022-03-11 09:54:26.233 - info: info.0 (1761) starting. Version 1.9.8 in /opt/iobroker/node_modules/iobroker.info, node: v14.19.0, js-controller: 3.3.22
                            2022-03-11 09:54:26.236 - info: mqtt-client.0 (1794) enabled syncing of 0_userdata.0.MQTT_Daten.Test (publish/subscribe:false/true)
                            2022-03-11 09:54:26.238 - info: mqtt-client.0 (1794) Try to connect to mqtt://MQTT_Broker:*******************@192.168.178.41:1883?clientId=IOBROKER_MQTT
                            2022-03-11 09:54:26.609 - info: mqtt-client.0 (1794) connected to broker
                            2022-03-11 09:54:26.684 - info: info.0 (1761) Reading/updating systemdata.
                            2022-03-11 09:54:27.109 - info: statistics.0 (1800) starting. Version 1.0.9 in /opt/iobroker/node_modules/iobroker.statistics, node: v14.19.0, js-controller: 3.3.22
                            2022-03-11 09:54:27.363 - info: shelly.0 (1736) [CoAP] Device 192.168.178.79 (shelly1 / shelly1-76A1BD / SHSW-1#76A1BD#1) connected! Polltime set to 10 sec.
                            2022-03-11 09:54:27.504 - info: statistics.0 (1800) [INFO] statistics observes 0 values after startup
                            2022-03-11 09:54:27.640 - info: host.raspberrypi instance system.adapter.terminal.0 started with pid 1903
                            2022-03-11 09:54:27.682 - debug: statistics.0 (1800) [INFO] avg5min status = true next event: 11 Mar 2022 09:55:00
                            2022-03-11 09:54:27.685 - debug: statistics.0 (1800) [INFO] fifteenMinSave status = true next event: 11 Mar 2022 10:00:00
                            2022-03-11 09:54:27.687 - debug: statistics.0 (1800) [INFO] hourSave status = true next event: 11 Mar 2022 10:00:00
                            2022-03-11 09:54:27.730 - debug: statistics.0 (1800) [INFO] dayTriggerTimeCount status = true next event: 11 Mar 2022 23:59:58
                            2022-03-11 09:54:27.734 - debug: statistics.0 (1800) [INFO] daySave status = true next event: 12 Mar 2022 00:00:00
                            2022-03-11 09:54:27.736 - debug: statistics.0 (1800) [INFO] weekSave status = true next event: 14 Mar 2022 00:00:00
                            2022-03-11 09:54:27.740 - debug: statistics.0 (1800) [INFO] monthSave status = true next event: 1 Apr 2022 00:00:00
                            2022-03-11 09:54:27.742 - debug: statistics.0 (1800) [INFO] quarterSave status = true next event: 1 Apr 2022 00:00:00
                            2022-03-11 09:54:27.750 - debug: statistics.0 (1800) [INFO] yearSave status = true next event: 1 Jan 2023 00:00:00
                            2022-03-11 09:54:28.114 - info: shelly.0 (1736) [CoAP] Device 192.168.178.108 (shelly1 / shelly1-8CAAB561C3BD / SHSW-1#8CAAB561C3BD#1) connected! Polltime set to 10 sec.
                            2022-03-11 09:54:28.446 - info: alexa2.0 (1835) starting. Version 3.11.2 in /opt/iobroker/node_modules/iobroker.alexa2, node: v14.19.0, js-controller: 3.3.22
                            2022-03-11 09:54:29.014 - info: tankerkoenig.0 (1842) starting. Version 2.1.1 in /opt/iobroker/node_modules/iobroker.tankerkoenig, node: v14.19.0, js-controller: 3.3.22
                            2022-03-11 09:54:29.122 - info: tankerkoenig.0 (1842) Sync time set to 10 minutes or 600000 ms
                            2022-03-11 09:54:32.217 - info: alexa2.0 (1835) Alexa-Push-Connection (macDms = true) established. Disable Polling
                            2022-03-11 09:54:32.353 - info: host.raspberrypi instance system.adapter.text2command.0 started with pid 1975
                            2022-03-11 09:54:32.713 - info: info.0 (1761) State value to set for "info.0.sysinfo.cpu.info.speed" has to be type "string" but received type "number"
                            2022-03-11 09:54:33.555 - info: terminal.0 (1903) starting. Version 0.1.2 in /opt/iobroker/node_modules/iobroker.terminal, node: v14.19.0, js-controller: 3.3.22
                            2022-03-11 09:54:33.570 - info: info.0 (1761) State value to set for "info.0.sysinfo.cpu.info.cache-l1d" has to be type "number" but received type "string"
                            2022-03-11 09:54:33.712 - info: info.0 (1761) State value to set for "info.0.sysinfo.cpu.info.cache-l1i" has to be type "number" but received type "string"
                            2022-03-11 09:54:33.807 - info: info.0 (1761) State value to set for "info.0.sysinfo.cpu.info.cache-l2" has to be type "number" but received type "string"
                            2022-03-11 09:54:33.833 - info: terminal.0 (1903) http server listening on port 8088
                            2022-03-11 09:54:34.148 - info: info.0 (1761) State value to set for "info.0.sysinfo.cpu.info.cache-l3" has to be type "number" but received type "string"
                            2022-03-11 09:54:35.088 - info: backitup.0 (1861) starting. Version 2.2.3 in /opt/iobroker/node_modules/iobroker.backitup, node: v14.19.0, js-controller: 3.3.22
                            2022-03-11 09:54:35.146 - info: host.raspberrypi instance system.adapter.upnp.0 started with pid 1997
                            2022-03-11 09:54:35.276 - info: backitup.0 (1861) [iobroker] backup was activated at 20:00 every 1 day(s)
                            2022-03-11 09:54:35.391 - info: javascript.0 (1184)
                            > node-expat@2.4.0 install /opt/iobroker/node_modules/iobroker.javascript/node_modules/node-expat
                            > node-gyp rebuild
                            2022-03-11 09:54:36.681 - info: info.0 (1761) Reading CPU data every 3 seconds.
                            2022-03-11 09:54:36.811 - info: info.0 (1761) cpu Temp res = {"main":50.147,"cores":[],"max":50.147,"socket":[],"chipset":null}
                            2022-03-11 09:54:37.172 - info: info.0 (1761) Reading CPU temp data every 3 seconds.
                            2022-03-11 09:54:37.943 - error: javascript.0 (1184) Traceback (most recent call last):
                            2022-03-11 09:54:37.956 - error: javascript.0 (1184) File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py", line 47, in
                            2022-03-11 09:54:37.958 - error: javascript.0 (1184)
                            2022-03-11 09:54:37.960 - error: javascript.0 (1184) import gyp
                            2022-03-11 09:54:37.972 - error: javascript.0 (1184) File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 10, in
                            import gyp.input
                            File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 7, in
                            import ast
                            ImportError: No module named ast
                            2022-03-11 09:54:38.021 - error: javascript.0 (1184) gyp ERR! configure error
                            gyp ERR! stack Error: `gyp` failed with exit code: 1
                            gyp ERR!
                            2022-03-11 09:54:38.023 - error: javascript.0 (1184) stack
                            2022-03-11 09:54:38.028 - error: javascript.0 (1184) at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)
                            gyp ERR! stack at ChildProcess.emit (events.js:400:28)
                            gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:282:12)
                            gyp ERR! System Linux 5.10.103-v7l+
                            gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
                            gyp ERR! cwd /opt/iobroker/node_modules/iobroker.javascript/node_modules/node-expat
                            gyp ERR! node -v v14.19.0
                            gyp ERR! node-gyp -v v5.1.0
                            gyp ERR! not ok
                            2022-03-11 09:54:38.639 - info: info.0 (1761) Reading CPU current speed every 3 seconds.
                            2022-03-11 09:54:39.064 - info: text2command.0 (1975) starting. Version 2.1.1 in /opt/iobroker/node_modules/iobroker.text2command, node: v14.19.0, js-controller: 3.3.22
                            2022-03-11 09:54:39.317 - info: info.0 (1761) Reading memory data every 3 seconds.
                            2022-03-11 09:54:40.049 - error: javascript.0 (1184) npm ERR! code ELIFECYCLE
                            npm ERR! errno 1
                            2022-03-11 09:54:40.068 - info: upnp.0 (1997) starting. Version 1.0.19 in /opt/iobroker/node_modules/iobroker.upnp, node: v14.19.0, js-controller: 3.3.22
                            2022-03-11 09:54:40.094 - error: javascript.0 (1184) npm
                            2022-03-11 09:54:40.095 - error: javascript.0 (1184) ERR! node-expat@2.4.0 install: `node-gyp rebuild`
                            npm ERR! Exit status 1
                            npm ERR!
                            npm ERR! Failed at the node-expat@2.4.0 install script.
                            npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                            2022-03-11 09:54:40.110 - error: javascript.0 (1184)
                            2022-03-11 09:54:40.113 - error: javascript.0 (1184) npm ERR! A complete log of this run can be found in:
                            npm ERR! /home/iobroker/.npm/_logs/2022-03-11T08_54_40_100Z-debug.log
                            2022-03-11 09:54:40.116 - info: upnp.0 (1997) Auto discover: true
                            2022-03-11 09:54:40.133 - error: javascript.0 (1184) Cannot install owlintuition: 1
                            2022-03-11 09:54:40.134 - error: javascript.0 (1184) Cannot install npm packet: owlintuition
                            2022-03-11 09:54:40.392 - info: javascript.0 (1184) requesting all states
                            2022-03-11 09:54:40.396 - info: javascript.0 (1184) requesting all objects
                            2022-03-11 09:54:40.985 - info: info.0 (1761) Reading battery data every 8 seconds.
                            2022-03-11 09:54:44.324 - info: javascript.0 (1184) received all objects
                            2022-03-11 09:54:44.718 - info: javascript.0 (1184) received all states
                            2022-03-11 09:54:47.202 - info: javascript.0 (1184) Start javascript script.js.Alarmmeldungen.Fensterzustand
                            2022-03-11 09:54:47.461 - warn: javascript.0 (1184) getState "mihome.0.devices.magnet_158d000204ad93.state" not found (3)
                            2022-03-11 09:54:47.503 - warn: javascript.0 (1184) at beiProgrammStart (script.js.Alarmmeldungen.Fensterzustand:8:7)
                            
                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            schrieb am zuletzt editiert von Thomas Braun
                            #32

                            @markus-faltermeier sagte in Probleme bei Update von admin:

                            Da half dann nur noch komplett ausschalten.

                            Das heißt, du kappst abrupt den Strom ohne die Kiste sauber herunterzufahren?

                            Lösch mal den npm cache:

                            cd /opt/iobroker
                            sudo -H -u iobroker npm cache clear --force
                            

                            Linux-Werkzeugkasten:
                            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                            NodeJS Fixer Skript:
                            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                            M 2 Antworten Letzte Antwort
                            0
                            • Thomas BraunT Thomas Braun

                              @markus-faltermeier sagte in Probleme bei Update von admin:

                              Da half dann nur noch komplett ausschalten.

                              Das heißt, du kappst abrupt den Strom ohne die Kiste sauber herunterzufahren?

                              Lösch mal den npm cache:

                              cd /opt/iobroker
                              sudo -H -u iobroker npm cache clear --force
                              
                              M Offline
                              M Offline
                              Markus Faltermeier
                              schrieb am zuletzt editiert von
                              #33

                              @thomas-braun
                              ich hab vorher noch den IOBROKER beendet über Putty. Dann ging nichts mehr

                              1 Antwort Letzte Antwort
                              0
                              • Thomas BraunT Thomas Braun

                                @markus-faltermeier sagte in Probleme bei Update von admin:

                                Da half dann nur noch komplett ausschalten.

                                Das heißt, du kappst abrupt den Strom ohne die Kiste sauber herunterzufahren?

                                Lösch mal den npm cache:

                                cd /opt/iobroker
                                sudo -H -u iobroker npm cache clear --force
                                
                                M Offline
                                M Offline
                                Markus Faltermeier
                                schrieb am zuletzt editiert von
                                #34

                                @thomas-braun
                                habe ich gemacht. Hab aber immer noch Fehler.
                                Das sieht bei allen Adaptern ähnlich aus. Hier mal das Beispiel mit den Meldungen vom Bachitup

                                 iobroker upgrade backitup@2.3.3
                                
                                Update backitup from @2.2.3 to @2.3.3
                                
                                host.raspberrypi Adapter "system.adapter.backitup.0" is stopped.
                                
                                NPM version: 6.14.16npm install iobroker.backitup@2.3.3 --loglevel error --prefix "/opt/iobroker" (System call)
                                
                                Traceback (most recent call last):
                                
                                File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py", line 47, in <module> import gyp File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 10, in <module> import gyp.input File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 7, in <module> import astImportError: No module named ast
                                
                                gyp ERR! configure error gyp ERR! stack Error: `gyp` failed with exit code: 1gyp ERR! stack at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)gyp ERR! stack at ChildProcess.emit (events.js:400:28)gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:282:12)gyp ERR! System Linux 5.10.103-v7l+gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"gyp ERR! cwd /opt/iobroker/node_modules/@serialport/bindingsgyp ERR! node -v v14.19.0gyp ERR! node-gyp -v v5.1.0gyp ERR! not ok
                                
                                node-pre-gyp ERR! install response status 404 Not Found on https://github.com/Automattic/node-canvas/releases/download/v2.9.0/canvas-v2.9.0-node-v83-linux-glibc-arm.tar.gz
                                
                                Traceback (most recent call last): File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py", line 47, in <module> import gyp File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 10, in <module> import gyp.input File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 7, in <module> import astImportError: No module named ast
                                
                                gyp ERR! configure error
                                
                                gyp ERR! stack Error: `gyp` failed with exit code: 1gyp ERR! stack at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)gyp ERR! stack at ChildProcess.emit (events.js:400:28)gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:282:12)gyp ERR! System Linux 5.10.103-v7l+gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node" "--module_name=canvas" "--module_path=/opt/iobroker/node_modules/canvas/build/Release" "--napi_version=8" "--node_abi_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v83"gyp ERR! cwd /opt/iobroker/node_modules/canvasgyp ERR! node -v v14.19.0gyp ERR! node-gyp -v v5.1.0gyp ERR! not ok
                                
                                node-pre-gyp ERR! build error
                                
                                node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node --module_name=canvas --module_path=/opt/iobroker/node_modules/canvas/build/Release --napi_version=8 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v83' (1)
                                
                                node-pre-gyp ERR! stack at ChildProcess.<anonymous> (/opt/iobroker/node_modules/@mapbox/node-pre-gyp/lib/util/compile.js:89:23)node-pre-gyp ERR! stack at ChildProcess.emit (events.js:400:28)node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:1058:16)node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:293:5)node-pre-gyp ERR! System Linux 5.10.103-v7l+node-pre-gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"node-pre-gyp ERR! cwd /opt/iobroker/node_modules/canvasnode-pre-gyp ERR! node -v v14.19.0node-pre-gyp ERR! node-pre-gyp -v v1.0.8node-pre-gyp ERR! not ok
                                
                                Traceback (most recent call last):
                                
                                File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py", line 47, in <module> import gyp File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 10, in <module> import gyp.input File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 7, in <module> import astImportError: No module named ast
                                
                                gyp ERR! configure error
                                
                                gyp ERR! stack Error: `gyp` failed with exit code: 1gyp ERR! stack at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)
                                
                                gyp ERR! stack at ChildProcess.emit (events.js:400:28)gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:282:12)
                                
                                gyp ERR! System Linux 5.10.103-v7l+
                                
                                gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"gyp ERR! cwd /opt/iobroker/node_modules/sharpgyp ERR! node -v v14.19.0
                                
                                gyp ERR! node-gyp -v v5.1.0gyp ERR! not ok
                                
                                Traceback (most recent call last):
                                
                                File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py", line 47, in <module> import gyp File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 10, in <module> import gyp.input File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 7, in <module> import astImportError: No module named ast
                                
                                gyp ERR! configure error
                                
                                gyp ERR! stack Error: `gyp` failed with exit code: 1gyp ERR! stack at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)gyp ERR! stack at ChildProcess.emit (events.js:400:28)gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:282:12)gyp ERR! System Linux 5.10.103-v7l+gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
                                
                                gyp ERR! cwd /opt/iobroker/node_modules/zigbee-herdsman-converters/node_modules/zigbee-herdsman/node_modules/@serialport/bindingsgyp ERR! node -v v14.19.0gyp ERR! node-gyp -v v5.1.0gyp ERR! not ok
                                
                                npm ERR! code ELIFECYCLE
                                
                                npm ERR! errno 1
                                
                                npm ERR! @serialport/bindings@9.2.8 install: `prebuild-install --tag-prefix @serialport/bindings@ || node-gyp rebuild`npm ERR! Exit status 1
                                
                                npm ERR! npm ERR! Failed at the @serialport/bindings@9.2.8 install script.npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                                
                                npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2022-03-11T11_17_16_464Z-debug.log
                                
                                upload [10] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/words.js words.js application/javascript
                                
                                upload [9] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/tab_m.js tab_m.js application/javascript
                                
                                upload [8] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/tab_m.html tab_m.html text/html
                                
                                upload [7] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/tab_m.css tab_m.css text/css
                                
                                upload [6] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/style.css style.css text/css
                                
                                upload [5] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index_m.js index_m.js application/javascript
                                
                                upload [4] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index_m.html index_m.html text/html
                                
                                upload [3] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index.html index.html text/html
                                
                                upload [2] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/backitup.svg backitup.svg image/svg+xml
                                
                                upload [1] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/backitup.png backitup.png image/png
                                
                                upload [0] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/adapter-settings.js adapter-settings.js application/javascript
                                
                                Adapter "backitup" updated
                                
                                host.raspberrypi Adapter "system.adapter.backitup.0" is started
                                
                                Process exited with code 0
                                

                                Er schreibt zwar, dass upgedated wurde aber nach dem aktualisieren der Seite wird wieder der alte Stand angezeigt

                                HomoranH Thomas BraunT 2 Antworten Letzte Antwort
                                0
                                • M Markus Faltermeier

                                  @thomas-braun
                                  habe ich gemacht. Hab aber immer noch Fehler.
                                  Das sieht bei allen Adaptern ähnlich aus. Hier mal das Beispiel mit den Meldungen vom Bachitup

                                   iobroker upgrade backitup@2.3.3
                                  
                                  Update backitup from @2.2.3 to @2.3.3
                                  
                                  host.raspberrypi Adapter "system.adapter.backitup.0" is stopped.
                                  
                                  NPM version: 6.14.16npm install iobroker.backitup@2.3.3 --loglevel error --prefix "/opt/iobroker" (System call)
                                  
                                  Traceback (most recent call last):
                                  
                                  File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py", line 47, in <module> import gyp File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 10, in <module> import gyp.input File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 7, in <module> import astImportError: No module named ast
                                  
                                  gyp ERR! configure error gyp ERR! stack Error: `gyp` failed with exit code: 1gyp ERR! stack at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)gyp ERR! stack at ChildProcess.emit (events.js:400:28)gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:282:12)gyp ERR! System Linux 5.10.103-v7l+gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"gyp ERR! cwd /opt/iobroker/node_modules/@serialport/bindingsgyp ERR! node -v v14.19.0gyp ERR! node-gyp -v v5.1.0gyp ERR! not ok
                                  
                                  node-pre-gyp ERR! install response status 404 Not Found on https://github.com/Automattic/node-canvas/releases/download/v2.9.0/canvas-v2.9.0-node-v83-linux-glibc-arm.tar.gz
                                  
                                  Traceback (most recent call last): File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py", line 47, in <module> import gyp File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 10, in <module> import gyp.input File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 7, in <module> import astImportError: No module named ast
                                  
                                  gyp ERR! configure error
                                  
                                  gyp ERR! stack Error: `gyp` failed with exit code: 1gyp ERR! stack at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)gyp ERR! stack at ChildProcess.emit (events.js:400:28)gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:282:12)gyp ERR! System Linux 5.10.103-v7l+gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node" "--module_name=canvas" "--module_path=/opt/iobroker/node_modules/canvas/build/Release" "--napi_version=8" "--node_abi_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v83"gyp ERR! cwd /opt/iobroker/node_modules/canvasgyp ERR! node -v v14.19.0gyp ERR! node-gyp -v v5.1.0gyp ERR! not ok
                                  
                                  node-pre-gyp ERR! build error
                                  
                                  node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node --module_name=canvas --module_path=/opt/iobroker/node_modules/canvas/build/Release --napi_version=8 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v83' (1)
                                  
                                  node-pre-gyp ERR! stack at ChildProcess.<anonymous> (/opt/iobroker/node_modules/@mapbox/node-pre-gyp/lib/util/compile.js:89:23)node-pre-gyp ERR! stack at ChildProcess.emit (events.js:400:28)node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:1058:16)node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:293:5)node-pre-gyp ERR! System Linux 5.10.103-v7l+node-pre-gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"node-pre-gyp ERR! cwd /opt/iobroker/node_modules/canvasnode-pre-gyp ERR! node -v v14.19.0node-pre-gyp ERR! node-pre-gyp -v v1.0.8node-pre-gyp ERR! not ok
                                  
                                  Traceback (most recent call last):
                                  
                                  File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py", line 47, in <module> import gyp File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 10, in <module> import gyp.input File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 7, in <module> import astImportError: No module named ast
                                  
                                  gyp ERR! configure error
                                  
                                  gyp ERR! stack Error: `gyp` failed with exit code: 1gyp ERR! stack at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)
                                  
                                  gyp ERR! stack at ChildProcess.emit (events.js:400:28)gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:282:12)
                                  
                                  gyp ERR! System Linux 5.10.103-v7l+
                                  
                                  gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"gyp ERR! cwd /opt/iobroker/node_modules/sharpgyp ERR! node -v v14.19.0
                                  
                                  gyp ERR! node-gyp -v v5.1.0gyp ERR! not ok
                                  
                                  Traceback (most recent call last):
                                  
                                  File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py", line 47, in <module> import gyp File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 10, in <module> import gyp.input File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 7, in <module> import astImportError: No module named ast
                                  
                                  gyp ERR! configure error
                                  
                                  gyp ERR! stack Error: `gyp` failed with exit code: 1gyp ERR! stack at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)gyp ERR! stack at ChildProcess.emit (events.js:400:28)gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:282:12)gyp ERR! System Linux 5.10.103-v7l+gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
                                  
                                  gyp ERR! cwd /opt/iobroker/node_modules/zigbee-herdsman-converters/node_modules/zigbee-herdsman/node_modules/@serialport/bindingsgyp ERR! node -v v14.19.0gyp ERR! node-gyp -v v5.1.0gyp ERR! not ok
                                  
                                  npm ERR! code ELIFECYCLE
                                  
                                  npm ERR! errno 1
                                  
                                  npm ERR! @serialport/bindings@9.2.8 install: `prebuild-install --tag-prefix @serialport/bindings@ || node-gyp rebuild`npm ERR! Exit status 1
                                  
                                  npm ERR! npm ERR! Failed at the @serialport/bindings@9.2.8 install script.npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                                  
                                  npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2022-03-11T11_17_16_464Z-debug.log
                                  
                                  upload [10] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/words.js words.js application/javascript
                                  
                                  upload [9] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/tab_m.js tab_m.js application/javascript
                                  
                                  upload [8] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/tab_m.html tab_m.html text/html
                                  
                                  upload [7] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/tab_m.css tab_m.css text/css
                                  
                                  upload [6] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/style.css style.css text/css
                                  
                                  upload [5] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index_m.js index_m.js application/javascript
                                  
                                  upload [4] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index_m.html index_m.html text/html
                                  
                                  upload [3] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index.html index.html text/html
                                  
                                  upload [2] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/backitup.svg backitup.svg image/svg+xml
                                  
                                  upload [1] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/backitup.png backitup.png image/png
                                  
                                  upload [0] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/adapter-settings.js adapter-settings.js application/javascript
                                  
                                  Adapter "backitup" updated
                                  
                                  host.raspberrypi Adapter "system.adapter.backitup.0" is started
                                  
                                  Process exited with code 0
                                  

                                  Er schreibt zwar, dass upgedated wurde aber nach dem aktualisieren der Seite wird wieder der alte Stand angezeigt

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

                                  @markus-faltermeier sagte in Probleme bei Update von admin:

                                  Er schreibt zwar, dass upgedated wurde aber nach dem aktualisieren der Seite wird wieder der alte Stand angezeigt

                                  hatten wir gestern erst:
                                  https://forum.iobroker.net/topic/53259/gelöst-kann-nichts-updaten/22?_=1646992450663

                                  hast du zufällig auch den Uralt TR-064 installiert (gehabt)?

                                  kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                                  Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                  der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                  M 1 Antwort Letzte Antwort
                                  0
                                  • M Markus Faltermeier

                                    @thomas-braun
                                    habe ich gemacht. Hab aber immer noch Fehler.
                                    Das sieht bei allen Adaptern ähnlich aus. Hier mal das Beispiel mit den Meldungen vom Bachitup

                                     iobroker upgrade backitup@2.3.3
                                    
                                    Update backitup from @2.2.3 to @2.3.3
                                    
                                    host.raspberrypi Adapter "system.adapter.backitup.0" is stopped.
                                    
                                    NPM version: 6.14.16npm install iobroker.backitup@2.3.3 --loglevel error --prefix "/opt/iobroker" (System call)
                                    
                                    Traceback (most recent call last):
                                    
                                    File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py", line 47, in <module> import gyp File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 10, in <module> import gyp.input File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 7, in <module> import astImportError: No module named ast
                                    
                                    gyp ERR! configure error gyp ERR! stack Error: `gyp` failed with exit code: 1gyp ERR! stack at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)gyp ERR! stack at ChildProcess.emit (events.js:400:28)gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:282:12)gyp ERR! System Linux 5.10.103-v7l+gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"gyp ERR! cwd /opt/iobroker/node_modules/@serialport/bindingsgyp ERR! node -v v14.19.0gyp ERR! node-gyp -v v5.1.0gyp ERR! not ok
                                    
                                    node-pre-gyp ERR! install response status 404 Not Found on https://github.com/Automattic/node-canvas/releases/download/v2.9.0/canvas-v2.9.0-node-v83-linux-glibc-arm.tar.gz
                                    
                                    Traceback (most recent call last): File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py", line 47, in <module> import gyp File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 10, in <module> import gyp.input File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 7, in <module> import astImportError: No module named ast
                                    
                                    gyp ERR! configure error
                                    
                                    gyp ERR! stack Error: `gyp` failed with exit code: 1gyp ERR! stack at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)gyp ERR! stack at ChildProcess.emit (events.js:400:28)gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:282:12)gyp ERR! System Linux 5.10.103-v7l+gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node" "--module_name=canvas" "--module_path=/opt/iobroker/node_modules/canvas/build/Release" "--napi_version=8" "--node_abi_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v83"gyp ERR! cwd /opt/iobroker/node_modules/canvasgyp ERR! node -v v14.19.0gyp ERR! node-gyp -v v5.1.0gyp ERR! not ok
                                    
                                    node-pre-gyp ERR! build error
                                    
                                    node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node --module_name=canvas --module_path=/opt/iobroker/node_modules/canvas/build/Release --napi_version=8 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v83' (1)
                                    
                                    node-pre-gyp ERR! stack at ChildProcess.<anonymous> (/opt/iobroker/node_modules/@mapbox/node-pre-gyp/lib/util/compile.js:89:23)node-pre-gyp ERR! stack at ChildProcess.emit (events.js:400:28)node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:1058:16)node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:293:5)node-pre-gyp ERR! System Linux 5.10.103-v7l+node-pre-gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"node-pre-gyp ERR! cwd /opt/iobroker/node_modules/canvasnode-pre-gyp ERR! node -v v14.19.0node-pre-gyp ERR! node-pre-gyp -v v1.0.8node-pre-gyp ERR! not ok
                                    
                                    Traceback (most recent call last):
                                    
                                    File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py", line 47, in <module> import gyp File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 10, in <module> import gyp.input File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 7, in <module> import astImportError: No module named ast
                                    
                                    gyp ERR! configure error
                                    
                                    gyp ERR! stack Error: `gyp` failed with exit code: 1gyp ERR! stack at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)
                                    
                                    gyp ERR! stack at ChildProcess.emit (events.js:400:28)gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:282:12)
                                    
                                    gyp ERR! System Linux 5.10.103-v7l+
                                    
                                    gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"gyp ERR! cwd /opt/iobroker/node_modules/sharpgyp ERR! node -v v14.19.0
                                    
                                    gyp ERR! node-gyp -v v5.1.0gyp ERR! not ok
                                    
                                    Traceback (most recent call last):
                                    
                                    File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py", line 47, in <module> import gyp File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 10, in <module> import gyp.input File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 7, in <module> import astImportError: No module named ast
                                    
                                    gyp ERR! configure error
                                    
                                    gyp ERR! stack Error: `gyp` failed with exit code: 1gyp ERR! stack at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)gyp ERR! stack at ChildProcess.emit (events.js:400:28)gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:282:12)gyp ERR! System Linux 5.10.103-v7l+gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
                                    
                                    gyp ERR! cwd /opt/iobroker/node_modules/zigbee-herdsman-converters/node_modules/zigbee-herdsman/node_modules/@serialport/bindingsgyp ERR! node -v v14.19.0gyp ERR! node-gyp -v v5.1.0gyp ERR! not ok
                                    
                                    npm ERR! code ELIFECYCLE
                                    
                                    npm ERR! errno 1
                                    
                                    npm ERR! @serialport/bindings@9.2.8 install: `prebuild-install --tag-prefix @serialport/bindings@ || node-gyp rebuild`npm ERR! Exit status 1
                                    
                                    npm ERR! npm ERR! Failed at the @serialport/bindings@9.2.8 install script.npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                                    
                                    npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2022-03-11T11_17_16_464Z-debug.log
                                    
                                    upload [10] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/words.js words.js application/javascript
                                    
                                    upload [9] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/tab_m.js tab_m.js application/javascript
                                    
                                    upload [8] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/tab_m.html tab_m.html text/html
                                    
                                    upload [7] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/tab_m.css tab_m.css text/css
                                    
                                    upload [6] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/style.css style.css text/css
                                    
                                    upload [5] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index_m.js index_m.js application/javascript
                                    
                                    upload [4] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index_m.html index_m.html text/html
                                    
                                    upload [3] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index.html index.html text/html
                                    
                                    upload [2] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/backitup.svg backitup.svg image/svg+xml
                                    
                                    upload [1] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/backitup.png backitup.png image/png
                                    
                                    upload [0] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/adapter-settings.js adapter-settings.js application/javascript
                                    
                                    Adapter "backitup" updated
                                    
                                    host.raspberrypi Adapter "system.adapter.backitup.0" is started
                                    
                                    Process exited with code 0
                                    

                                    Er schreibt zwar, dass upgedated wurde aber nach dem aktualisieren der Seite wird wieder der alte Stand angezeigt

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

                                    @markus-faltermeier sagte in Probleme bei Update von admin:

                                    Das sieht bei allen Adaptern ähnlich aus.

                                    Ja, weil das kein Fehler in den jeweiligen Adaptern ist sondern da steht was quer in der Pipeline. Solange das nicht weg ist kommen solche Meldungen.

                                    iobroker list adapters
                                    iobroker list instances
                                    iobroker update -u
                                    

                                    Linux-Werkzeugkasten:
                                    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                    NodeJS Fixer Skript:
                                    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                    M 1 Antwort Letzte Antwort
                                    0
                                    • HomoranH Homoran

                                      @markus-faltermeier sagte in Probleme bei Update von admin:

                                      Er schreibt zwar, dass upgedated wurde aber nach dem aktualisieren der Seite wird wieder der alte Stand angezeigt

                                      hatten wir gestern erst:
                                      https://forum.iobroker.net/topic/53259/gelöst-kann-nichts-updaten/22?_=1646992450663

                                      hast du zufällig auch den Uralt TR-064 installiert (gehabt)?

                                      M Offline
                                      M Offline
                                      Markus Faltermeier
                                      schrieb am zuletzt editiert von
                                      #37

                                      @homoran
                                      ja den hab ich drauf ist aber deaktiviert

                                      Thomas BraunT 1 Antwort Letzte Antwort
                                      0
                                      • M Markus Faltermeier

                                        @homoran
                                        ja den hab ich drauf ist aber deaktiviert

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

                                        @markus-faltermeier

                                        Dann deinstallier den.

                                        Linux-Werkzeugkasten:
                                        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                        NodeJS Fixer Skript:
                                        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                        M 1 Antwort Letzte Antwort
                                        0
                                        • Thomas BraunT Thomas Braun

                                          @markus-faltermeier

                                          Dann deinstallier den.

                                          M Offline
                                          M Offline
                                          Markus Faltermeier
                                          schrieb am zuletzt editiert von
                                          #39

                                          @thomas-braun
                                          hab ihn jetzt gelöscht

                                          Thomas BraunT 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

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

                                          452

                                          Online

                                          32.5k

                                          Benutzer

                                          81.6k

                                          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