NEWS
VIS - No Connection
-
@thomas-braun sagte in VIS - No Connection:
sudo apt update sudo apt install nodejs=14.18.3-deb-1nodesource1nach dem 2. Befehl kommt das Gleiche wie oben
E: The package nodejs needs to be reinstalled, but I can't find an archive for it.sudo apt install --reinstall nodejs=14.18.3-deb-1nodesource1 -
sudo apt install --reinstall nodejs=14.18.3-deb-1nodesource1@thomas-braun sagte in VIS - No Connection:
sudo apt install --reinstall nodejs=14.18.3-deb-1nodesource1sorry, gleiches Ergebnis wie oben
-
@thomas-braun sagte in VIS - No Connection:
sudo apt install --reinstall nodejs=14.18.3-deb-1nodesource1sorry, gleiches Ergebnis wie oben
Komplette Ein- und Ausgabe zu
sudo apt updateKomplett heißt: Alles! Nix löschen, nix kürzen.
-
Komplette Ein- und Ausgabe zu
sudo apt updateKomplett heißt: Alles! Nix löschen, nix kürzen.
@thomas-braun sagte in VIS - No Connection:
Komplette Ausgabe zu
sudo apt updateliefert
pi@raspberrypi:~ $ sudo apt update Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease Hit:3 https://deb.nodesource.com/node_14.x bullseye InRelease Hit:4 https://packages.grafana.com/oss/deb stable InRelease Hit:5 https://repos.influxdata.com/debian bullseye InRelease Reading package lists... Done Building dependency tree... Done Reading state information... Done All packages are up to date. pi@raspberrypi:~ $ -
@thomas-braun sagte in VIS - No Connection:
Komplette Ausgabe zu
sudo apt updateliefert
pi@raspberrypi:~ $ sudo apt update Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease Hit:3 https://deb.nodesource.com/node_14.x bullseye InRelease Hit:4 https://packages.grafana.com/oss/deb stable InRelease Hit:5 https://repos.influxdata.com/debian bullseye InRelease Reading package lists... Done Building dependency tree... Done Reading state information... Done All packages are up to date. pi@raspberrypi:~ $Da ist irgendwie deine Paketdatenbank dpkg verwurschtelt. Kann ich mir heute aber nicht mehr anschauen.
-
Da ist irgendwie deine Paketdatenbank dpkg verwurschtelt. Kann ich mir heute aber nicht mehr anschauen.
@thomas-braun sagte in VIS - No Connection:
Da ist irgendwie deine Paketdatenbank dpkg verwurschtelt. Kann ich mir heute aber nicht mehr anschauen.
ok, komm gerne zurück, wenn es passt. Kann es daran liegen, dass ich iobroker nicht gestoppt hatte?
-
Alles klar, habe es mit diesem Befehl wohl geschafft, sieht zumindest mal nicht schlecht aus:
sudo dpkg --remove --force-all package_namepi@raspberrypi:~ $ nodejs -v v14.18.3 pi@raspberrypi:~ $ node -v v14.18.3 pi@raspberrypi:~ $ npm -v 6.14.15Besten Dank für die Gedankenanstöße und Lösungsfindung
-
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:~ $ -
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:~ $cd /opt/iobroker sudo -H -u iobroker npm install iobroker.js-controllerNodeJS 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 -
cd /opt/iobroker sudo -H -u iobroker npm install iobroker.js-controllerNodeJS 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@thomas-braun sagte in VIS - No Connection:
cd /opt/iobroker sudo -H -u iobroker npm install iobroker.js-controllerpi@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 detailsNodeJS 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 nodejsliefert
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-braun sagte in VIS - No Connection:
cd /opt/iobroker sudo -H -u iobroker npm install iobroker.js-controllerpi@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 detailsNodeJS 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 nodejsliefert
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
@pahan sagte in VIS - No Connection:
4 packages can be upgraded.
iobroker stop sudo apt update sudo apt full-upgrade sudo reboot -
@pahan sagte in VIS - No Connection:
4 packages can be upgraded.
iobroker stop sudo apt update sudo apt full-upgrade sudo reboot@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 rebootalles 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 rebootaktueller 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:~ $ -
iobroker status -
iobroker status@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:~ $ -
Loaded: loaded (/lib/systemd/system/iobroker.service; enabled; vendor preset: enabled)heißt auch das der Adapter nicht gestartet ist.
systemctl start iobrokerUnd danach mal in das Log schauen:
tail -n 100 /opt/iobroker/log/iobroker.current.loguns schauen was da steht wenn er es nicht schaffen sollte zu starten (und hier posten)
-
Loaded: loaded (/lib/systemd/system/iobroker.service; enabled; vendor preset: enabled)heißt auch das der Adapter nicht gestartet ist.
systemctl start iobrokerUnd danach mal in das Log schauen:
tail -n 100 /opt/iobroker/log/iobroker.current.loguns schauen was da steht wenn er es nicht schaffen sollte zu starten (und hier posten)
@bananajoe sagte in VIS - No Connection:
Loaded: loaded (/lib/systemd/system/iobroker.service; enabled; vendor preset: enabled)heißt auch das der Adapter nicht gestartet ist.
systemctl start iobrokerUnd danach mal in das Log schauen:
tail -n 100 /opt/iobroker/log/iobroker.current.loguns 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:~ $ -
@bananajoe sagte in VIS - No Connection:
Loaded: loaded (/lib/systemd/system/iobroker.service; enabled; vendor preset: enabled)heißt auch das der Adapter nicht gestartet ist.
systemctl start iobrokerUnd danach mal in das Log schauen:
tail -n 100 /opt/iobroker/log/iobroker.current.loguns 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:~ $@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.
Dereufy-securityspackt rum, ansonsten sieht es gar nicht so schlecht aus -
@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.
Dereufy-securityspackt rum, ansonsten sieht es gar nicht so schlecht aus@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.
Dereufy-securityspackt rum, ansonsten sieht es gar nicht so schlecht ausja, 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:~ $ -
@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.
Dereufy-securityspackt rum, ansonsten sieht es gar nicht so schlecht ausja, 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:~ $ich sehe keine Admin-Instanz in deinen Logs. ist auf Port 8082 was erreichbar?
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