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. Visualisierung
  4. Fire Tablet Jarvis aktualisiert sich nicht

NEWS

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    11
    1
    358

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    24
    1
    1.6k

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

Fire Tablet Jarvis aktualisiert sich nicht

Geplant Angeheftet Gesperrt Verschoben Visualisierung
vis
66 Beiträge 3 Kommentatoren 6.9k Aufrufe 4 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.
  • T technodj23

    @thomas-braun sagte in Fire Tablet Jarvis aktualisiert sich nicht:

    sudo ln -s /usr/bin/node /usr/bin/nodejs &> /dev/null

    armv7l
    /usr/bin/nodejs
    /usr/bin/node
    /usr/bin/npm
    /usr/bin/npx
    v16.19.0
    v16.19.0
    8.19.3
    8.19.3
    node:internal/modules/cjs/loader:998
      throw err;
      ^
    
    Error: Cannot find module './lib/setup'
    Require stack:
    - /opt/iobroker/node_modules/iobroker.js-controller/iobroker.js
        at Function.Module._resolveFilename (node:internal/modules/cjs/loader:995:15)
        at Function.Module._load (node:internal/modules/cjs/loader:841:27)
        at Module.require (node:internal/modules/cjs/loader:1067:19)
        at require (node:internal/modules/cjs/helpers:103:18)
        at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:1)
        at Module._compile (node:internal/modules/cjs/loader:1165:14)
        at Object.Module._extensions..js (node:internal/modules/cjs/loader:1219:10)
        at Module.load (node:internal/modules/cjs/loader:1043:32)
        at Function.Module._load (node:internal/modules/cjs/loader:878:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12) {
      code: 'MODULE_NOT_FOUND',
      requireStack: [ '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js' ]
    
    
    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    schrieb am zuletzt editiert von
    #35

    @technodj23

    cd /opt/iobroker
    sudo -H -u iobroker npm install iobroker.js-controller
    

    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

    T 1 Antwort Letzte Antwort
    0
    • Thomas BraunT Thomas Braun

      @technodj23

      cd /opt/iobroker
      sudo -H -u iobroker npm install iobroker.js-controller
      
      T Offline
      T Offline
      technodj23
      schrieb am zuletzt editiert von
      #36

      @thomas-braun

       sudo -H -u iobroker npm install iobroker.js-controller
      npm ERR! code ENOTEMPTY
      npm ERR! syscall rename
      npm ERR! path /opt/iobroker/node_modules/acorn
      npm ERR! dest /opt/iobroker/node_modules/.acorn-zHERliMH
      npm ERR! errno -39
      npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/acorn' -> '/opt/iobroker/node_modules/.acorn-zHERliMH'
      

      Ich glaube ich gebe für heute auf :-D Danke dir schon mal für deine Hilfe!

      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • T technodj23

        @thomas-braun

         sudo -H -u iobroker npm install iobroker.js-controller
        npm ERR! code ENOTEMPTY
        npm ERR! syscall rename
        npm ERR! path /opt/iobroker/node_modules/acorn
        npm ERR! dest /opt/iobroker/node_modules/.acorn-zHERliMH
        npm ERR! errno -39
        npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/acorn' -> '/opt/iobroker/node_modules/.acorn-zHERliMH'
        

        Ich glaube ich gebe für heute auf :-D Danke dir schon mal für deine Hilfe!

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

        @technodj23

        
        for i in $(find /opt/iobroker/node_modules -type d -iname ".*-????????" ! -iname ".local-chromium"); do rm -rf ${i%%/}; done 
        

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

        1 Antwort Letzte Antwort
        0
        • T Offline
          T Offline
          technodj23
          schrieb am zuletzt editiert von
          #38

          So, "irgendwie" läuft iobroker wieder. Aber so richtig funktionieren tun so einige Sachen irgendwie nicht. Kann einige Adapter nicht aktualisieren.

          Dann wollte ich Lovelace installieren, geht auch nicht, mit folgender Meldung:

          $ iobroker add lovelace 1 --host raspberrypi4-iob --debug
          
          NPM version: 8.19.3
          
          Installing iobroker.lovelace@3.0.1... (System call)
          
          npm ERR! code ENOTEMPTY
          
          npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/abbrev' -> '/opt/iobroker/node_modules/.abbrev-5eNud0FY'
          
          npm ERR! A complete log of this run can be found in:
          
          npm ERR! /home/iobroker/.npm/_logs/2023-01-23T17_21_55_658Z-debug-0.log
          
          host.raspberrypi4-iob Cannot install iobroker.lovelace@3.0.1: 217
          
          ERROR: Process exited with code 25
          
          Thomas BraunT 1 Antwort Letzte Antwort
          0
          • T technodj23

            So, "irgendwie" läuft iobroker wieder. Aber so richtig funktionieren tun so einige Sachen irgendwie nicht. Kann einige Adapter nicht aktualisieren.

            Dann wollte ich Lovelace installieren, geht auch nicht, mit folgender Meldung:

            $ iobroker add lovelace 1 --host raspberrypi4-iob --debug
            
            NPM version: 8.19.3
            
            Installing iobroker.lovelace@3.0.1... (System call)
            
            npm ERR! code ENOTEMPTY
            
            npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/abbrev' -> '/opt/iobroker/node_modules/.abbrev-5eNud0FY'
            
            npm ERR! A complete log of this run can be found in:
            
            npm ERR! /home/iobroker/.npm/_logs/2023-01-23T17_21_55_658Z-debug-0.log
            
            host.raspberrypi4-iob Cannot install iobroker.lovelace@3.0.1: 217
            
            ERROR: Process exited with code 25
            
            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            schrieb am zuletzt editiert von Thomas Braun
            #39

            @technodj23

            Siehe den angepinnten Beitrag ganz oben in Forum.

            Bzw. meine Antwort genau über deinem Posting.

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

            1 Antwort Letzte Antwort
            0
            • T Offline
              T Offline
              technodj23
              schrieb am zuletzt editiert von
              #40

              @thomas-braun

              Hab ich alles gemacht, auch iob fix, Neustart usw.

              host.raspberrypi4-iob
              	2023-01-23 20:13:37.811	error	Cannot download and install adapter "jarvis@3.1.2". To retry it disable/enable the adapter or restart host. Also check the error messages in the log!
              host.raspberrypi4-iob
              	2023-01-23 20:13:35.773	error	iobroker npm-install: host.raspberrypi4-iob Cannot install iobroker.jarvis@3.1.2: 217
              zigbee.0
              	2023-01-23 20:13:16.575	error	getGroups: caught error: TypeError: Cannot read properties of undefined (reading 'getGroups')
              host.raspberrypi4-iob
              	2023-01-23 20:12:48.533	error	iobroker npm-install: host.raspberrypi4-iob Cannot install iobroker.jarvis@3.1.2: 217
              host.raspberrypi4-iob
              	2023-01-23 20:11:57.858	error	iobroker host.raspberrypi4-iob Cannot install iobroker.lovelace@3.0.1: 217
              host.raspberrypi4-iob
              	2023-01-23 20:11:57.169	error	iobroker npm-install: node:internal/modules/cjs/loader:998 throw err; ^Error: Cannot find module 'chokidar'Require stack:- /opt/iobroker/node_modules/@iobroker/js-controller-cli/lib/cli/cliLogs.js- /opt/iobroker/node_modules/@iobroker/js-controller-cli/index.js- /opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js- /opt/iobroker/node_modules/iobroker.js-controller/iobroker.js at Function.Module._resolveFilename (node:internal/modules/cjs/loader:995:15) at Function.Module._load (node:internal/modules/cjs/loader:841:27) at Module.require (node:internal/modules/cjs/loader:1067:19) at require (node:internal/modules/cjs/helpers:103:18) at Object.<anonymous> (/opt/iobroker/node_modules/@iobroker/js-controller-cli/lib/cli/cliLogs.js:5:18) at Module._compile (node:internal/modules/cjs/loader:1165:14) at Object.Module._extensions..js (node:internal/modules/cjs/loader:1219:10) at Module.load (node:internal/modules/cjs/loader:1043:32) at Function.Module._load (node:internal/modules/cjs/loader:878:12) at Module.require (node:internal/modules/cjs/loader:1067:19) { code: 'MODULE_NOT_FOUND', requireStack: [ '/opt/iobroker/node_modules/@iobroker/js-controller-cli/lib/cli/cliLogs.js', '/opt/iobroker/node_modules/@iobroker/js-controller-cli/index.js', '/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js', '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js' ]}
              host.raspberrypi4-iob
              2023-01-23 20:11:53.777	error	iobroker npm-install: host.raspberrypi4-iob Cannot install iobroker.jarvis@3.1.2: 217 
              
              So sieht der Log nach einem Neustart aus :-/
              Thomas BraunT 1 Antwort Letzte Antwort
              0
              • T technodj23

                @thomas-braun

                Hab ich alles gemacht, auch iob fix, Neustart usw.

                host.raspberrypi4-iob
                	2023-01-23 20:13:37.811	error	Cannot download and install adapter "jarvis@3.1.2". To retry it disable/enable the adapter or restart host. Also check the error messages in the log!
                host.raspberrypi4-iob
                	2023-01-23 20:13:35.773	error	iobroker npm-install: host.raspberrypi4-iob Cannot install iobroker.jarvis@3.1.2: 217
                zigbee.0
                	2023-01-23 20:13:16.575	error	getGroups: caught error: TypeError: Cannot read properties of undefined (reading 'getGroups')
                host.raspberrypi4-iob
                	2023-01-23 20:12:48.533	error	iobroker npm-install: host.raspberrypi4-iob Cannot install iobroker.jarvis@3.1.2: 217
                host.raspberrypi4-iob
                	2023-01-23 20:11:57.858	error	iobroker host.raspberrypi4-iob Cannot install iobroker.lovelace@3.0.1: 217
                host.raspberrypi4-iob
                	2023-01-23 20:11:57.169	error	iobroker npm-install: node:internal/modules/cjs/loader:998 throw err; ^Error: Cannot find module 'chokidar'Require stack:- /opt/iobroker/node_modules/@iobroker/js-controller-cli/lib/cli/cliLogs.js- /opt/iobroker/node_modules/@iobroker/js-controller-cli/index.js- /opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js- /opt/iobroker/node_modules/iobroker.js-controller/iobroker.js at Function.Module._resolveFilename (node:internal/modules/cjs/loader:995:15) at Function.Module._load (node:internal/modules/cjs/loader:841:27) at Module.require (node:internal/modules/cjs/loader:1067:19) at require (node:internal/modules/cjs/helpers:103:18) at Object.<anonymous> (/opt/iobroker/node_modules/@iobroker/js-controller-cli/lib/cli/cliLogs.js:5:18) at Module._compile (node:internal/modules/cjs/loader:1165:14) at Object.Module._extensions..js (node:internal/modules/cjs/loader:1219:10) at Module.load (node:internal/modules/cjs/loader:1043:32) at Function.Module._load (node:internal/modules/cjs/loader:878:12) at Module.require (node:internal/modules/cjs/loader:1067:19) { code: 'MODULE_NOT_FOUND', requireStack: [ '/opt/iobroker/node_modules/@iobroker/js-controller-cli/lib/cli/cliLogs.js', '/opt/iobroker/node_modules/@iobroker/js-controller-cli/index.js', '/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js', '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js' ]}
                host.raspberrypi4-iob
                2023-01-23 20:11:53.777	error	iobroker npm-install: host.raspberrypi4-iob Cannot install iobroker.jarvis@3.1.2: 217 
                
                So sieht der Log nach einem Neustart aus :-/
                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                schrieb am zuletzt editiert von
                #41

                @technodj23

                cd /opt/iobroker
                npm ls chokidar
                

                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

                T 1 Antwort Letzte Antwort
                0
                • Thomas BraunT Thomas Braun

                  @technodj23

                  cd /opt/iobroker
                  npm ls chokidar
                  
                  T Offline
                  T Offline
                  technodj23
                  schrieb am zuletzt editiert von
                  #42

                  @thomas-braun

                  iobroker.inst@2.0.3 /opt/iobroker
                  ├─┬ iobroker.javascript@6.1.4
                  │ ├─┬ @iobroker/dev-server@0.6.0 extraneous
                  │ │ └── chokidar@3.5.3 deduped
                  │ ├─┬ browser-sync@2.27.11 extraneous
                  │ │ └── chokidar@3.5.3 deduped
                  │ ├── chokidar@3.5.3 extraneous
                  │ ├─┬ glob-watcher@5.0.5 extraneous
                  │ │ └── chokidar@2.1.8 extraneous
                  │ ├─┬ mocha@10.2.0 extraneous
                  │ │ └── chokidar@3.5.3 deduped
                  │ └─┬ nodemon@2.0.20 extraneous
                  │   └── chokidar@3.5.3 deduped
                  └─┬ iobroker.js-controller@4.0.24
                    └─┬ @iobroker/js-controller-cli@4.0.24
                      └── chokidar@3.5.3
                  
                  
                  Thomas BraunT 1 Antwort Letzte Antwort
                  0
                  • T technodj23

                    @thomas-braun

                    iobroker.inst@2.0.3 /opt/iobroker
                    ├─┬ iobroker.javascript@6.1.4
                    │ ├─┬ @iobroker/dev-server@0.6.0 extraneous
                    │ │ └── chokidar@3.5.3 deduped
                    │ ├─┬ browser-sync@2.27.11 extraneous
                    │ │ └── chokidar@3.5.3 deduped
                    │ ├── chokidar@3.5.3 extraneous
                    │ ├─┬ glob-watcher@5.0.5 extraneous
                    │ │ └── chokidar@2.1.8 extraneous
                    │ ├─┬ mocha@10.2.0 extraneous
                    │ │ └── chokidar@3.5.3 deduped
                    │ └─┬ nodemon@2.0.20 extraneous
                    │   └── chokidar@3.5.3 deduped
                    └─┬ iobroker.js-controller@4.0.24
                      └─┬ @iobroker/js-controller-cli@4.0.24
                        └── chokidar@3.5.3
                    
                    
                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    schrieb am zuletzt editiert von
                    #43

                    @technodj23

                    Restart host
                    probiert?

                    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

                    T 1 Antwort Letzte Antwort
                    0
                    • Thomas BraunT Thomas Braun

                      @technodj23

                      Restart host
                      probiert?

                      T Offline
                      T Offline
                      technodj23
                      schrieb am zuletzt editiert von
                      #44

                      @thomas-braun ja, alles, Host, Rasperry alles neu gestartet. Jetzt startet nicht mal mehr der Zigbee Adapter...Ich sehe mich schon alles neu aufsetzen :-/ Und das Alles bloß weil sich die Uhrzeit nicht aktualisiert hat grml

                      Thomas BraunT 1 Antwort Letzte Antwort
                      0
                      • T technodj23

                        @thomas-braun ja, alles, Host, Rasperry alles neu gestartet. Jetzt startet nicht mal mehr der Zigbee Adapter...Ich sehe mich schon alles neu aufsetzen :-/ Und das Alles bloß weil sich die Uhrzeit nicht aktualisiert hat grml

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

                        @technodj23 sagte in Fire Tablet Jarvis aktualisiert sich nicht:

                        Jetzt startet nicht mal mehr der Zigbee Adapter

                        Ohne Meldung?

                        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

                        T 1 Antwort Letzte Antwort
                        0
                        • Thomas BraunT Thomas Braun

                          @technodj23 sagte in Fire Tablet Jarvis aktualisiert sich nicht:

                          Jetzt startet nicht mal mehr der Zigbee Adapter

                          Ohne Meldung?

                          T Offline
                          T Offline
                          technodj23
                          schrieb am zuletzt editiert von
                          #46

                          @thomas-braun

                          zigbee.0
                             2023-01-23 20:38:38.484	info	List of port: [{"path":"/dev/ttyACM0","manufacturer":"Texas Instruments","serialNumber":"__0X00124B0018E20E8B","pnpId":"usb-Texas_Instruments_TI_CC2531_USB_CDC___0X00124B0018E20E8B-if00","vendorId":"0451","productId":"16a8"},{"path":"/dev/ttyAMA0"}]
                          zigbee.0
                             2023-01-23 20:38:38.343	error	getGroups: caught error: TypeError: Cannot read properties of undefined (reading 'getGroups')
                          
                          1 Antwort Letzte Antwort
                          0
                          • Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            schrieb am zuletzt editiert von
                            #47

                            @technodj23

                            Schau das Log bitte per

                            iob logs --watch | uniq
                            

                            in einem zweiten Terminal an und poste das. Da stimmt die Chronologie, wenn man das von oben nach unten liest.

                            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

                            T 1 Antwort Letzte Antwort
                            0
                            • Thomas BraunT Thomas Braun

                              @technodj23

                              Schau das Log bitte per

                              iob logs --watch | uniq
                              

                              in einem zweiten Terminal an und poste das. Da stimmt die Chronologie, wenn man das von oben nach unten liest.

                              T Offline
                              T Offline
                              technodj23
                              schrieb am zuletzt editiert von
                              #48

                              @thomas-braun

                              2023-01-23 20:38:38.228  - info: admin.0 (3073) ==> Connected system.user.admin from ::ffff:192.168.178.20
                              2023-01-23 20:38:38.343  - error: zigbee.0 (3196) getGroups: caught error: TypeError: Cannot read properties of undefined (reading 'getGroups')
                              2023-01-23 20:38:38.484  - info: zigbee.0 (3196) List of port: [{"path":"/dev/ttyACM0","manufacturer":"Texas Instruments","serialNumber":"__0X00124B0018E20E8B","pnpId":"usb-Texas_Instruments_TI_CC2531_USB_CDC___0X00124B0018E20E8B-if00","vendorId":"0451","productId":"16a8"},{"path":"/dev/ttyAMA0"}]
                              2023-01-23 20:38:39.949  - info: alexa2.0 (3177) Alexa-Push-Connection (macDms = true) established. Disable Polling
                              2023-01-23 20:38:44.768  - info: admin.0 (3073) <== Disconnect system.user.admin from ::ffff:192.168.178.20
                              2023-01-23 20:38:48.742  - info: alexa2.0 (3177) Initialization Done ...
                              2023-01-23 20:40:16.828  - error: host.raspberrypi4-iob iobroker npm-install: host.raspberrypi4-iob Cannot install iobroker.jarvis@3.1.2: 217
                              2023-01-23 20:40:17.870  - info: host.raspberrypi4-iob iobroker npm-install: exit 25
                              2023-01-23 20:40:18.872  - warn: host.raspberrypi4-iob startInstance cannot find adapter "jarvis@3.1.2". Try to install it... 2 attempt
                              2023-01-23 20:40:18.873  - info: host.raspberrypi4-iob iobroker install jarvis@3.1.2 using installedVersion
                              2023-01-23 20:40:23.166  - info: host.raspberrypi4-iob iobroker npm-install: NPM version: 8.19.3Installing iobroker.jarvis@3.1.2... (System call)
                              2023-01-23 20:41:08.773  - error: host.raspberrypi4-iob iobroker npm-install: host.raspberrypi4-iob Cannot install iobroker.jarvis@3.1.2: 217
                              2023-01-23 20:41:09.802  - info: host.raspberrypi4-iob iobroker npm-install: exit 25
                              2023-01-23 20:41:10.802  - warn: host.raspberrypi4-iob startInstance cannot find adapter "jarvis@3.1.2". Try to install it... 3 attempt
                              2023-01-23 20:41:10.803  - info: host.raspberrypi4-iob iobroker install jarvis@3.1.2 using installedVersion
                              2023-01-23 20:41:14.849  - info: host.raspberrypi4-iob iobroker npm-install: NPM version: 8.19.3
                              2023-01-23 20:41:14.851  - info: host.raspberrypi4-iob iobroker npm-install: Installing iobroker.jarvis@3.1.2... (System call)
                              2023-01-23 20:41:18.764  - info: admin.0 (3073) ==> Connected system.user.admin from ::ffff:192.168.178.20
                              2023-01-23 20:41:18.851  - error: zigbee.0 (3196) getGroups: caught error: TypeError: Cannot read properties of undefined (reading 'getGroups')
                              2023-01-23 20:41:19.032  - info: zigbee.0 (3196) List of port: [{"path":"/dev/ttyACM0","manufacturer":"Texas Instruments","serialNumber":"__0X00124B0018E20E8B","pnpId":"usb-Texas_Instruments_TI_CC2531_USB_CDC___0X00124B0018E20E8B-if00","vendorId":"0451","productId":"16a8"},{"path":"/dev/ttyAMA0"}]
                              2023-01-23 20:42:08.518  - error: host.raspberrypi4-iob iobroker npm-install: host.raspberrypi4-iob Cannot install iobroker.jarvis@3.1.2: 217
                              2023-01-23 20:42:09.552  - info: host.raspberrypi4-iob iobroker npm-install: exit 25
                              2023-01-23 20:42:10.553  - warn: host.raspberrypi4-iob startInstance cannot find adapter "jarvis@3.1.2". Try to install it... 4 attempt
                              2023-01-23 20:42:10.554  - info: host.raspberrypi4-iob iobroker install jarvis@3.1.2 using installedVersion
                              2023-01-23 20:42:14.610  - info: host.raspberrypi4-iob iobroker npm-install: NPM version: 8.19.3
                              2023-01-23 20:42:14.613  - info: host.raspberrypi4-iob iobroker npm-install: Installing iobroker.jarvis@3.1.2... (System call)
                              2023-01-23 20:42:46.990  - error: host.raspberrypi4-iob iobroker npm-install: host.raspberrypi4-iob Cannot install iobroker.jarvis@3.1.2: 217
                              2023-01-23 20:42:48.032  - info: host.raspberrypi4-iob iobroker npm-install: exit 25
                              2023-01-23 20:42:49.032  - error: host.raspberrypi4-iob Cannot download and install adapter "jarvis@3.1.2". To retry it disable/enable the adapter or restart host. Also check the error messages in the log!
                              2023-01-23 20:45:00.054  - info: host.raspberrypi4-iob instance system.adapter.daswetter.0 started with pid 4421
                              2023-01-23 20:45:02.864  - info: daswetter.0 (4421) starting. Version 3.1.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v16.19.0, js-controller: 4.0.24
                              2023-01-23 20:45:19.336  - info: daswetter.0 (4421) still wrong data structure from server received! repaired...
                              2023-01-23 20:45:24.227  - info: daswetter.0 (4421) Terminated (ADAPTER_REQUESTED_TERMINATION): All data handled, adapter stopped until next scheduled moment
                              2023-01-23 20:45:24.758  - info: daswetter.0 (4421) cleaned everything up...
                              2023-01-23 20:45:24.796  - info: host.raspberrypi4-iob instance system.adapter.daswetter.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                              2023-01-23 20:47:59.003  - info: host.raspberrypi4-iob iobroker.js-controller version 4.0.24 js-controller starting
                              2023-01-23 20:47:59.010  - info: host.raspberrypi4-iob Copyright (c) 2014-2022 bluefox, 2014 hobbyquaker
                              2023-01-23 20:47:59.011  - info: host.raspberrypi4-iob hostname: raspberrypi4-iob, node: v16.19.0
                              2023-01-23 20:47:59.013  - info: host.raspberrypi4-iob ip addresses: 192.168.178.50 2003:da:d70e:dd00:5828:3778:2798:d9e2 fe80::2874:b7d8:88bf:6c2d
                              2023-01-23 20:48:00.925  - info: host.raspberrypi4-iob connected to Objects and States
                              2023-01-23 20:48:00.994  - info: host.raspberrypi4-iob added notifications configuration of host
                              2023-01-23 20:48:02.057  - info: host.raspberrypi4-iob Delete state "system.host.raspberrypi4-iob.versions.nodeCurrent"
                              2023-01-23 20:48:02.059  - info: host.raspberrypi4-iob 47 instances found
                              2023-01-23 20:48:02.142  - info: host.raspberrypi4-iob starting 36 instances
                              2023-01-23 20:48:02.359  - info: host.raspberrypi4-iob Delete state "system.host.raspberrypi4-iob.versions.nodeNewest"
                              2023-01-23 20:48:02.397  - info: host.raspberrypi4-iob instance system.adapter.admin.0 started with pid 824
                              2023-01-23 20:48:02.407  - info: host.raspberrypi4-iob Delete state "system.host.raspberrypi4-iob.versions.nodeNewestNext"
                              2023-01-23 20:48:02.424  - info: host.raspberrypi4-iob Delete state "system.host.raspberrypi4-iob.versions.npmCurrent"
                              2023-01-23 20:48:02.438  - info: host.raspberrypi4-iob Delete state "system.host.raspberrypi4-iob.versions.npmNewest"
                              2023-01-23 20:48:02.454  - info: host.raspberrypi4-iob Delete state "system.host.raspberrypi4-iob.versions.npmNewestNext"
                              2023-01-23 20:48:02.469  - info: host.raspberrypi4-iob Some obsolete host states deleted.
                              2023-01-23 20:48:05.202  - error: admin.0 (824) admin.0 already running
                              2023-01-23 20:48:05.206  - warn: admin.0 (824) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                              2023-01-23 20:48:05.931  - error: host.raspberrypi4-iob instance system.adapter.admin.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                              2023-01-23 20:48:05.932  - info: host.raspberrypi4-iob Restart adapter system.adapter.admin.0 because enabled
                              2023-01-23 20:48:06.305  - info: host.raspberrypi4-iob instance system.adapter.javascript.0 started with pid 835
                              2023-01-23 20:48:10.352  - info: host.raspberrypi4-iob instance system.adapter.pushover.0 started with pid 846
                              2023-01-23 20:48:10.666  - error: javascript.0 (835) javascript.0 already running
                              2023-01-23 20:48:10.674  - warn: javascript.0 (835) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                              2023-01-23 20:48:11.381  - error: host.raspberrypi4-iob instance system.adapter.javascript.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                              2023-01-23 20:48:11.382  - info: host.raspberrypi4-iob Restart adapter system.adapter.javascript.0 because enabled
                              2023-01-23 20:48:12.516  - error: pushover.0 (846) pushover.0 already running
                              2023-01-23 20:48:12.520  - warn: pushover.0 (846) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                              2023-01-23 20:48:13.222  - error: host.raspberrypi4-iob instance system.adapter.pushover.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                              2023-01-23 20:48:13.223  - info: host.raspberrypi4-iob Restart adapter system.adapter.pushover.0 because enabled
                              2023-01-23 20:48:14.340  - info: host.raspberrypi4-iob instance system.adapter.history.0 started with pid 857
                              2023-01-23 20:48:16.369  - error: history.0 (857) history.0 already running
                              2023-01-23 20:48:16.373  - warn: history.0 (857) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                              2023-01-23 20:48:17.058  - error: host.raspberrypi4-iob instance system.adapter.history.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                              2023-01-23 20:48:17.059  - info: host.raspberrypi4-iob Restart adapter system.adapter.history.0 because enabled
                              2023-01-23 20:48:18.363  - info: host.raspberrypi4-iob instance system.adapter.telegram.0 started with pid 868
                              2023-01-23 20:48:21.559  - error: telegram.0 (868) telegram.0 already running
                              2023-01-23 20:48:21.563  - warn: telegram.0 (868) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                              2023-01-23 20:48:22.286  - error: host.raspberrypi4-iob instance system.adapter.telegram.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                              2023-01-23 20:48:22.287  - info: host.raspberrypi4-iob Restart adapter system.adapter.telegram.0 because enabled
                              2023-01-23 20:48:22.443  - info: host.raspberrypi4-iob instance system.adapter.ping.0 started with pid 879
                              2023-01-23 20:48:23.477  - info: host.raspberrypi4-iob instance system.adapter.telegram.0 started with pid 886
                              2023-01-23 20:48:24.613  - error: ping.0 (879) ping.0 already running
                              2023-01-23 20:48:24.618  - warn: ping.0 (879) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                              2023-01-23 20:48:25.325  - error: host.raspberrypi4-iob instance system.adapter.ping.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                              2023-01-23 20:48:25.325  - info: host.raspberrypi4-iob Restart adapter system.adapter.ping.0 because enabled
                              2023-01-23 20:48:26.503  - info: host.raspberrypi4-iob instance system.adapter.alexa2.0 started with pid 901
                              2023-01-23 20:48:27.338  - info: telegram.0 (886) starting. Version 1.15.2 in /opt/iobroker/node_modules/iobroker.telegram, node: v16.19.0, js-controller: 4.0.24
                              2023-01-23 20:48:28.849  - error: alexa2.0 (901) alexa2.0 already running
                              2023-01-23 20:48:28.853  - warn: alexa2.0 (901) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                              2023-01-23 20:48:29.571  - error: host.raspberrypi4-iob instance system.adapter.alexa2.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                              2023-01-23 20:48:29.571  - info: host.raspberrypi4-iob Restart adapter system.adapter.alexa2.0 because enabled
                              2023-01-23 20:48:30.345  - info: host.raspberrypi4-iob instance system.adapter.zigbee.0 started with pid 916
                              2023-01-23 20:48:34.325  - info: host.raspberrypi4-iob instance system.adapter.sonoff.0 started with pid 923
                              2023-01-23 20:48:34.951  - error: zigbee.0 (916) zigbee.0 already running
                              2023-01-23 20:48:34.956  - warn: zigbee.0 (916) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                              2023-01-23 20:48:35.640  - error: host.raspberrypi4-iob instance system.adapter.zigbee.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                              2023-01-23 20:48:35.641  - info: host.raspberrypi4-iob Restart adapter system.adapter.zigbee.0 because enabled
                              2023-01-23 20:48:36.161  - info: host.raspberrypi4-iob instance system.adapter.admin.0 started with pid 934
                              2023-01-23 20:48:36.751  - error: sonoff.0 (923) sonoff.0 already running
                              2023-01-23 20:48:36.756  - warn: sonoff.0 (923) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                              2023-01-23 20:48:37.437  - error: host.raspberrypi4-iob instance system.adapter.sonoff.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                              2023-01-23 20:48:37.438  - info: host.raspberrypi4-iob Restart adapter system.adapter.sonoff.0 because enabled
                              2023-01-23 20:48:38.326  - info: host.raspberrypi4-iob instance system.adapter.shelly.0 started with pid 945
                              2023-01-23 20:48:39.417  - info: admin.0 (934) starting. Version 6.3.5 in /opt/iobroker/node_modules/iobroker.admin, node: v16.19.0, js-controller: 4.0.24
                              2023-01-23 20:48:39.485  - info: admin.0 (934) requesting all states
                              2023-01-23 20:48:39.486  - info: admin.0 (934) requesting all objects
                              2023-01-23 20:48:41.662  - error: shelly.0 (945) shelly.0 already running
                              2023-01-23 20:48:41.667  - warn: shelly.0 (945) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                              2023-01-23 20:48:41.731  - info: host.raspberrypi4-iob instance system.adapter.javascript.0 started with pid 972
                              2023-01-23 20:48:41.959  - info: admin.0 (934) received all objects
                              2023-01-23 20:48:42.360  - info: host.raspberrypi4-iob instance system.adapter.hmip.0 started with pid 979
                              2023-01-23 20:48:42.542  - error: host.raspberrypi4-iob instance system.adapter.shelly.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                              2023-01-23 20:48:42.543  - info: host.raspberrypi4-iob Restart adapter system.adapter.shelly.0 because enabled
                              2023-01-23 20:48:43.002  - info: admin.0 (934) Request actual repository...
                              2023-01-23 20:48:43.030  - info: admin.0 (934) http server listening on port 8081
                              2023-01-23 20:48:43.031  - info: admin.0 (934) Use link "http://localhost:8081" to configure.
                              2023-01-23 20:48:43.044  - info: admin.0 (934) socket.io server listening on port 8081
                              2023-01-23 20:48:43.745  - info: host.raspberrypi4-iob instance system.adapter.pushover.0 started with pid 990
                              2023-01-23 20:48:45.527  - info: host.raspberrypi4-iob Updating repository "stable" under "http://download.iobroker.net/sources-dist.json"
                              2023-01-23 20:48:46.143  - error: hmip.0 (979) hmip.0 already running
                              2023-01-23 20:48:46.150  - warn: hmip.0 (979) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                              2023-01-23 20:48:47.501  - info: host.raspberrypi4-iob instance scheduled system.adapter.ical.0 30 * * * *
                              2023-01-23 20:48:47.532  - info: host.raspberrypi4-iob instance system.adapter.ical.0 started with pid 1009
                              2023-01-23 20:48:47.816  - info: admin.0 (934) Repository received successfully.
                              2023-01-23 20:48:48.159  - error: host.raspberrypi4-iob instance system.adapter.hmip.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                              2023-01-23 20:48:48.160  - info: host.raspberrypi4-iob Restart adapter system.adapter.hmip.0 because enabled
                              2023-01-23 20:48:48.314  - info: host.raspberrypi4-iob instance system.adapter.history.0 started with pid 1016
                              2023-01-23 20:48:49.688  - info: admin.0 (934) ==> Connected system.user.admin from ::ffff:192.168.178.20
                              2023-01-23 20:48:49.749  - info: javascript.0 (972) starting. Version 6.1.4 in /opt/iobroker/node_modules/iobroker.javascript, node: v16.19.0, js-controller: 4.0.24
                              2023-01-23 20:48:49.752  - info: pushover.0 (990) starting. Version 3.0.3 in /opt/iobroker/node_modules/iobroker.pushover, node: v16.19.0, js-controller: 4.0.24
                              2023-01-23 20:48:53.195  - info: host.raspberrypi4-iob instance system.adapter.tuya.0 started with pid 1039
                              2023-01-23 20:48:53.734  - info: admin.0 (934) ==> Connected system.user.admin from ::ffff:192.168.178.20
                              2023-01-23 20:48:54.328  - info: javascript.0 (972) requesting all states
                              2023-01-23 20:48:54.330  - info: javascript.0 (972) requesting all objects
                              2023-01-23 20:48:56.290  - info: host.raspberrypi4-iob instance system.adapter.discovery.0 started with pid 1050
                              2023-01-23 20:48:56.668  - info: host.raspberrypi4-iob instance system.adapter.ping.0 started with pid 1057
                              2023-01-23 20:48:56.851  - info: javascript.0 (972) received all objects
                              2023-01-23 20:48:57.087  - error: tuya.0 (1039) tuya.0 already running
                              2023-01-23 20:48:57.093  - warn: tuya.0 (1039) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                              2023-01-23 20:48:57.155  - info: javascript.0 (972) received all states
                              2023-01-23 20:48:57.357  - info: javascript.0 (972) Start javascript script.js.Knopf_Kueche
                              2023-01-23 20:48:57.457  - info: javascript.0 (972) script.js.Knopf_Kueche: registered 3 subscriptions, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
                              2023-01-23 20:48:57.458  - info: javascript.0 (972) Start javascript script.js.Update_Telegram
                              2023-01-23 20:48:57.490  - info: javascript.0 (972) script.js.Update_Telegram: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
                              2023-01-23 20:48:57.553  - info: history.0 (1016) starting. Version 2.2.4 in /opt/iobroker/node_modules/iobroker.history, node: v16.19.0, js-controller: 4.0.24
                              2023-01-23 20:48:57.499  - info: javascript.0 (972) Start javascript script.js.Haustuer_offen_Pushover
                              2023-01-23 20:48:57.508  - info: javascript.0 (972) script.js.Haustuer_offen_Pushover: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
                              2023-01-23 20:48:57.510  - info: javascript.0 (972) Start javascript script.js.Aquarium_undicht
                              2023-01-23 20:48:57.517  - info: javascript.0 (972) script.js.Aquarium_undicht: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
                              2023-01-23 20:48:57.519  - info: javascript.0 (972) Start javascript script.js.Boxen_PC_aus
                              2023-01-23 20:48:57.527  - info: javascript.0 (972) script.js.Boxen_PC_aus: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
                              2023-01-23 20:48:57.529  - info: javascript.0 (972) Start javascript script.js.Aquarium_Schreibtisch_Zeitplan
                              2023-01-23 20:48:57.540  - info: javascript.0 (972) script.js.Aquarium_Schreibtisch_Zeitplan: registered 0 subscriptions, 2 schedules, 0 messages, 0 logs and 0 file subscriptions
                              2023-01-23 20:48:57.541  - info: javascript.0 (972) Start javascript script.js.Taster_für_Flurlicht_unten
                              2023-01-23 20:48:57.549  - info: javascript.0 (972) script.js.Taster_für_Flurlicht_unten: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
                              2023-01-23 20:48:57.551  - info: javascript.0 (972) Start javascript script.js.LED_Stimmungslicht_und_alles_aus
                              2023-01-23 20:48:57.559  - info: javascript.0 (972) script.js.LED_Stimmungslicht_und_alles_aus: registered 4 subscriptions, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
                              2023-01-23 20:48:57.560  - info: javascript.0 (972) Start javascript script.js.Computerzimmer_hochfahren
                              2023-01-23 20:48:57.568  - info: javascript.0 (972) script.js.Computerzimmer_hochfahren: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
                              2023-01-23 20:48:57.570  - info: javascript.0 (972) Start javascript script.js.Ikea_Schalter_Schreibtischlampe
                              2023-01-23 20:48:57.592  - info: javascript.0 (972) script.js.Ikea_Schalter_Schreibtischlampe: registered 6 subscriptions, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
                              2023-01-23 20:48:57.593  - info: javascript.0 (972) Start javascript script.js.Taster_Licht__Vorratsraum
                              2023-01-23 20:48:57.604  - info: javascript.0 (972) script.js.Taster_Licht__Vorratsraum: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
                              2023-01-23 20:48:57.605  - info: javascript.0 (972) Start javascript script.js.Bewegung_Vorrat
                              2023-01-23 20:48:57.621  - info: javascript.0 (972) script.js.Bewegung_Vorrat: registered 2 subscriptions, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
                              2023-01-23 20:48:58.186  - info: history.0 (1016) enabled logging of tuya.0.370053454855194f9dd6.3 (Count=1), Alias=false
                              2023-01-23 20:48:58.189  - info: history.0 (1016) enabled logging of tuya.0.370053454855194f9dd6.4 (Count=2), Alias=false
                              2023-01-23 20:48:58.191  - info: history.0 (1016) enabled logging of tuya.0.370053454855194f9dd6.5 (Count=3), Alias=false
                              2023-01-23 20:48:58.193  - info: history.0 (1016) enabled logging of tuya.0.370053454855194f9dd6.6 (Count=4), Alias=false
                              2023-01-23 20:48:58.291  - error: host.raspberrypi4-iob instance system.adapter.tuya.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                              2023-01-23 20:48:58.292  - info: host.raspberrypi4-iob Restart adapter system.adapter.tuya.0 because enabled
                              2023-01-23 20:48:58.919  - info: host.raspberrypi4-iob instance system.adapter.info.0 started with pid 1068
                              2023-01-23 20:48:59.058  - info: ical.0 (1009) starting. Version 1.13.2 in /opt/iobroker/node_modules/iobroker.ical, node: v16.19.0, js-controller: 4.0.24
                              2023-01-23 20:49:00.047  - info: host.raspberrypi4-iob instance system.adapter.alexa2.0 started with pid 1087
                              2023-01-23 20:49:00.421  - error: discovery.0 (1050) discovery.0 already running
                              2023-01-23 20:49:00.426  - warn: discovery.0 (1050) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                              2023-01-23 20:49:01.384  - error: host.raspberrypi4-iob instance system.adapter.discovery.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                              2023-01-23 20:49:01.384  - info: host.raspberrypi4-iob Restart adapter system.adapter.discovery.0 because enabled
                              2023-01-23 20:49:01.798  - info: ping.0 (1057) starting. Version 1.5.3 in /opt/iobroker/node_modules/iobroker.ping, node: v16.19.0, js-controller: 4.0.24
                              2023-01-23 20:49:02.385  - info: host.raspberrypi4-iob instance system.adapter.web.0 started with pid 1108
                              2023-01-23 20:49:02.717  - info: ical.0 (1009) processing URL: calendar1 https://calendar.google.com/calendar/ical/paule3236%40gmail.com/private-e6a517dc6f8d2491b62ba38ebb8483e0/basic.ics
                              2023-01-23 20:49:04.486  - error: info.0 (1068) info.0 already running
                              2023-01-23 20:49:04.501  - warn: info.0 (1068) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                              2023-01-23 20:49:04.955  - info: alexa2.0 (1087) starting. Version 3.23.2 in /opt/iobroker/node_modules/iobroker.alexa2, node: v16.19.0, js-controller: 4.0.24
                              2023-01-23 20:49:05.105  - info: alexa2.0 (1087) Starting Alexa2 adapter ... it can take several minutes to initialize all data. Please be patient! A done message is logged.
                              2023-01-23 20:49:05.329  - error: host.raspberrypi4-iob instance system.adapter.info.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                              2023-01-23 20:49:05.330  - info: host.raspberrypi4-iob Restart adapter system.adapter.info.0 because enabled
                              2023-01-23 20:49:06.040  - info: host.raspberrypi4-iob instance system.adapter.zigbee.0 started with pid 1137
                              2023-01-23 20:49:06.481  - error: web.0 (1108) web.0 already running
                              2023-01-23 20:49:06.486  - warn: web.0 (1108) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                              2023-01-23 20:49:07.202  - error: host.raspberrypi4-iob instance system.adapter.web.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                              2023-01-23 20:49:07.202  - info: host.raspberrypi4-iob Restart adapter system.adapter.web.0 because enabled
                              2023-01-23 20:49:07.641  - info: host.raspberrypi4-iob instance system.adapter.sonoff.0 started with pid 1153
                              2023-01-23 20:49:09.360  - info: alexa2.0 (1087) Initialize all Device states ...
                              2023-01-23 20:49:09.558  - info: vis.0 (1145) starting. Version 1.4.15 in /opt/iobroker/node_modules/iobroker.vis, node: v16.19.0, js-controller: 4.0.24
                              2023-01-23 20:49:10.024  - info: vis.0 (1145) vis license is OK.
                              2023-01-23 20:49:10.527  - info: alexa2.0 (1087) Unknown Device, but enabling commands, Try it and report back if commands work.
                              2023-01-23 20:49:10.528  - info: alexa2.0 (1087) Report to developer as GitHub issue with details for device. Please grab full next line pot. from logfile on disk if cutted
                              2023-01-23 20:49:10.529  - info: alexa2.0 (1087)     Device-type:A1MUORL8FP149X - Holger's AlexaWidget (AlexaWidget) (AlexaWidget) (AMAZON_MUSIC,DEREGISTER_DEVICE,PERSISTENT_CONNECTION,VOLUME_SETTING,TIMERS_AND_ALARMS,AUDIO_PLAYER,TUNE_IN,APPLE_MUSIC,SIRIUSXM,KINDLE_BOOKS,GOLDFISH,MICROPHONE,MUSIC_SKILL,AUDIBLE,I_HEART_RADIO,SLEEP,DREAM_TRAINING,DEEZER,ADAPTIVE_LISTENING,CHANGE_NAME,SUPPORTS_CONNECTED_HOME_CLOUD_ONLY,TOUCH_INITIATED,TIDAL)
                              2023-01-23 20:49:11.299  - info: host.raspberrypi4-iob instance system.adapter.backitup.0 started with pid 1179
                              2023-01-23 20:49:11.559  - info: ical.0 (1009) Terminated (NO_ERROR): Without reason
                              2023-01-23 20:49:12.396  - info: host.raspberrypi4-iob instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
                              2023-01-23 20:49:12.823  - info: host.raspberrypi4-iob instance system.adapter.shelly.0 started with pid 1187
                              2023-01-23 20:49:13.306  - info: sonoff.0 (1153) starting. Version 2.5.1 in /opt/iobroker/node_modules/iobroker.sonoff, node: v16.19.0, js-controller: 4.0.24
                              2023-01-23 20:49:13.427  - info: zigbee.0 (1137) starting. Version 1.8.10 in /opt/iobroker/node_modules/iobroker.zigbee, node: v16.19.0, js-controller: 4.0.24
                              2023-01-23 20:49:13.444  - info: sonoff.0 (1153) Starting MQTT authenticated  server on port 1881
                              2023-01-23 20:49:15.331  - info: host.raspberrypi4-iob instance system.adapter.iot.0 started with pid 1207
                              2023-01-23 20:49:15.601  - error: backitup.0 (1179) backitup.0 already running
                              2023-01-23 20:49:15.607  - warn: backitup.0 (1179) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                              2023-01-23 20:49:16.396  - error: host.raspberrypi4-iob instance system.adapter.backitup.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                              2023-01-23 20:49:16.396  - info: host.raspberrypi4-iob Restart adapter system.adapter.backitup.0 because enabled
                              2023-01-23 20:49:14.821  - info: zigbee.0 (1137) delete old Backup files. keep only last 10
                              2023-01-23 20:49:14.824  - info: zigbee.0 (1137) Starting Zigbee  npm ...
                              2023-01-23 20:49:17.199  - info: zigbee.0 (1137) Installed Version: iobroker.zigbee@1.8.10
                              2023-01-23 20:49:17.488  - info: sonoff.0 (1153) Client [WLED-d13794] connected with secret 1674503357471_5469
                              2023-01-23 20:49:17.794  - info: vis.0 (1145) Terminated (NO_ERROR): Without reason
                              2023-01-23 20:49:18.586  - info: host.raspberrypi4-iob instance system.adapter.moma.0 started with pid 1221
                              2023-01-23 20:49:18.650  - info: host.raspberrypi4-iob instance system.adapter.hmip.0 started with pid 1227
                              2023-01-23 20:49:18.859  - info: host.raspberrypi4-iob instance system.adapter.vis.0 terminated while should be started once
                              2023-01-23 20:49:19.264  - info: shelly.0 (1187) starting. Version 6.0.0 in /opt/iobroker/node_modules/iobroker.shelly, node: v16.19.0, js-controller: 4.0.24
                              2023-01-23 20:49:19.913  - error: iot.0 (1207) iot.0 already running
                              2023-01-23 20:49:19.919  - warn: iot.0 (1207) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                              2023-01-23 20:49:20.112  - info: shelly.0 (1187) Starting in CoAP mode.
                              2023-01-23 20:49:20.303  - info: shelly.0 (1187) [CoAP Server] Listening for packets in the network
                              2023-01-23 20:49:20.467  - info: shelly.0 (1187) [CoAP] Device 192.168.178.72 (shelly1 / shelly1-32CEC7 / SHSW-1#32CEC7#1) connected! Polltime set to 15 sec.
                              2023-01-23 20:49:20.973  - error: host.raspberrypi4-iob instance system.adapter.iot.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                              2023-01-23 20:49:20.974  - info: host.raspberrypi4-iob Restart adapter system.adapter.iot.0 because enabled
                              2023-01-23 20:49:22.773  - info: host.raspberrypi4-iob instance system.adapter.vis-2-beta.0 started with pid 1253
                              2023-01-23 20:49:22.780  - error: moma.0 (1221) moma.0 already running
                              2023-01-23 20:49:22.787  - warn: moma.0 (1221) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                              2023-01-23 20:49:23.552  - error: host.raspberrypi4-iob instance system.adapter.moma.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                              2023-01-23 20:49:23.553  - info: host.raspberrypi4-iob Restart adapter system.adapter.moma.0 because enabled
                              2023-01-23 20:49:24.204  - info: hmip.0 (1227) starting. Version 1.20.0 in /opt/iobroker/node_modules/iobroker.hmip, node: v16.19.0, js-controller: 4.0.24
                              2023-01-23 20:49:25.977  - info: sonoff.0 (1153) Client [Licht Backofen] connected with secret 1674503365975_2224
                              2023-01-23 20:49:25.969  - error: vis-2-beta.0 (1253) vis-2-beta.0 already running
                              2023-01-23 20:49:25.987  - info: sonoff.0 (1153) Client [Arbeitsplatte] connected with secret 1674503365985_1470
                              2023-01-23 20:49:25.991  - warn: vis-2-beta.0 (1253) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                              2023-01-23 20:49:26.162  - info: sonoff.0 (1153) Client [Boxen PC] connected with secret 1674503366161_6734
                              2023-01-23 20:49:26.402  - info: host.raspberrypi4-iob instance system.adapter.trashschedule.0 started with pid 1271
                              2023-01-23 20:49:26.739  - error: host.raspberrypi4-iob instance system.adapter.vis-2-beta.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                              2023-01-23 20:49:26.739  - info: host.raspberrypi4-iob Restart adapter system.adapter.vis-2-beta.0 because enabled
                              2023-01-23 20:49:27.493  - info: sonoff.0 (1153) Client [NAS-Xpenology] connected with secret 1674503367490_5886
                              2023-01-23 20:49:27.542  - info: shelly.0 (1187) [CoAP] Device 192.168.178.59 (shelly1 / shelly1-32C8ED / SHSW-1#32C8ED#1) connected! Polltime set to 15 sec.
                              2023-01-23 20:49:28.681  - info: host.raspberrypi4-iob instance system.adapter.tuya.0 started with pid 1279
                              2023-01-23 20:49:30.558  - info: host.raspberrypi4-iob instance system.adapter.fullybrowser.0 started with pid 1291
                              2023-01-23 20:49:31.021  - error: trashschedule.0 (1271) trashschedule.0 already running
                              2023-01-23 20:49:31.027  - warn: trashschedule.0 (1271) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                              2023-01-23 20:49:32.175  - info: host.raspberrypi4-iob instance system.adapter.discovery.0 started with pid 1299
                              2023-01-23 20:49:32.285  - error: host.raspberrypi4-iob instance system.adapter.trashschedule.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                              2023-01-23 20:49:32.286  - info: host.raspberrypi4-iob Restart adapter system.adapter.trashschedule.0 because enabled
                              2023-01-23 20:49:32.814  - info: admin.0 (934) <== Disconnect system.user.admin from ::ffff:192.168.178.20
                              2023-01-23 20:49:34.592  - info: host.raspberrypi4-iob instance system.adapter.net-tools.0 started with pid 1315
                              2023-01-23 20:49:35.223  - error: fullybrowser.0 (1291) fullybrowser.0 already running
                              2023-01-23 20:49:35.242  - warn: fullybrowser.0 (1291) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                              2023-01-23 20:49:35.359  - info: shelly.0 (1187) [CoAP] Device 192.168.178.82 (shelly1 / shelly1-C42C21 / SHSW-1#C42C21#1) connected! Polltime set to 15 sec.
                              2023-01-23 20:49:35.389  - info: shelly.0 (1187) [CoAP] Device 192.168.178.113 (shelly1 / shelly1-C425C7 / SHSW-1#C425C7#1) connected! Polltime set to 15 sec.
                              2023-01-23 20:49:36.174  - info: hmip.0 (1227) ws connection opened
                              2023-01-23 20:49:36.256  - info: host.raspberrypi4-iob instance system.adapter.info.0 started with pid 1327
                              2023-01-23 20:49:36.528  - error: host.raspberrypi4-iob instance system.adapter.fullybrowser.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                              2023-01-23 20:49:36.529  - info: host.raspberrypi4-iob Restart adapter system.adapter.fullybrowser.0 because enabled
                              2023-01-23 20:49:37.888  - info: tuya.0 (1279) starting. Version 3.12.1 in /opt/iobroker/node_modules/iobroker.tuya, node: v16.19.0, js-controller: 4.0.24
                              2023-01-23 20:49:38.408  - error: zigbee.0 (1137) Starting zigbee-herdsman problem : "Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)"
                              2023-01-23 20:49:38.409  - error: zigbee.0 (1137) Failed to start Zigbee
                              2023-01-23 20:49:38.410  - error: zigbee.0 (1137) Error herdsman start
                              2023-01-23 20:49:38.459  - info: host.raspberrypi4-iob instance system.adapter.web.0 started with pid 1353
                              2023-01-23 20:49:38.615  - warn: host.raspberrypi4-iob startInstance cannot find adapter "jarvis@3.1.2". Try to install it... 1 attempt
                              2023-01-23 20:49:38.616  - info: host.raspberrypi4-iob iobroker install jarvis@3.1.2 using installedVersion
                              2023-01-23 20:49:39.187  - error: net-tools.0 (1315) net-tools.0 already running
                              2023-01-23 20:49:39.193  - warn: net-tools.0 (1315) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                              2023-01-23 20:49:40.274  - error: host.raspberrypi4-iob instance system.adapter.net-tools.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                              2023-01-23 20:49:40.275  - info: host.raspberrypi4-iob Restart adapter system.adapter.net-tools.0 because enabled
                              2023-01-23 20:49:41.377  - info: discovery.0 (1299) starting. Version 3.1.0 in /opt/iobroker/node_modules/iobroker.discovery, node: v16.19.0, js-controller: 4.0.24
                              2023-01-23 20:49:41.911  - info: tuya.0 (1279) 370053454855194f9944: Connect locally to device
                              2023-01-23 20:49:41.914  - info: tuya.0 (1279) 370053454855194f9944 Init with IP=192.168.178.121, Key=b4a7c2da725a0a90, Version=3.3
                              2023-01-23 20:49:41.928  - info: tuya.0 (1279) 0407020484f3eb61ba13: Connect locally to device
                              2023-01-23 20:49:41.938  - info: tuya.0 (1279) 370053454cebd6e5dcc3: Connect locally to device
                              2023-01-23 20:49:42.010  - info: tuya.0 (1279) 370053454cebd6e603a4: Connect locally to device
                              2023-01-23 20:49:42.010  - info: tuya.0 (1279) 370053454cebd6e603a4 Init with IP=192.168.178.124, Key=0a570aa674a6f5aa, Version=3.3
                              2023-01-23 20:49:42.025  - info: tuya.0 (1279) 6416540684f3ebefb384: Connect locally to device
                              2023-01-23 20:49:42.030  - info: tuya.0 (1279) 370053454855194f9dd6: Connect locally to device
                              2023-01-23 20:49:42.250  - info: host.raspberrypi4-iob instance scheduled system.adapter.daswetter.0 */15 * * * *
                              2023-01-23 20:49:42.285  - info: host.raspberrypi4-iob instance system.adapter.daswetter.0 started with pid 1378
                              2023-01-23 20:49:42.032  - info: tuya.0 (1279) 370053454855194f9dd6 Init with IP=192.168.178.125, Key=99b7ef5fe175266d, Version=3.3
                              2023-01-23 20:49:42.034  - info: tuya.0 (1279) Existing devices initialized
                              2023-01-23 20:49:42.046  - info: tuya.0 (1279) Try to sync devices from Cloud using stored cloud credentials
                              2023-01-23 20:49:43.221  - info: tuya.0 (1279) Listen for local Tuya devices on port 6666
                              2023-01-23 20:49:43.222  - info: tuya.0 (1279) Listen for encrypted local Tuya devices on port 6667
                              2023-01-23 20:49:44.427  - info: tuya.0 (1279) IOT Cloud ID/Secret not configured, disabling real time State updates from Cloud MQTT
                              2023-01-23 20:49:46.064  - error: daswetter.0 (1378) daswetter.0 already running
                              2023-01-23 20:49:46.069  - warn: daswetter.0 (1378) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                              2023-01-23 20:49:46.327  - info: tuya.0 (1279) 370053454855194f9944: Connect locally to device
                              2023-01-23 20:49:46.328  - info: tuya.0 (1279) 370053454855194f9944 Init with IP=192.168.178.121, Key=b4a7c2da725a0a90, Version=3.3
                              2023-01-23 20:49:46.876  - error: host.raspberrypi4-iob instance system.adapter.daswetter.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                              2023-01-23 20:49:46.910  - info: host.raspberrypi4-iob instance system.adapter.backitup.0 started with pid 1415
                              2023-01-23 20:49:47.043  - info: web.0 (1353) starting. Version 4.3.0 in /opt/iobroker/node_modules/iobroker.web, node: v16.19.0, js-controller: 4.0.24
                              2023-01-23 20:49:47.360  - info: hmip.0 (1227) hmip adapter connected and ready
                              2023-01-23 20:49:47.757  - info: tuya.0 (1279) 0407020484f3eb61ba13: Connect locally to device
                              2023-01-23 20:49:47.821  - info: tuya.0 (1279) 370053454cebd6e603a4: Connect locally to device
                              2023-01-23 20:49:47.822  - info: tuya.0 (1279) 370053454cebd6e603a4 Init with IP=192.168.178.124, Key=0a570aa674a6f5aa, Version=3.3
                              2023-01-23 20:49:48.417  - info: zigbee.0 (1137) Try to reconnect. 1 attempts left
                              2023-01-23 20:49:48.478  - info: host.raspberrypi4-iob iobroker npm-install: NPM version: 8.19.3
                              2023-01-23 20:49:48.418  - info: zigbee.0 (1137) Starting Zigbee  npm ...
                              2023-01-23 20:49:48.483  - info: host.raspberrypi4-iob iobroker npm-install: Installing iobroker.jarvis@3.1.2... (System call)
                              2023-01-23 20:49:48.497  - info: zigbee.0 (1137) Installed Version: iobroker.zigbee@1.8.10
                              2023-01-23 20:49:48.689  - info: tuya.0 (1279) 6416540684f3ebefb384: Connect locally to device
                              2023-01-23 20:49:49.008  - info: web.0 (1353) socket.io server listening on port 8082
                              2023-01-23 20:49:49.029  - info: web.0 (1353) habpanel server listening on port 8082
                              2023-01-23 20:49:49.031  - info: web.0 (1353) habpanel web extension - Install extension on /rest/habpanel/
                              2023-01-23 20:49:49.034  - info: web.0 (1353) Connect extension "habpanel/lib/habpanelapi.js"
                              2023-01-23 20:49:49.053  - info: web.0 (1353) http server listening on port 8082
                              2023-01-23 20:49:49.124  - info: tuya.0 (1279) 370053454855194f9dd6: Connect locally to device
                              2023-01-23 20:49:49.124  - info: tuya.0 (1279) 370053454855194f9dd6 Init with IP=192.168.178.125, Key=99b7ef5fe175266d, Version=3.3
                              2023-01-23 20:49:49.170  - error: zigbee.0 (1137) Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error Resource temporarily unavailable Cannot lock port'"
                              2023-01-23 20:49:49.172  - error: zigbee.0 (1137) Failed to start Zigbee
                              2023-01-23 20:49:49.173  - error: zigbee.0 (1137) Error herdsman start
                              2023-01-23 20:49:49.546  - info: tuya.0 (1279) 370053454cebd6e5dcc3: Connect locally to device
                              2023-01-23 20:49:49.576  - info: info.0 (1327) starting. Version 1.9.19 in /opt/iobroker/node_modules/iobroker.info, node: v16.19.0, js-controller: 4.0.24
                              2023-01-23 20:49:49.900  - info: info.0 (1327) Reading/updating systemdata.
                              2023-01-23 20:49:51.168  - info: host.raspberrypi4-iob instance system.adapter.iot.0 started with pid 1474
                              2023-01-23 20:49:52.097  - info: info.0 (1327) State value to set for "info.0.sysinfo.cpu.info.speed" has to be type "string" but received type "number"
                              2023-01-23 20:49:52.429  - info: info.0 (1327) State value to set for "info.0.sysinfo.cpu.info.cache-l1d" has to be type "number" but received type "string"
                              2023-01-23 20:49:52.484  - info: backitup.0 (1415) starting. Version 2.5.10 in /opt/iobroker/node_modules/iobroker.backitup, node: v16.19.0, js-controller: 4.0.24
                              2023-01-23 20:49:52.502  - info: info.0 (1327) State value to set for "info.0.sysinfo.cpu.info.cache-l1i" has to be type "number" but received type "string"
                              2023-01-23 20:49:52.514  - info: info.0 (1327) State value to set for "info.0.sysinfo.cpu.info.cache-l2" has to be type "number" but received type "string"
                              2023-01-23 20:49:52.540  - info: info.0 (1327) State value to set for "info.0.sysinfo.cpu.info.cache-l3" has to be type "number" but received type "string"
                              2023-01-23 20:49:52.880  - info: info.0 (1327) cpu Temp res = {"main":64.27,"cores":[],"max":64.27,"socket":[],"chipset":null}
                              2023-01-23 20:49:53.748  - info: host.raspberrypi4-iob instance system.adapter.moma.0 started with pid 1542
                              2023-01-23 20:49:55.025  - info: backitup.0 (1415) [iobroker] backup was activated at 02:00 every 7 day(s)
                              2023-01-23 20:49:57.061  - info: host.raspberrypi4-iob instance system.adapter.vis-2-beta.0 started with pid 1628
                              2023-01-23 20:49:57.847  - info: web.0 (1353) ==> Connected system.user.admin from ::ffff:192.168.178.119
                              2023-01-23 20:49:57.935  - info: iot.0 (1474) starting. Version 1.14.2 in /opt/iobroker/node_modules/iobroker.iot, node: v16.19.0, js-controller: 4.0.24
                              2023-01-23 20:49:59.023  - info: iot.0 (1474) Connecting with a18wym7vjdl22g.iot.eu-west-1.amazonaws.com
                              2023-01-23 20:49:59.109  - info: web.0 (1353) <== Disconnect system.user.admin from ::ffff:192.168.178.119 habpanel.0
                              2023-01-23 20:50:02.825  - error: vis-2-beta.0 (1628) : message handler implemented, but messagebox not enabled. Define common.messagebox in io-package.json for adapter or delete message handler.
                              2023-01-23 20:50:02.845  - info: iot.0 (1474) Connection changed: connect
                              2023-01-23 20:50:02.968  - info: host.raspberrypi4-iob instance system.adapter.trashschedule.0 started with pid 1651
                              2023-01-23 20:50:03.245  - info: moma.0 (1542) starting. Version 1.2.9 in /opt/iobroker/node_modules/iobroker.moma, node: v16.19.0, js-controller: 4.0.24
                              2023-01-23 20:50:03.755  - info: vis-2-beta.0 (1628) starting. Version 2.0.16 in /opt/iobroker/node_modules/iobroker.vis-2-beta, node: v16.19.0, js-controller: 4.0.24
                              2023-01-23 20:50:03.954  - error: vis-2-beta.0 (1628) No license found for vis. Please get one on https://iobroker.net !
                              2023-01-23 20:50:04.982  - info: web.0 (1353) ==> Connected system.user.admin from ::ffff:192.168.178.119
                              2023-01-23 20:50:07.168  - info: host.raspberrypi4-iob instance system.adapter.fullybrowser.0 started with pid 1837
                              2023-01-23 20:50:10.053  - info: moma.0 (1542) library systeminformation version 5.17.3
                              2023-01-23 20:50:11.094  - info: host.raspberrypi4-iob instance system.adapter.net-tools.0 started with pid 1879
                              2023-01-23 20:50:12.701  - info: fullybrowser.0 (1837) starting. Version 2.1.2 in /opt/iobroker/node_modules/iobroker.fullybrowser, node: v16.19.0, js-controller: 4.0.24
                              2023-01-23 20:50:12.816  - info: fullybrowser.0 (1837) timeout is 2000
                              2023-01-23 20:50:12.842  - info: fullybrowser.0 (1837) Start with IP : 192.168.178.119
                              2023-01-23 20:50:13.738  - info: trashschedule.0 (1651) starting. Version 2.0.3 in /opt/iobroker/node_modules/iobroker.trashschedule, node: v16.19.0, js-controller: 4.0.24
                              2023-01-23 20:50:14.739  - info: trashschedule.0 (1651) [ical] configurured ical preview is 7 days - increase this value to find more events in the future
                              2023-01-23 20:50:14.741  - info: trashschedule.0 (1651) [ical] found configured ical event "Vacation" without "display" flag. Activate the display flag on this entry if this is a relevant "trash event".
                              2023-01-23 20:50:15.072  - info: net-tools.0 (1879) starting. Version 0.2.0 in /opt/iobroker/node_modules/iobroker.net-tools, node: v16.19.0, js-controller: 4.0.24
                              2023-01-23 20:50:15.195  - info: net-tools.0 (1879) Scanning for open ports (20, 21, 22, 23, 25, 53, 80, 110, 119, 123, 143, 161, 162, 194, 443, 445, 3306, 3389, 5900, 6379, 8080, 8443, 9090, 9200, 9999) at localhost, please wait
                              2023-01-23 20:50:17.427  - info: net-tools.0 (1879) Port scan finished
                              
                              
                              T 1 Antwort Letzte Antwort
                              0
                              • T technodj23

                                @thomas-braun

                                2023-01-23 20:38:38.228  - info: admin.0 (3073) ==> Connected system.user.admin from ::ffff:192.168.178.20
                                2023-01-23 20:38:38.343  - error: zigbee.0 (3196) getGroups: caught error: TypeError: Cannot read properties of undefined (reading 'getGroups')
                                2023-01-23 20:38:38.484  - info: zigbee.0 (3196) List of port: [{"path":"/dev/ttyACM0","manufacturer":"Texas Instruments","serialNumber":"__0X00124B0018E20E8B","pnpId":"usb-Texas_Instruments_TI_CC2531_USB_CDC___0X00124B0018E20E8B-if00","vendorId":"0451","productId":"16a8"},{"path":"/dev/ttyAMA0"}]
                                2023-01-23 20:38:39.949  - info: alexa2.0 (3177) Alexa-Push-Connection (macDms = true) established. Disable Polling
                                2023-01-23 20:38:44.768  - info: admin.0 (3073) <== Disconnect system.user.admin from ::ffff:192.168.178.20
                                2023-01-23 20:38:48.742  - info: alexa2.0 (3177) Initialization Done ...
                                2023-01-23 20:40:16.828  - error: host.raspberrypi4-iob iobroker npm-install: host.raspberrypi4-iob Cannot install iobroker.jarvis@3.1.2: 217
                                2023-01-23 20:40:17.870  - info: host.raspberrypi4-iob iobroker npm-install: exit 25
                                2023-01-23 20:40:18.872  - warn: host.raspberrypi4-iob startInstance cannot find adapter "jarvis@3.1.2". Try to install it... 2 attempt
                                2023-01-23 20:40:18.873  - info: host.raspberrypi4-iob iobroker install jarvis@3.1.2 using installedVersion
                                2023-01-23 20:40:23.166  - info: host.raspberrypi4-iob iobroker npm-install: NPM version: 8.19.3Installing iobroker.jarvis@3.1.2... (System call)
                                2023-01-23 20:41:08.773  - error: host.raspberrypi4-iob iobroker npm-install: host.raspberrypi4-iob Cannot install iobroker.jarvis@3.1.2: 217
                                2023-01-23 20:41:09.802  - info: host.raspberrypi4-iob iobroker npm-install: exit 25
                                2023-01-23 20:41:10.802  - warn: host.raspberrypi4-iob startInstance cannot find adapter "jarvis@3.1.2". Try to install it... 3 attempt
                                2023-01-23 20:41:10.803  - info: host.raspberrypi4-iob iobroker install jarvis@3.1.2 using installedVersion
                                2023-01-23 20:41:14.849  - info: host.raspberrypi4-iob iobroker npm-install: NPM version: 8.19.3
                                2023-01-23 20:41:14.851  - info: host.raspberrypi4-iob iobroker npm-install: Installing iobroker.jarvis@3.1.2... (System call)
                                2023-01-23 20:41:18.764  - info: admin.0 (3073) ==> Connected system.user.admin from ::ffff:192.168.178.20
                                2023-01-23 20:41:18.851  - error: zigbee.0 (3196) getGroups: caught error: TypeError: Cannot read properties of undefined (reading 'getGroups')
                                2023-01-23 20:41:19.032  - info: zigbee.0 (3196) List of port: [{"path":"/dev/ttyACM0","manufacturer":"Texas Instruments","serialNumber":"__0X00124B0018E20E8B","pnpId":"usb-Texas_Instruments_TI_CC2531_USB_CDC___0X00124B0018E20E8B-if00","vendorId":"0451","productId":"16a8"},{"path":"/dev/ttyAMA0"}]
                                2023-01-23 20:42:08.518  - error: host.raspberrypi4-iob iobroker npm-install: host.raspberrypi4-iob Cannot install iobroker.jarvis@3.1.2: 217
                                2023-01-23 20:42:09.552  - info: host.raspberrypi4-iob iobroker npm-install: exit 25
                                2023-01-23 20:42:10.553  - warn: host.raspberrypi4-iob startInstance cannot find adapter "jarvis@3.1.2". Try to install it... 4 attempt
                                2023-01-23 20:42:10.554  - info: host.raspberrypi4-iob iobroker install jarvis@3.1.2 using installedVersion
                                2023-01-23 20:42:14.610  - info: host.raspberrypi4-iob iobroker npm-install: NPM version: 8.19.3
                                2023-01-23 20:42:14.613  - info: host.raspberrypi4-iob iobroker npm-install: Installing iobroker.jarvis@3.1.2... (System call)
                                2023-01-23 20:42:46.990  - error: host.raspberrypi4-iob iobroker npm-install: host.raspberrypi4-iob Cannot install iobroker.jarvis@3.1.2: 217
                                2023-01-23 20:42:48.032  - info: host.raspberrypi4-iob iobroker npm-install: exit 25
                                2023-01-23 20:42:49.032  - error: host.raspberrypi4-iob Cannot download and install adapter "jarvis@3.1.2". To retry it disable/enable the adapter or restart host. Also check the error messages in the log!
                                2023-01-23 20:45:00.054  - info: host.raspberrypi4-iob instance system.adapter.daswetter.0 started with pid 4421
                                2023-01-23 20:45:02.864  - info: daswetter.0 (4421) starting. Version 3.1.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v16.19.0, js-controller: 4.0.24
                                2023-01-23 20:45:19.336  - info: daswetter.0 (4421) still wrong data structure from server received! repaired...
                                2023-01-23 20:45:24.227  - info: daswetter.0 (4421) Terminated (ADAPTER_REQUESTED_TERMINATION): All data handled, adapter stopped until next scheduled moment
                                2023-01-23 20:45:24.758  - info: daswetter.0 (4421) cleaned everything up...
                                2023-01-23 20:45:24.796  - info: host.raspberrypi4-iob instance system.adapter.daswetter.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                2023-01-23 20:47:59.003  - info: host.raspberrypi4-iob iobroker.js-controller version 4.0.24 js-controller starting
                                2023-01-23 20:47:59.010  - info: host.raspberrypi4-iob Copyright (c) 2014-2022 bluefox, 2014 hobbyquaker
                                2023-01-23 20:47:59.011  - info: host.raspberrypi4-iob hostname: raspberrypi4-iob, node: v16.19.0
                                2023-01-23 20:47:59.013  - info: host.raspberrypi4-iob ip addresses: 192.168.178.50 2003:da:d70e:dd00:5828:3778:2798:d9e2 fe80::2874:b7d8:88bf:6c2d
                                2023-01-23 20:48:00.925  - info: host.raspberrypi4-iob connected to Objects and States
                                2023-01-23 20:48:00.994  - info: host.raspberrypi4-iob added notifications configuration of host
                                2023-01-23 20:48:02.057  - info: host.raspberrypi4-iob Delete state "system.host.raspberrypi4-iob.versions.nodeCurrent"
                                2023-01-23 20:48:02.059  - info: host.raspberrypi4-iob 47 instances found
                                2023-01-23 20:48:02.142  - info: host.raspberrypi4-iob starting 36 instances
                                2023-01-23 20:48:02.359  - info: host.raspberrypi4-iob Delete state "system.host.raspberrypi4-iob.versions.nodeNewest"
                                2023-01-23 20:48:02.397  - info: host.raspberrypi4-iob instance system.adapter.admin.0 started with pid 824
                                2023-01-23 20:48:02.407  - info: host.raspberrypi4-iob Delete state "system.host.raspberrypi4-iob.versions.nodeNewestNext"
                                2023-01-23 20:48:02.424  - info: host.raspberrypi4-iob Delete state "system.host.raspberrypi4-iob.versions.npmCurrent"
                                2023-01-23 20:48:02.438  - info: host.raspberrypi4-iob Delete state "system.host.raspberrypi4-iob.versions.npmNewest"
                                2023-01-23 20:48:02.454  - info: host.raspberrypi4-iob Delete state "system.host.raspberrypi4-iob.versions.npmNewestNext"
                                2023-01-23 20:48:02.469  - info: host.raspberrypi4-iob Some obsolete host states deleted.
                                2023-01-23 20:48:05.202  - error: admin.0 (824) admin.0 already running
                                2023-01-23 20:48:05.206  - warn: admin.0 (824) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                                2023-01-23 20:48:05.931  - error: host.raspberrypi4-iob instance system.adapter.admin.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                                2023-01-23 20:48:05.932  - info: host.raspberrypi4-iob Restart adapter system.adapter.admin.0 because enabled
                                2023-01-23 20:48:06.305  - info: host.raspberrypi4-iob instance system.adapter.javascript.0 started with pid 835
                                2023-01-23 20:48:10.352  - info: host.raspberrypi4-iob instance system.adapter.pushover.0 started with pid 846
                                2023-01-23 20:48:10.666  - error: javascript.0 (835) javascript.0 already running
                                2023-01-23 20:48:10.674  - warn: javascript.0 (835) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                                2023-01-23 20:48:11.381  - error: host.raspberrypi4-iob instance system.adapter.javascript.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                                2023-01-23 20:48:11.382  - info: host.raspberrypi4-iob Restart adapter system.adapter.javascript.0 because enabled
                                2023-01-23 20:48:12.516  - error: pushover.0 (846) pushover.0 already running
                                2023-01-23 20:48:12.520  - warn: pushover.0 (846) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                                2023-01-23 20:48:13.222  - error: host.raspberrypi4-iob instance system.adapter.pushover.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                                2023-01-23 20:48:13.223  - info: host.raspberrypi4-iob Restart adapter system.adapter.pushover.0 because enabled
                                2023-01-23 20:48:14.340  - info: host.raspberrypi4-iob instance system.adapter.history.0 started with pid 857
                                2023-01-23 20:48:16.369  - error: history.0 (857) history.0 already running
                                2023-01-23 20:48:16.373  - warn: history.0 (857) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                                2023-01-23 20:48:17.058  - error: host.raspberrypi4-iob instance system.adapter.history.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                                2023-01-23 20:48:17.059  - info: host.raspberrypi4-iob Restart adapter system.adapter.history.0 because enabled
                                2023-01-23 20:48:18.363  - info: host.raspberrypi4-iob instance system.adapter.telegram.0 started with pid 868
                                2023-01-23 20:48:21.559  - error: telegram.0 (868) telegram.0 already running
                                2023-01-23 20:48:21.563  - warn: telegram.0 (868) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                                2023-01-23 20:48:22.286  - error: host.raspberrypi4-iob instance system.adapter.telegram.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                                2023-01-23 20:48:22.287  - info: host.raspberrypi4-iob Restart adapter system.adapter.telegram.0 because enabled
                                2023-01-23 20:48:22.443  - info: host.raspberrypi4-iob instance system.adapter.ping.0 started with pid 879
                                2023-01-23 20:48:23.477  - info: host.raspberrypi4-iob instance system.adapter.telegram.0 started with pid 886
                                2023-01-23 20:48:24.613  - error: ping.0 (879) ping.0 already running
                                2023-01-23 20:48:24.618  - warn: ping.0 (879) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                                2023-01-23 20:48:25.325  - error: host.raspberrypi4-iob instance system.adapter.ping.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                                2023-01-23 20:48:25.325  - info: host.raspberrypi4-iob Restart adapter system.adapter.ping.0 because enabled
                                2023-01-23 20:48:26.503  - info: host.raspberrypi4-iob instance system.adapter.alexa2.0 started with pid 901
                                2023-01-23 20:48:27.338  - info: telegram.0 (886) starting. Version 1.15.2 in /opt/iobroker/node_modules/iobroker.telegram, node: v16.19.0, js-controller: 4.0.24
                                2023-01-23 20:48:28.849  - error: alexa2.0 (901) alexa2.0 already running
                                2023-01-23 20:48:28.853  - warn: alexa2.0 (901) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                                2023-01-23 20:48:29.571  - error: host.raspberrypi4-iob instance system.adapter.alexa2.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                                2023-01-23 20:48:29.571  - info: host.raspberrypi4-iob Restart adapter system.adapter.alexa2.0 because enabled
                                2023-01-23 20:48:30.345  - info: host.raspberrypi4-iob instance system.adapter.zigbee.0 started with pid 916
                                2023-01-23 20:48:34.325  - info: host.raspberrypi4-iob instance system.adapter.sonoff.0 started with pid 923
                                2023-01-23 20:48:34.951  - error: zigbee.0 (916) zigbee.0 already running
                                2023-01-23 20:48:34.956  - warn: zigbee.0 (916) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                                2023-01-23 20:48:35.640  - error: host.raspberrypi4-iob instance system.adapter.zigbee.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                                2023-01-23 20:48:35.641  - info: host.raspberrypi4-iob Restart adapter system.adapter.zigbee.0 because enabled
                                2023-01-23 20:48:36.161  - info: host.raspberrypi4-iob instance system.adapter.admin.0 started with pid 934
                                2023-01-23 20:48:36.751  - error: sonoff.0 (923) sonoff.0 already running
                                2023-01-23 20:48:36.756  - warn: sonoff.0 (923) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                                2023-01-23 20:48:37.437  - error: host.raspberrypi4-iob instance system.adapter.sonoff.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                                2023-01-23 20:48:37.438  - info: host.raspberrypi4-iob Restart adapter system.adapter.sonoff.0 because enabled
                                2023-01-23 20:48:38.326  - info: host.raspberrypi4-iob instance system.adapter.shelly.0 started with pid 945
                                2023-01-23 20:48:39.417  - info: admin.0 (934) starting. Version 6.3.5 in /opt/iobroker/node_modules/iobroker.admin, node: v16.19.0, js-controller: 4.0.24
                                2023-01-23 20:48:39.485  - info: admin.0 (934) requesting all states
                                2023-01-23 20:48:39.486  - info: admin.0 (934) requesting all objects
                                2023-01-23 20:48:41.662  - error: shelly.0 (945) shelly.0 already running
                                2023-01-23 20:48:41.667  - warn: shelly.0 (945) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                                2023-01-23 20:48:41.731  - info: host.raspberrypi4-iob instance system.adapter.javascript.0 started with pid 972
                                2023-01-23 20:48:41.959  - info: admin.0 (934) received all objects
                                2023-01-23 20:48:42.360  - info: host.raspberrypi4-iob instance system.adapter.hmip.0 started with pid 979
                                2023-01-23 20:48:42.542  - error: host.raspberrypi4-iob instance system.adapter.shelly.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                                2023-01-23 20:48:42.543  - info: host.raspberrypi4-iob Restart adapter system.adapter.shelly.0 because enabled
                                2023-01-23 20:48:43.002  - info: admin.0 (934) Request actual repository...
                                2023-01-23 20:48:43.030  - info: admin.0 (934) http server listening on port 8081
                                2023-01-23 20:48:43.031  - info: admin.0 (934) Use link "http://localhost:8081" to configure.
                                2023-01-23 20:48:43.044  - info: admin.0 (934) socket.io server listening on port 8081
                                2023-01-23 20:48:43.745  - info: host.raspberrypi4-iob instance system.adapter.pushover.0 started with pid 990
                                2023-01-23 20:48:45.527  - info: host.raspberrypi4-iob Updating repository "stable" under "http://download.iobroker.net/sources-dist.json"
                                2023-01-23 20:48:46.143  - error: hmip.0 (979) hmip.0 already running
                                2023-01-23 20:48:46.150  - warn: hmip.0 (979) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                                2023-01-23 20:48:47.501  - info: host.raspberrypi4-iob instance scheduled system.adapter.ical.0 30 * * * *
                                2023-01-23 20:48:47.532  - info: host.raspberrypi4-iob instance system.adapter.ical.0 started with pid 1009
                                2023-01-23 20:48:47.816  - info: admin.0 (934) Repository received successfully.
                                2023-01-23 20:48:48.159  - error: host.raspberrypi4-iob instance system.adapter.hmip.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                                2023-01-23 20:48:48.160  - info: host.raspberrypi4-iob Restart adapter system.adapter.hmip.0 because enabled
                                2023-01-23 20:48:48.314  - info: host.raspberrypi4-iob instance system.adapter.history.0 started with pid 1016
                                2023-01-23 20:48:49.688  - info: admin.0 (934) ==> Connected system.user.admin from ::ffff:192.168.178.20
                                2023-01-23 20:48:49.749  - info: javascript.0 (972) starting. Version 6.1.4 in /opt/iobroker/node_modules/iobroker.javascript, node: v16.19.0, js-controller: 4.0.24
                                2023-01-23 20:48:49.752  - info: pushover.0 (990) starting. Version 3.0.3 in /opt/iobroker/node_modules/iobroker.pushover, node: v16.19.0, js-controller: 4.0.24
                                2023-01-23 20:48:53.195  - info: host.raspberrypi4-iob instance system.adapter.tuya.0 started with pid 1039
                                2023-01-23 20:48:53.734  - info: admin.0 (934) ==> Connected system.user.admin from ::ffff:192.168.178.20
                                2023-01-23 20:48:54.328  - info: javascript.0 (972) requesting all states
                                2023-01-23 20:48:54.330  - info: javascript.0 (972) requesting all objects
                                2023-01-23 20:48:56.290  - info: host.raspberrypi4-iob instance system.adapter.discovery.0 started with pid 1050
                                2023-01-23 20:48:56.668  - info: host.raspberrypi4-iob instance system.adapter.ping.0 started with pid 1057
                                2023-01-23 20:48:56.851  - info: javascript.0 (972) received all objects
                                2023-01-23 20:48:57.087  - error: tuya.0 (1039) tuya.0 already running
                                2023-01-23 20:48:57.093  - warn: tuya.0 (1039) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                                2023-01-23 20:48:57.155  - info: javascript.0 (972) received all states
                                2023-01-23 20:48:57.357  - info: javascript.0 (972) Start javascript script.js.Knopf_Kueche
                                2023-01-23 20:48:57.457  - info: javascript.0 (972) script.js.Knopf_Kueche: registered 3 subscriptions, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
                                2023-01-23 20:48:57.458  - info: javascript.0 (972) Start javascript script.js.Update_Telegram
                                2023-01-23 20:48:57.490  - info: javascript.0 (972) script.js.Update_Telegram: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
                                2023-01-23 20:48:57.553  - info: history.0 (1016) starting. Version 2.2.4 in /opt/iobroker/node_modules/iobroker.history, node: v16.19.0, js-controller: 4.0.24
                                2023-01-23 20:48:57.499  - info: javascript.0 (972) Start javascript script.js.Haustuer_offen_Pushover
                                2023-01-23 20:48:57.508  - info: javascript.0 (972) script.js.Haustuer_offen_Pushover: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
                                2023-01-23 20:48:57.510  - info: javascript.0 (972) Start javascript script.js.Aquarium_undicht
                                2023-01-23 20:48:57.517  - info: javascript.0 (972) script.js.Aquarium_undicht: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
                                2023-01-23 20:48:57.519  - info: javascript.0 (972) Start javascript script.js.Boxen_PC_aus
                                2023-01-23 20:48:57.527  - info: javascript.0 (972) script.js.Boxen_PC_aus: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
                                2023-01-23 20:48:57.529  - info: javascript.0 (972) Start javascript script.js.Aquarium_Schreibtisch_Zeitplan
                                2023-01-23 20:48:57.540  - info: javascript.0 (972) script.js.Aquarium_Schreibtisch_Zeitplan: registered 0 subscriptions, 2 schedules, 0 messages, 0 logs and 0 file subscriptions
                                2023-01-23 20:48:57.541  - info: javascript.0 (972) Start javascript script.js.Taster_für_Flurlicht_unten
                                2023-01-23 20:48:57.549  - info: javascript.0 (972) script.js.Taster_für_Flurlicht_unten: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
                                2023-01-23 20:48:57.551  - info: javascript.0 (972) Start javascript script.js.LED_Stimmungslicht_und_alles_aus
                                2023-01-23 20:48:57.559  - info: javascript.0 (972) script.js.LED_Stimmungslicht_und_alles_aus: registered 4 subscriptions, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
                                2023-01-23 20:48:57.560  - info: javascript.0 (972) Start javascript script.js.Computerzimmer_hochfahren
                                2023-01-23 20:48:57.568  - info: javascript.0 (972) script.js.Computerzimmer_hochfahren: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
                                2023-01-23 20:48:57.570  - info: javascript.0 (972) Start javascript script.js.Ikea_Schalter_Schreibtischlampe
                                2023-01-23 20:48:57.592  - info: javascript.0 (972) script.js.Ikea_Schalter_Schreibtischlampe: registered 6 subscriptions, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
                                2023-01-23 20:48:57.593  - info: javascript.0 (972) Start javascript script.js.Taster_Licht__Vorratsraum
                                2023-01-23 20:48:57.604  - info: javascript.0 (972) script.js.Taster_Licht__Vorratsraum: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
                                2023-01-23 20:48:57.605  - info: javascript.0 (972) Start javascript script.js.Bewegung_Vorrat
                                2023-01-23 20:48:57.621  - info: javascript.0 (972) script.js.Bewegung_Vorrat: registered 2 subscriptions, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
                                2023-01-23 20:48:58.186  - info: history.0 (1016) enabled logging of tuya.0.370053454855194f9dd6.3 (Count=1), Alias=false
                                2023-01-23 20:48:58.189  - info: history.0 (1016) enabled logging of tuya.0.370053454855194f9dd6.4 (Count=2), Alias=false
                                2023-01-23 20:48:58.191  - info: history.0 (1016) enabled logging of tuya.0.370053454855194f9dd6.5 (Count=3), Alias=false
                                2023-01-23 20:48:58.193  - info: history.0 (1016) enabled logging of tuya.0.370053454855194f9dd6.6 (Count=4), Alias=false
                                2023-01-23 20:48:58.291  - error: host.raspberrypi4-iob instance system.adapter.tuya.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                                2023-01-23 20:48:58.292  - info: host.raspberrypi4-iob Restart adapter system.adapter.tuya.0 because enabled
                                2023-01-23 20:48:58.919  - info: host.raspberrypi4-iob instance system.adapter.info.0 started with pid 1068
                                2023-01-23 20:48:59.058  - info: ical.0 (1009) starting. Version 1.13.2 in /opt/iobroker/node_modules/iobroker.ical, node: v16.19.0, js-controller: 4.0.24
                                2023-01-23 20:49:00.047  - info: host.raspberrypi4-iob instance system.adapter.alexa2.0 started with pid 1087
                                2023-01-23 20:49:00.421  - error: discovery.0 (1050) discovery.0 already running
                                2023-01-23 20:49:00.426  - warn: discovery.0 (1050) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                                2023-01-23 20:49:01.384  - error: host.raspberrypi4-iob instance system.adapter.discovery.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                                2023-01-23 20:49:01.384  - info: host.raspberrypi4-iob Restart adapter system.adapter.discovery.0 because enabled
                                2023-01-23 20:49:01.798  - info: ping.0 (1057) starting. Version 1.5.3 in /opt/iobroker/node_modules/iobroker.ping, node: v16.19.0, js-controller: 4.0.24
                                2023-01-23 20:49:02.385  - info: host.raspberrypi4-iob instance system.adapter.web.0 started with pid 1108
                                2023-01-23 20:49:02.717  - info: ical.0 (1009) processing URL: calendar1 https://calendar.google.com/calendar/ical/paule3236%40gmail.com/private-e6a517dc6f8d2491b62ba38ebb8483e0/basic.ics
                                2023-01-23 20:49:04.486  - error: info.0 (1068) info.0 already running
                                2023-01-23 20:49:04.501  - warn: info.0 (1068) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                                2023-01-23 20:49:04.955  - info: alexa2.0 (1087) starting. Version 3.23.2 in /opt/iobroker/node_modules/iobroker.alexa2, node: v16.19.0, js-controller: 4.0.24
                                2023-01-23 20:49:05.105  - info: alexa2.0 (1087) Starting Alexa2 adapter ... it can take several minutes to initialize all data. Please be patient! A done message is logged.
                                2023-01-23 20:49:05.329  - error: host.raspberrypi4-iob instance system.adapter.info.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                                2023-01-23 20:49:05.330  - info: host.raspberrypi4-iob Restart adapter system.adapter.info.0 because enabled
                                2023-01-23 20:49:06.040  - info: host.raspberrypi4-iob instance system.adapter.zigbee.0 started with pid 1137
                                2023-01-23 20:49:06.481  - error: web.0 (1108) web.0 already running
                                2023-01-23 20:49:06.486  - warn: web.0 (1108) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                                2023-01-23 20:49:07.202  - error: host.raspberrypi4-iob instance system.adapter.web.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                                2023-01-23 20:49:07.202  - info: host.raspberrypi4-iob Restart adapter system.adapter.web.0 because enabled
                                2023-01-23 20:49:07.641  - info: host.raspberrypi4-iob instance system.adapter.sonoff.0 started with pid 1153
                                2023-01-23 20:49:09.360  - info: alexa2.0 (1087) Initialize all Device states ...
                                2023-01-23 20:49:09.558  - info: vis.0 (1145) starting. Version 1.4.15 in /opt/iobroker/node_modules/iobroker.vis, node: v16.19.0, js-controller: 4.0.24
                                2023-01-23 20:49:10.024  - info: vis.0 (1145) vis license is OK.
                                2023-01-23 20:49:10.527  - info: alexa2.0 (1087) Unknown Device, but enabling commands, Try it and report back if commands work.
                                2023-01-23 20:49:10.528  - info: alexa2.0 (1087) Report to developer as GitHub issue with details for device. Please grab full next line pot. from logfile on disk if cutted
                                2023-01-23 20:49:10.529  - info: alexa2.0 (1087)     Device-type:A1MUORL8FP149X - Holger's AlexaWidget (AlexaWidget) (AlexaWidget) (AMAZON_MUSIC,DEREGISTER_DEVICE,PERSISTENT_CONNECTION,VOLUME_SETTING,TIMERS_AND_ALARMS,AUDIO_PLAYER,TUNE_IN,APPLE_MUSIC,SIRIUSXM,KINDLE_BOOKS,GOLDFISH,MICROPHONE,MUSIC_SKILL,AUDIBLE,I_HEART_RADIO,SLEEP,DREAM_TRAINING,DEEZER,ADAPTIVE_LISTENING,CHANGE_NAME,SUPPORTS_CONNECTED_HOME_CLOUD_ONLY,TOUCH_INITIATED,TIDAL)
                                2023-01-23 20:49:11.299  - info: host.raspberrypi4-iob instance system.adapter.backitup.0 started with pid 1179
                                2023-01-23 20:49:11.559  - info: ical.0 (1009) Terminated (NO_ERROR): Without reason
                                2023-01-23 20:49:12.396  - info: host.raspberrypi4-iob instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
                                2023-01-23 20:49:12.823  - info: host.raspberrypi4-iob instance system.adapter.shelly.0 started with pid 1187
                                2023-01-23 20:49:13.306  - info: sonoff.0 (1153) starting. Version 2.5.1 in /opt/iobroker/node_modules/iobroker.sonoff, node: v16.19.0, js-controller: 4.0.24
                                2023-01-23 20:49:13.427  - info: zigbee.0 (1137) starting. Version 1.8.10 in /opt/iobroker/node_modules/iobroker.zigbee, node: v16.19.0, js-controller: 4.0.24
                                2023-01-23 20:49:13.444  - info: sonoff.0 (1153) Starting MQTT authenticated  server on port 1881
                                2023-01-23 20:49:15.331  - info: host.raspberrypi4-iob instance system.adapter.iot.0 started with pid 1207
                                2023-01-23 20:49:15.601  - error: backitup.0 (1179) backitup.0 already running
                                2023-01-23 20:49:15.607  - warn: backitup.0 (1179) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                                2023-01-23 20:49:16.396  - error: host.raspberrypi4-iob instance system.adapter.backitup.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                                2023-01-23 20:49:16.396  - info: host.raspberrypi4-iob Restart adapter system.adapter.backitup.0 because enabled
                                2023-01-23 20:49:14.821  - info: zigbee.0 (1137) delete old Backup files. keep only last 10
                                2023-01-23 20:49:14.824  - info: zigbee.0 (1137) Starting Zigbee  npm ...
                                2023-01-23 20:49:17.199  - info: zigbee.0 (1137) Installed Version: iobroker.zigbee@1.8.10
                                2023-01-23 20:49:17.488  - info: sonoff.0 (1153) Client [WLED-d13794] connected with secret 1674503357471_5469
                                2023-01-23 20:49:17.794  - info: vis.0 (1145) Terminated (NO_ERROR): Without reason
                                2023-01-23 20:49:18.586  - info: host.raspberrypi4-iob instance system.adapter.moma.0 started with pid 1221
                                2023-01-23 20:49:18.650  - info: host.raspberrypi4-iob instance system.adapter.hmip.0 started with pid 1227
                                2023-01-23 20:49:18.859  - info: host.raspberrypi4-iob instance system.adapter.vis.0 terminated while should be started once
                                2023-01-23 20:49:19.264  - info: shelly.0 (1187) starting. Version 6.0.0 in /opt/iobroker/node_modules/iobroker.shelly, node: v16.19.0, js-controller: 4.0.24
                                2023-01-23 20:49:19.913  - error: iot.0 (1207) iot.0 already running
                                2023-01-23 20:49:19.919  - warn: iot.0 (1207) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                                2023-01-23 20:49:20.112  - info: shelly.0 (1187) Starting in CoAP mode.
                                2023-01-23 20:49:20.303  - info: shelly.0 (1187) [CoAP Server] Listening for packets in the network
                                2023-01-23 20:49:20.467  - info: shelly.0 (1187) [CoAP] Device 192.168.178.72 (shelly1 / shelly1-32CEC7 / SHSW-1#32CEC7#1) connected! Polltime set to 15 sec.
                                2023-01-23 20:49:20.973  - error: host.raspberrypi4-iob instance system.adapter.iot.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                                2023-01-23 20:49:20.974  - info: host.raspberrypi4-iob Restart adapter system.adapter.iot.0 because enabled
                                2023-01-23 20:49:22.773  - info: host.raspberrypi4-iob instance system.adapter.vis-2-beta.0 started with pid 1253
                                2023-01-23 20:49:22.780  - error: moma.0 (1221) moma.0 already running
                                2023-01-23 20:49:22.787  - warn: moma.0 (1221) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                                2023-01-23 20:49:23.552  - error: host.raspberrypi4-iob instance system.adapter.moma.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                                2023-01-23 20:49:23.553  - info: host.raspberrypi4-iob Restart adapter system.adapter.moma.0 because enabled
                                2023-01-23 20:49:24.204  - info: hmip.0 (1227) starting. Version 1.20.0 in /opt/iobroker/node_modules/iobroker.hmip, node: v16.19.0, js-controller: 4.0.24
                                2023-01-23 20:49:25.977  - info: sonoff.0 (1153) Client [Licht Backofen] connected with secret 1674503365975_2224
                                2023-01-23 20:49:25.969  - error: vis-2-beta.0 (1253) vis-2-beta.0 already running
                                2023-01-23 20:49:25.987  - info: sonoff.0 (1153) Client [Arbeitsplatte] connected with secret 1674503365985_1470
                                2023-01-23 20:49:25.991  - warn: vis-2-beta.0 (1253) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                                2023-01-23 20:49:26.162  - info: sonoff.0 (1153) Client [Boxen PC] connected with secret 1674503366161_6734
                                2023-01-23 20:49:26.402  - info: host.raspberrypi4-iob instance system.adapter.trashschedule.0 started with pid 1271
                                2023-01-23 20:49:26.739  - error: host.raspberrypi4-iob instance system.adapter.vis-2-beta.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                                2023-01-23 20:49:26.739  - info: host.raspberrypi4-iob Restart adapter system.adapter.vis-2-beta.0 because enabled
                                2023-01-23 20:49:27.493  - info: sonoff.0 (1153) Client [NAS-Xpenology] connected with secret 1674503367490_5886
                                2023-01-23 20:49:27.542  - info: shelly.0 (1187) [CoAP] Device 192.168.178.59 (shelly1 / shelly1-32C8ED / SHSW-1#32C8ED#1) connected! Polltime set to 15 sec.
                                2023-01-23 20:49:28.681  - info: host.raspberrypi4-iob instance system.adapter.tuya.0 started with pid 1279
                                2023-01-23 20:49:30.558  - info: host.raspberrypi4-iob instance system.adapter.fullybrowser.0 started with pid 1291
                                2023-01-23 20:49:31.021  - error: trashschedule.0 (1271) trashschedule.0 already running
                                2023-01-23 20:49:31.027  - warn: trashschedule.0 (1271) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                                2023-01-23 20:49:32.175  - info: host.raspberrypi4-iob instance system.adapter.discovery.0 started with pid 1299
                                2023-01-23 20:49:32.285  - error: host.raspberrypi4-iob instance system.adapter.trashschedule.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                                2023-01-23 20:49:32.286  - info: host.raspberrypi4-iob Restart adapter system.adapter.trashschedule.0 because enabled
                                2023-01-23 20:49:32.814  - info: admin.0 (934) <== Disconnect system.user.admin from ::ffff:192.168.178.20
                                2023-01-23 20:49:34.592  - info: host.raspberrypi4-iob instance system.adapter.net-tools.0 started with pid 1315
                                2023-01-23 20:49:35.223  - error: fullybrowser.0 (1291) fullybrowser.0 already running
                                2023-01-23 20:49:35.242  - warn: fullybrowser.0 (1291) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                                2023-01-23 20:49:35.359  - info: shelly.0 (1187) [CoAP] Device 192.168.178.82 (shelly1 / shelly1-C42C21 / SHSW-1#C42C21#1) connected! Polltime set to 15 sec.
                                2023-01-23 20:49:35.389  - info: shelly.0 (1187) [CoAP] Device 192.168.178.113 (shelly1 / shelly1-C425C7 / SHSW-1#C425C7#1) connected! Polltime set to 15 sec.
                                2023-01-23 20:49:36.174  - info: hmip.0 (1227) ws connection opened
                                2023-01-23 20:49:36.256  - info: host.raspberrypi4-iob instance system.adapter.info.0 started with pid 1327
                                2023-01-23 20:49:36.528  - error: host.raspberrypi4-iob instance system.adapter.fullybrowser.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                                2023-01-23 20:49:36.529  - info: host.raspberrypi4-iob Restart adapter system.adapter.fullybrowser.0 because enabled
                                2023-01-23 20:49:37.888  - info: tuya.0 (1279) starting. Version 3.12.1 in /opt/iobroker/node_modules/iobroker.tuya, node: v16.19.0, js-controller: 4.0.24
                                2023-01-23 20:49:38.408  - error: zigbee.0 (1137) Starting zigbee-herdsman problem : "Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)"
                                2023-01-23 20:49:38.409  - error: zigbee.0 (1137) Failed to start Zigbee
                                2023-01-23 20:49:38.410  - error: zigbee.0 (1137) Error herdsman start
                                2023-01-23 20:49:38.459  - info: host.raspberrypi4-iob instance system.adapter.web.0 started with pid 1353
                                2023-01-23 20:49:38.615  - warn: host.raspberrypi4-iob startInstance cannot find adapter "jarvis@3.1.2". Try to install it... 1 attempt
                                2023-01-23 20:49:38.616  - info: host.raspberrypi4-iob iobroker install jarvis@3.1.2 using installedVersion
                                2023-01-23 20:49:39.187  - error: net-tools.0 (1315) net-tools.0 already running
                                2023-01-23 20:49:39.193  - warn: net-tools.0 (1315) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                                2023-01-23 20:49:40.274  - error: host.raspberrypi4-iob instance system.adapter.net-tools.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                                2023-01-23 20:49:40.275  - info: host.raspberrypi4-iob Restart adapter system.adapter.net-tools.0 because enabled
                                2023-01-23 20:49:41.377  - info: discovery.0 (1299) starting. Version 3.1.0 in /opt/iobroker/node_modules/iobroker.discovery, node: v16.19.0, js-controller: 4.0.24
                                2023-01-23 20:49:41.911  - info: tuya.0 (1279) 370053454855194f9944: Connect locally to device
                                2023-01-23 20:49:41.914  - info: tuya.0 (1279) 370053454855194f9944 Init with IP=192.168.178.121, Key=b4a7c2da725a0a90, Version=3.3
                                2023-01-23 20:49:41.928  - info: tuya.0 (1279) 0407020484f3eb61ba13: Connect locally to device
                                2023-01-23 20:49:41.938  - info: tuya.0 (1279) 370053454cebd6e5dcc3: Connect locally to device
                                2023-01-23 20:49:42.010  - info: tuya.0 (1279) 370053454cebd6e603a4: Connect locally to device
                                2023-01-23 20:49:42.010  - info: tuya.0 (1279) 370053454cebd6e603a4 Init with IP=192.168.178.124, Key=0a570aa674a6f5aa, Version=3.3
                                2023-01-23 20:49:42.025  - info: tuya.0 (1279) 6416540684f3ebefb384: Connect locally to device
                                2023-01-23 20:49:42.030  - info: tuya.0 (1279) 370053454855194f9dd6: Connect locally to device
                                2023-01-23 20:49:42.250  - info: host.raspberrypi4-iob instance scheduled system.adapter.daswetter.0 */15 * * * *
                                2023-01-23 20:49:42.285  - info: host.raspberrypi4-iob instance system.adapter.daswetter.0 started with pid 1378
                                2023-01-23 20:49:42.032  - info: tuya.0 (1279) 370053454855194f9dd6 Init with IP=192.168.178.125, Key=99b7ef5fe175266d, Version=3.3
                                2023-01-23 20:49:42.034  - info: tuya.0 (1279) Existing devices initialized
                                2023-01-23 20:49:42.046  - info: tuya.0 (1279) Try to sync devices from Cloud using stored cloud credentials
                                2023-01-23 20:49:43.221  - info: tuya.0 (1279) Listen for local Tuya devices on port 6666
                                2023-01-23 20:49:43.222  - info: tuya.0 (1279) Listen for encrypted local Tuya devices on port 6667
                                2023-01-23 20:49:44.427  - info: tuya.0 (1279) IOT Cloud ID/Secret not configured, disabling real time State updates from Cloud MQTT
                                2023-01-23 20:49:46.064  - error: daswetter.0 (1378) daswetter.0 already running
                                2023-01-23 20:49:46.069  - warn: daswetter.0 (1378) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                                2023-01-23 20:49:46.327  - info: tuya.0 (1279) 370053454855194f9944: Connect locally to device
                                2023-01-23 20:49:46.328  - info: tuya.0 (1279) 370053454855194f9944 Init with IP=192.168.178.121, Key=b4a7c2da725a0a90, Version=3.3
                                2023-01-23 20:49:46.876  - error: host.raspberrypi4-iob instance system.adapter.daswetter.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                                2023-01-23 20:49:46.910  - info: host.raspberrypi4-iob instance system.adapter.backitup.0 started with pid 1415
                                2023-01-23 20:49:47.043  - info: web.0 (1353) starting. Version 4.3.0 in /opt/iobroker/node_modules/iobroker.web, node: v16.19.0, js-controller: 4.0.24
                                2023-01-23 20:49:47.360  - info: hmip.0 (1227) hmip adapter connected and ready
                                2023-01-23 20:49:47.757  - info: tuya.0 (1279) 0407020484f3eb61ba13: Connect locally to device
                                2023-01-23 20:49:47.821  - info: tuya.0 (1279) 370053454cebd6e603a4: Connect locally to device
                                2023-01-23 20:49:47.822  - info: tuya.0 (1279) 370053454cebd6e603a4 Init with IP=192.168.178.124, Key=0a570aa674a6f5aa, Version=3.3
                                2023-01-23 20:49:48.417  - info: zigbee.0 (1137) Try to reconnect. 1 attempts left
                                2023-01-23 20:49:48.478  - info: host.raspberrypi4-iob iobroker npm-install: NPM version: 8.19.3
                                2023-01-23 20:49:48.418  - info: zigbee.0 (1137) Starting Zigbee  npm ...
                                2023-01-23 20:49:48.483  - info: host.raspberrypi4-iob iobroker npm-install: Installing iobroker.jarvis@3.1.2... (System call)
                                2023-01-23 20:49:48.497  - info: zigbee.0 (1137) Installed Version: iobroker.zigbee@1.8.10
                                2023-01-23 20:49:48.689  - info: tuya.0 (1279) 6416540684f3ebefb384: Connect locally to device
                                2023-01-23 20:49:49.008  - info: web.0 (1353) socket.io server listening on port 8082
                                2023-01-23 20:49:49.029  - info: web.0 (1353) habpanel server listening on port 8082
                                2023-01-23 20:49:49.031  - info: web.0 (1353) habpanel web extension - Install extension on /rest/habpanel/
                                2023-01-23 20:49:49.034  - info: web.0 (1353) Connect extension "habpanel/lib/habpanelapi.js"
                                2023-01-23 20:49:49.053  - info: web.0 (1353) http server listening on port 8082
                                2023-01-23 20:49:49.124  - info: tuya.0 (1279) 370053454855194f9dd6: Connect locally to device
                                2023-01-23 20:49:49.124  - info: tuya.0 (1279) 370053454855194f9dd6 Init with IP=192.168.178.125, Key=99b7ef5fe175266d, Version=3.3
                                2023-01-23 20:49:49.170  - error: zigbee.0 (1137) Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error Resource temporarily unavailable Cannot lock port'"
                                2023-01-23 20:49:49.172  - error: zigbee.0 (1137) Failed to start Zigbee
                                2023-01-23 20:49:49.173  - error: zigbee.0 (1137) Error herdsman start
                                2023-01-23 20:49:49.546  - info: tuya.0 (1279) 370053454cebd6e5dcc3: Connect locally to device
                                2023-01-23 20:49:49.576  - info: info.0 (1327) starting. Version 1.9.19 in /opt/iobroker/node_modules/iobroker.info, node: v16.19.0, js-controller: 4.0.24
                                2023-01-23 20:49:49.900  - info: info.0 (1327) Reading/updating systemdata.
                                2023-01-23 20:49:51.168  - info: host.raspberrypi4-iob instance system.adapter.iot.0 started with pid 1474
                                2023-01-23 20:49:52.097  - info: info.0 (1327) State value to set for "info.0.sysinfo.cpu.info.speed" has to be type "string" but received type "number"
                                2023-01-23 20:49:52.429  - info: info.0 (1327) State value to set for "info.0.sysinfo.cpu.info.cache-l1d" has to be type "number" but received type "string"
                                2023-01-23 20:49:52.484  - info: backitup.0 (1415) starting. Version 2.5.10 in /opt/iobroker/node_modules/iobroker.backitup, node: v16.19.0, js-controller: 4.0.24
                                2023-01-23 20:49:52.502  - info: info.0 (1327) State value to set for "info.0.sysinfo.cpu.info.cache-l1i" has to be type "number" but received type "string"
                                2023-01-23 20:49:52.514  - info: info.0 (1327) State value to set for "info.0.sysinfo.cpu.info.cache-l2" has to be type "number" but received type "string"
                                2023-01-23 20:49:52.540  - info: info.0 (1327) State value to set for "info.0.sysinfo.cpu.info.cache-l3" has to be type "number" but received type "string"
                                2023-01-23 20:49:52.880  - info: info.0 (1327) cpu Temp res = {"main":64.27,"cores":[],"max":64.27,"socket":[],"chipset":null}
                                2023-01-23 20:49:53.748  - info: host.raspberrypi4-iob instance system.adapter.moma.0 started with pid 1542
                                2023-01-23 20:49:55.025  - info: backitup.0 (1415) [iobroker] backup was activated at 02:00 every 7 day(s)
                                2023-01-23 20:49:57.061  - info: host.raspberrypi4-iob instance system.adapter.vis-2-beta.0 started with pid 1628
                                2023-01-23 20:49:57.847  - info: web.0 (1353) ==> Connected system.user.admin from ::ffff:192.168.178.119
                                2023-01-23 20:49:57.935  - info: iot.0 (1474) starting. Version 1.14.2 in /opt/iobroker/node_modules/iobroker.iot, node: v16.19.0, js-controller: 4.0.24
                                2023-01-23 20:49:59.023  - info: iot.0 (1474) Connecting with a18wym7vjdl22g.iot.eu-west-1.amazonaws.com
                                2023-01-23 20:49:59.109  - info: web.0 (1353) <== Disconnect system.user.admin from ::ffff:192.168.178.119 habpanel.0
                                2023-01-23 20:50:02.825  - error: vis-2-beta.0 (1628) : message handler implemented, but messagebox not enabled. Define common.messagebox in io-package.json for adapter or delete message handler.
                                2023-01-23 20:50:02.845  - info: iot.0 (1474) Connection changed: connect
                                2023-01-23 20:50:02.968  - info: host.raspberrypi4-iob instance system.adapter.trashschedule.0 started with pid 1651
                                2023-01-23 20:50:03.245  - info: moma.0 (1542) starting. Version 1.2.9 in /opt/iobroker/node_modules/iobroker.moma, node: v16.19.0, js-controller: 4.0.24
                                2023-01-23 20:50:03.755  - info: vis-2-beta.0 (1628) starting. Version 2.0.16 in /opt/iobroker/node_modules/iobroker.vis-2-beta, node: v16.19.0, js-controller: 4.0.24
                                2023-01-23 20:50:03.954  - error: vis-2-beta.0 (1628) No license found for vis. Please get one on https://iobroker.net !
                                2023-01-23 20:50:04.982  - info: web.0 (1353) ==> Connected system.user.admin from ::ffff:192.168.178.119
                                2023-01-23 20:50:07.168  - info: host.raspberrypi4-iob instance system.adapter.fullybrowser.0 started with pid 1837
                                2023-01-23 20:50:10.053  - info: moma.0 (1542) library systeminformation version 5.17.3
                                2023-01-23 20:50:11.094  - info: host.raspberrypi4-iob instance system.adapter.net-tools.0 started with pid 1879
                                2023-01-23 20:50:12.701  - info: fullybrowser.0 (1837) starting. Version 2.1.2 in /opt/iobroker/node_modules/iobroker.fullybrowser, node: v16.19.0, js-controller: 4.0.24
                                2023-01-23 20:50:12.816  - info: fullybrowser.0 (1837) timeout is 2000
                                2023-01-23 20:50:12.842  - info: fullybrowser.0 (1837) Start with IP : 192.168.178.119
                                2023-01-23 20:50:13.738  - info: trashschedule.0 (1651) starting. Version 2.0.3 in /opt/iobroker/node_modules/iobroker.trashschedule, node: v16.19.0, js-controller: 4.0.24
                                2023-01-23 20:50:14.739  - info: trashschedule.0 (1651) [ical] configurured ical preview is 7 days - increase this value to find more events in the future
                                2023-01-23 20:50:14.741  - info: trashschedule.0 (1651) [ical] found configured ical event "Vacation" without "display" flag. Activate the display flag on this entry if this is a relevant "trash event".
                                2023-01-23 20:50:15.072  - info: net-tools.0 (1879) starting. Version 0.2.0 in /opt/iobroker/node_modules/iobroker.net-tools, node: v16.19.0, js-controller: 4.0.24
                                2023-01-23 20:50:15.195  - info: net-tools.0 (1879) Scanning for open ports (20, 21, 22, 23, 25, 53, 80, 110, 119, 123, 143, 161, 162, 194, 443, 445, 3306, 3389, 5900, 6379, 8080, 8443, 9090, 9200, 9999) at localhost, please wait
                                2023-01-23 20:50:17.427  - info: net-tools.0 (1879) Port scan finished
                                
                                
                                T Offline
                                T Offline
                                technodj23
                                schrieb am zuletzt editiert von
                                #49

                                @technodj23

                                zigbee.0
                                   2023-01-23 20:56:36.804	error	Error herdsman start
                                zigbee.0
                                   2023-01-23 20:56:36.804	error	Failed to start Zigbee
                                zigbee.0
                                   2023-01-23 20:56:36.803	error	Starting zigbee-herdsman problem : "Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)"
                                
                                Thomas BraunT 1 Antwort Letzte Antwort
                                0
                                • T technodj23

                                  @technodj23

                                  zigbee.0
                                     2023-01-23 20:56:36.804	error	Error herdsman start
                                  zigbee.0
                                     2023-01-23 20:56:36.804	error	Failed to start Zigbee
                                  zigbee.0
                                     2023-01-23 20:56:36.803	error	Starting zigbee-herdsman problem : "Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)"
                                  
                                  Thomas BraunT Online
                                  Thomas BraunT Online
                                  Thomas Braun
                                  Most Active
                                  schrieb am zuletzt editiert von
                                  #50

                                  @technodj23
                                  Warum jetzt wieder das Log umgekehrt?

                                  iob stop
                                  cd /opt/iobroker 
                                  sudo -H -u iobroker npm install iobroker.js-controller
                                  iob restart
                                  

                                  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

                                  T 2 Antworten Letzte Antwort
                                  0
                                  • Thomas BraunT Thomas Braun

                                    @technodj23
                                    Warum jetzt wieder das Log umgekehrt?

                                    iob stop
                                    cd /opt/iobroker 
                                    sudo -H -u iobroker npm install iobroker.js-controller
                                    iob restart
                                    
                                    T Offline
                                    T Offline
                                    technodj23
                                    schrieb am zuletzt editiert von
                                    #51

                                    @thomas-braun sagte in Fire Tablet Jarvis aktualisiert sich nicht:

                                    @technodj23
                                    Warum jetzt wieder das Log umgekehrt?

                                    Kam jetzt als zusätzliche Meldung. Zigbee läuft wieder, habe mal kurz den dev Pfad geändert, danach lief Zigbee wieder...

                                    Thomas BraunT 1 Antwort Letzte Antwort
                                    0
                                    • Thomas BraunT Thomas Braun

                                      @technodj23
                                      Warum jetzt wieder das Log umgekehrt?

                                      iob stop
                                      cd /opt/iobroker 
                                      sudo -H -u iobroker npm install iobroker.js-controller
                                      iob restart
                                      
                                      T Offline
                                      T Offline
                                      technodj23
                                      schrieb am zuletzt editiert von
                                      #52

                                      @thomas-braun sagte in Fire Tablet Jarvis aktualisiert sich nicht:

                                      @technodj23
                                      Warum jetzt wieder das Log umgekehrt?

                                      iob stop
                                      cd /opt/iobroker 
                                      sudo -H -u iobroker npm install iobroker.js-controller
                                      iob restart
                                      
                                      pi@raspberrypi4-iob:/opt/iobroker $ sudo -H -u iobroker npm install iobroker.js-controller
                                      npm ERR! code ENOTEMPTY
                                      npm ERR! syscall rename
                                      npm ERR! path /opt/iobroker/node_modules/agentkeepalive
                                      npm ERR! dest /opt/iobroker/node_modules/.agentkeepalive-G7SHyKbn
                                      npm ERR! errno -39
                                      npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/agentkeepalive' -> '/opt/iobroker/node_modules/.agentkeepalive-G7SHyKbn'
                                      
                                      npm ERR! A complete log of this run can be found in:
                                      npm ERR!     /home/iobroker/.npm/_logs/2023-01-23T20_13_53_992Z-debug-0.log
                                      
                                      

                                      So langsam nervt es.

                                      Thomas BraunT 1 Antwort Letzte Antwort
                                      0
                                      • T technodj23

                                        @thomas-braun sagte in Fire Tablet Jarvis aktualisiert sich nicht:

                                        @technodj23
                                        Warum jetzt wieder das Log umgekehrt?

                                        Kam jetzt als zusätzliche Meldung. Zigbee läuft wieder, habe mal kurz den dev Pfad geändert, danach lief Zigbee wieder...

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

                                        @technodj23 sagte in Fire Tablet Jarvis aktualisiert sich nicht:

                                        Zigbee läuft wieder, habe mal kurz den dev Pfad geändert

                                        Auf was? Hoffentlich auf den Link aus /dev/serial/by-id

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

                                        1 Antwort Letzte Antwort
                                        0
                                        • T technodj23

                                          @thomas-braun sagte in Fire Tablet Jarvis aktualisiert sich nicht:

                                          @technodj23
                                          Warum jetzt wieder das Log umgekehrt?

                                          iob stop
                                          cd /opt/iobroker 
                                          sudo -H -u iobroker npm install iobroker.js-controller
                                          iob restart
                                          
                                          pi@raspberrypi4-iob:/opt/iobroker $ sudo -H -u iobroker npm install iobroker.js-controller
                                          npm ERR! code ENOTEMPTY
                                          npm ERR! syscall rename
                                          npm ERR! path /opt/iobroker/node_modules/agentkeepalive
                                          npm ERR! dest /opt/iobroker/node_modules/.agentkeepalive-G7SHyKbn
                                          npm ERR! errno -39
                                          npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/agentkeepalive' -> '/opt/iobroker/node_modules/.agentkeepalive-G7SHyKbn'
                                          
                                          npm ERR! A complete log of this run can be found in:
                                          npm ERR!     /home/iobroker/.npm/_logs/2023-01-23T20_13_53_992Z-debug-0.log
                                          
                                          

                                          So langsam nervt es.

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

                                          @technodj23 sagte in Fire Tablet Jarvis aktualisiert sich nicht:

                                          ENOTEMPTY: directory not empty

                                          Siehe oben.

                                          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

                                          T 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

                                          608

                                          Online

                                          32.5k

                                          Benutzer

                                          81.8k

                                          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