Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Visualisierung
  4. VIS - No Connection

NEWS

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

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    18
    1
    5.9k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.5k

VIS - No Connection

Geplant Angeheftet Gesperrt Verschoben Visualisierung
vis
185 Beiträge 10 Kommentatoren 18.7k Aufrufe 10 Beobachtet
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • P Offline
    P Offline
    Pahan
    schrieb am zuletzt editiert von Pahan
    #37

    Hallo Freunde,

    ich habe mich leider zu früh gefreut....
    nodejs Version stimmt jetzt wohl, aber iobroker läuft immer noch nicht.

    iobroker stop => fix lief problemlos durch, nach "iobroker start" erscheint jedoch die folgende Meldung:

    pi@raspberrypi:~ $ iobroker start
    pi@raspberrypi:~ $ systemctl status iobroker
    ● iobroker.service - ioBroker Server
         Loaded: loaded (/lib/systemd/system/iobroker.service; enabled; vendor preset: enabled)
         Active: failed (Result: exit-code) since Tue 2022-02-01 19:04:26 CET; 36s ago
           Docs: http://iobroker.net
        Process: 6212 ExecStart=/usr/bin/bash -c ${NODE} /opt/iobroker/node_modules/iobroker.js-controller/cont>
       Main PID: 6212 (code=exited, status=1/FAILURE)
            CPU: 234ms
    
    Feb 01 19:04:26 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 5.
    Feb 01 19:04:26 raspberrypi systemd[1]: Stopped ioBroker Server.
    Feb 01 19:04:26 raspberrypi systemd[1]: iobroker.service: Start request repeated too quickly.
    Feb 01 19:04:26 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
    Feb 01 19:04:26 raspberrypi systemd[1]: Failed to start ioBroker Server.
    
    pi@raspberrypi:~ $
    

    Wasn jetzt schon wieder kaputt?

    Nachtrag (iobroker update):

    pi@raspberrypi:~ $ iobroker update
    internal/modules/cjs/loader.js:905
      throw err;
      ^
    
    Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
        at Function.Module._resolveFilename (internal/modules/cjs/loader.js:902:15)
        at Function.Module._load (internal/modules/cjs/loader.js:746:27)
        at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12)
        at internal/main/run_main_module.js:17:47 {
      code: 'MODULE_NOT_FOUND',
      requireStack: []
    }
    pi@raspberrypi:~ $
    
    Thomas BraunT 1 Antwort Letzte Antwort
    0
    • P Pahan

      Hallo Freunde,

      ich habe mich leider zu früh gefreut....
      nodejs Version stimmt jetzt wohl, aber iobroker läuft immer noch nicht.

      iobroker stop => fix lief problemlos durch, nach "iobroker start" erscheint jedoch die folgende Meldung:

      pi@raspberrypi:~ $ iobroker start
      pi@raspberrypi:~ $ systemctl status iobroker
      ● iobroker.service - ioBroker Server
           Loaded: loaded (/lib/systemd/system/iobroker.service; enabled; vendor preset: enabled)
           Active: failed (Result: exit-code) since Tue 2022-02-01 19:04:26 CET; 36s ago
             Docs: http://iobroker.net
          Process: 6212 ExecStart=/usr/bin/bash -c ${NODE} /opt/iobroker/node_modules/iobroker.js-controller/cont>
         Main PID: 6212 (code=exited, status=1/FAILURE)
              CPU: 234ms
      
      Feb 01 19:04:26 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 5.
      Feb 01 19:04:26 raspberrypi systemd[1]: Stopped ioBroker Server.
      Feb 01 19:04:26 raspberrypi systemd[1]: iobroker.service: Start request repeated too quickly.
      Feb 01 19:04:26 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
      Feb 01 19:04:26 raspberrypi systemd[1]: Failed to start ioBroker Server.
      
      pi@raspberrypi:~ $
      

      Wasn jetzt schon wieder kaputt?

      Nachtrag (iobroker update):

      pi@raspberrypi:~ $ iobroker update
      internal/modules/cjs/loader.js:905
        throw err;
        ^
      
      Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
          at Function.Module._resolveFilename (internal/modules/cjs/loader.js:902:15)
          at Function.Module._load (internal/modules/cjs/loader.js:746:27)
          at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12)
          at internal/main/run_main_module.js:17:47 {
        code: 'MODULE_NOT_FOUND',
        requireStack: []
      }
      pi@raspberrypi:~ $
      
      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      schrieb am zuletzt editiert von Thomas Braun
      #38

      @pahan

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

      NodeJS schaut jetzt wie aus?

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

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

      P 1 Antwort Letzte Antwort
      0
      • Thomas BraunT Thomas Braun

        @pahan

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

        NodeJS schaut jetzt wie aus?

        which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
        
        P Offline
        P Offline
        Pahan
        schrieb am zuletzt editiert von
        #39

        @thomas-braun sagte in VIS - No Connection:

        @pahan

        cd /opt/iobroker 
        sudo -H -u iobroker npm install iobroker.js-controller
        
        pi@raspberrypi:~ $ cd /opt/iobroker
        pi@raspberrypi:/opt/iobroker $ sudo -H -u iobroker npm install iobroker.js-contr                                    oller
        [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                
        > iobroker.js-controller@3.3.22 preinstall /opt/iobroker/node_modules/iobroker.js-controller
        > node lib/preinstallCheck.js
        
        NPM version: 6.14.15
        
        > unix-dgram@2.0.3 install /opt/iobroker/node_modules/unix-dgram
        > node-gyp rebuild
        
        make: Entering directory '/opt/iobroker/node_modules/unix-dgram/build'
          CXX(target) Release/obj.target/unix_dgram/src/unix_dgram.o
        In file included from ../../nan/nan.h:58,
                         from ../src/unix_dgram.cc:5:
        /home/iobroker/.cache/node-gyp/14.18.3/include/node/node.h:787:7: warning: cast between incompatible function types from ‘void (*)(v8::Local<v8::Object>)’ to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)’} [-Wcast-function-type]
          787 |       (node::addon_register_func) (regfunc),                          \
              |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        /home/iobroker/.cache/node-gyp/14.18.3/include/node/node.h:821:3: note: in expansion of macro ‘NODE_MODULE_X’
          821 |   NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
              |   ^~~~~~~~~~~~~
        ../src/unix_dgram.cc:404:1: note: in expansion of macro ‘NODE_MODULE’
          404 | NODE_MODULE(unix_dgram, Initialize)
              | ^~~~~~~~~~~
          SOLINK_MODULE(target) Release/obj.target/unix_dgram.node
          COPY Release/unix_dgram.node
        make: Leaving directory '/opt/iobroker/node_modules/unix-dgram/build'
        
        > ursa-optional@0.9.10 install /opt/iobroker/node_modules/ursa-optional
        > node rebuild.js
        
        ursaNative bindings compilation fail. This is not an issue. Modules that depend on it will use fallbacks.
        
        > diskusage@1.1.3 install /opt/iobroker/node_modules/diskusage
        > node-gyp rebuild
        
        make: Entering directory '/opt/iobroker/node_modules/diskusage/build'
          CXX(target) Release/obj.target/diskusage/src/main.o
        In file included from ../../nan/nan.h:58,
                         from ../src/main.cpp:3:
        /home/iobroker/.cache/node-gyp/14.18.3/include/node/node.h:787:7: warning: cast between incompatible function types from ‘void (*)(v8::Local<v8::Object>)’ to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)’} [-Wcast-function-type]
          787 |       (node::addon_register_func) (regfunc),                          \
              |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        /home/iobroker/.cache/node-gyp/14.18.3/include/node/node.h:821:3: note: in expansion of macro ‘NODE_MODULE_X’
          821 |   NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
              |   ^~~~~~~~~~~~~
        ../src/main.cpp:42:1: note: in expansion of macro ‘NODE_MODULE’
           42 | NODE_MODULE(diskusage, Init)
              | ^~~~~~~~~~~
          CXX(target) Release/obj.target/diskusage/src/diskusage_posix.o
          SOLINK_MODULE(target) Release/obj.target/diskusage.node
          COPY Release/diskusage.node
        make: Leaving directory '/opt/iobroker/node_modules/diskusage/build'
        
        > iobroker.js-controller@3.3.22 install /opt/iobroker/node_modules/iobroker.js-controller
        > node iobroker.js setup first
        
        object _design/custom updated
        object _design/system updated
        Server Cannot parse /opt/iobroker/iobroker-data/files/icons-fatcow-hosting/_data.json: /opt/iobroker/iobroker-data/files/icons-fatcow-hosting/_data.json: Unexpected end of JSON input
        3927 file(s) successfully synchronized with ioBroker storage.
        Please DO NOT copy files manually into ioBroker storage directories!
        
        The following notifications happened during sync:
        - Added 3927 Files in Directory "icons-fatcow-hosting"
        
        
        > @root/acme@3.1.0 postinstall /opt/iobroker/node_modules/@root/acme
        > node scripts/postinstall
        
        
        > esbuild@0.11.23 postinstall /opt/iobroker/node_modules/esbuild
        > node install.js
        
        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules/chokidar/node_modules/fsevents):
        npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
        npm WARN http-proxy-middleware@2.0.2 requires a peer of @types/express@^4.17.13 but none is installed. You must install peer dependencies yourself.
        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.7 (node_modules/osx-temperature-sensor):
        npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
        
        + iobroker.js-controller@3.3.22
        added 159 packages from 109 contributors, removed 660 packages and updated 2 packages in 440.175s
        
        108 packages are looking for funding
          run `npm fund` for details
        
        

        NodeJS schaut jetzt wie aus?

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

        liefert

        
        pi@raspberrypi:~ $ which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
        /usr/bin/nodejs
        /usr/bin/node
        /usr/bin/npm
        v14.18.3
        v14.18.3
        6.14.15
        pi
        /home/pi
        Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
        Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
        Hit:3 https://repos.influxdata.com/debian bullseye InRelease
        Hit:4 https://deb.nodesource.com/node_14.x bullseye InRelease
        Hit:5 https://packages.grafana.com/oss/deb stable InRelease
        Reading package lists... Done
        Building dependency tree... Done
        Reading state information... Done
        4 packages can be upgraded. Run 'apt list --upgradable' to see them.
        nodejs:
          Installed: 14.18.3-deb-1nodesource1
          Candidate: 14.19.0-deb-1nodesource1
          Version table:
             14.19.0-deb-1nodesource1 500
                500 https://deb.nodesource.com/node_14.x bullseye/main armhf Packages
         *** 14.18.3-deb-1nodesource1 100
                100 /var/lib/dpkg/status
             12.22.5~dfsg-2~11u1 500
                500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
        pi@raspberrypi:~ $
        
        

        ...und was mir zusätzlich auffällt, der Raspi ist sehr sehr langsam geworden, wenn es um die Eingabe der o.g. Befehle geht

        Thomas BraunT 1 Antwort Letzte Antwort
        0
        • P Pahan

          @thomas-braun sagte in VIS - No Connection:

          @pahan

          cd /opt/iobroker 
          sudo -H -u iobroker npm install iobroker.js-controller
          
          pi@raspberrypi:~ $ cd /opt/iobroker
          pi@raspberrypi:/opt/iobroker $ sudo -H -u iobroker npm install iobroker.js-contr                                    oller
          [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                [            ......] \ remove:es6-iterator: sill remove /opt/iobroker/node_modules/i                                
          > iobroker.js-controller@3.3.22 preinstall /opt/iobroker/node_modules/iobroker.js-controller
          > node lib/preinstallCheck.js
          
          NPM version: 6.14.15
          
          > unix-dgram@2.0.3 install /opt/iobroker/node_modules/unix-dgram
          > node-gyp rebuild
          
          make: Entering directory '/opt/iobroker/node_modules/unix-dgram/build'
            CXX(target) Release/obj.target/unix_dgram/src/unix_dgram.o
          In file included from ../../nan/nan.h:58,
                           from ../src/unix_dgram.cc:5:
          /home/iobroker/.cache/node-gyp/14.18.3/include/node/node.h:787:7: warning: cast between incompatible function types from ‘void (*)(v8::Local<v8::Object>)’ to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)’} [-Wcast-function-type]
            787 |       (node::addon_register_func) (regfunc),                          \
                |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          /home/iobroker/.cache/node-gyp/14.18.3/include/node/node.h:821:3: note: in expansion of macro ‘NODE_MODULE_X’
            821 |   NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
                |   ^~~~~~~~~~~~~
          ../src/unix_dgram.cc:404:1: note: in expansion of macro ‘NODE_MODULE’
            404 | NODE_MODULE(unix_dgram, Initialize)
                | ^~~~~~~~~~~
            SOLINK_MODULE(target) Release/obj.target/unix_dgram.node
            COPY Release/unix_dgram.node
          make: Leaving directory '/opt/iobroker/node_modules/unix-dgram/build'
          
          > ursa-optional@0.9.10 install /opt/iobroker/node_modules/ursa-optional
          > node rebuild.js
          
          ursaNative bindings compilation fail. This is not an issue. Modules that depend on it will use fallbacks.
          
          > diskusage@1.1.3 install /opt/iobroker/node_modules/diskusage
          > node-gyp rebuild
          
          make: Entering directory '/opt/iobroker/node_modules/diskusage/build'
            CXX(target) Release/obj.target/diskusage/src/main.o
          In file included from ../../nan/nan.h:58,
                           from ../src/main.cpp:3:
          /home/iobroker/.cache/node-gyp/14.18.3/include/node/node.h:787:7: warning: cast between incompatible function types from ‘void (*)(v8::Local<v8::Object>)’ to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)’} [-Wcast-function-type]
            787 |       (node::addon_register_func) (regfunc),                          \
                |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          /home/iobroker/.cache/node-gyp/14.18.3/include/node/node.h:821:3: note: in expansion of macro ‘NODE_MODULE_X’
            821 |   NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
                |   ^~~~~~~~~~~~~
          ../src/main.cpp:42:1: note: in expansion of macro ‘NODE_MODULE’
             42 | NODE_MODULE(diskusage, Init)
                | ^~~~~~~~~~~
            CXX(target) Release/obj.target/diskusage/src/diskusage_posix.o
            SOLINK_MODULE(target) Release/obj.target/diskusage.node
            COPY Release/diskusage.node
          make: Leaving directory '/opt/iobroker/node_modules/diskusage/build'
          
          > iobroker.js-controller@3.3.22 install /opt/iobroker/node_modules/iobroker.js-controller
          > node iobroker.js setup first
          
          object _design/custom updated
          object _design/system updated
          Server Cannot parse /opt/iobroker/iobroker-data/files/icons-fatcow-hosting/_data.json: /opt/iobroker/iobroker-data/files/icons-fatcow-hosting/_data.json: Unexpected end of JSON input
          3927 file(s) successfully synchronized with ioBroker storage.
          Please DO NOT copy files manually into ioBroker storage directories!
          
          The following notifications happened during sync:
          - Added 3927 Files in Directory "icons-fatcow-hosting"
          
          
          > @root/acme@3.1.0 postinstall /opt/iobroker/node_modules/@root/acme
          > node scripts/postinstall
          
          
          > esbuild@0.11.23 postinstall /opt/iobroker/node_modules/esbuild
          > node install.js
          
          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules/chokidar/node_modules/fsevents):
          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
          npm WARN http-proxy-middleware@2.0.2 requires a peer of @types/express@^4.17.13 but none is installed. You must install peer dependencies yourself.
          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.7 (node_modules/osx-temperature-sensor):
          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
          
          + iobroker.js-controller@3.3.22
          added 159 packages from 109 contributors, removed 660 packages and updated 2 packages in 440.175s
          
          108 packages are looking for funding
            run `npm fund` for details
          
          

          NodeJS schaut jetzt wie aus?

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

          liefert

          
          pi@raspberrypi:~ $ which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
          /usr/bin/nodejs
          /usr/bin/node
          /usr/bin/npm
          v14.18.3
          v14.18.3
          6.14.15
          pi
          /home/pi
          Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
          Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
          Hit:3 https://repos.influxdata.com/debian bullseye InRelease
          Hit:4 https://deb.nodesource.com/node_14.x bullseye InRelease
          Hit:5 https://packages.grafana.com/oss/deb stable InRelease
          Reading package lists... Done
          Building dependency tree... Done
          Reading state information... Done
          4 packages can be upgraded. Run 'apt list --upgradable' to see them.
          nodejs:
            Installed: 14.18.3-deb-1nodesource1
            Candidate: 14.19.0-deb-1nodesource1
            Version table:
               14.19.0-deb-1nodesource1 500
                  500 https://deb.nodesource.com/node_14.x bullseye/main armhf Packages
           *** 14.18.3-deb-1nodesource1 100
                  100 /var/lib/dpkg/status
               12.22.5~dfsg-2~11u1 500
                  500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
          pi@raspberrypi:~ $
          
          

          ...und was mir zusätzlich auffällt, der Raspi ist sehr sehr langsam geworden, wenn es um die Eingabe der o.g. Befehle geht

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

          @pahan sagte in VIS - No Connection:

          4 packages can be upgraded.

          iobroker stop
          sudo apt update
          sudo apt full-upgrade
          sudo reboot
          

          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

          P 1 Antwort Letzte Antwort
          0
          • Thomas BraunT Thomas Braun

            @pahan sagte in VIS - No Connection:

            4 packages can be upgraded.

            iobroker stop
            sudo apt update
            sudo apt full-upgrade
            sudo reboot
            
            P Offline
            P Offline
            Pahan
            schrieb am zuletzt editiert von
            #41

            @thomas-braun sagte in VIS - No Connection:

            @pahan sagte in VIS - No Connection:

            4 packages can be upgraded.

            iobroker stop
            sudo apt update
            sudo apt full-upgrade
            sudo reboot
            

            alles gemacht, lief durch, der letzte Befehl gab folgendes aus:

            
            pi@raspberrypi:~ $ sudo apt full-upgrade
            Reading package lists... Done
            Building dependency tree... Done
            Reading state information... Done
            Calculating upgrade... Done
            The following package was automatically installed and is no longer required:
              libfuse2
            Use 'sudo apt autoremove' to remove it.
            0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
            pi@raspberrypi:~ $ sudo reboot
            
            

            aktueller Status ist wie folgt:

            
            pi@raspberrypi:~ $ systemctl status iobroker
            ● iobroker.service - ioBroker Server
                 Loaded: loaded (/lib/systemd/system/iobroker.service; enabled; vendor preset: enabled)
                 Active: active (running) since Tue 2022-02-01 21:08:07 CET; 6min ago
                   Docs: http://iobroker.net
               Main PID: 1144 (iobroker.js-con)
                  Tasks: 44 (limit: 4915)
                    CPU: 59.558s
                 CGroup: /system.slice/iobroker.service
                         ├─1144 iobroker.js-controller
                         ├─1454 io.alexa2.0
                         ├─1469 io.backitup.0
                         └─1534 io.web.0
            
            Feb 01 21:10:28 raspberrypi bash[1144]: host.raspberrypi check instance "system.adapter.vis-rgraph.0" for host "raspberrypi"
            Feb 01 21:10:28 raspberrypi bash[1144]: host.raspberrypi check instance "system.adapter.vis-timeandweather.0" for host "raspberrypi"
            Feb 01 21:10:28 raspberrypi bash[1144]: host.raspberrypi check instance "system.adapter.vis.0" for host "raspberrypi"
            Feb 01 21:10:28 raspberrypi bash[1144]: host.raspberrypi check instance "system.adapter.web.0" for host "raspberrypi"
            Feb 01 21:10:37 raspberrypi sudo[1492]: iobroker : PWD=/opt/iobroker/node_modules/iobroker.backitup ; USER=root ; COMMAND=/usr/bin/mount >
            Feb 01 21:10:37 raspberrypi sudo[1492]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1001)
            Feb 01 21:10:37 raspberrypi sudo[1492]: pam_unix(sudo:session): session closed for user root
            Feb 01 21:10:48 raspberrypi sudo[1559]: iobroker : PWD=/opt/iobroker/node_modules/iobroker.backitup ; USER=root ; COMMAND=/usr/bin/umount>
            Feb 01 21:10:48 raspberrypi sudo[1559]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1001)
            Feb 01 21:10:50 raspberrypi sudo[1559]: pam_unix(sudo:session): session closed for user root
            
            pi@raspberrypi:~ $
            
            
            1 Antwort Letzte Antwort
            0
            • P Offline
              P Offline
              Pahan
              schrieb am zuletzt editiert von
              #42

              auch wenn alles i.O. aussehen mag, der iobroker läuft nach wie vor nicht

              Thomas BraunT BananaJoeB 2 Antworten Letzte Antwort
              0
              • P Pahan

                auch wenn alles i.O. aussehen mag, der iobroker läuft nach wie vor nicht

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

                @pahan

                iobroker status
                

                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

                P 1 Antwort Letzte Antwort
                0
                • Thomas BraunT Thomas Braun

                  @pahan

                  iobroker status
                  
                  P Offline
                  P Offline
                  Pahan
                  schrieb am zuletzt editiert von Pahan
                  #44

                  @thomas-braun sagte in VIS - No Connection:

                  iobroker status> ```

                  pi@raspberrypi:~ $ iobroker status
                  iobroker is running on this host.
                  
                  
                  Objects type: file
                  States  type: file
                  pi@raspberrypi:~ $
                  
                  
                  1 Antwort Letzte Antwort
                  0
                  • P Pahan

                    auch wenn alles i.O. aussehen mag, der iobroker läuft nach wie vor nicht

                    BananaJoeB Offline
                    BananaJoeB Offline
                    BananaJoe
                    Most Active
                    schrieb am zuletzt editiert von
                    #45

                    @pahan

                     Loaded: loaded (/lib/systemd/system/iobroker.service; enabled; vendor preset: enabled)
                    

                    heißt auch das der Adapter nicht gestartet ist.

                    systemctl start iobroker
                    

                    Und danach mal in das Log schauen:

                    tail -n 100 /opt/iobroker/log/iobroker.current.log
                    

                    uns schauen was da steht wenn er es nicht schaffen sollte zu starten (und hier posten)

                    ioBroker@Ubuntu 24.04 LTS (VMware) für: >260 Geräte, 5 Switche, 7 AP, 10 IP-Cam, 1 NAS 42TB, 1 ESXi 15TB, 4 Proxmox 1TB, 1 Hyper-V 48TB, 14 x Echo, 5x FireTV, 5 x Tablett/Handy VIS || >=160 Tasmota/Shelly || >=95 ZigBee || PV 8.1kW / Akku 14kWh || 2x USV APC 750W kaskadiert || Creality CR-10 SE 3D-Drucker

                    P 1 Antwort Letzte Antwort
                    0
                    • BananaJoeB BananaJoe

                      @pahan

                       Loaded: loaded (/lib/systemd/system/iobroker.service; enabled; vendor preset: enabled)
                      

                      heißt auch das der Adapter nicht gestartet ist.

                      systemctl start iobroker
                      

                      Und danach mal in das Log schauen:

                      tail -n 100 /opt/iobroker/log/iobroker.current.log
                      

                      uns schauen was da steht wenn er es nicht schaffen sollte zu starten (und hier posten)

                      P Offline
                      P Offline
                      Pahan
                      schrieb am zuletzt editiert von
                      #46

                      @bananajoe sagte in VIS - No Connection:

                      @pahan

                       Loaded: loaded (/lib/systemd/system/iobroker.service; enabled; vendor preset: enabled)
                      

                      heißt auch das der Adapter nicht gestartet ist.

                      systemctl start iobroker
                      

                      Und danach mal in das Log schauen:

                      tail -n 100 /opt/iobroker/log/iobroker.current.log
                      

                      uns schauen was da steht wenn er es nicht schaffen sollte zu starten (und hier posten)

                      anbei die Eingabe und die Ausgabe....

                      pi@raspberrypi:~ $ systemctl start iobroker
                      ==== AUTHENTICATING FOR org.freedesktop.systemd1.manage-units ===
                      Authentication is required to start 'iobroker.service'.
                      Authenticating as: ,,, (pi)
                      Password:
                      ==== AUTHENTICATION COMPLETE ===
                      pi@raspberrypi:~ $ tail -n 100 /opt/iobroker/log/iobroker.current.log
                      2022-02-01 18:39:47.689  - info: host.raspberrypi stopInstance system.adapter.hm-rega.0 (force=false, process=false)
                      2022-02-01 18:39:47.689  - info: host.raspberrypi stopInstance system.adapter.hm-rpc.0 (force=false, process=false)
                      2022-02-01 18:39:47.690  - info: host.raspberrypi stopInstance system.adapter.hm-rpc.1 (force=false, process=false)
                      2022-02-01 18:39:47.691  - info: host.raspberrypi stopInstance system.adapter.hm-rpc.2 (force=false, process=false)
                      2022-02-01 18:39:47.691  - info: host.raspberrypi stopInstance system.adapter.ical.0 (force=false, process=false)
                      2022-02-01 18:39:47.692  - info: host.raspberrypi stopInstance system.adapter.ical.1 (force=false, process=false)
                      2022-02-01 18:39:47.692  - info: host.raspberrypi stopInstance system.adapter.mihome-vacuum.0 (force=false, process=false)
                      2022-02-01 18:39:47.693  - info: host.raspberrypi stopInstance system.adapter.shelly.0 (force=false, process=false)
                      2022-02-01 18:39:47.693  - info: host.raspberrypi stopInstance system.adapter.synology.0 (force=false, process=false)
                      2022-02-01 18:39:47.694  - info: host.raspberrypi stopInstance system.adapter.tr-064.0 (force=false, process=false)
                      2022-02-01 18:39:47.694  - info: host.raspberrypi stopInstance system.adapter.weatherunderground.0 (force=false, process=false)
                      2022-02-01 18:39:47.695  - info: host.raspberrypi stopInstance system.adapter.backitup.0 (force=false, process=true)
                      2022-02-01 18:39:47.695  - info: host.raspberrypi stopInstance system.adapter.binance.0 (force=false, process=false)
                      2022-02-01 18:39:47.696  - info: host.raspberrypi stopInstance system.adapter.daswetter.0 (force=false, process=false)
                      2022-02-01 18:39:47.696  - info: host.raspberrypi stopInstance system.adapter.discovery.0 (force=false, process=false)
                      2022-02-01 18:39:47.697  - info: host.raspberrypi stopInstance system.adapter.dwd.0 (force=false, process=false)
                      2022-02-01 18:39:47.697  - info: host.raspberrypi stopInstance system.adapter.eufy-security.0 (force=false, process=false)
                      2022-02-01 18:39:47.698  - info: host.raspberrypi stopInstance system.adapter.fb-checkpresence.0 (force=false, process=false)
                      2022-02-01 18:39:47.698  - info: host.raspberrypi stopInstance system.adapter.fritzbox.0 (force=false, process=false)
                      2022-02-01 18:39:47.699  - info: host.raspberrypi stopInstance system.adapter.gartenbewaesserung.0 (force=false, process=false)
                      2022-02-01 18:39:47.699  - info: host.raspberrypi stopInstance system.adapter.info.0 (force=false, process=false)
                      2022-02-01 18:39:47.700  - info: host.raspberrypi stopInstance system.adapter.iot.0 (force=false, process=false)
                      2022-02-01 18:39:47.700  - info: host.raspberrypi stopInstance system.adapter.logparser.0 (force=false, process=false)
                      2022-02-01 18:39:47.700  - info: host.raspberrypi stopInstance system.adapter.mercedesme.0 (force=false, process=false)
                      2022-02-01 18:39:47.701  - info: host.raspberrypi stopInstance system.adapter.mihome-lamp.0 (force=false, process=false)
                      2022-02-01 18:39:47.701  - info: host.raspberrypi stopInstance system.adapter.snmp.0 (force=false, process=false)
                      2022-02-01 18:39:47.702  - info: host.raspberrypi stopInstance system.adapter.sourceanalytix.0 (force=false, process=false)
                      2022-02-01 18:39:47.702  - info: host.raspberrypi stopInstance system.adapter.sprinklecontrol.0 (force=false, process=false)
                      2022-02-01 18:39:47.702  - info: host.raspberrypi stopInstance system.adapter.tankerkoenig.0 (force=false, process=false)
                      2022-02-01 18:39:47.703  - info: host.raspberrypi stopInstance system.adapter.trashschedule.0 (force=false, process=false)
                      2022-02-01 18:39:47.703  - info: host.raspberrypi stopInstance system.adapter.upnp.0 (force=false, process=false)
                      2022-02-01 18:39:47.703  - info: host.raspberrypi stopInstance system.adapter.vis-canvas-gauges.0 (force=false, process=false)
                      2022-02-01 18:39:47.704  - info: host.raspberrypi stopInstance system.adapter.vis-hqwidgets.0 (force=false, process=false)
                      2022-02-01 18:39:47.704  - info: host.raspberrypi stopInstance system.adapter.vis-inventwo.0 (force=false, process=false)
                      2022-02-01 18:39:47.705  - info: host.raspberrypi stopInstance system.adapter.vis-jqui-mfd.0 (force=false, process=false)
                      2022-02-01 18:39:47.705  - info: host.raspberrypi stopInstance system.adapter.vis-materialdesign.0 (force=false, process=false)
                      2022-02-01 18:39:47.705  - info: host.raspberrypi stopInstance system.adapter.vis-plumb.0 (force=false, process=false)
                      2022-02-01 18:39:47.706  - info: host.raspberrypi stopInstance system.adapter.vis-rgraph.0 (force=false, process=false)
                      2022-02-01 18:39:47.706  - info: host.raspberrypi stopInstance system.adapter.vis-timeandweather.0 (force=false, process=false)
                      2022-02-01 18:39:47.707  - info: host.raspberrypi stopInstance system.adapter.vis.0 (force=false, process=false)
                      2022-02-01 18:39:47.707  - info: host.raspberrypi stopInstance system.adapter.web.0 (force=false, process=true)
                      2022-02-01 18:39:47.728  - info: backitup.0 (1499) Got terminate signal TERMINATE_YOURSELF
                      2022-02-01 18:39:47.733  - info: web.0 (1639) Got terminate signal TERMINATE_YOURSELF
                      2022-02-01 18:39:47.736  - info: backitup.0 (1499) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                      2022-02-01 18:39:47.737  - info: host.raspberrypi stopInstance system.adapter.alexa2.0 send kill signal
                      2022-02-01 18:39:47.727  - info: alexa2.0 (1588) Got terminate signal TERMINATE_YOURSELF
                      2022-02-01 18:39:47.739  - info: web.0 (1639) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                      2022-02-01 18:39:47.740  - info: host.raspberrypi stopInstance system.adapter.backitup.0 send kill signal
                      2022-02-01 18:39:47.741  - info: host.raspberrypi stopInstance system.adapter.web.0 send kill signal
                      2022-02-01 18:39:47.742  - info: alexa2.0 (1588) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                      2022-02-01 18:39:48.739  - info: host.raspberrypi stopInstance system.adapter.alexa2.0 killing pid 1588
                      2022-02-01 18:39:48.742  - info: host.raspberrypi stopInstance system.adapter.backitup.0 killing pid 1499
                      2022-02-01 18:39:48.743  - info: host.raspberrypi stopInstance system.adapter.web.0 killing pid 1639
                      2022-02-01 18:39:55.804  - info: host.raspberrypi instance system.adapter.backitup.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                      2022-02-01 18:39:55.805  - info: host.raspberrypi All instances are stopped.
                      2022-02-01 18:39:55.865  - info: host.raspberrypi instance system.adapter.alexa2.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                      2022-02-01 18:39:55.866  - info: host.raspberrypi All instances are stopped.
                      2022-02-01 18:39:55.924  - info: host.raspberrypi instance system.adapter.web.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                      2022-02-01 18:39:55.925  - info: host.raspberrypi All instances are stopped.
                      2022-02-01 18:39:56.503  - info: host.raspberrypi terminated
                      2022-02-01 21:08:11.162  - info: host.raspberrypi iobroker.js-controller version 3.3.22 js-controller starting
                      2022-02-01 21:08:11.169  - info: host.raspberrypi Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
                      2022-02-01 21:08:11.170  - info: host.raspberrypi hostname: raspberrypi, node: v14.19.0
                      2022-02-01 21:08:11.170  - info: host.raspberrypi ip addresses: 192.168.178.36 fe80::32fa:9c31:3feb:e244
                      2022-02-01 21:10:27.194  - info: host.raspberrypi connected to Objects and States
                      2022-02-01 21:10:27.443  - info: host.raspberrypi added notifications configuration of host
                      2022-02-01 21:10:28.420  - info: host.raspberrypi 51 instances found
                      2022-02-01 21:10:28.511  - info: host.raspberrypi starting 4 instances
                      2022-02-01 21:10:28.538  - warn: host.raspberrypi startInstance cannot find adapter "eufy-security@0.7.4". Try to install it... 1 attempt
                      2022-02-01 21:10:28.539  - info: host.raspberrypi iobroker install eufy-security@0.7.4 using installedFrom
                      2022-02-01 21:10:28.843  - info: host.raspberrypi instance system.adapter.alexa2.0 started with pid 1454
                      2022-02-01 21:10:30.810  - info: alexa2.0 (1454) starting. Version 3.12.0 in /opt/iobroker/node_modules/iobroker.alexa2, node: v14.19.0, js-controller: 3.3.22
                      2022-02-01 21:10:34.536  - info: host.raspberrypi instance system.adapter.backitup.0 started with pid 1469
                      2022-02-01 21:10:34.786  - error: host.raspberrypi iobroker npm-install: host.raspberrypi Unknown packetName eufy-security
                      2022-02-01 21:10:34.803  - info: host.raspberrypi iobroker npm-install: host.raspberrypi download eufy-securityFile not found: eufy-security
                      2022-02-01 21:10:34.837  - info: host.raspberrypi iobroker npm-install: exit 1
                      2022-02-01 21:10:36.513  - info: alexa2.0 (1454) Alexa-Push-Connection (macDms = true) established. Disable Polling
                      2022-02-01 21:10:36.561  - info: backitup.0 (1469) starting. Version 2.2.4 in /opt/iobroker/node_modules/iobroker.backitup, node: v14.19.0, js-controller: 3.3.22
                      2022-02-01 21:10:36.728  - info: backitup.0 (1469) [iobroker] backup was activated at 11:20 every 1 day(s)
                      2022-02-01 21:10:36.871  - info: alexa2.0 (1454) Unknown Device, but enabling commands, Try it and report back if commands work.
                      2022-02-01 21:10:36.872  - info: alexa2.0 (1454) Report to developer as GitHub issue with details for device. Please grab full next line pot. from logfile on disk if cutted
                      2022-02-01 21:10:36.873  - info: alexa2.0 (1454)     Device-type:A2N49KXGVA18AR (REMINDERS,VOLUME_SETTING,ASX_TIME_ZONE,ADAPTIVE_LISTENING,SUPPORTS_SOFTWARE_VERSION,MICROPHONE,TIMERS_AND_ALARMS,NO_TIME_ZONE_SETTING,PERSISTENT_CONNECTION)
                      2022-02-01 21:10:36.976  - info: backitup.0 (1469) [ccu] backup was activated at 01:30 every 3 day(s)
                      2022-02-01 21:10:38.534  - info: vis.0 (1484) starting. Version 1.4.6 in /opt/iobroker/node_modules/iobroker.vis, node: v14.19.0, js-controller: 3.3.22
                      2022-02-01 21:10:38.797  - info: vis.0 (1484) vis license is OK.
                      2022-02-01 21:10:40.528  - info: vis.0 (1484) Changes in index.html detected => update cache.manifest
                      2022-02-01 21:10:40.581  - info: vis.0 (1484) Upload vis anew, while changes detected...
                      2022-02-01 21:10:40.734  - info: host.raspberrypi instance system.adapter.web.0 started with pid 1534
                      2022-02-01 21:10:43.444  - info: web.0 (1534) starting. Version 3.4.16 in /opt/iobroker/node_modules/iobroker.web, node: v14.19.0, js-controller: 3.3.22
                      2022-02-01 21:10:43.735  - info: host.raspberrypi "system.adapter.vis.0" disabled
                      2022-02-01 21:10:43.737  - info: host.raspberrypi stopInstance system.adapter.vis.0 (force=false, process=true)
                      2022-02-01 21:10:43.758  - info: host.raspberrypi "system.adapter.vis.0" enabled
                      2022-02-01 21:10:43.759  - info: host.raspberrypi stopInstance system.adapter.vis.0 (force=false, process=true)
                      2022-02-01 21:10:43.980  - info: web.0 (1534) socket.io server listening on port 8082
                      2022-02-01 21:10:43.986  - info: web.0 (1534) http server listening on port 8082
                      2022-02-01 21:10:53.614  - info: alexa2.0 (1454) Subscribing to states...
                      2022-02-01 21:10:53.615  - info: alexa2.0 (1454) Deleting the following states: ["Echo-Devices.G070VM14937317FB.Info.multiroomParents"]
                      2022-02-01 21:11:33.380  - info: vis.0 (1484) Uploaded. 0
                      2022-02-01 21:11:33.894  - info: vis.0 (1484) Terminated (NO_ERROR): Without reason
                      2022-02-01 21:11:34.603  - info: host.raspberrypi instance system.adapter.vis.0 terminated while should be started once
                      pi@raspberrypi:~ $
                      
                      
                      BananaJoeB 1 Antwort Letzte Antwort
                      0
                      • P Pahan

                        @bananajoe sagte in VIS - No Connection:

                        @pahan

                         Loaded: loaded (/lib/systemd/system/iobroker.service; enabled; vendor preset: enabled)
                        

                        heißt auch das der Adapter nicht gestartet ist.

                        systemctl start iobroker
                        

                        Und danach mal in das Log schauen:

                        tail -n 100 /opt/iobroker/log/iobroker.current.log
                        

                        uns schauen was da steht wenn er es nicht schaffen sollte zu starten (und hier posten)

                        anbei die Eingabe und die Ausgabe....

                        pi@raspberrypi:~ $ systemctl start iobroker
                        ==== AUTHENTICATING FOR org.freedesktop.systemd1.manage-units ===
                        Authentication is required to start 'iobroker.service'.
                        Authenticating as: ,,, (pi)
                        Password:
                        ==== AUTHENTICATION COMPLETE ===
                        pi@raspberrypi:~ $ tail -n 100 /opt/iobroker/log/iobroker.current.log
                        2022-02-01 18:39:47.689  - info: host.raspberrypi stopInstance system.adapter.hm-rega.0 (force=false, process=false)
                        2022-02-01 18:39:47.689  - info: host.raspberrypi stopInstance system.adapter.hm-rpc.0 (force=false, process=false)
                        2022-02-01 18:39:47.690  - info: host.raspberrypi stopInstance system.adapter.hm-rpc.1 (force=false, process=false)
                        2022-02-01 18:39:47.691  - info: host.raspberrypi stopInstance system.adapter.hm-rpc.2 (force=false, process=false)
                        2022-02-01 18:39:47.691  - info: host.raspberrypi stopInstance system.adapter.ical.0 (force=false, process=false)
                        2022-02-01 18:39:47.692  - info: host.raspberrypi stopInstance system.adapter.ical.1 (force=false, process=false)
                        2022-02-01 18:39:47.692  - info: host.raspberrypi stopInstance system.adapter.mihome-vacuum.0 (force=false, process=false)
                        2022-02-01 18:39:47.693  - info: host.raspberrypi stopInstance system.adapter.shelly.0 (force=false, process=false)
                        2022-02-01 18:39:47.693  - info: host.raspberrypi stopInstance system.adapter.synology.0 (force=false, process=false)
                        2022-02-01 18:39:47.694  - info: host.raspberrypi stopInstance system.adapter.tr-064.0 (force=false, process=false)
                        2022-02-01 18:39:47.694  - info: host.raspberrypi stopInstance system.adapter.weatherunderground.0 (force=false, process=false)
                        2022-02-01 18:39:47.695  - info: host.raspberrypi stopInstance system.adapter.backitup.0 (force=false, process=true)
                        2022-02-01 18:39:47.695  - info: host.raspberrypi stopInstance system.adapter.binance.0 (force=false, process=false)
                        2022-02-01 18:39:47.696  - info: host.raspberrypi stopInstance system.adapter.daswetter.0 (force=false, process=false)
                        2022-02-01 18:39:47.696  - info: host.raspberrypi stopInstance system.adapter.discovery.0 (force=false, process=false)
                        2022-02-01 18:39:47.697  - info: host.raspberrypi stopInstance system.adapter.dwd.0 (force=false, process=false)
                        2022-02-01 18:39:47.697  - info: host.raspberrypi stopInstance system.adapter.eufy-security.0 (force=false, process=false)
                        2022-02-01 18:39:47.698  - info: host.raspberrypi stopInstance system.adapter.fb-checkpresence.0 (force=false, process=false)
                        2022-02-01 18:39:47.698  - info: host.raspberrypi stopInstance system.adapter.fritzbox.0 (force=false, process=false)
                        2022-02-01 18:39:47.699  - info: host.raspberrypi stopInstance system.adapter.gartenbewaesserung.0 (force=false, process=false)
                        2022-02-01 18:39:47.699  - info: host.raspberrypi stopInstance system.adapter.info.0 (force=false, process=false)
                        2022-02-01 18:39:47.700  - info: host.raspberrypi stopInstance system.adapter.iot.0 (force=false, process=false)
                        2022-02-01 18:39:47.700  - info: host.raspberrypi stopInstance system.adapter.logparser.0 (force=false, process=false)
                        2022-02-01 18:39:47.700  - info: host.raspberrypi stopInstance system.adapter.mercedesme.0 (force=false, process=false)
                        2022-02-01 18:39:47.701  - info: host.raspberrypi stopInstance system.adapter.mihome-lamp.0 (force=false, process=false)
                        2022-02-01 18:39:47.701  - info: host.raspberrypi stopInstance system.adapter.snmp.0 (force=false, process=false)
                        2022-02-01 18:39:47.702  - info: host.raspberrypi stopInstance system.adapter.sourceanalytix.0 (force=false, process=false)
                        2022-02-01 18:39:47.702  - info: host.raspberrypi stopInstance system.adapter.sprinklecontrol.0 (force=false, process=false)
                        2022-02-01 18:39:47.702  - info: host.raspberrypi stopInstance system.adapter.tankerkoenig.0 (force=false, process=false)
                        2022-02-01 18:39:47.703  - info: host.raspberrypi stopInstance system.adapter.trashschedule.0 (force=false, process=false)
                        2022-02-01 18:39:47.703  - info: host.raspberrypi stopInstance system.adapter.upnp.0 (force=false, process=false)
                        2022-02-01 18:39:47.703  - info: host.raspberrypi stopInstance system.adapter.vis-canvas-gauges.0 (force=false, process=false)
                        2022-02-01 18:39:47.704  - info: host.raspberrypi stopInstance system.adapter.vis-hqwidgets.0 (force=false, process=false)
                        2022-02-01 18:39:47.704  - info: host.raspberrypi stopInstance system.adapter.vis-inventwo.0 (force=false, process=false)
                        2022-02-01 18:39:47.705  - info: host.raspberrypi stopInstance system.adapter.vis-jqui-mfd.0 (force=false, process=false)
                        2022-02-01 18:39:47.705  - info: host.raspberrypi stopInstance system.adapter.vis-materialdesign.0 (force=false, process=false)
                        2022-02-01 18:39:47.705  - info: host.raspberrypi stopInstance system.adapter.vis-plumb.0 (force=false, process=false)
                        2022-02-01 18:39:47.706  - info: host.raspberrypi stopInstance system.adapter.vis-rgraph.0 (force=false, process=false)
                        2022-02-01 18:39:47.706  - info: host.raspberrypi stopInstance system.adapter.vis-timeandweather.0 (force=false, process=false)
                        2022-02-01 18:39:47.707  - info: host.raspberrypi stopInstance system.adapter.vis.0 (force=false, process=false)
                        2022-02-01 18:39:47.707  - info: host.raspberrypi stopInstance system.adapter.web.0 (force=false, process=true)
                        2022-02-01 18:39:47.728  - info: backitup.0 (1499) Got terminate signal TERMINATE_YOURSELF
                        2022-02-01 18:39:47.733  - info: web.0 (1639) Got terminate signal TERMINATE_YOURSELF
                        2022-02-01 18:39:47.736  - info: backitup.0 (1499) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                        2022-02-01 18:39:47.737  - info: host.raspberrypi stopInstance system.adapter.alexa2.0 send kill signal
                        2022-02-01 18:39:47.727  - info: alexa2.0 (1588) Got terminate signal TERMINATE_YOURSELF
                        2022-02-01 18:39:47.739  - info: web.0 (1639) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                        2022-02-01 18:39:47.740  - info: host.raspberrypi stopInstance system.adapter.backitup.0 send kill signal
                        2022-02-01 18:39:47.741  - info: host.raspberrypi stopInstance system.adapter.web.0 send kill signal
                        2022-02-01 18:39:47.742  - info: alexa2.0 (1588) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                        2022-02-01 18:39:48.739  - info: host.raspberrypi stopInstance system.adapter.alexa2.0 killing pid 1588
                        2022-02-01 18:39:48.742  - info: host.raspberrypi stopInstance system.adapter.backitup.0 killing pid 1499
                        2022-02-01 18:39:48.743  - info: host.raspberrypi stopInstance system.adapter.web.0 killing pid 1639
                        2022-02-01 18:39:55.804  - info: host.raspberrypi instance system.adapter.backitup.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                        2022-02-01 18:39:55.805  - info: host.raspberrypi All instances are stopped.
                        2022-02-01 18:39:55.865  - info: host.raspberrypi instance system.adapter.alexa2.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                        2022-02-01 18:39:55.866  - info: host.raspberrypi All instances are stopped.
                        2022-02-01 18:39:55.924  - info: host.raspberrypi instance system.adapter.web.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                        2022-02-01 18:39:55.925  - info: host.raspberrypi All instances are stopped.
                        2022-02-01 18:39:56.503  - info: host.raspberrypi terminated
                        2022-02-01 21:08:11.162  - info: host.raspberrypi iobroker.js-controller version 3.3.22 js-controller starting
                        2022-02-01 21:08:11.169  - info: host.raspberrypi Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
                        2022-02-01 21:08:11.170  - info: host.raspberrypi hostname: raspberrypi, node: v14.19.0
                        2022-02-01 21:08:11.170  - info: host.raspberrypi ip addresses: 192.168.178.36 fe80::32fa:9c31:3feb:e244
                        2022-02-01 21:10:27.194  - info: host.raspberrypi connected to Objects and States
                        2022-02-01 21:10:27.443  - info: host.raspberrypi added notifications configuration of host
                        2022-02-01 21:10:28.420  - info: host.raspberrypi 51 instances found
                        2022-02-01 21:10:28.511  - info: host.raspberrypi starting 4 instances
                        2022-02-01 21:10:28.538  - warn: host.raspberrypi startInstance cannot find adapter "eufy-security@0.7.4". Try to install it... 1 attempt
                        2022-02-01 21:10:28.539  - info: host.raspberrypi iobroker install eufy-security@0.7.4 using installedFrom
                        2022-02-01 21:10:28.843  - info: host.raspberrypi instance system.adapter.alexa2.0 started with pid 1454
                        2022-02-01 21:10:30.810  - info: alexa2.0 (1454) starting. Version 3.12.0 in /opt/iobroker/node_modules/iobroker.alexa2, node: v14.19.0, js-controller: 3.3.22
                        2022-02-01 21:10:34.536  - info: host.raspberrypi instance system.adapter.backitup.0 started with pid 1469
                        2022-02-01 21:10:34.786  - error: host.raspberrypi iobroker npm-install: host.raspberrypi Unknown packetName eufy-security
                        2022-02-01 21:10:34.803  - info: host.raspberrypi iobroker npm-install: host.raspberrypi download eufy-securityFile not found: eufy-security
                        2022-02-01 21:10:34.837  - info: host.raspberrypi iobroker npm-install: exit 1
                        2022-02-01 21:10:36.513  - info: alexa2.0 (1454) Alexa-Push-Connection (macDms = true) established. Disable Polling
                        2022-02-01 21:10:36.561  - info: backitup.0 (1469) starting. Version 2.2.4 in /opt/iobroker/node_modules/iobroker.backitup, node: v14.19.0, js-controller: 3.3.22
                        2022-02-01 21:10:36.728  - info: backitup.0 (1469) [iobroker] backup was activated at 11:20 every 1 day(s)
                        2022-02-01 21:10:36.871  - info: alexa2.0 (1454) Unknown Device, but enabling commands, Try it and report back if commands work.
                        2022-02-01 21:10:36.872  - info: alexa2.0 (1454) Report to developer as GitHub issue with details for device. Please grab full next line pot. from logfile on disk if cutted
                        2022-02-01 21:10:36.873  - info: alexa2.0 (1454)     Device-type:A2N49KXGVA18AR (REMINDERS,VOLUME_SETTING,ASX_TIME_ZONE,ADAPTIVE_LISTENING,SUPPORTS_SOFTWARE_VERSION,MICROPHONE,TIMERS_AND_ALARMS,NO_TIME_ZONE_SETTING,PERSISTENT_CONNECTION)
                        2022-02-01 21:10:36.976  - info: backitup.0 (1469) [ccu] backup was activated at 01:30 every 3 day(s)
                        2022-02-01 21:10:38.534  - info: vis.0 (1484) starting. Version 1.4.6 in /opt/iobroker/node_modules/iobroker.vis, node: v14.19.0, js-controller: 3.3.22
                        2022-02-01 21:10:38.797  - info: vis.0 (1484) vis license is OK.
                        2022-02-01 21:10:40.528  - info: vis.0 (1484) Changes in index.html detected => update cache.manifest
                        2022-02-01 21:10:40.581  - info: vis.0 (1484) Upload vis anew, while changes detected...
                        2022-02-01 21:10:40.734  - info: host.raspberrypi instance system.adapter.web.0 started with pid 1534
                        2022-02-01 21:10:43.444  - info: web.0 (1534) starting. Version 3.4.16 in /opt/iobroker/node_modules/iobroker.web, node: v14.19.0, js-controller: 3.3.22
                        2022-02-01 21:10:43.735  - info: host.raspberrypi "system.adapter.vis.0" disabled
                        2022-02-01 21:10:43.737  - info: host.raspberrypi stopInstance system.adapter.vis.0 (force=false, process=true)
                        2022-02-01 21:10:43.758  - info: host.raspberrypi "system.adapter.vis.0" enabled
                        2022-02-01 21:10:43.759  - info: host.raspberrypi stopInstance system.adapter.vis.0 (force=false, process=true)
                        2022-02-01 21:10:43.980  - info: web.0 (1534) socket.io server listening on port 8082
                        2022-02-01 21:10:43.986  - info: web.0 (1534) http server listening on port 8082
                        2022-02-01 21:10:53.614  - info: alexa2.0 (1454) Subscribing to states...
                        2022-02-01 21:10:53.615  - info: alexa2.0 (1454) Deleting the following states: ["Echo-Devices.G070VM14937317FB.Info.multiroomParents"]
                        2022-02-01 21:11:33.380  - info: vis.0 (1484) Uploaded. 0
                        2022-02-01 21:11:33.894  - info: vis.0 (1484) Terminated (NO_ERROR): Without reason
                        2022-02-01 21:11:34.603  - info: host.raspberrypi instance system.adapter.vis.0 terminated while should be started once
                        pi@raspberrypi:~ $
                        
                        
                        BananaJoeB Offline
                        BananaJoeB Offline
                        BananaJoe
                        Most Active
                        schrieb am zuletzt editiert von
                        #47

                        @pahan sagte in VIS - No Connection:

                        eufy-security

                        als du den Befehl ausgeführt hast (tail) war er noch am starten

                        läuft er denn jetzt? Wenn nicht den tail wiederholen und was noch zum obigen fehlt posten.
                        Der eufy-security spackt rum, ansonsten sieht es gar nicht so schlecht aus

                        ioBroker@Ubuntu 24.04 LTS (VMware) für: >260 Geräte, 5 Switche, 7 AP, 10 IP-Cam, 1 NAS 42TB, 1 ESXi 15TB, 4 Proxmox 1TB, 1 Hyper-V 48TB, 14 x Echo, 5x FireTV, 5 x Tablett/Handy VIS || >=160 Tasmota/Shelly || >=95 ZigBee || PV 8.1kW / Akku 14kWh || 2x USV APC 750W kaskadiert || Creality CR-10 SE 3D-Drucker

                        P 1 Antwort Letzte Antwort
                        0
                        • BananaJoeB BananaJoe

                          @pahan sagte in VIS - No Connection:

                          eufy-security

                          als du den Befehl ausgeführt hast (tail) war er noch am starten

                          läuft er denn jetzt? Wenn nicht den tail wiederholen und was noch zum obigen fehlt posten.
                          Der eufy-security spackt rum, ansonsten sieht es gar nicht so schlecht aus

                          P Offline
                          P Offline
                          Pahan
                          schrieb am zuletzt editiert von Pahan
                          #48

                          @bananajoe sagte in VIS - No Connection:

                          @pahan sagte in VIS - No Connection:

                          eufy-security

                          als du den Befehl ausgeführt hast (tail) war er noch am starten

                          läuft er denn jetzt? Wenn nicht den tail wiederholen und was noch zum obigen fehlt posten.
                          Der eufy-security spackt rum, ansonsten sieht es gar nicht so schlecht aus

                          ja, mit dem eufy adapter scheint es in letzter Zeit Schwierigkeiten zu geben, aber ich befürchte in meinem Fall deutlich größere Probleme bekommen zu haben...zumindest startet der iobroker auch nach einer längerer Wartezeit leider nicht. Anbei die aktuelle Ausgabe des tails..:

                          pi@raspberrypi:~ $ tail -n 100 /opt/iobroker/log/iobroker.current.log
                          2022-02-01 18:39:47.689  - info: host.raspberrypi stopInstance system.adapter.hm-rega.0 (force=false, process=false)
                          2022-02-01 18:39:47.689  - info: host.raspberrypi stopInstance system.adapter.hm-rpc.0 (force=false, process=false)
                          2022-02-01 18:39:47.690  - info: host.raspberrypi stopInstance system.adapter.hm-rpc.1 (force=false, process=false)
                          2022-02-01 18:39:47.691  - info: host.raspberrypi stopInstance system.adapter.hm-rpc.2 (force=false, process=false)
                          2022-02-01 18:39:47.691  - info: host.raspberrypi stopInstance system.adapter.ical.0 (force=false, process=false)
                          2022-02-01 18:39:47.692  - info: host.raspberrypi stopInstance system.adapter.ical.1 (force=false, process=false)
                          2022-02-01 18:39:47.692  - info: host.raspberrypi stopInstance system.adapter.mihome-vacuum.0 (force=false, process=false)
                          2022-02-01 18:39:47.693  - info: host.raspberrypi stopInstance system.adapter.shelly.0 (force=false, process=false)
                          2022-02-01 18:39:47.693  - info: host.raspberrypi stopInstance system.adapter.synology.0 (force=false, process=false)
                          2022-02-01 18:39:47.694  - info: host.raspberrypi stopInstance system.adapter.tr-064.0 (force=false, process=false)
                          2022-02-01 18:39:47.694  - info: host.raspberrypi stopInstance system.adapter.weatherunderground.0 (force=false, process=false)
                          2022-02-01 18:39:47.695  - info: host.raspberrypi stopInstance system.adapter.backitup.0 (force=false, process=true)
                          2022-02-01 18:39:47.695  - info: host.raspberrypi stopInstance system.adapter.binance.0 (force=false, process=false)
                          2022-02-01 18:39:47.696  - info: host.raspberrypi stopInstance system.adapter.daswetter.0 (force=false, process=false)
                          2022-02-01 18:39:47.696  - info: host.raspberrypi stopInstance system.adapter.discovery.0 (force=false, process=false)
                          2022-02-01 18:39:47.697  - info: host.raspberrypi stopInstance system.adapter.dwd.0 (force=false, process=false)
                          2022-02-01 18:39:47.697  - info: host.raspberrypi stopInstance system.adapter.eufy-security.0 (force=false, process=false)
                          2022-02-01 18:39:47.698  - info: host.raspberrypi stopInstance system.adapter.fb-checkpresence.0 (force=false, process=false)
                          2022-02-01 18:39:47.698  - info: host.raspberrypi stopInstance system.adapter.fritzbox.0 (force=false, process=false)
                          2022-02-01 18:39:47.699  - info: host.raspberrypi stopInstance system.adapter.gartenbewaesserung.0 (force=false, process=false)
                          2022-02-01 18:39:47.699  - info: host.raspberrypi stopInstance system.adapter.info.0 (force=false, process=false)
                          2022-02-01 18:39:47.700  - info: host.raspberrypi stopInstance system.adapter.iot.0 (force=false, process=false)
                          2022-02-01 18:39:47.700  - info: host.raspberrypi stopInstance system.adapter.logparser.0 (force=false, process=false)
                          2022-02-01 18:39:47.700  - info: host.raspberrypi stopInstance system.adapter.mercedesme.0 (force=false, process=false)
                          2022-02-01 18:39:47.701  - info: host.raspberrypi stopInstance system.adapter.mihome-lamp.0 (force=false, process=false)
                          2022-02-01 18:39:47.701  - info: host.raspberrypi stopInstance system.adapter.snmp.0 (force=false, process=false)
                          2022-02-01 18:39:47.702  - info: host.raspberrypi stopInstance system.adapter.sourceanalytix.0 (force=false, process=false)
                          2022-02-01 18:39:47.702  - info: host.raspberrypi stopInstance system.adapter.sprinklecontrol.0 (force=false, process=false)
                          2022-02-01 18:39:47.702  - info: host.raspberrypi stopInstance system.adapter.tankerkoenig.0 (force=false, process=false)
                          2022-02-01 18:39:47.703  - info: host.raspberrypi stopInstance system.adapter.trashschedule.0 (force=false, process=false)
                          2022-02-01 18:39:47.703  - info: host.raspberrypi stopInstance system.adapter.upnp.0 (force=false, process=false)
                          2022-02-01 18:39:47.703  - info: host.raspberrypi stopInstance system.adapter.vis-canvas-gauges.0 (force=false, process=false)
                          2022-02-01 18:39:47.704  - info: host.raspberrypi stopInstance system.adapter.vis-hqwidgets.0 (force=false, process=false)
                          2022-02-01 18:39:47.704  - info: host.raspberrypi stopInstance system.adapter.vis-inventwo.0 (force=false, process=false)
                          2022-02-01 18:39:47.705  - info: host.raspberrypi stopInstance system.adapter.vis-jqui-mfd.0 (force=false, process=false)
                          2022-02-01 18:39:47.705  - info: host.raspberrypi stopInstance system.adapter.vis-materialdesign.0 (force=false, process=false)
                          2022-02-01 18:39:47.705  - info: host.raspberrypi stopInstance system.adapter.vis-plumb.0 (force=false, process=false)
                          2022-02-01 18:39:47.706  - info: host.raspberrypi stopInstance system.adapter.vis-rgraph.0 (force=false, process=false)
                          2022-02-01 18:39:47.706  - info: host.raspberrypi stopInstance system.adapter.vis-timeandweather.0 (force=false, process=false)
                          2022-02-01 18:39:47.707  - info: host.raspberrypi stopInstance system.adapter.vis.0 (force=false, process=false)
                          2022-02-01 18:39:47.707  - info: host.raspberrypi stopInstance system.adapter.web.0 (force=false, process=true)
                          2022-02-01 18:39:47.728  - info: backitup.0 (1499) Got terminate signal TERMINATE_YOURSELF
                          2022-02-01 18:39:47.733  - info: web.0 (1639) Got terminate signal TERMINATE_YOURSELF
                          2022-02-01 18:39:47.736  - info: backitup.0 (1499) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                          2022-02-01 18:39:47.737  - info: host.raspberrypi stopInstance system.adapter.alexa2.0 send kill signal
                          2022-02-01 18:39:47.727  - info: alexa2.0 (1588) Got terminate signal TERMINATE_YOURSELF
                          2022-02-01 18:39:47.739  - info: web.0 (1639) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                          2022-02-01 18:39:47.740  - info: host.raspberrypi stopInstance system.adapter.backitup.0 send kill signal
                          2022-02-01 18:39:47.741  - info: host.raspberrypi stopInstance system.adapter.web.0 send kill signal
                          2022-02-01 18:39:47.742  - info: alexa2.0 (1588) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                          2022-02-01 18:39:48.739  - info: host.raspberrypi stopInstance system.adapter.alexa2.0 killing pid 1588
                          2022-02-01 18:39:48.742  - info: host.raspberrypi stopInstance system.adapter.backitup.0 killing pid 1499
                          2022-02-01 18:39:48.743  - info: host.raspberrypi stopInstance system.adapter.web.0 killing pid 1639
                          2022-02-01 18:39:55.804  - info: host.raspberrypi instance system.adapter.backitup.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                          2022-02-01 18:39:55.805  - info: host.raspberrypi All instances are stopped.
                          2022-02-01 18:39:55.865  - info: host.raspberrypi instance system.adapter.alexa2.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                          2022-02-01 18:39:55.866  - info: host.raspberrypi All instances are stopped.
                          2022-02-01 18:39:55.924  - info: host.raspberrypi instance system.adapter.web.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                          2022-02-01 18:39:55.925  - info: host.raspberrypi All instances are stopped.
                          2022-02-01 18:39:56.503  - info: host.raspberrypi terminated
                          2022-02-01 21:08:11.162  - info: host.raspberrypi iobroker.js-controller version 3.3.22 js-controller starting
                          2022-02-01 21:08:11.169  - info: host.raspberrypi Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
                          2022-02-01 21:08:11.170  - info: host.raspberrypi hostname: raspberrypi, node: v14.19.0
                          2022-02-01 21:08:11.170  - info: host.raspberrypi ip addresses: 192.168.178.36 fe80::32fa:9c31:3feb:e244
                          2022-02-01 21:10:27.194  - info: host.raspberrypi connected to Objects and States
                          2022-02-01 21:10:27.443  - info: host.raspberrypi added notifications configuration of host
                          2022-02-01 21:10:28.420  - info: host.raspberrypi 51 instances found
                          2022-02-01 21:10:28.511  - info: host.raspberrypi starting 4 instances
                          2022-02-01 21:10:28.538  - warn: host.raspberrypi startInstance cannot find adapter "eufy-security@0.7.4". Try to install it... 1 attempt
                          2022-02-01 21:10:28.539  - info: host.raspberrypi iobroker install eufy-security@0.7.4 using installedFrom
                          2022-02-01 21:10:28.843  - info: host.raspberrypi instance system.adapter.alexa2.0 started with pid 1454
                          2022-02-01 21:10:30.810  - info: alexa2.0 (1454) starting. Version 3.12.0 in /opt/iobroker/node_modules/iobroker.alexa2, node: v14.19.0, js-controller: 3.3.22
                          2022-02-01 21:10:34.536  - info: host.raspberrypi instance system.adapter.backitup.0 started with pid 1469
                          2022-02-01 21:10:34.786  - error: host.raspberrypi iobroker npm-install: host.raspberrypi Unknown packetName eufy-security
                          2022-02-01 21:10:34.803  - info: host.raspberrypi iobroker npm-install: host.raspberrypi download eufy-securityFile not found: eufy-security
                          2022-02-01 21:10:34.837  - info: host.raspberrypi iobroker npm-install: exit 1
                          2022-02-01 21:10:36.513  - info: alexa2.0 (1454) Alexa-Push-Connection (macDms = true) established. Disable Polling
                          2022-02-01 21:10:36.561  - info: backitup.0 (1469) starting. Version 2.2.4 in /opt/iobroker/node_modules/iobroker.backitup, node: v14.19.0, js-controller: 3.3.22
                          2022-02-01 21:10:36.728  - info: backitup.0 (1469) [iobroker] backup was activated at 11:20 every 1 day(s)
                          2022-02-01 21:10:36.871  - info: alexa2.0 (1454) Unknown Device, but enabling commands, Try it and report back if commands work.
                          2022-02-01 21:10:36.872  - info: alexa2.0 (1454) Report to developer as GitHub issue with details for device. Please grab full next line pot. from logfile on disk if cutted
                          2022-02-01 21:10:36.873  - info: alexa2.0 (1454)     Device-type:A2N49KXGVA18AR (REMINDERS,VOLUME_SETTING,ASX_TIME_ZONE,ADAPTIVE_LISTENING,SUPPORTS_SOFTWARE_VERSION,MICROPHONE,TIMERS_AND_ALARMS,NO_TIME_ZONE_SETTING,PERSISTENT_CONNECTION)
                          2022-02-01 21:10:36.976  - info: backitup.0 (1469) [ccu] backup was activated at 01:30 every 3 day(s)
                          2022-02-01 21:10:38.534  - info: vis.0 (1484) starting. Version 1.4.6 in /opt/iobroker/node_modules/iobroker.vis, node: v14.19.0, js-controller: 3.3.22
                          2022-02-01 21:10:38.797  - info: vis.0 (1484) vis license is OK.
                          2022-02-01 21:10:40.528  - info: vis.0 (1484) Changes in index.html detected => update cache.manifest
                          2022-02-01 21:10:40.581  - info: vis.0 (1484) Upload vis anew, while changes detected...
                          2022-02-01 21:10:40.734  - info: host.raspberrypi instance system.adapter.web.0 started with pid 1534
                          2022-02-01 21:10:43.444  - info: web.0 (1534) starting. Version 3.4.16 in /opt/iobroker/node_modules/iobroker.web, node: v14.19.0, js-controller: 3.3.22
                          2022-02-01 21:10:43.735  - info: host.raspberrypi "system.adapter.vis.0" disabled
                          2022-02-01 21:10:43.737  - info: host.raspberrypi stopInstance system.adapter.vis.0 (force=false, process=true)
                          2022-02-01 21:10:43.758  - info: host.raspberrypi "system.adapter.vis.0" enabled
                          2022-02-01 21:10:43.759  - info: host.raspberrypi stopInstance system.adapter.vis.0 (force=false, process=true)
                          2022-02-01 21:10:43.980  - info: web.0 (1534) socket.io server listening on port 8082
                          2022-02-01 21:10:43.986  - info: web.0 (1534) http server listening on port 8082
                          2022-02-01 21:10:53.614  - info: alexa2.0 (1454) Subscribing to states...
                          2022-02-01 21:10:53.615  - info: alexa2.0 (1454) Deleting the following states: ["Echo-Devices.G070VM14937317FB.Info.multiroomParents"]
                          2022-02-01 21:11:33.380  - info: vis.0 (1484) Uploaded. 0
                          2022-02-01 21:11:33.894  - info: vis.0 (1484) Terminated (NO_ERROR): Without reason
                          2022-02-01 21:11:34.603  - info: host.raspberrypi instance system.adapter.vis.0 terminated while should be started once
                          pi@raspberrypi:~ $
                          
                          
                          BananaJoeB 1 Antwort Letzte Antwort
                          0
                          • P Pahan

                            @bananajoe sagte in VIS - No Connection:

                            @pahan sagte in VIS - No Connection:

                            eufy-security

                            als du den Befehl ausgeführt hast (tail) war er noch am starten

                            läuft er denn jetzt? Wenn nicht den tail wiederholen und was noch zum obigen fehlt posten.
                            Der eufy-security spackt rum, ansonsten sieht es gar nicht so schlecht aus

                            ja, mit dem eufy adapter scheint es in letzter Zeit Schwierigkeiten zu geben, aber ich befürchte in meinem Fall deutlich größere Probleme bekommen zu haben...zumindest startet der iobroker auch nach einer längerer Wartezeit leider nicht. Anbei die aktuelle Ausgabe des tails..:

                            pi@raspberrypi:~ $ tail -n 100 /opt/iobroker/log/iobroker.current.log
                            2022-02-01 18:39:47.689  - info: host.raspberrypi stopInstance system.adapter.hm-rega.0 (force=false, process=false)
                            2022-02-01 18:39:47.689  - info: host.raspberrypi stopInstance system.adapter.hm-rpc.0 (force=false, process=false)
                            2022-02-01 18:39:47.690  - info: host.raspberrypi stopInstance system.adapter.hm-rpc.1 (force=false, process=false)
                            2022-02-01 18:39:47.691  - info: host.raspberrypi stopInstance system.adapter.hm-rpc.2 (force=false, process=false)
                            2022-02-01 18:39:47.691  - info: host.raspberrypi stopInstance system.adapter.ical.0 (force=false, process=false)
                            2022-02-01 18:39:47.692  - info: host.raspberrypi stopInstance system.adapter.ical.1 (force=false, process=false)
                            2022-02-01 18:39:47.692  - info: host.raspberrypi stopInstance system.adapter.mihome-vacuum.0 (force=false, process=false)
                            2022-02-01 18:39:47.693  - info: host.raspberrypi stopInstance system.adapter.shelly.0 (force=false, process=false)
                            2022-02-01 18:39:47.693  - info: host.raspberrypi stopInstance system.adapter.synology.0 (force=false, process=false)
                            2022-02-01 18:39:47.694  - info: host.raspberrypi stopInstance system.adapter.tr-064.0 (force=false, process=false)
                            2022-02-01 18:39:47.694  - info: host.raspberrypi stopInstance system.adapter.weatherunderground.0 (force=false, process=false)
                            2022-02-01 18:39:47.695  - info: host.raspberrypi stopInstance system.adapter.backitup.0 (force=false, process=true)
                            2022-02-01 18:39:47.695  - info: host.raspberrypi stopInstance system.adapter.binance.0 (force=false, process=false)
                            2022-02-01 18:39:47.696  - info: host.raspberrypi stopInstance system.adapter.daswetter.0 (force=false, process=false)
                            2022-02-01 18:39:47.696  - info: host.raspberrypi stopInstance system.adapter.discovery.0 (force=false, process=false)
                            2022-02-01 18:39:47.697  - info: host.raspberrypi stopInstance system.adapter.dwd.0 (force=false, process=false)
                            2022-02-01 18:39:47.697  - info: host.raspberrypi stopInstance system.adapter.eufy-security.0 (force=false, process=false)
                            2022-02-01 18:39:47.698  - info: host.raspberrypi stopInstance system.adapter.fb-checkpresence.0 (force=false, process=false)
                            2022-02-01 18:39:47.698  - info: host.raspberrypi stopInstance system.adapter.fritzbox.0 (force=false, process=false)
                            2022-02-01 18:39:47.699  - info: host.raspberrypi stopInstance system.adapter.gartenbewaesserung.0 (force=false, process=false)
                            2022-02-01 18:39:47.699  - info: host.raspberrypi stopInstance system.adapter.info.0 (force=false, process=false)
                            2022-02-01 18:39:47.700  - info: host.raspberrypi stopInstance system.adapter.iot.0 (force=false, process=false)
                            2022-02-01 18:39:47.700  - info: host.raspberrypi stopInstance system.adapter.logparser.0 (force=false, process=false)
                            2022-02-01 18:39:47.700  - info: host.raspberrypi stopInstance system.adapter.mercedesme.0 (force=false, process=false)
                            2022-02-01 18:39:47.701  - info: host.raspberrypi stopInstance system.adapter.mihome-lamp.0 (force=false, process=false)
                            2022-02-01 18:39:47.701  - info: host.raspberrypi stopInstance system.adapter.snmp.0 (force=false, process=false)
                            2022-02-01 18:39:47.702  - info: host.raspberrypi stopInstance system.adapter.sourceanalytix.0 (force=false, process=false)
                            2022-02-01 18:39:47.702  - info: host.raspberrypi stopInstance system.adapter.sprinklecontrol.0 (force=false, process=false)
                            2022-02-01 18:39:47.702  - info: host.raspberrypi stopInstance system.adapter.tankerkoenig.0 (force=false, process=false)
                            2022-02-01 18:39:47.703  - info: host.raspberrypi stopInstance system.adapter.trashschedule.0 (force=false, process=false)
                            2022-02-01 18:39:47.703  - info: host.raspberrypi stopInstance system.adapter.upnp.0 (force=false, process=false)
                            2022-02-01 18:39:47.703  - info: host.raspberrypi stopInstance system.adapter.vis-canvas-gauges.0 (force=false, process=false)
                            2022-02-01 18:39:47.704  - info: host.raspberrypi stopInstance system.adapter.vis-hqwidgets.0 (force=false, process=false)
                            2022-02-01 18:39:47.704  - info: host.raspberrypi stopInstance system.adapter.vis-inventwo.0 (force=false, process=false)
                            2022-02-01 18:39:47.705  - info: host.raspberrypi stopInstance system.adapter.vis-jqui-mfd.0 (force=false, process=false)
                            2022-02-01 18:39:47.705  - info: host.raspberrypi stopInstance system.adapter.vis-materialdesign.0 (force=false, process=false)
                            2022-02-01 18:39:47.705  - info: host.raspberrypi stopInstance system.adapter.vis-plumb.0 (force=false, process=false)
                            2022-02-01 18:39:47.706  - info: host.raspberrypi stopInstance system.adapter.vis-rgraph.0 (force=false, process=false)
                            2022-02-01 18:39:47.706  - info: host.raspberrypi stopInstance system.adapter.vis-timeandweather.0 (force=false, process=false)
                            2022-02-01 18:39:47.707  - info: host.raspberrypi stopInstance system.adapter.vis.0 (force=false, process=false)
                            2022-02-01 18:39:47.707  - info: host.raspberrypi stopInstance system.adapter.web.0 (force=false, process=true)
                            2022-02-01 18:39:47.728  - info: backitup.0 (1499) Got terminate signal TERMINATE_YOURSELF
                            2022-02-01 18:39:47.733  - info: web.0 (1639) Got terminate signal TERMINATE_YOURSELF
                            2022-02-01 18:39:47.736  - info: backitup.0 (1499) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                            2022-02-01 18:39:47.737  - info: host.raspberrypi stopInstance system.adapter.alexa2.0 send kill signal
                            2022-02-01 18:39:47.727  - info: alexa2.0 (1588) Got terminate signal TERMINATE_YOURSELF
                            2022-02-01 18:39:47.739  - info: web.0 (1639) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                            2022-02-01 18:39:47.740  - info: host.raspberrypi stopInstance system.adapter.backitup.0 send kill signal
                            2022-02-01 18:39:47.741  - info: host.raspberrypi stopInstance system.adapter.web.0 send kill signal
                            2022-02-01 18:39:47.742  - info: alexa2.0 (1588) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                            2022-02-01 18:39:48.739  - info: host.raspberrypi stopInstance system.adapter.alexa2.0 killing pid 1588
                            2022-02-01 18:39:48.742  - info: host.raspberrypi stopInstance system.adapter.backitup.0 killing pid 1499
                            2022-02-01 18:39:48.743  - info: host.raspberrypi stopInstance system.adapter.web.0 killing pid 1639
                            2022-02-01 18:39:55.804  - info: host.raspberrypi instance system.adapter.backitup.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                            2022-02-01 18:39:55.805  - info: host.raspberrypi All instances are stopped.
                            2022-02-01 18:39:55.865  - info: host.raspberrypi instance system.adapter.alexa2.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                            2022-02-01 18:39:55.866  - info: host.raspberrypi All instances are stopped.
                            2022-02-01 18:39:55.924  - info: host.raspberrypi instance system.adapter.web.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                            2022-02-01 18:39:55.925  - info: host.raspberrypi All instances are stopped.
                            2022-02-01 18:39:56.503  - info: host.raspberrypi terminated
                            2022-02-01 21:08:11.162  - info: host.raspberrypi iobroker.js-controller version 3.3.22 js-controller starting
                            2022-02-01 21:08:11.169  - info: host.raspberrypi Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
                            2022-02-01 21:08:11.170  - info: host.raspberrypi hostname: raspberrypi, node: v14.19.0
                            2022-02-01 21:08:11.170  - info: host.raspberrypi ip addresses: 192.168.178.36 fe80::32fa:9c31:3feb:e244
                            2022-02-01 21:10:27.194  - info: host.raspberrypi connected to Objects and States
                            2022-02-01 21:10:27.443  - info: host.raspberrypi added notifications configuration of host
                            2022-02-01 21:10:28.420  - info: host.raspberrypi 51 instances found
                            2022-02-01 21:10:28.511  - info: host.raspberrypi starting 4 instances
                            2022-02-01 21:10:28.538  - warn: host.raspberrypi startInstance cannot find adapter "eufy-security@0.7.4". Try to install it... 1 attempt
                            2022-02-01 21:10:28.539  - info: host.raspberrypi iobroker install eufy-security@0.7.4 using installedFrom
                            2022-02-01 21:10:28.843  - info: host.raspberrypi instance system.adapter.alexa2.0 started with pid 1454
                            2022-02-01 21:10:30.810  - info: alexa2.0 (1454) starting. Version 3.12.0 in /opt/iobroker/node_modules/iobroker.alexa2, node: v14.19.0, js-controller: 3.3.22
                            2022-02-01 21:10:34.536  - info: host.raspberrypi instance system.adapter.backitup.0 started with pid 1469
                            2022-02-01 21:10:34.786  - error: host.raspberrypi iobroker npm-install: host.raspberrypi Unknown packetName eufy-security
                            2022-02-01 21:10:34.803  - info: host.raspberrypi iobroker npm-install: host.raspberrypi download eufy-securityFile not found: eufy-security
                            2022-02-01 21:10:34.837  - info: host.raspberrypi iobroker npm-install: exit 1
                            2022-02-01 21:10:36.513  - info: alexa2.0 (1454) Alexa-Push-Connection (macDms = true) established. Disable Polling
                            2022-02-01 21:10:36.561  - info: backitup.0 (1469) starting. Version 2.2.4 in /opt/iobroker/node_modules/iobroker.backitup, node: v14.19.0, js-controller: 3.3.22
                            2022-02-01 21:10:36.728  - info: backitup.0 (1469) [iobroker] backup was activated at 11:20 every 1 day(s)
                            2022-02-01 21:10:36.871  - info: alexa2.0 (1454) Unknown Device, but enabling commands, Try it and report back if commands work.
                            2022-02-01 21:10:36.872  - info: alexa2.0 (1454) Report to developer as GitHub issue with details for device. Please grab full next line pot. from logfile on disk if cutted
                            2022-02-01 21:10:36.873  - info: alexa2.0 (1454)     Device-type:A2N49KXGVA18AR (REMINDERS,VOLUME_SETTING,ASX_TIME_ZONE,ADAPTIVE_LISTENING,SUPPORTS_SOFTWARE_VERSION,MICROPHONE,TIMERS_AND_ALARMS,NO_TIME_ZONE_SETTING,PERSISTENT_CONNECTION)
                            2022-02-01 21:10:36.976  - info: backitup.0 (1469) [ccu] backup was activated at 01:30 every 3 day(s)
                            2022-02-01 21:10:38.534  - info: vis.0 (1484) starting. Version 1.4.6 in /opt/iobroker/node_modules/iobroker.vis, node: v14.19.0, js-controller: 3.3.22
                            2022-02-01 21:10:38.797  - info: vis.0 (1484) vis license is OK.
                            2022-02-01 21:10:40.528  - info: vis.0 (1484) Changes in index.html detected => update cache.manifest
                            2022-02-01 21:10:40.581  - info: vis.0 (1484) Upload vis anew, while changes detected...
                            2022-02-01 21:10:40.734  - info: host.raspberrypi instance system.adapter.web.0 started with pid 1534
                            2022-02-01 21:10:43.444  - info: web.0 (1534) starting. Version 3.4.16 in /opt/iobroker/node_modules/iobroker.web, node: v14.19.0, js-controller: 3.3.22
                            2022-02-01 21:10:43.735  - info: host.raspberrypi "system.adapter.vis.0" disabled
                            2022-02-01 21:10:43.737  - info: host.raspberrypi stopInstance system.adapter.vis.0 (force=false, process=true)
                            2022-02-01 21:10:43.758  - info: host.raspberrypi "system.adapter.vis.0" enabled
                            2022-02-01 21:10:43.759  - info: host.raspberrypi stopInstance system.adapter.vis.0 (force=false, process=true)
                            2022-02-01 21:10:43.980  - info: web.0 (1534) socket.io server listening on port 8082
                            2022-02-01 21:10:43.986  - info: web.0 (1534) http server listening on port 8082
                            2022-02-01 21:10:53.614  - info: alexa2.0 (1454) Subscribing to states...
                            2022-02-01 21:10:53.615  - info: alexa2.0 (1454) Deleting the following states: ["Echo-Devices.G070VM14937317FB.Info.multiroomParents"]
                            2022-02-01 21:11:33.380  - info: vis.0 (1484) Uploaded. 0
                            2022-02-01 21:11:33.894  - info: vis.0 (1484) Terminated (NO_ERROR): Without reason
                            2022-02-01 21:11:34.603  - info: host.raspberrypi instance system.adapter.vis.0 terminated while should be started once
                            pi@raspberrypi:~ $
                            
                            
                            BananaJoeB Offline
                            BananaJoeB Offline
                            BananaJoe
                            Most Active
                            schrieb am zuletzt editiert von BananaJoe
                            #49

                            ich sehe keine Admin-Instanz in deinen Logs. ist auf Port 8082 was erreichbar?

                            ioBroker@Ubuntu 24.04 LTS (VMware) für: >260 Geräte, 5 Switche, 7 AP, 10 IP-Cam, 1 NAS 42TB, 1 ESXi 15TB, 4 Proxmox 1TB, 1 Hyper-V 48TB, 14 x Echo, 5x FireTV, 5 x Tablett/Handy VIS || >=160 Tasmota/Shelly || >=95 ZigBee || PV 8.1kW / Akku 14kWh || 2x USV APC 750W kaskadiert || Creality CR-10 SE 3D-Drucker

                            P 1 Antwort Letzte Antwort
                            0
                            • BananaJoeB BananaJoe

                              ich sehe keine Admin-Instanz in deinen Logs. ist auf Port 8082 was erreichbar?

                              P Offline
                              P Offline
                              Pahan
                              schrieb am zuletzt editiert von
                              #50

                              @bananajoe sagte in VIS - No Connection:

                              ich sehe keine Admin-Instanz in deinen Logs. ist auf Port 8082 was erreichbar?

                              in der Tat, auf port 8082 ist die alte VIS erreichbar,
                              auf port 8081 nach wie vor nichts

                              P HomoranH 2 Antworten Letzte Antwort
                              0
                              • P Pahan

                                @bananajoe sagte in VIS - No Connection:

                                ich sehe keine Admin-Instanz in deinen Logs. ist auf Port 8082 was erreichbar?

                                in der Tat, auf port 8082 ist die alte VIS erreichbar,
                                auf port 8081 nach wie vor nichts

                                P Offline
                                P Offline
                                Pahan
                                schrieb am zuletzt editiert von
                                #51

                                @pahan sagte in VIS - No Connection:

                                @bananajoe sagte in VIS - No Connection:

                                ich sehe keine Admin-Instanz in deinen Logs. ist auf Port 8082 was erreichbar?

                                in der Tat, auf port 8082 ist die alte VIS erreichbar,
                                auf port 8081 nach wie vor nichts

                                ich habe auch schon eine admin-instanz hinzugefügt, nun habe zwei davon, aber keine davon funktioniert.

                                iobroker.JPG

                                1 Antwort Letzte Antwort
                                0
                                • P Pahan

                                  @bananajoe sagte in VIS - No Connection:

                                  ich sehe keine Admin-Instanz in deinen Logs. ist auf Port 8082 was erreichbar?

                                  in der Tat, auf port 8082 ist die alte VIS erreichbar,
                                  auf port 8081 nach wie vor nichts

                                  HomoranH Offline
                                  HomoranH Offline
                                  Homoran
                                  Global Moderator Administrators
                                  schrieb am zuletzt editiert von
                                  #52

                                  @pahan sagte in VIS - No Connection:

                                  auf port 8081 nach wie vor nichts

                                  dann fangen wir mal wieder von vorne an! Bitte aktuelle Ausgabe von:

                                  iobroker list instances

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

                                  1 Antwort Letzte Antwort
                                  1
                                  • P Offline
                                    P Offline
                                    Pahan
                                    schrieb am zuletzt editiert von
                                    #53

                                    @homoran sagte in VIS - No Connection:

                                    iobroker list instances

                                    gibt aus:

                                    
                                    pi@raspberrypi:~ $ iobroker list instances
                                      system.adapter.admin.0                  : admin                 : raspberrypi                              - disabled, port: 8081, bind: 0.0.0.0, run as: admin
                                      system.adapter.admin.1                  : admin                 : raspberrypi                              - disabled, port: 8081, bind: 0.0.0.0, run as: admin
                                    + system.adapter.alexa2.0                 : alexa2                : raspberrypi                              -  enabled
                                    + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
                                      system.adapter.binance.0                : binance               : raspberrypi                              - disabled
                                      system.adapter.daswetter.0              : daswetter             : raspberrypi                              - disabled
                                      system.adapter.discovery.0              : discovery             : raspberrypi                              - disabled
                                      system.adapter.dwd.0                    : dwd                   : raspberrypi                              - disabled
                                      system.adapter.email.0                  : email                 : raspberrypi                              - disabled
                                      system.adapter.eufy-security.0          : eufy-security         : raspberrypi                              - disabled
                                      system.adapter.fb-checkpresence.0       : fb-checkpresence      : raspberrypi                              - disabled
                                      system.adapter.fritzbox.0               : fritzbox              : raspberrypi                              - disabled
                                      system.adapter.gartenbewaesserung.0     : gartenbewaesserung    : raspberrypi                              - disabled
                                      system.adapter.history.0                : history               : raspberrypi                              - disabled
                                      system.adapter.hm-rega.0                : hm-rega               : raspberrypi                              - disabled
                                      system.adapter.hm-rpc.0                 : hm-rpc                : raspberrypi                              - disabled, port: 18701
                                      system.adapter.hm-rpc.1                 : hm-rpc                : raspberrypi                              - disabled, port: 12001
                                      system.adapter.hm-rpc.2                 : hm-rpc                : raspberrypi                              - disabled, port: 12010
                                      system.adapter.ical.0                   : ical                  : raspberrypi                              - disabled
                                      system.adapter.ical.1                   : ical                  : raspberrypi                              - disabled
                                      system.adapter.icons-fatcow-hosting.0   : icons-fatcow-hosting  : raspberrypi                              - disabled
                                      system.adapter.icons-mfd-png.0          : icons-mfd-png         : raspberrypi                              - disabled
                                      system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : raspberrypi                              - disabled
                                      system.adapter.influxdb.0               : influxdb              : raspberrypi                              - disabled, port: 8086
                                      system.adapter.info.0                   : info                  : raspberrypi                              - disabled
                                      system.adapter.iot.0                    : iot                   : raspberrypi                              - disabled
                                      system.adapter.javascript.0             : javascript            : raspberrypi                              - disabled
                                      system.adapter.logparser.0              : logparser             : raspberrypi                              - disabled
                                      system.adapter.mercedesme.0             : mercedesme            : raspberrypi                              - disabled
                                      system.adapter.mihome-lamp.0            : mihome-lamp           : raspberrypi                              - disabled, port: 54321
                                      system.adapter.mihome-vacuum.0          : mihome-vacuum         : raspberrypi                              - disabled, port: 54321
                                      system.adapter.shelly.0                 : shelly                : raspberrypi                              - disabled, port: 1882, bind: 0.0.0.0
                                      system.adapter.snmp.0                   : snmp                  : raspberrypi                              - disabled
                                      system.adapter.sourceanalytix.0         : sourceanalytix        : raspberrypi                              - disabled
                                      system.adapter.sprinklecontrol.0        : sprinklecontrol       : raspberrypi                              - disabled
                                      system.adapter.synology.0               : synology              : raspberrypi                              - disabled, port: 5000
                                      system.adapter.tankerkoenig.0           : tankerkoenig          : raspberrypi                              - disabled
                                      system.adapter.tr-064.0                 : tr-064                : raspberrypi                              - disabled
                                      system.adapter.trashschedule.0          : trashschedule         : raspberrypi                              - disabled
                                      system.adapter.upnp.0                   : upnp                  : raspberrypi                              - disabled
                                      system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : raspberrypi                              - disabled
                                      system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : raspberrypi                              - disabled
                                      system.adapter.vis-icontwo.0            : vis-icontwo           : raspberrypi                              - disabled
                                      system.adapter.vis-inventwo.0           : vis-inventwo          : raspberrypi                              - disabled
                                      system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : raspberrypi                              - disabled
                                      system.adapter.vis-materialdesign.0     : vis-materialdesign    : raspberrypi                              - disabled
                                      system.adapter.vis-plumb.0              : vis-plumb             : raspberrypi                              - disabled
                                      system.adapter.vis-rgraph.0             : vis-rgraph            : raspberrypi                              - disabled
                                      system.adapter.vis-timeandweather.0     : vis-timeandweather    : raspberrypi                              - disabled
                                      system.adapter.vis.0                    : vis                   : raspberrypi                              -  enabled
                                      system.adapter.weatherunderground.0     : weatherunderground    : raspberrypi                              - disabled
                                    + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                    
                                    + instance is alive
                                    pi@raspberrypi:~ $
                                    
                                    
                                    Thomas BraunT HomoranH 2 Antworten Letzte Antwort
                                    0
                                    • P Pahan

                                      @homoran sagte in VIS - No Connection:

                                      iobroker list instances

                                      gibt aus:

                                      
                                      pi@raspberrypi:~ $ iobroker list instances
                                        system.adapter.admin.0                  : admin                 : raspberrypi                              - disabled, port: 8081, bind: 0.0.0.0, run as: admin
                                        system.adapter.admin.1                  : admin                 : raspberrypi                              - disabled, port: 8081, bind: 0.0.0.0, run as: admin
                                      + system.adapter.alexa2.0                 : alexa2                : raspberrypi                              -  enabled
                                      + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
                                        system.adapter.binance.0                : binance               : raspberrypi                              - disabled
                                        system.adapter.daswetter.0              : daswetter             : raspberrypi                              - disabled
                                        system.adapter.discovery.0              : discovery             : raspberrypi                              - disabled
                                        system.adapter.dwd.0                    : dwd                   : raspberrypi                              - disabled
                                        system.adapter.email.0                  : email                 : raspberrypi                              - disabled
                                        system.adapter.eufy-security.0          : eufy-security         : raspberrypi                              - disabled
                                        system.adapter.fb-checkpresence.0       : fb-checkpresence      : raspberrypi                              - disabled
                                        system.adapter.fritzbox.0               : fritzbox              : raspberrypi                              - disabled
                                        system.adapter.gartenbewaesserung.0     : gartenbewaesserung    : raspberrypi                              - disabled
                                        system.adapter.history.0                : history               : raspberrypi                              - disabled
                                        system.adapter.hm-rega.0                : hm-rega               : raspberrypi                              - disabled
                                        system.adapter.hm-rpc.0                 : hm-rpc                : raspberrypi                              - disabled, port: 18701
                                        system.adapter.hm-rpc.1                 : hm-rpc                : raspberrypi                              - disabled, port: 12001
                                        system.adapter.hm-rpc.2                 : hm-rpc                : raspberrypi                              - disabled, port: 12010
                                        system.adapter.ical.0                   : ical                  : raspberrypi                              - disabled
                                        system.adapter.ical.1                   : ical                  : raspberrypi                              - disabled
                                        system.adapter.icons-fatcow-hosting.0   : icons-fatcow-hosting  : raspberrypi                              - disabled
                                        system.adapter.icons-mfd-png.0          : icons-mfd-png         : raspberrypi                              - disabled
                                        system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : raspberrypi                              - disabled
                                        system.adapter.influxdb.0               : influxdb              : raspberrypi                              - disabled, port: 8086
                                        system.adapter.info.0                   : info                  : raspberrypi                              - disabled
                                        system.adapter.iot.0                    : iot                   : raspberrypi                              - disabled
                                        system.adapter.javascript.0             : javascript            : raspberrypi                              - disabled
                                        system.adapter.logparser.0              : logparser             : raspberrypi                              - disabled
                                        system.adapter.mercedesme.0             : mercedesme            : raspberrypi                              - disabled
                                        system.adapter.mihome-lamp.0            : mihome-lamp           : raspberrypi                              - disabled, port: 54321
                                        system.adapter.mihome-vacuum.0          : mihome-vacuum         : raspberrypi                              - disabled, port: 54321
                                        system.adapter.shelly.0                 : shelly                : raspberrypi                              - disabled, port: 1882, bind: 0.0.0.0
                                        system.adapter.snmp.0                   : snmp                  : raspberrypi                              - disabled
                                        system.adapter.sourceanalytix.0         : sourceanalytix        : raspberrypi                              - disabled
                                        system.adapter.sprinklecontrol.0        : sprinklecontrol       : raspberrypi                              - disabled
                                        system.adapter.synology.0               : synology              : raspberrypi                              - disabled, port: 5000
                                        system.adapter.tankerkoenig.0           : tankerkoenig          : raspberrypi                              - disabled
                                        system.adapter.tr-064.0                 : tr-064                : raspberrypi                              - disabled
                                        system.adapter.trashschedule.0          : trashschedule         : raspberrypi                              - disabled
                                        system.adapter.upnp.0                   : upnp                  : raspberrypi                              - disabled
                                        system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : raspberrypi                              - disabled
                                        system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : raspberrypi                              - disabled
                                        system.adapter.vis-icontwo.0            : vis-icontwo           : raspberrypi                              - disabled
                                        system.adapter.vis-inventwo.0           : vis-inventwo          : raspberrypi                              - disabled
                                        system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : raspberrypi                              - disabled
                                        system.adapter.vis-materialdesign.0     : vis-materialdesign    : raspberrypi                              - disabled
                                        system.adapter.vis-plumb.0              : vis-plumb             : raspberrypi                              - disabled
                                        system.adapter.vis-rgraph.0             : vis-rgraph            : raspberrypi                              - disabled
                                        system.adapter.vis-timeandweather.0     : vis-timeandweather    : raspberrypi                              - disabled
                                        system.adapter.vis.0                    : vis                   : raspberrypi                              -  enabled
                                        system.adapter.weatherunderground.0     : weatherunderground    : raspberrypi                              - disabled
                                      + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                      
                                      + instance is alive
                                      pi@raspberrypi:~ $
                                      
                                      
                                      Thomas BraunT Online
                                      Thomas BraunT Online
                                      Thomas Braun
                                      Most Active
                                      schrieb am zuletzt editiert von
                                      #54

                                      @pahan sagte in VIS - No Connection:

                                      admin.1

                                      iobroker del iobroker.admin.1
                                      iobroker start iobroker.admin.0
                                      

                                      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
                                      1
                                      • P Pahan

                                        @homoran sagte in VIS - No Connection:

                                        iobroker list instances

                                        gibt aus:

                                        
                                        pi@raspberrypi:~ $ iobroker list instances
                                          system.adapter.admin.0                  : admin                 : raspberrypi                              - disabled, port: 8081, bind: 0.0.0.0, run as: admin
                                          system.adapter.admin.1                  : admin                 : raspberrypi                              - disabled, port: 8081, bind: 0.0.0.0, run as: admin
                                        + system.adapter.alexa2.0                 : alexa2                : raspberrypi                              -  enabled
                                        + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
                                          system.adapter.binance.0                : binance               : raspberrypi                              - disabled
                                          system.adapter.daswetter.0              : daswetter             : raspberrypi                              - disabled
                                          system.adapter.discovery.0              : discovery             : raspberrypi                              - disabled
                                          system.adapter.dwd.0                    : dwd                   : raspberrypi                              - disabled
                                          system.adapter.email.0                  : email                 : raspberrypi                              - disabled
                                          system.adapter.eufy-security.0          : eufy-security         : raspberrypi                              - disabled
                                          system.adapter.fb-checkpresence.0       : fb-checkpresence      : raspberrypi                              - disabled
                                          system.adapter.fritzbox.0               : fritzbox              : raspberrypi                              - disabled
                                          system.adapter.gartenbewaesserung.0     : gartenbewaesserung    : raspberrypi                              - disabled
                                          system.adapter.history.0                : history               : raspberrypi                              - disabled
                                          system.adapter.hm-rega.0                : hm-rega               : raspberrypi                              - disabled
                                          system.adapter.hm-rpc.0                 : hm-rpc                : raspberrypi                              - disabled, port: 18701
                                          system.adapter.hm-rpc.1                 : hm-rpc                : raspberrypi                              - disabled, port: 12001
                                          system.adapter.hm-rpc.2                 : hm-rpc                : raspberrypi                              - disabled, port: 12010
                                          system.adapter.ical.0                   : ical                  : raspberrypi                              - disabled
                                          system.adapter.ical.1                   : ical                  : raspberrypi                              - disabled
                                          system.adapter.icons-fatcow-hosting.0   : icons-fatcow-hosting  : raspberrypi                              - disabled
                                          system.adapter.icons-mfd-png.0          : icons-mfd-png         : raspberrypi                              - disabled
                                          system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : raspberrypi                              - disabled
                                          system.adapter.influxdb.0               : influxdb              : raspberrypi                              - disabled, port: 8086
                                          system.adapter.info.0                   : info                  : raspberrypi                              - disabled
                                          system.adapter.iot.0                    : iot                   : raspberrypi                              - disabled
                                          system.adapter.javascript.0             : javascript            : raspberrypi                              - disabled
                                          system.adapter.logparser.0              : logparser             : raspberrypi                              - disabled
                                          system.adapter.mercedesme.0             : mercedesme            : raspberrypi                              - disabled
                                          system.adapter.mihome-lamp.0            : mihome-lamp           : raspberrypi                              - disabled, port: 54321
                                          system.adapter.mihome-vacuum.0          : mihome-vacuum         : raspberrypi                              - disabled, port: 54321
                                          system.adapter.shelly.0                 : shelly                : raspberrypi                              - disabled, port: 1882, bind: 0.0.0.0
                                          system.adapter.snmp.0                   : snmp                  : raspberrypi                              - disabled
                                          system.adapter.sourceanalytix.0         : sourceanalytix        : raspberrypi                              - disabled
                                          system.adapter.sprinklecontrol.0        : sprinklecontrol       : raspberrypi                              - disabled
                                          system.adapter.synology.0               : synology              : raspberrypi                              - disabled, port: 5000
                                          system.adapter.tankerkoenig.0           : tankerkoenig          : raspberrypi                              - disabled
                                          system.adapter.tr-064.0                 : tr-064                : raspberrypi                              - disabled
                                          system.adapter.trashschedule.0          : trashschedule         : raspberrypi                              - disabled
                                          system.adapter.upnp.0                   : upnp                  : raspberrypi                              - disabled
                                          system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : raspberrypi                              - disabled
                                          system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : raspberrypi                              - disabled
                                          system.adapter.vis-icontwo.0            : vis-icontwo           : raspberrypi                              - disabled
                                          system.adapter.vis-inventwo.0           : vis-inventwo          : raspberrypi                              - disabled
                                          system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : raspberrypi                              - disabled
                                          system.adapter.vis-materialdesign.0     : vis-materialdesign    : raspberrypi                              - disabled
                                          system.adapter.vis-plumb.0              : vis-plumb             : raspberrypi                              - disabled
                                          system.adapter.vis-rgraph.0             : vis-rgraph            : raspberrypi                              - disabled
                                          system.adapter.vis-timeandweather.0     : vis-timeandweather    : raspberrypi                              - disabled
                                          system.adapter.vis.0                    : vis                   : raspberrypi                              -  enabled
                                          system.adapter.weatherunderground.0     : weatherunderground    : raspberrypi                              - disabled
                                        + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                        
                                        + instance is alive
                                        pi@raspberrypi:~ $
                                        
                                        
                                        HomoranH Offline
                                        HomoranH Offline
                                        Homoran
                                        Global Moderator Administrators
                                        schrieb am zuletzt editiert von Homoran
                                        #55

                                        @pahan sagte in VIS - No Connection:

                                        system.adapter.admin.0                  : admin                 : raspberrypi                              - disabled, port: 8081, bind: 0.0.0.0, run as: admin
                                        system.adapter.admin.1                  : admin                 : raspberrypi                              - disabled, port: 8081, bind: 0.0.0.0, run as: admin
                                        

                                        beide auf Port 8081 geht ja auch nicht.
                                        deswegen laufen wahrscheinlich beide nicht mehr

                                        iobroker start admin.0

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

                                        P 1 Antwort Letzte Antwort
                                        1
                                        • HomoranH Homoran

                                          @pahan sagte in VIS - No Connection:

                                          system.adapter.admin.0                  : admin                 : raspberrypi                              - disabled, port: 8081, bind: 0.0.0.0, run as: admin
                                          system.adapter.admin.1                  : admin                 : raspberrypi                              - disabled, port: 8081, bind: 0.0.0.0, run as: admin
                                          

                                          beide auf Port 8081 geht ja auch nicht.
                                          deswegen laufen wahrscheinlich beide nicht mehr

                                          iobroker start admin.0

                                          P Offline
                                          P Offline
                                          Pahan
                                          schrieb am zuletzt editiert von Pahan
                                          #56

                                          @homoran sagte in VIS - No Connection:

                                          iobroker start admin.0

                                          er ist angesprungen, vielen vielen Dank für Eure Unterstützung !!!

                                          HomoranH 1 Antwort Letzte Antwort
                                          0

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

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

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

                                          Registrieren Anmelden
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          235

                                          Online

                                          32.7k

                                          Benutzer

                                          82.6k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe