NEWS
IOB startet nach Adapter-Update nicht mehr
-
Systemdata Bitte Ausfüllen Hardwaresystem: RasPi4. Arbeitsspeicher: 3,7 GB Festplattenart: SSD M.2 über USB angeschlossen Betriebssystem: Raspberry Pi OS Bullseye 64 Bit Node-Version: 10.x.x Nodejs-Version: v16.18.1 NPM-Version: 8.19.2 Installationsart: Skript Image genutzt: Nein Beim Versuch einen Adapter zu aktualisieren ist das System abgestürzt und lässt sich nicht mehr starten. iob staus liefert folgendes:
pi@raspberrypi4-iob:~ $ iob status node:internal/modules/cjs/loader:1024 throw err; ^ Error: Cannot find module './internal/re' Require stack: - /opt/iobroker/node_modules/semver/index.js - /opt/iobroker/node_modules/@iobroker/js-controller-common/lib/common/tools.js - /opt/iobroker/node_modules/@iobroker/js-controller-common/index.js - /opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js - /opt/iobroker/node_modules/iobroker.js-controller/iobroker.js at Function.Module._resolveFilename (node:internal/modules/cjs/loader:1021:15) at Function.Module._load (node:internal/modules/cjs/loader:866:27) at Module.require (node:internal/modules/cjs/loader:1093:19) at require (node:internal/modules/cjs/helpers:108:18) at Object.<anonymous> (/opt/iobroker/node_modules/semver/index.js:2:20) at Module._compile (node:internal/modules/cjs/loader:1191:14) at Object.Module._extensions..js (node:internal/modules/cjs/loader:1245:10) at Module.load (node:internal/modules/cjs/loader:1069:32) at Function.Module._load (node:internal/modules/cjs/loader:904:12) at Module.require (node:internal/modules/cjs/loader:1093:19) { code: 'MODULE_NOT_FOUND', requireStack: [ '/opt/iobroker/node_modules/semver/index.js', '/opt/iobroker/node_modules/@iobroker/js-controller-common/lib/common/tools.js', '/opt/iobroker/node_modules/@iobroker/js-controller-common/index.js', '/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js', '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js' ] } pi@raspberrypi4-iob:~ $Wer kann mir helfen ioBroker wieder zum Laufen zu bringen?
-
Systemdata Bitte Ausfüllen Hardwaresystem: RasPi4. Arbeitsspeicher: 3,7 GB Festplattenart: SSD M.2 über USB angeschlossen Betriebssystem: Raspberry Pi OS Bullseye 64 Bit Node-Version: 10.x.x Nodejs-Version: v16.18.1 NPM-Version: 8.19.2 Installationsart: Skript Image genutzt: Nein Beim Versuch einen Adapter zu aktualisieren ist das System abgestürzt und lässt sich nicht mehr starten. iob staus liefert folgendes:
pi@raspberrypi4-iob:~ $ iob status node:internal/modules/cjs/loader:1024 throw err; ^ Error: Cannot find module './internal/re' Require stack: - /opt/iobroker/node_modules/semver/index.js - /opt/iobroker/node_modules/@iobroker/js-controller-common/lib/common/tools.js - /opt/iobroker/node_modules/@iobroker/js-controller-common/index.js - /opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js - /opt/iobroker/node_modules/iobroker.js-controller/iobroker.js at Function.Module._resolveFilename (node:internal/modules/cjs/loader:1021:15) at Function.Module._load (node:internal/modules/cjs/loader:866:27) at Module.require (node:internal/modules/cjs/loader:1093:19) at require (node:internal/modules/cjs/helpers:108:18) at Object.<anonymous> (/opt/iobroker/node_modules/semver/index.js:2:20) at Module._compile (node:internal/modules/cjs/loader:1191:14) at Object.Module._extensions..js (node:internal/modules/cjs/loader:1245:10) at Module.load (node:internal/modules/cjs/loader:1069:32) at Function.Module._load (node:internal/modules/cjs/loader:904:12) at Module.require (node:internal/modules/cjs/loader:1093:19) { code: 'MODULE_NOT_FOUND', requireStack: [ '/opt/iobroker/node_modules/semver/index.js', '/opt/iobroker/node_modules/@iobroker/js-controller-common/lib/common/tools.js', '/opt/iobroker/node_modules/@iobroker/js-controller-common/index.js', '/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js', '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js' ] } pi@raspberrypi4-iob:~ $Wer kann mir helfen ioBroker wieder zum Laufen zu bringen?
Versuch mal
cd /opt/iobroker && sudo -H -u iobroker npm install iobroker.js-controller iob restart -
Versuch mal
cd /opt/iobroker && sudo -H -u iobroker npm install iobroker.js-controller iob restart@thomas-braun said in IOB startet nach Adapter-Update nicht mehr:
cd /opt/iobroker && sudo -H -u iobroker npm install iobroker.js-controller
Das liefert folgendes:
pi@raspberrypi4-iob:~ $ cd /opt/iobroker && sudo -H -u iobroker npm install iobroker.js-controller npm ERR! code ENOTEMPTY npm ERR! syscall rename npm ERR! path /opt/iobroker/node_modules/fast-glob npm ERR! dest /opt/iobroker/node_modules/.fast-glob-suIaIPfF npm ERR! errno -39 npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/fast-glob' -> '/opt/iobroker/node_modules/.fast-glob-suIaIPfF' npm ERR! A complete log of this run can be found in: npm ERR! /home/iobroker/.npm/_logs/2023-07-07T17_47_22_038Z-debug-0.log pi@raspberrypi4-iob:/opt/iobroker $Danach startet iob leider nicht.
-
@thomas-braun said in IOB startet nach Adapter-Update nicht mehr:
cd /opt/iobroker && sudo -H -u iobroker npm install iobroker.js-controller
Das liefert folgendes:
pi@raspberrypi4-iob:~ $ cd /opt/iobroker && sudo -H -u iobroker npm install iobroker.js-controller npm ERR! code ENOTEMPTY npm ERR! syscall rename npm ERR! path /opt/iobroker/node_modules/fast-glob npm ERR! dest /opt/iobroker/node_modules/.fast-glob-suIaIPfF npm ERR! errno -39 npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/fast-glob' -> '/opt/iobroker/node_modules/.fast-glob-suIaIPfF' npm ERR! A complete log of this run can be found in: npm ERR! /home/iobroker/.npm/_logs/2023-07-07T17_47_22_038Z-debug-0.log pi@raspberrypi4-iob:/opt/iobroker $Danach startet iob leider nicht.
Dann den Fixer versuchen.
iob stop iob fix cd /opt/iobroker && sudo -H -u iobroker npm install iobroker.js-controller iob restart -
Dann den Fixer versuchen.
iob stop iob fix cd /opt/iobroker && sudo -H -u iobroker npm install iobroker.js-controller iob restart@thomas-braun said in IOB startet nach Adapter-Update nicht mehr:
iob restart
Es tut sich was! IOB startet gerade wieder. Vielen Dank für die schnelle Hilfe!
-
@thomas-braun said in IOB startet nach Adapter-Update nicht mehr:
iob restart
Es tut sich was! IOB startet gerade wieder. Vielen Dank für die schnelle Hilfe!
-
@thomas-braun said in IOB startet nach Adapter-Update nicht mehr:
iob diag
Bis auf den folgenden Abschnitt "OS-Repositories and Updates" schein alles in Ordnung zu sein:
*** OS-Repositories and Updates *** W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://repos.influxdata.com/debian stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://repos.influxdata.com/debian bullseye InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E W: Failed to fetch https://repos.influxdata.com/debian/dists/stable/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E W: Failed to fetch https://repos.influxdata.com/debian/dists/bullseye/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E W: Some index files failed to download. They have been ignored, or old ones used instead. Hit:1 http://deb.debian.org/debian bullseye InRelease Hit:2 http://deb.debian.org/debian bullseye-updates InRelease Hit:3 http://security.debian.org/debian-security bullseye-security InRelease Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease Hit:5 https://cli.github.com/packages stable InRelease Get:6 https://repos.influxdata.com/debian stable InRelease [6892 B] Get:7 https://repos.influxdata.com/debian bullseye InRelease [7040 B] Hit:8 https://deb.nodesource.com/node_16.x bullseye InRelease Err:6 https://repos.influxdata.com/debian stable InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E Err:7 https://repos.influxdata.com/debian bullseye InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E Fetched 13.9 kB in 2s (5843 B/s) Reading package lists... W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://repos.influxdata.com/debian stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://repos.influxdata.com/debian bullseye InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E W: Failed to fetch https://repos.influxdata.com/debian/dists/stable/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E W: Failed to fetch https://repos.influxdata.com/debian/dists/bullseye/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E W: Some index files failed to download. They have been ignored, or old ones used instead. Pending Updates: 108Das bezieht sich wohl alles auf Influx. Die Datenbank hatte ich früher mal installiert, nun verwende ich sie jedoch nicht mehr. Wie werde ich diese Fehlermeldungen wieder los?
-
@thomas-braun said in IOB startet nach Adapter-Update nicht mehr:
iob diag
Bis auf den folgenden Abschnitt "OS-Repositories and Updates" schein alles in Ordnung zu sein:
*** OS-Repositories and Updates *** W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://repos.influxdata.com/debian stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://repos.influxdata.com/debian bullseye InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E W: Failed to fetch https://repos.influxdata.com/debian/dists/stable/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E W: Failed to fetch https://repos.influxdata.com/debian/dists/bullseye/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E W: Some index files failed to download. They have been ignored, or old ones used instead. Hit:1 http://deb.debian.org/debian bullseye InRelease Hit:2 http://deb.debian.org/debian bullseye-updates InRelease Hit:3 http://security.debian.org/debian-security bullseye-security InRelease Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease Hit:5 https://cli.github.com/packages stable InRelease Get:6 https://repos.influxdata.com/debian stable InRelease [6892 B] Get:7 https://repos.influxdata.com/debian bullseye InRelease [7040 B] Hit:8 https://deb.nodesource.com/node_16.x bullseye InRelease Err:6 https://repos.influxdata.com/debian stable InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E Err:7 https://repos.influxdata.com/debian bullseye InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E Fetched 13.9 kB in 2s (5843 B/s) Reading package lists... W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://repos.influxdata.com/debian stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://repos.influxdata.com/debian bullseye InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E W: Failed to fetch https://repos.influxdata.com/debian/dists/stable/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E W: Failed to fetch https://repos.influxdata.com/debian/dists/bullseye/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E W: Some index files failed to download. They have been ignored, or old ones used instead. Pending Updates: 108Das bezieht sich wohl alles auf Influx. Die Datenbank hatte ich früher mal installiert, nun verwende ich sie jedoch nicht mehr. Wie werde ich diese Fehlermeldungen wieder los?
Vollständig bitte.
-
Vollständig bitte.
Hier ist der vollständige Auszug:
Skript v.2023-04-16 *** BASE SYSTEM *** Model : Raspberry Pi 4 Model B Rev 1.1 Architecture : aarch64 Docker : false Virtualization : none Distributor ID: Debian Description: Debian GNU/Linux 11 (bullseye) Release: 11 Codename: bullseye PRETTY_NAME="Debian GNU/Linux 11 (bullseye)" NAME="Debian GNU/Linux" VERSION_ID="11" VERSION="11 (bullseye)" VERSION_CODENAME=bullseye ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/" Systemuptime and Load: 20:13:19 up 1:13, 1 user, load average: 1.75, 1.64, 1.33 CPU threads: 4 Raspberry only: throttled=0x0 Other values than 0x0 hint to temperature/voltage problems temp=47.7'C volt=0.8438V *** Time and Time Zones *** Local time: Fri 2023-07-07 20:13:19 CEST Universal time: Fri 2023-07-07 18:13:19 UTC RTC time: n/a Time zone: Europe/Berlin (CEST, +0200) System clock synchronized: yes NTP service: active RTC in local TZ: no *** User and Groups *** pi /home/pi pi adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker *** X-Server-Setup *** X-Server: false Desktop: Terminal: tty Boot Target: multi-user.target *** MEMORY *** total used free shared buff/cache available Mem: 3.8G 2.4G 85M 4.0M 1.3G 1.3G Swap: 99M 3.0M 96M Total: 3.9G 2.4G 182M 3793 M total memory 2428 M used memory 677 M active memory 2776 M inactive memory 85 M free memory 134 M buffer memory 1144 M swap cache 99 M total swap 3 M used swap 96 M free swap Raspberry only: oom events: 0 lifetime oom required: 0 Mbytes total time in oom handler: 0 ms max time spent in oom handler: 0 ms *** FILESYSTEM *** Filesystem Type Size Used Avail Use% Mounted on /dev/root ext4 118G 12G 101G 11% / devtmpfs devtmpfs 1.7G 0 1.7G 0% /dev tmpfs tmpfs 1.9G 752K 1.9G 1% /dev/shm tmpfs tmpfs 759M 1.2M 758M 1% /run tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock /dev/sda1 vfat 255M 31M 225M 12% /boot tmpfs tmpfs 380M 0 380M 0% /run/user/999 tmpfs tmpfs 380M 0 380M 0% /run/user/1000 Messages concerning ext4 filesystem in dmesg: [Fri Jul 7 18:59:30 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 smsc95xx.macaddr=DC:A6:32:32:93:63 vc_mem.mem_base=0x3eb00000 vc_mem.mem_size=0x3ff00000 console=tty1 root=PARTUUID=a1185881-02 rootfstype=ext4 fsck.repair=yes rootwait fsck.mode=force [Fri Jul 7 18:59:31 2023] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. [Fri Jul 7 18:59:31 2023] VFS: Mounted root (ext4 filesystem) readonly on device 8:2. [Fri Jul 7 18:59:47 2023] EXT4-fs (sda2): re-mounted. Opts: (null). Quota mode: none. Show mounted filesystems (real ones only): TARGET SOURCE FSTYPE OPTIONS / /dev/sda2 ext4 rw,noatime `-/boot /dev/sda1 vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro Files in neuralgic directories: /var: 6.0G /var/ 4.5G /var/lib 2.3G /var/lib/mysql 2.1G /var/lib/mysql/iobroker 1.9G /var/lib/redis Archived and active journals take up 992.3M in the file system. /opt/iobroker/backups: 333M /opt/iobroker/backups/ /opt/iobroker/iobroker-data: 506M /opt/iobroker/iobroker-data/ 342M /opt/iobroker/iobroker-data/files 116M /opt/iobroker/iobroker-data/backup-objects 55M /opt/iobroker/iobroker-data/files/material 53M /opt/iobroker/iobroker-data/files/material/static The five largest files in iobroker-data are: 41M /opt/iobroker/iobroker-data/files/material/static/js/main.c5478f66.js.map 35M /opt/iobroker/iobroker-data/files/devices.admin/static/js/main.24f2bb56.js.map 32M /opt/iobroker/iobroker-data/objects.jsonl 18M /opt/iobroker/iobroker-data/files/text2command.admin/static/js/main.274a4d8d.js.map 15M /opt/iobroker/iobroker-data/files/telegram.admin/rules/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_d_ts-node_modules_io-1d9f06.44fe4a3f.chunk.js.map *** NodeJS-Installation *** /usr/bin/nodejs v16.19.1 /usr/bin/node v16.19.1 /usr/bin/npm 8.19.3 /usr/bin/npx 8.19.3 nodejs: Installed: 16.19.1-deb-1nodesource1 Candidate: 16.20.1-deb-1nodesource1 Version table: 16.20.1-deb-1nodesource1 500 500 https://deb.nodesource.com/node_16.x bullseye/main arm64 Packages *** 16.19.1-deb-1nodesource1 100 100 /var/lib/dpkg/status 12.22.12~dfsg-1~deb11u4 500 500 http://security.debian.org/debian-security bullseye-security/main arm64 Packages 12.22.12~dfsg-1~deb11u3 500 500 http://deb.debian.org/debian bullseye/main arm64 Packages Temp directories causing npm8 problem: 0 No problems detected *** ioBroker-Installation *** ioBroker Status iobroker is running on this host. Objects type: jsonl States type: jsonl MULTIHOSTSERVICE/enabled: false Core adapters versions js-controller: 4.0.24 admin: 6.3.5 javascript: 7.0.3 Adapters from github: 2 Adapter State + system.adapter.admin.0 : admin : raspberrypi4-iob - enabled, port: 8081, bind: 0.0.0.0, run as: admin system.adapter.alias-manager.0 : alias-manager : raspberrypi4-iob - enabled + system.adapter.alpha2.0 : alpha2 : raspberrypi4-iob - enabled + system.adapter.backitup.0 : backitup : raspberrypi4-iob - enabled system.adapter.coronavirus-statistics.0 : coronavirus-statistics: raspberrypi4-iob - disabled system.adapter.daswetter.0 : daswetter : raspberrypi4-iob - enabled system.adapter.denon.0 : denon : raspberrypi4-iob - disabled system.adapter.devices.0 : devices : raspberrypi4-iob - enabled system.adapter.discovery.0 : discovery : raspberrypi4-iob - disabled system.adapter.dwd.0 : dwd : raspberrypi4-iob - enabled + system.adapter.energiefluss.0 : energiefluss : raspberrypi4-iob - enabled system.adapter.feiertage.0 : feiertage : raspberrypi4-iob - enabled system.adapter.flot.0 : flot : raspberrypi4-iob - enabled + system.adapter.fritzdect.0 : fritzdect : raspberrypi4-iob - enabled + system.adapter.homeconnect.0 : homeconnect : raspberrypi4-iob - enabled system.adapter.ical.0 : ical : raspberrypi4-iob - enabled system.adapter.icons-mfd-svg.0 : icons-mfd-svg : raspberrypi4-iob - enabled + system.adapter.info.0 : info : raspberrypi4-iob - enabled + system.adapter.javascript.0 : javascript : raspberrypi4-iob - enabled system.adapter.javascript.1 : javascript : raspberrypi4-iob - disabled system.adapter.luftdaten.0 : luftdaten : raspberrypi4-iob - enabled system.adapter.material.0 : material : raspberrypi4-iob - enabled + system.adapter.mqtt.0 : mqtt : raspberrypi4-iob - enabled, port: 1884, bind: 0.0.0.0 + system.adapter.net-tools.0 : net-tools : raspberrypi4-iob - enabled + system.adapter.nuki-extended.0 : nuki-extended : raspberrypi4-iob - enabled + system.adapter.octoprint.0 : octoprint : raspberrypi4-iob - enabled system.adapter.panasonic-viera.0 : panasonic-viera : raspberrypi4-iob - disabled system.adapter.panasonic-viera.1 : panasonic-viera : raspberrypi4-iob - disabled + system.adapter.pi-hole.0 : pi-hole : raspberrypi4-iob - enabled + system.adapter.ping.0 : ping : raspberrypi4-iob - enabled system.adapter.pushover.0 : pushover : raspberrypi4-iob - disabled system.adapter.rpi2.0 : rpi2 : raspberrypi4-iob - disabled + system.adapter.shuttercontrol.0 : shuttercontrol : raspberrypi4-iob - enabled + system.adapter.simple-api.0 : simple-api : raspberrypi4-iob - enabled, port: 8087, bind: 0.0.0.0, run as: admin system.adapter.socketio.0 : socketio : raspberrypi4-iob - disabled, port: 8085, bind: 0.0.0.0, run as: admin + system.adapter.sonoff.0 : sonoff : raspberrypi4-iob - enabled, port: 1883, bind: 0.0.0.0 system.adapter.sourceanalytix.0 : sourceanalytix : raspberrypi4-iob - disabled + system.adapter.sql.0 : sql : raspberrypi4-iob - enabled, port: 3306 system.adapter.synology.0 : synology : raspberrypi4-iob - disabled, port: 5000 + system.adapter.tankerkoenig.0 : tankerkoenig : raspberrypi4-iob - enabled + system.adapter.telegram.0 : telegram : raspberrypi4-iob - enabled, port: 8443, bind: 0.0.0.0 + system.adapter.text2command.0 : text2command : raspberrypi4-iob - enabled + system.adapter.tr-064.0 : tr-064 : raspberrypi4-iob - enabled system.adapter.tr-064.1 : tr-064 : raspberrypi4-iob - disabled system.adapter.tr-064.2 : tr-064 : raspberrypi4-iob - disabled + system.adapter.trashschedule.0 : trashschedule : raspberrypi4-iob - enabled system.adapter.vis-colorpicker.0 : vis-colorpicker : raspberrypi4-iob - enabled system.adapter.vis-fancyswitch.0 : vis-fancyswitch : raspberrypi4-iob - enabled system.adapter.vis-hqwidgets.0 : vis-hqwidgets : raspberrypi4-iob - enabled system.adapter.vis-icontwo.0 : vis-icontwo : raspberrypi4-iob - enabled system.adapter.vis-jqui-mfd.0 : vis-jqui-mfd : raspberrypi4-iob - enabled system.adapter.vis-materialdesign.0 : vis-materialdesign : raspberrypi4-iob - enabled system.adapter.vis-metro.0 : vis-metro : raspberrypi4-iob - enabled system.adapter.vis-timeandweather.0 : vis-timeandweather : raspberrypi4-iob - enabled system.adapter.vis-weather.0 : vis-weather : raspberrypi4-iob - enabled system.adapter.vis.0 : vis : raspberrypi4-iob - enabled system.adapter.weatherunderground.0 : weatherunderground : raspberrypi4-iob - enabled + system.adapter.web.0 : web : raspberrypi4-iob - enabled, port: 8082, bind: 0.0.0.0, run as: admin + system.adapter.web.1 : web : raspberrypi4-iob - enabled, port: 20002, bind: 0.0.0.0, run as: admin + system.adapter.ws.0 : ws : raspberrypi4-iob - enabled, port: 8084, bind: 0.0.0.0, run as: admin + system.adapter.zigbee.0 : zigbee : raspberrypi4-iob - enabled, port: /dev/serial/by-id/usb-Silicon_Labs_Sonoff_Zigbee_3.0_USB_Dongle_Plus_0001-if00-port0 + instance is alive Enabled adapters with bindings + system.adapter.admin.0 : admin : raspberrypi4-iob - enabled, port: 8081, bind: 0.0.0.0, run as: admin + system.adapter.mqtt.0 : mqtt : raspberrypi4-iob - enabled, port: 1884, bind: 0.0.0.0 + system.adapter.simple-api.0 : simple-api : raspberrypi4-iob - enabled, port: 8087, bind: 0.0.0.0, run as: admin + system.adapter.sonoff.0 : sonoff : raspberrypi4-iob - enabled, port: 1883, bind: 0.0.0.0 + system.adapter.sql.0 : sql : raspberrypi4-iob - enabled, port: 3306 + system.adapter.telegram.0 : telegram : raspberrypi4-iob - enabled, port: 8443, bind: 0.0.0.0 + system.adapter.web.0 : web : raspberrypi4-iob - enabled, port: 8082, bind: 0.0.0.0, run as: admin + system.adapter.web.1 : web : raspberrypi4-iob - enabled, port: 20002, bind: 0.0.0.0, run as: admin + system.adapter.ws.0 : ws : raspberrypi4-iob - enabled, port: 8084, bind: 0.0.0.0, run as: admin + system.adapter.zigbee.0 : zigbee : raspberrypi4-iob - enabled, port: /dev/serial/by-id/usb-Silicon_Labs_Sonoff_Zigbee_3.0_USB_Dongle_Plus_0001-if00-port0 ioBroker-Repositories stable : http://download.iobroker.net/sources-dist.json Beta (latest) : http://download.iobroker.net/sources-dist-latest.json Active repo(s): stable Installed ioBroker-Instances Used repository: stable Adapter "admin" : 6.3.5 , installed 6.3.5 Adapter "alias-manager": 1.2.4 , installed 1.2.4 Adapter "alpha2" : 1.0.0 , installed 1.0.4 Adapter "backitup" : 2.6.23 , installed 2.6.23 Adapter "coronavirus-statistics": 0.8.7, installed 0.8.7 Adapter "daswetter" : 3.1.8 , installed 3.1.8 Adapter "denon" : 1.15.2 , installed 1.15.0 [Updatable] Adapter "devices" : 1.1.5 , installed 1.1.5 Adapter "discovery" : 3.1.0 , installed 3.1.0 Adapter "dwd" : 2.8.3 , installed 2.8.3 Adapter "feiertage" : 1.1.0 , installed 1.1.0 Adapter "flot" : 1.12.0 , installed 1.12.0 Adapter "fritzdect" : 2.3.1 , installed 2.3.1 Adapter "homeconnect" : 1.1.1 , installed 1.1.1 Adapter "ical" : 1.13.3 , installed 1.13.3 Adapter "icons-mfd-svg": 1.1.0 , installed 1.1.0 Adapter "info" : 1.9.26 , installed 1.9.26 Adapter "javascript" : 7.0.3 , installed 7.0.3 Controller "js-controller": 4.0.24 , installed 4.0.24 Adapter "luftdaten" : 2.2.4 , installed 2.2.4 Adapter "material" : 1.3.1 , installed 1.3.1 Adapter "mqtt" : 4.1.1 , installed 4.1.1 Adapter "net-tools" : 0.2.0 , installed 0.2.0 Adapter "nuki-extended": 2.6.5 , installed 2.6.5 Adapter "octoprint" : 4.0.0 , installed 4.0.0 Adapter "panasonic-viera": 2.0.0 , installed 2.0.0 Adapter "pi-hole" : 1.3.6 , installed 1.3.6 Adapter "ping" : 1.5.3 , installed 1.5.3 Adapter "pushover" : 3.0.3 , installed 3.0.3 Adapter "rpi2" : 1.3.2 , installed 1.3.2 Adapter "shuttercontrol": 1.5.0 , installed 1.5.0 Adapter "simple-api" : 2.7.2 , installed 2.7.2 Adapter "socketio" : 4.2.0 , installed 4.2.0 Adapter "sonoff" : 2.5.3 , installed 2.5.3 Adapter "sql" : 2.2.0 , installed 2.2.0 Adapter "synology" : 2.1.13 , installed 2.1.13 Adapter "tankerkoenig" : 3.3.7 , installed 3.3.7 Adapter "telegram" : 1.15.6 , installed 1.15.6 Adapter "text2command" : 3.0.2 , installed 3.0.2 Adapter "tr-064" : 4.2.18 , installed 4.2.18 Adapter "trashschedule": 2.2.0 , installed 2.2.0 Adapter "vis" : 1.4.16 , installed 1.4.16 Adapter "vis-colorpicker": 2.0.3 , installed 2.0.3 Adapter "vis-fancyswitch": 1.1.0 , installed 1.1.0 Adapter "vis-hqwidgets": 1.4.0 , installed 1.4.0 Adapter "vis-icontwo" : 0.96.0 , installed 0.94.0 [Updatable] Adapter "vis-jqui-mfd" : 1.0.12 , installed 1.0.12 Adapter "vis-metro" : 1.2.0 , installed 1.2.0 Adapter "vis-timeandweather": 1.2.2, installed 1.2.2 Adapter "vis-weather" : 2.5.6 , installed 2.5.6 Adapter "weatherunderground": 3.4.2, installed 3.4.2 Adapter "web" : 4.3.0 , installed 4.3.0 Adapter "ws" : 1.3.0 , installed 1.3.0 Adapter "zigbee" : 1.8.12 , installed 1.8.12 Objects and States Please stand by - This may take a while Objects: 17507 States: 14866 *** OS-Repositories and Updates *** W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://repos.influxdata.com/debian stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://repos.influxdata.com/debian bullseye InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E W: Failed to fetch https://repos.influxdata.com/debian/dists/stable/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E W: Failed to fetch https://repos.influxdata.com/debian/dists/bullseye/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E W: Some index files failed to download. They have been ignored, or old ones used instead. Hit:1 http://deb.debian.org/debian bullseye InRelease Hit:2 http://deb.debian.org/debian bullseye-updates InRelease Hit:3 http://security.debian.org/debian-security bullseye-security InRelease Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease Hit:5 https://cli.github.com/packages stable InRelease Get:6 https://repos.influxdata.com/debian stable InRelease [6892 B] Get:7 https://repos.influxdata.com/debian bullseye InRelease [7040 B] Hit:8 https://deb.nodesource.com/node_16.x bullseye InRelease Err:6 https://repos.influxdata.com/debian stable InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E Err:7 https://repos.influxdata.com/debian bullseye InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E Fetched 13.9 kB in 2s (5843 B/s) Reading package lists... W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://repos.influxdata.com/debian stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://repos.influxdata.com/debian bullseye InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E W: Failed to fetch https://repos.influxdata.com/debian/dists/stable/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E W: Failed to fetch https://repos.influxdata.com/debian/dists/bullseye/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E W: Some index files failed to download. They have been ignored, or old ones used instead. Pending Updates: 108 *** Listening Ports *** Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State User Inode PID/Program name tcp 0 0 127.0.0.1:9000 0.0.0.0:* LISTEN 1001 88332 14458/iobroker.js-c tcp 0 0 127.0.0.1:9001 0.0.0.0:* LISTEN 1001 89214 14458/iobroker.js-c tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 0 14106 872/lighttpd tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 0 14504 570/sshd: /usr/sbin tcp 0 0 0.0.0.0:53 0.0.0.0:* LISTEN 999 14164 910/pihole-FTL tcp 0 0 127.0.0.1:4711 0.0.0.0:* LISTEN 999 14662 910/pihole-FTL tcp 0 0 0.0.0.0:8765 0.0.0.0:* LISTEN 0 13119 414/python2 tcp 0 0 127.0.0.1:7999 0.0.0.0:* LISTEN 0 14562 711/motion tcp 0 0 0.0.0.0:1080 0.0.0.0:* LISTEN 1000 151901 26854/nc tcp 0 0 0.0.0.0:8089 0.0.0.0:* LISTEN 0 14561 711/motion tcp 0 0 0.0.0.0:1884 0.0.0.0:* LISTEN 1001 89867 14735/io.mqtt.0 tcp 0 0 0.0.0.0:1885 0.0.0.0:* LISTEN 1001 89868 14735/io.mqtt.0 tcp 0 0 0.0.0.0:1883 0.0.0.0:* LISTEN 1001 89693 14769/io.sonoff.0 tcp6 0 0 :::80 :::* LISTEN 0 14107 872/lighttpd tcp6 0 0 :::22 :::* LISTEN 0 11932 570/sshd: /usr/sbin tcp6 0 0 :::53 :::* LISTEN 999 14166 910/pihole-FTL tcp6 0 0 :::3306 :::* LISTEN 111 13756 636/mariadbd tcp6 0 0 :::20002 :::* LISTEN 1001 96535 15501/io.web.1 tcp6 0 0 :::8084 :::* LISTEN 1001 96552 15518/io.ws.0 tcp6 0 0 :::8087 :::* LISTEN 1001 97786 15426/io.simple-api tcp6 0 0 :::8081 :::* LISTEN 1001 86656 14614/io.admin.0 tcp6 0 0 :::8082 :::* LISTEN 1001 98376 15477/io.web.0 tcp6 0 0 ::1:4711 :::* LISTEN 999 14663 910/pihole-FTL udp 0 0 192.168.178.126:5353 0.0.0.0:* 1001 90039 14825/io.tr-064.0 udp 0 0 0.0.0.0:5353 0.0.0.0:* 108 11639 396/avahi-daemon: r udp 0 0 0.0.0.0:55204 0.0.0.0:* 108 11641 396/avahi-daemon: r udp 0 0 0.0.0.0:53 0.0.0.0:* 999 14163 910/pihole-FTL udp 0 0 0.0.0.0:68 0.0.0.0:* 0 12000 840/dhcpcd udp6 0 0 :::546 :::* 0 12013 840/dhcpcd udp6 0 0 :::54157 :::* 108 11642 396/avahi-daemon: r udp6 0 0 :::5353 :::* 108 11640 396/avahi-daemon: r udp6 0 0 :::53 :::* 999 14165 910/pihole-FTL *** Log File - Last 25 Lines *** 2023-07-07 20:13:14.829 - info: weatherunderground.0 (24042) State value to set for "weatherunderground.0.forecastHourly.29h.precipitation" has to be type "value.precipitation" but received type "number" 2023-07-07 20:13:14.942 - info: weatherunderground.0 (24042) State value to set for "weatherunderground.0.forecastHourly.30h.precipitation" has to be type "value.precipitation" but received type "number" 2023-07-07 20:13:15.090 - info: weatherunderground.0 (24042) State value to set for "weatherunderground.0.forecastHourly.31h.precipitation" has to be type "value.precipitation" but received type "number" 2023-07-07 20:13:15.213 - info: weatherunderground.0 (24042) State value to set for "weatherunderground.0.forecastHourly.32h.precipitation" has to be type "value.precipitation" but received type "number" 2023-07-07 20:13:15.325 - info: weatherunderground.0 (24042) State value to set for "weatherunderground.0.forecastHourly.33h.precipitation" has to be type "value.precipitation" but received type "number" 2023-07-07 20:13:15.433 - info: weatherunderground.0 (24042) State value to set for "weatherunderground.0.forecastHourly.34h.precipitation" has to be type "value.precipitation" but received type "number" 2023-07-07 20:13:15.542 - info: weatherunderground.0 (24042) State value to set for "weatherunderground.0.forecastHourly.35h.precipitation" has to be type "value.precipitation" but received type "number" 2023-07-07 20:13:16.025 - info: javascript.0 (14656) script.js.common.Energie.Badheizung_PI-Regler_OK: Automaticmode: Reglerinput: -0.072, Output: 74.69296708860759, Eingeschaltet: true, Temperatur: 22.19 2023-07-07 20:13:17.900 - info: weatherunderground.0 (24042) Terminated (NO_ERROR): Without reason 2023-07-07 20:13:18.435 - info: host.raspberrypi4-iob instance system.adapter.weatherunderground.0 terminated with code 0 (NO_ERROR) 2023-07-07 20:13:26.088 - info: javascript.0 (14656) script.js.common.Energie.Badheizung_PI-Regler_OK: Automaticmode: Reglerinput: -0.073, Output: 72.82246329113924, Eingeschaltet: true, Temperatur: 22.19 2023-07-07 20:13:35.996 - info: javascript.0 (14656) script.js.common.Energie.Badheizung_PI-Regler_OK: Automaticmode: Reglerinput: -0.028, Output: 73.01828101265822, Eingeschaltet: true, Temperatur: 22.19 2023-07-07 20:13:40.636 - info: javascript.0 (14656) script.js.common.Sicherheit.Bewegungserkennung: 20:13:40.635 empfangen: 680 2023-07-07 20:13:46.138 - info: javascript.0 (14656) script.js.common.Energie.Badheizung_PI-Regler_OK: Automaticmode: Reglerinput: 0.019, Output: 74.44742278481012, Eingeschaltet: true, Temperatur: 22.19 2023-07-07 20:13:56.026 - info: javascript.0 (14656) script.js.common.Energie.Badheizung_PI-Regler_OK: Automaticmode: Reglerinput: -0.071, Output: 70.87619746835442, Eingeschaltet: true, Temperatur: 22.19 2023-07-07 20:14:00.203 - info: host.raspberrypi4-iob instance system.adapter.luftdaten.0 started with pid 25159 2023-07-07 20:14:05.233 - info: luftdaten.0 (25159) starting. Version 2.2.4 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v16.19.1, js-controller: 4.0.24 2023-07-07 20:14:06.078 - info: luftdaten.0 (25159) Terminated (NO_ERROR): Without reason 2023-07-07 20:14:06.118 - info: javascript.0 (14656) script.js.common.Energie.Badheizung_PI-Regler_OK: Automaticmode: Reglerinput: -0.064, Output: 69.37909367088606, Eingeschaltet: true, Temperatur: 22.19 2023-07-07 20:14:07.809 - info: host.raspberrypi4-iob instance system.adapter.luftdaten.0 terminated with code 0 (NO_ERROR) 2023-07-07 20:14:18.803 - info: javascript.0 (14656) script.js.common.Energie.Badheizung_PI-Regler_OK: Automaticmode: Reglerinput: -0.032, Output: 68.99695696202531, Eingeschaltet: true, Temperatur: 22.19 2023-07-07 20:14:21.858 - info: javascript.0 (14656) script.js.common.Sicherheit.Bewegungserkennung: 20:14:21.858 empfangen: ABB_Alarmanlage_aus 2023-07-07 20:14:25.988 - info: javascript.0 (14656) script.js.common.Energie.Badheizung_PI-Regler_OK: Automaticmode: Reglerinput: -0.018, Output: 68.94539240506329, Eingeschaltet: true, Temperatur: 22.19 2023-07-07 20:14:36.084 - info: javascript.0 (14656) script.js.common.Energie.Badheizung_PI-Regler_OK: Automaticmode: Reglerinput: -0.071, Output: 66.07803797468354, Eingeschaltet: true, Temperatur: 22.19 2023-07-07 20:14:46.139 - info: javascript.0 (14656) script.js.common.Energie.Badheizung_PI-Regler_OK: Automaticmode: Reglerinput: -0.014, Output: 66.86034683544304, Eingeschaltet: true, Temperatur: 22.19 -
Hier ist der vollständige Auszug:
Skript v.2023-04-16 *** BASE SYSTEM *** Model : Raspberry Pi 4 Model B Rev 1.1 Architecture : aarch64 Docker : false Virtualization : none Distributor ID: Debian Description: Debian GNU/Linux 11 (bullseye) Release: 11 Codename: bullseye PRETTY_NAME="Debian GNU/Linux 11 (bullseye)" NAME="Debian GNU/Linux" VERSION_ID="11" VERSION="11 (bullseye)" VERSION_CODENAME=bullseye ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/" Systemuptime and Load: 20:13:19 up 1:13, 1 user, load average: 1.75, 1.64, 1.33 CPU threads: 4 Raspberry only: throttled=0x0 Other values than 0x0 hint to temperature/voltage problems temp=47.7'C volt=0.8438V *** Time and Time Zones *** Local time: Fri 2023-07-07 20:13:19 CEST Universal time: Fri 2023-07-07 18:13:19 UTC RTC time: n/a Time zone: Europe/Berlin (CEST, +0200) System clock synchronized: yes NTP service: active RTC in local TZ: no *** User and Groups *** pi /home/pi pi adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker *** X-Server-Setup *** X-Server: false Desktop: Terminal: tty Boot Target: multi-user.target *** MEMORY *** total used free shared buff/cache available Mem: 3.8G 2.4G 85M 4.0M 1.3G 1.3G Swap: 99M 3.0M 96M Total: 3.9G 2.4G 182M 3793 M total memory 2428 M used memory 677 M active memory 2776 M inactive memory 85 M free memory 134 M buffer memory 1144 M swap cache 99 M total swap 3 M used swap 96 M free swap Raspberry only: oom events: 0 lifetime oom required: 0 Mbytes total time in oom handler: 0 ms max time spent in oom handler: 0 ms *** FILESYSTEM *** Filesystem Type Size Used Avail Use% Mounted on /dev/root ext4 118G 12G 101G 11% / devtmpfs devtmpfs 1.7G 0 1.7G 0% /dev tmpfs tmpfs 1.9G 752K 1.9G 1% /dev/shm tmpfs tmpfs 759M 1.2M 758M 1% /run tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock /dev/sda1 vfat 255M 31M 225M 12% /boot tmpfs tmpfs 380M 0 380M 0% /run/user/999 tmpfs tmpfs 380M 0 380M 0% /run/user/1000 Messages concerning ext4 filesystem in dmesg: [Fri Jul 7 18:59:30 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 smsc95xx.macaddr=DC:A6:32:32:93:63 vc_mem.mem_base=0x3eb00000 vc_mem.mem_size=0x3ff00000 console=tty1 root=PARTUUID=a1185881-02 rootfstype=ext4 fsck.repair=yes rootwait fsck.mode=force [Fri Jul 7 18:59:31 2023] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. [Fri Jul 7 18:59:31 2023] VFS: Mounted root (ext4 filesystem) readonly on device 8:2. [Fri Jul 7 18:59:47 2023] EXT4-fs (sda2): re-mounted. Opts: (null). Quota mode: none. Show mounted filesystems (real ones only): TARGET SOURCE FSTYPE OPTIONS / /dev/sda2 ext4 rw,noatime `-/boot /dev/sda1 vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro Files in neuralgic directories: /var: 6.0G /var/ 4.5G /var/lib 2.3G /var/lib/mysql 2.1G /var/lib/mysql/iobroker 1.9G /var/lib/redis Archived and active journals take up 992.3M in the file system. /opt/iobroker/backups: 333M /opt/iobroker/backups/ /opt/iobroker/iobroker-data: 506M /opt/iobroker/iobroker-data/ 342M /opt/iobroker/iobroker-data/files 116M /opt/iobroker/iobroker-data/backup-objects 55M /opt/iobroker/iobroker-data/files/material 53M /opt/iobroker/iobroker-data/files/material/static The five largest files in iobroker-data are: 41M /opt/iobroker/iobroker-data/files/material/static/js/main.c5478f66.js.map 35M /opt/iobroker/iobroker-data/files/devices.admin/static/js/main.24f2bb56.js.map 32M /opt/iobroker/iobroker-data/objects.jsonl 18M /opt/iobroker/iobroker-data/files/text2command.admin/static/js/main.274a4d8d.js.map 15M /opt/iobroker/iobroker-data/files/telegram.admin/rules/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_d_ts-node_modules_io-1d9f06.44fe4a3f.chunk.js.map *** NodeJS-Installation *** /usr/bin/nodejs v16.19.1 /usr/bin/node v16.19.1 /usr/bin/npm 8.19.3 /usr/bin/npx 8.19.3 nodejs: Installed: 16.19.1-deb-1nodesource1 Candidate: 16.20.1-deb-1nodesource1 Version table: 16.20.1-deb-1nodesource1 500 500 https://deb.nodesource.com/node_16.x bullseye/main arm64 Packages *** 16.19.1-deb-1nodesource1 100 100 /var/lib/dpkg/status 12.22.12~dfsg-1~deb11u4 500 500 http://security.debian.org/debian-security bullseye-security/main arm64 Packages 12.22.12~dfsg-1~deb11u3 500 500 http://deb.debian.org/debian bullseye/main arm64 Packages Temp directories causing npm8 problem: 0 No problems detected *** ioBroker-Installation *** ioBroker Status iobroker is running on this host. Objects type: jsonl States type: jsonl MULTIHOSTSERVICE/enabled: false Core adapters versions js-controller: 4.0.24 admin: 6.3.5 javascript: 7.0.3 Adapters from github: 2 Adapter State + system.adapter.admin.0 : admin : raspberrypi4-iob - enabled, port: 8081, bind: 0.0.0.0, run as: admin system.adapter.alias-manager.0 : alias-manager : raspberrypi4-iob - enabled + system.adapter.alpha2.0 : alpha2 : raspberrypi4-iob - enabled + system.adapter.backitup.0 : backitup : raspberrypi4-iob - enabled system.adapter.coronavirus-statistics.0 : coronavirus-statistics: raspberrypi4-iob - disabled system.adapter.daswetter.0 : daswetter : raspberrypi4-iob - enabled system.adapter.denon.0 : denon : raspberrypi4-iob - disabled system.adapter.devices.0 : devices : raspberrypi4-iob - enabled system.adapter.discovery.0 : discovery : raspberrypi4-iob - disabled system.adapter.dwd.0 : dwd : raspberrypi4-iob - enabled + system.adapter.energiefluss.0 : energiefluss : raspberrypi4-iob - enabled system.adapter.feiertage.0 : feiertage : raspberrypi4-iob - enabled system.adapter.flot.0 : flot : raspberrypi4-iob - enabled + system.adapter.fritzdect.0 : fritzdect : raspberrypi4-iob - enabled + system.adapter.homeconnect.0 : homeconnect : raspberrypi4-iob - enabled system.adapter.ical.0 : ical : raspberrypi4-iob - enabled system.adapter.icons-mfd-svg.0 : icons-mfd-svg : raspberrypi4-iob - enabled + system.adapter.info.0 : info : raspberrypi4-iob - enabled + system.adapter.javascript.0 : javascript : raspberrypi4-iob - enabled system.adapter.javascript.1 : javascript : raspberrypi4-iob - disabled system.adapter.luftdaten.0 : luftdaten : raspberrypi4-iob - enabled system.adapter.material.0 : material : raspberrypi4-iob - enabled + system.adapter.mqtt.0 : mqtt : raspberrypi4-iob - enabled, port: 1884, bind: 0.0.0.0 + system.adapter.net-tools.0 : net-tools : raspberrypi4-iob - enabled + system.adapter.nuki-extended.0 : nuki-extended : raspberrypi4-iob - enabled + system.adapter.octoprint.0 : octoprint : raspberrypi4-iob - enabled system.adapter.panasonic-viera.0 : panasonic-viera : raspberrypi4-iob - disabled system.adapter.panasonic-viera.1 : panasonic-viera : raspberrypi4-iob - disabled + system.adapter.pi-hole.0 : pi-hole : raspberrypi4-iob - enabled + system.adapter.ping.0 : ping : raspberrypi4-iob - enabled system.adapter.pushover.0 : pushover : raspberrypi4-iob - disabled system.adapter.rpi2.0 : rpi2 : raspberrypi4-iob - disabled + system.adapter.shuttercontrol.0 : shuttercontrol : raspberrypi4-iob - enabled + system.adapter.simple-api.0 : simple-api : raspberrypi4-iob - enabled, port: 8087, bind: 0.0.0.0, run as: admin system.adapter.socketio.0 : socketio : raspberrypi4-iob - disabled, port: 8085, bind: 0.0.0.0, run as: admin + system.adapter.sonoff.0 : sonoff : raspberrypi4-iob - enabled, port: 1883, bind: 0.0.0.0 system.adapter.sourceanalytix.0 : sourceanalytix : raspberrypi4-iob - disabled + system.adapter.sql.0 : sql : raspberrypi4-iob - enabled, port: 3306 system.adapter.synology.0 : synology : raspberrypi4-iob - disabled, port: 5000 + system.adapter.tankerkoenig.0 : tankerkoenig : raspberrypi4-iob - enabled + system.adapter.telegram.0 : telegram : raspberrypi4-iob - enabled, port: 8443, bind: 0.0.0.0 + system.adapter.text2command.0 : text2command : raspberrypi4-iob - enabled + system.adapter.tr-064.0 : tr-064 : raspberrypi4-iob - enabled system.adapter.tr-064.1 : tr-064 : raspberrypi4-iob - disabled system.adapter.tr-064.2 : tr-064 : raspberrypi4-iob - disabled + system.adapter.trashschedule.0 : trashschedule : raspberrypi4-iob - enabled system.adapter.vis-colorpicker.0 : vis-colorpicker : raspberrypi4-iob - enabled system.adapter.vis-fancyswitch.0 : vis-fancyswitch : raspberrypi4-iob - enabled system.adapter.vis-hqwidgets.0 : vis-hqwidgets : raspberrypi4-iob - enabled system.adapter.vis-icontwo.0 : vis-icontwo : raspberrypi4-iob - enabled system.adapter.vis-jqui-mfd.0 : vis-jqui-mfd : raspberrypi4-iob - enabled system.adapter.vis-materialdesign.0 : vis-materialdesign : raspberrypi4-iob - enabled system.adapter.vis-metro.0 : vis-metro : raspberrypi4-iob - enabled system.adapter.vis-timeandweather.0 : vis-timeandweather : raspberrypi4-iob - enabled system.adapter.vis-weather.0 : vis-weather : raspberrypi4-iob - enabled system.adapter.vis.0 : vis : raspberrypi4-iob - enabled system.adapter.weatherunderground.0 : weatherunderground : raspberrypi4-iob - enabled + system.adapter.web.0 : web : raspberrypi4-iob - enabled, port: 8082, bind: 0.0.0.0, run as: admin + system.adapter.web.1 : web : raspberrypi4-iob - enabled, port: 20002, bind: 0.0.0.0, run as: admin + system.adapter.ws.0 : ws : raspberrypi4-iob - enabled, port: 8084, bind: 0.0.0.0, run as: admin + system.adapter.zigbee.0 : zigbee : raspberrypi4-iob - enabled, port: /dev/serial/by-id/usb-Silicon_Labs_Sonoff_Zigbee_3.0_USB_Dongle_Plus_0001-if00-port0 + instance is alive Enabled adapters with bindings + system.adapter.admin.0 : admin : raspberrypi4-iob - enabled, port: 8081, bind: 0.0.0.0, run as: admin + system.adapter.mqtt.0 : mqtt : raspberrypi4-iob - enabled, port: 1884, bind: 0.0.0.0 + system.adapter.simple-api.0 : simple-api : raspberrypi4-iob - enabled, port: 8087, bind: 0.0.0.0, run as: admin + system.adapter.sonoff.0 : sonoff : raspberrypi4-iob - enabled, port: 1883, bind: 0.0.0.0 + system.adapter.sql.0 : sql : raspberrypi4-iob - enabled, port: 3306 + system.adapter.telegram.0 : telegram : raspberrypi4-iob - enabled, port: 8443, bind: 0.0.0.0 + system.adapter.web.0 : web : raspberrypi4-iob - enabled, port: 8082, bind: 0.0.0.0, run as: admin + system.adapter.web.1 : web : raspberrypi4-iob - enabled, port: 20002, bind: 0.0.0.0, run as: admin + system.adapter.ws.0 : ws : raspberrypi4-iob - enabled, port: 8084, bind: 0.0.0.0, run as: admin + system.adapter.zigbee.0 : zigbee : raspberrypi4-iob - enabled, port: /dev/serial/by-id/usb-Silicon_Labs_Sonoff_Zigbee_3.0_USB_Dongle_Plus_0001-if00-port0 ioBroker-Repositories stable : http://download.iobroker.net/sources-dist.json Beta (latest) : http://download.iobroker.net/sources-dist-latest.json Active repo(s): stable Installed ioBroker-Instances Used repository: stable Adapter "admin" : 6.3.5 , installed 6.3.5 Adapter "alias-manager": 1.2.4 , installed 1.2.4 Adapter "alpha2" : 1.0.0 , installed 1.0.4 Adapter "backitup" : 2.6.23 , installed 2.6.23 Adapter "coronavirus-statistics": 0.8.7, installed 0.8.7 Adapter "daswetter" : 3.1.8 , installed 3.1.8 Adapter "denon" : 1.15.2 , installed 1.15.0 [Updatable] Adapter "devices" : 1.1.5 , installed 1.1.5 Adapter "discovery" : 3.1.0 , installed 3.1.0 Adapter "dwd" : 2.8.3 , installed 2.8.3 Adapter "feiertage" : 1.1.0 , installed 1.1.0 Adapter "flot" : 1.12.0 , installed 1.12.0 Adapter "fritzdect" : 2.3.1 , installed 2.3.1 Adapter "homeconnect" : 1.1.1 , installed 1.1.1 Adapter "ical" : 1.13.3 , installed 1.13.3 Adapter "icons-mfd-svg": 1.1.0 , installed 1.1.0 Adapter "info" : 1.9.26 , installed 1.9.26 Adapter "javascript" : 7.0.3 , installed 7.0.3 Controller "js-controller": 4.0.24 , installed 4.0.24 Adapter "luftdaten" : 2.2.4 , installed 2.2.4 Adapter "material" : 1.3.1 , installed 1.3.1 Adapter "mqtt" : 4.1.1 , installed 4.1.1 Adapter "net-tools" : 0.2.0 , installed 0.2.0 Adapter "nuki-extended": 2.6.5 , installed 2.6.5 Adapter "octoprint" : 4.0.0 , installed 4.0.0 Adapter "panasonic-viera": 2.0.0 , installed 2.0.0 Adapter "pi-hole" : 1.3.6 , installed 1.3.6 Adapter "ping" : 1.5.3 , installed 1.5.3 Adapter "pushover" : 3.0.3 , installed 3.0.3 Adapter "rpi2" : 1.3.2 , installed 1.3.2 Adapter "shuttercontrol": 1.5.0 , installed 1.5.0 Adapter "simple-api" : 2.7.2 , installed 2.7.2 Adapter "socketio" : 4.2.0 , installed 4.2.0 Adapter "sonoff" : 2.5.3 , installed 2.5.3 Adapter "sql" : 2.2.0 , installed 2.2.0 Adapter "synology" : 2.1.13 , installed 2.1.13 Adapter "tankerkoenig" : 3.3.7 , installed 3.3.7 Adapter "telegram" : 1.15.6 , installed 1.15.6 Adapter "text2command" : 3.0.2 , installed 3.0.2 Adapter "tr-064" : 4.2.18 , installed 4.2.18 Adapter "trashschedule": 2.2.0 , installed 2.2.0 Adapter "vis" : 1.4.16 , installed 1.4.16 Adapter "vis-colorpicker": 2.0.3 , installed 2.0.3 Adapter "vis-fancyswitch": 1.1.0 , installed 1.1.0 Adapter "vis-hqwidgets": 1.4.0 , installed 1.4.0 Adapter "vis-icontwo" : 0.96.0 , installed 0.94.0 [Updatable] Adapter "vis-jqui-mfd" : 1.0.12 , installed 1.0.12 Adapter "vis-metro" : 1.2.0 , installed 1.2.0 Adapter "vis-timeandweather": 1.2.2, installed 1.2.2 Adapter "vis-weather" : 2.5.6 , installed 2.5.6 Adapter "weatherunderground": 3.4.2, installed 3.4.2 Adapter "web" : 4.3.0 , installed 4.3.0 Adapter "ws" : 1.3.0 , installed 1.3.0 Adapter "zigbee" : 1.8.12 , installed 1.8.12 Objects and States Please stand by - This may take a while Objects: 17507 States: 14866 *** OS-Repositories and Updates *** W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://repos.influxdata.com/debian stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://repos.influxdata.com/debian bullseye InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E W: Failed to fetch https://repos.influxdata.com/debian/dists/stable/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E W: Failed to fetch https://repos.influxdata.com/debian/dists/bullseye/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E W: Some index files failed to download. They have been ignored, or old ones used instead. Hit:1 http://deb.debian.org/debian bullseye InRelease Hit:2 http://deb.debian.org/debian bullseye-updates InRelease Hit:3 http://security.debian.org/debian-security bullseye-security InRelease Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease Hit:5 https://cli.github.com/packages stable InRelease Get:6 https://repos.influxdata.com/debian stable InRelease [6892 B] Get:7 https://repos.influxdata.com/debian bullseye InRelease [7040 B] Hit:8 https://deb.nodesource.com/node_16.x bullseye InRelease Err:6 https://repos.influxdata.com/debian stable InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E Err:7 https://repos.influxdata.com/debian bullseye InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E Fetched 13.9 kB in 2s (5843 B/s) Reading package lists... W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://repos.influxdata.com/debian stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://repos.influxdata.com/debian bullseye InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E W: Failed to fetch https://repos.influxdata.com/debian/dists/stable/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E W: Failed to fetch https://repos.influxdata.com/debian/dists/bullseye/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E W: Some index files failed to download. They have been ignored, or old ones used instead. Pending Updates: 108 *** Listening Ports *** Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State User Inode PID/Program name tcp 0 0 127.0.0.1:9000 0.0.0.0:* LISTEN 1001 88332 14458/iobroker.js-c tcp 0 0 127.0.0.1:9001 0.0.0.0:* LISTEN 1001 89214 14458/iobroker.js-c tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 0 14106 872/lighttpd tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 0 14504 570/sshd: /usr/sbin tcp 0 0 0.0.0.0:53 0.0.0.0:* LISTEN 999 14164 910/pihole-FTL tcp 0 0 127.0.0.1:4711 0.0.0.0:* LISTEN 999 14662 910/pihole-FTL tcp 0 0 0.0.0.0:8765 0.0.0.0:* LISTEN 0 13119 414/python2 tcp 0 0 127.0.0.1:7999 0.0.0.0:* LISTEN 0 14562 711/motion tcp 0 0 0.0.0.0:1080 0.0.0.0:* LISTEN 1000 151901 26854/nc tcp 0 0 0.0.0.0:8089 0.0.0.0:* LISTEN 0 14561 711/motion tcp 0 0 0.0.0.0:1884 0.0.0.0:* LISTEN 1001 89867 14735/io.mqtt.0 tcp 0 0 0.0.0.0:1885 0.0.0.0:* LISTEN 1001 89868 14735/io.mqtt.0 tcp 0 0 0.0.0.0:1883 0.0.0.0:* LISTEN 1001 89693 14769/io.sonoff.0 tcp6 0 0 :::80 :::* LISTEN 0 14107 872/lighttpd tcp6 0 0 :::22 :::* LISTEN 0 11932 570/sshd: /usr/sbin tcp6 0 0 :::53 :::* LISTEN 999 14166 910/pihole-FTL tcp6 0 0 :::3306 :::* LISTEN 111 13756 636/mariadbd tcp6 0 0 :::20002 :::* LISTEN 1001 96535 15501/io.web.1 tcp6 0 0 :::8084 :::* LISTEN 1001 96552 15518/io.ws.0 tcp6 0 0 :::8087 :::* LISTEN 1001 97786 15426/io.simple-api tcp6 0 0 :::8081 :::* LISTEN 1001 86656 14614/io.admin.0 tcp6 0 0 :::8082 :::* LISTEN 1001 98376 15477/io.web.0 tcp6 0 0 ::1:4711 :::* LISTEN 999 14663 910/pihole-FTL udp 0 0 192.168.178.126:5353 0.0.0.0:* 1001 90039 14825/io.tr-064.0 udp 0 0 0.0.0.0:5353 0.0.0.0:* 108 11639 396/avahi-daemon: r udp 0 0 0.0.0.0:55204 0.0.0.0:* 108 11641 396/avahi-daemon: r udp 0 0 0.0.0.0:53 0.0.0.0:* 999 14163 910/pihole-FTL udp 0 0 0.0.0.0:68 0.0.0.0:* 0 12000 840/dhcpcd udp6 0 0 :::546 :::* 0 12013 840/dhcpcd udp6 0 0 :::54157 :::* 108 11642 396/avahi-daemon: r udp6 0 0 :::5353 :::* 108 11640 396/avahi-daemon: r udp6 0 0 :::53 :::* 999 14165 910/pihole-FTL *** Log File - Last 25 Lines *** 2023-07-07 20:13:14.829 - info: weatherunderground.0 (24042) State value to set for "weatherunderground.0.forecastHourly.29h.precipitation" has to be type "value.precipitation" but received type "number" 2023-07-07 20:13:14.942 - info: weatherunderground.0 (24042) State value to set for "weatherunderground.0.forecastHourly.30h.precipitation" has to be type "value.precipitation" but received type "number" 2023-07-07 20:13:15.090 - info: weatherunderground.0 (24042) State value to set for "weatherunderground.0.forecastHourly.31h.precipitation" has to be type "value.precipitation" but received type "number" 2023-07-07 20:13:15.213 - info: weatherunderground.0 (24042) State value to set for "weatherunderground.0.forecastHourly.32h.precipitation" has to be type "value.precipitation" but received type "number" 2023-07-07 20:13:15.325 - info: weatherunderground.0 (24042) State value to set for "weatherunderground.0.forecastHourly.33h.precipitation" has to be type "value.precipitation" but received type "number" 2023-07-07 20:13:15.433 - info: weatherunderground.0 (24042) State value to set for "weatherunderground.0.forecastHourly.34h.precipitation" has to be type "value.precipitation" but received type "number" 2023-07-07 20:13:15.542 - info: weatherunderground.0 (24042) State value to set for "weatherunderground.0.forecastHourly.35h.precipitation" has to be type "value.precipitation" but received type "number" 2023-07-07 20:13:16.025 - info: javascript.0 (14656) script.js.common.Energie.Badheizung_PI-Regler_OK: Automaticmode: Reglerinput: -0.072, Output: 74.69296708860759, Eingeschaltet: true, Temperatur: 22.19 2023-07-07 20:13:17.900 - info: weatherunderground.0 (24042) Terminated (NO_ERROR): Without reason 2023-07-07 20:13:18.435 - info: host.raspberrypi4-iob instance system.adapter.weatherunderground.0 terminated with code 0 (NO_ERROR) 2023-07-07 20:13:26.088 - info: javascript.0 (14656) script.js.common.Energie.Badheizung_PI-Regler_OK: Automaticmode: Reglerinput: -0.073, Output: 72.82246329113924, Eingeschaltet: true, Temperatur: 22.19 2023-07-07 20:13:35.996 - info: javascript.0 (14656) script.js.common.Energie.Badheizung_PI-Regler_OK: Automaticmode: Reglerinput: -0.028, Output: 73.01828101265822, Eingeschaltet: true, Temperatur: 22.19 2023-07-07 20:13:40.636 - info: javascript.0 (14656) script.js.common.Sicherheit.Bewegungserkennung: 20:13:40.635 empfangen: 680 2023-07-07 20:13:46.138 - info: javascript.0 (14656) script.js.common.Energie.Badheizung_PI-Regler_OK: Automaticmode: Reglerinput: 0.019, Output: 74.44742278481012, Eingeschaltet: true, Temperatur: 22.19 2023-07-07 20:13:56.026 - info: javascript.0 (14656) script.js.common.Energie.Badheizung_PI-Regler_OK: Automaticmode: Reglerinput: -0.071, Output: 70.87619746835442, Eingeschaltet: true, Temperatur: 22.19 2023-07-07 20:14:00.203 - info: host.raspberrypi4-iob instance system.adapter.luftdaten.0 started with pid 25159 2023-07-07 20:14:05.233 - info: luftdaten.0 (25159) starting. Version 2.2.4 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v16.19.1, js-controller: 4.0.24 2023-07-07 20:14:06.078 - info: luftdaten.0 (25159) Terminated (NO_ERROR): Without reason 2023-07-07 20:14:06.118 - info: javascript.0 (14656) script.js.common.Energie.Badheizung_PI-Regler_OK: Automaticmode: Reglerinput: -0.064, Output: 69.37909367088606, Eingeschaltet: true, Temperatur: 22.19 2023-07-07 20:14:07.809 - info: host.raspberrypi4-iob instance system.adapter.luftdaten.0 terminated with code 0 (NO_ERROR) 2023-07-07 20:14:18.803 - info: javascript.0 (14656) script.js.common.Energie.Badheizung_PI-Regler_OK: Automaticmode: Reglerinput: -0.032, Output: 68.99695696202531, Eingeschaltet: true, Temperatur: 22.19 2023-07-07 20:14:21.858 - info: javascript.0 (14656) script.js.common.Sicherheit.Bewegungserkennung: 20:14:21.858 empfangen: ABB_Alarmanlage_aus 2023-07-07 20:14:25.988 - info: javascript.0 (14656) script.js.common.Energie.Badheizung_PI-Regler_OK: Automaticmode: Reglerinput: -0.018, Output: 68.94539240506329, Eingeschaltet: true, Temperatur: 22.19 2023-07-07 20:14:36.084 - info: javascript.0 (14656) script.js.common.Energie.Badheizung_PI-Regler_OK: Automaticmode: Reglerinput: -0.071, Output: 66.07803797468354, Eingeschaltet: true, Temperatur: 22.19 2023-07-07 20:14:46.139 - info: javascript.0 (14656) script.js.common.Energie.Badheizung_PI-Regler_OK: Automaticmode: Reglerinput: -0.014, Output: 66.86034683544304, Eingeschaltet: true, Temperatur: 22.19sudo rm /etc/apt/sources.list.d/influx* sudo apt-mark hold udev iob stop sudo apt update sudo apt full-upgrade sudo reboot
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