NEWS
Umzug von Bullseye auf Trixie, Probleme mit Backup
-
Ja da gebe ich dir absolut recht
, danke Thomas.
Habe im Influx ein Token erstellt , und habe im iobroker auf 2.x umgestellt.
jetzt habe ich Verbindung.
Jetzt nur mal zum Verständnis. Ich habe die 2.x installiert. Früher hatte ich dann wohl nur 1.x
Ich bin immer davon ausgegangen das allein die Datenbank entweder 1.x oder 2.x.
Da ich 2.x von Influx jetzt drauf habe, kann ich wohl keine 1.x Datenbank laufen lassen.Also habe ich mal gegoogle wie ich mein backup von 1.x auf eine 2.x hochjagen kann.
Bin dabei auf eine Video von
"EddyD's SmartHome", ich weis jetzt nicht ob ich ein Youtube link posten darf.
Das Video ist zwar von 2022 aber ich werde es mal damit probieren.
Falls ihr eine andere Idee habe, gebt mir gerne Bescheid.Eine andere Alternative wäre natürlich das ich die 2er deinstalliere und die 1.8 draufmache
-
Ja da gebe ich dir absolut recht
, danke Thomas.
Habe im Influx ein Token erstellt , und habe im iobroker auf 2.x umgestellt.
jetzt habe ich Verbindung.
Jetzt nur mal zum Verständnis. Ich habe die 2.x installiert. Früher hatte ich dann wohl nur 1.x
Ich bin immer davon ausgegangen das allein die Datenbank entweder 1.x oder 2.x.
Da ich 2.x von Influx jetzt drauf habe, kann ich wohl keine 1.x Datenbank laufen lassen.Also habe ich mal gegoogle wie ich mein backup von 1.x auf eine 2.x hochjagen kann.
Bin dabei auf eine Video von
"EddyD's SmartHome", ich weis jetzt nicht ob ich ein Youtube link posten darf.
Das Video ist zwar von 2022 aber ich werde es mal damit probieren.
Falls ihr eine andere Idee habe, gebt mir gerne Bescheid.Eine andere Alternative wäre natürlich das ich die 2er deinstalliere und die 1.8 draufmache
Du kannst ja auch influxdb1 installieren.
Jedenfalls, wenn du da das passende Repo am Start hast.echad@chet:~ $ apt policy influxdb influxdb: Installiert: (keine) Installationskandidat: 1.12.4-1 Versionstabelle: 1.12.4-1 500 500 https://repos.influxdata.com/debian stable/main arm64 Packages 1.12.3-1 500 500 https://repos.influxdata.com/debian stable/main arm64 Packages 1.12.2-4 500 500 https://repos.influxdata.com/debian stable/main arm64 Packages 1.12.2-3 500 500 https://repos.influxdata.com/debian stable/main arm64 Packages 1.12.2-1 500 500 https://repos.influxdata.com/debian stable/main arm64 Packages 1.11.8-2 500 500 https://repos.influxdata.com/debian stable/main arm64 Packages 1.11.8-1 500 500 https://repos.influxdata.com/debian stable/main arm64 Packages 1.11.7-1 500 500 https://repos.influxdata.com/debian stable/main arm64 Packages 1.8.10-1 500 500 https://repos.influxdata.com/debian stable/main arm64 Packages 1.6.7~rc0-2+b12 500 500 http://deb.debian.org/debian trixie/main arm64 Packages echad@chet:~ $ -
Die letzte Version ist die 1.12? dachte die 1.8. Okay?
Also deinstalliere ich die 2.x
Auch dazu eine Frage, da ich jetzt oft gelesen habe das es Probleme beim deinstallieren gab bin ich über folgende Programmzeilen in diesem Forum (ich meine) gestoßen:sudo service influxdb stop sudo apt remove influxdb sudo apt remove influxdb-client sudo apt remove influxdb2 sudo apt autoclean && sudo apt autoremove sudo rm -rf /var/lib/influxdb/ sudo rm -rf /var/log/influxdb/ sudo rm -rf /etc/influxdb/ sudo rm -rf ~/.influxdbv2/configsUnd die KI sagt mir eine 1.8 würde so installiert:
1. System aktualisieren sudo apt update && sudo apt upgrade -y 2. Repository-Schlüssel hinzufügen wget -qO- https://repos.influxdata.com/influxdb.key | gpg --dearmor | sudo tee /usr/share/keyrings/influx-archive-keyring.gpg >/dev/null 3. Paketquelle für InfluxDB einrichten echo "deb [signed-by=/usr/share/keyrings/influx-archive-keyring.gpg] https://repos.influxdata.com/debian $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/influxdb.list 4. Paketlisten aktualisieren und InfluxDB installieren sudo apt update && sudo apt install -y influxdb 5. Dienst starten und Autostart aktivieren sudo systemctl unmask influxdb.service sudo systemctl start influxdb sudo systemctl enable influxdb.service 6. Installation prüfen sudo systemctl status influxdb -
Die letzte Version ist die 1.12? dachte die 1.8. Okay?
Also deinstalliere ich die 2.x
Auch dazu eine Frage, da ich jetzt oft gelesen habe das es Probleme beim deinstallieren gab bin ich über folgende Programmzeilen in diesem Forum (ich meine) gestoßen:sudo service influxdb stop sudo apt remove influxdb sudo apt remove influxdb-client sudo apt remove influxdb2 sudo apt autoclean && sudo apt autoremove sudo rm -rf /var/lib/influxdb/ sudo rm -rf /var/log/influxdb/ sudo rm -rf /etc/influxdb/ sudo rm -rf ~/.influxdbv2/configsUnd die KI sagt mir eine 1.8 würde so installiert:
1. System aktualisieren sudo apt update && sudo apt upgrade -y 2. Repository-Schlüssel hinzufügen wget -qO- https://repos.influxdata.com/influxdb.key | gpg --dearmor | sudo tee /usr/share/keyrings/influx-archive-keyring.gpg >/dev/null 3. Paketquelle für InfluxDB einrichten echo "deb [signed-by=/usr/share/keyrings/influx-archive-keyring.gpg] https://repos.influxdata.com/debian $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/influxdb.list 4. Paketlisten aktualisieren und InfluxDB installieren sudo apt update && sudo apt install -y influxdb 5. Dienst starten und Autostart aktivieren sudo systemctl unmask influxdb.service sudo systemctl start influxdb sudo systemctl enable influxdb.service 6. Installation prüfen sudo systemctl status influxdbImmer diese KIs...
https://docs.influxdata.com/influxdb3/core/install/#linux-deb-or-rpm
Also:
curl --silent --location -O https://repos.influxdata.com/influxdata-archive.key gpg --show-keys --with-fingerprint --with-colons ./influxdata-archive.key 2>&1 \ | grep -q '^fpr:\+24C975CBA61A024EE1B631787C3D57159FC2F927:$' \ && cat influxdata-archive.key \ | gpg --dearmor \ | sudo tee /usr/share/keyrings/influxdata-archive.gpg > /dev/null \ && echo 'deb [signed-by=/usr/share/keyrings/influxdata-archive.gpg] https://repos.influxdata.com/debian stable main' \ | sudo tee /etc/apt/sources.list.d/influxdata.list sudo apt-get updateUnd man frickelt auch nicht so im Dateibaum herum....
sudo rm -rf /var/lib/influxdb/ sudo rm -rf /var/log/influxdb/ sudo rm -rf /etc/influxdb/ sudo rm -rf ~/.influxdbv2/configs -
Immer diese KIs...

Aber das ist doch die DB3?
Muss doch erst noch die 2.x deinstallieren
-
Bist du wirklich noch mit influxdb 1.x unterwegs?
Warum nicht, damit kann man bei InfluxQl bleiben, ohne auf die jungfräuliche 3er-Version schwenken zu müssen. Bis diese soweit ist, kann man auch die 1.x aus meiner Sicht weiter nutzen.
Der Wechsel auf InfluxDB2 (ich habe ihn gemacht) bedeutet ja, dass alle Queries auf Flux überarbeitet werden müssen.
Ich bleibe jetzt erstmal bei v2.x und finde nebenbei die Entwicklungsstrategie von InfluxDB gelinde gesagt fragwürdig.
finde nebenbei die Entwicklungsstrategie von InfluxDB gelinde gesagt fragwürdig
Uuii .. da lobe ich mir die MariaDB (MySQL). Die hält in der Grundstruktur ewig, wie ich auch 30jähriger SQL-Erfahrung weiß. Und man kann problemlos MS Excel oder MS Access damit verbinden.
Mein Thread dazu: Wie arbeitet man damit?
Gruß, Fuzzy
-
finde nebenbei die Entwicklungsstrategie von InfluxDB gelinde gesagt fragwürdig
Uuii .. da lobe ich mir die MariaDB (MySQL). Die hält in der Grundstruktur ewig, wie ich auch 30jähriger SQL-Erfahrung weiß. Und man kann problemlos MS Excel oder MS Access damit verbinden.
Mein Thread dazu: Wie arbeitet man damit?
Gruß, Fuzzy
Nur ist das vom Konzept her was vollkommen anderes.
InfluxDB für Zeitreihen wie Sensordaten optimiert, MariaDB ist eine klassische, relationale Datenbank.
(Ob man bei den kleinen Datenmengen beim ioBroker einen Unterschied bemerkt sei dahingestellt). -
Nur ist das vom Konzept her was vollkommen anderes.
InfluxDB für Zeitreihen wie Sensordaten optimiert, MariaDB ist eine klassische, relationale Datenbank.
(Ob man bei den kleinen Datenmengen beim ioBroker einen Unterschied bemerkt sei dahingestellt).InfluxDB für Zeitreihen wie Sensordaten optimiert
Ja, das habe ich auch so im Thread beschrieben.
Ob man bei den kleinen Datenmengen beim ioBroker einen Unterschied bemerkt sei dahingestellt
Nach meiner Erfahrung ist das mit einer klassische, relationale Datenbank völlig "wurscht". Es werden ja nicht >= 1.000 DP pro Sekunde protokolliert.
-
Hallo Zusammen, nach einer langen Nacht ;-) läuft jetzt alles.
ich habe die Influx 1.12 drauf. Das Restore für die Influx hat auch gepasst.
Musste Grafana noch ein bisschen anpassen. Habe jetzt nochmals alles aktualisiert und mir ein Image gemacht.
Vielen Dank an alle, besonderer Dank an Thomas!! -
Hallo Zusammen, nach einer langen Nacht ;-) läuft jetzt alles.
ich habe die Influx 1.12 drauf. Das Restore für die Influx hat auch gepasst.
Musste Grafana noch ein bisschen anpassen. Habe jetzt nochmals alles aktualisiert und mir ein Image gemacht.
Vielen Dank an alle, besonderer Dank an Thomas!! -
Gerne doch, die Script Meldungen mal ignorieren.
========== Start marking the full check here =========== ```bash Script v.2026-06-06 *** BASE SYSTEM *** Operating System: Debian GNU/Linux 13 (trixie) Static hostname: Raspberry Icon name: computer Kernel: Linux 6.18.34+rpt-rpi-v8 Architecture: arm64 OS is similar to: Model : Raspberry Pi 4 Model B Rev 1.1 Docker : false Virtualization : none Unknown Kernel : aarch64 Userland : 64bit System was installed 67 days ago (on 2026-04-21). Systemuptime and Load: 12:05:03 up 26 min, 1 user, load average: 0.60, 0.30, 0.47 CPU threads : 4 *** LIFE CYCLE STATUS *** Operating System is the current Debian stable version codenamed 'trixie'! *** RASPBERRY THROTTLING *** Current issues: No throttling issues detected. Previously detected issues: No throttling issues detected. *** TIME AND TIMEZONES *** Local time: Sat 2026-06-27 12:05:03 CEST Universal time: Sat 2026-06-27 10:05:03 UTC RTC time: n/a Time zone: Europe/Berlin (CEST, +0200) System clock synchronized: yes NTP service: active RTC in local TZ: no *** Users and Groups *** User that called 'iob diag': pi HOME=/home/pi GROUPS=pi adm dialout cdrom sudo audio video plugdev games users netdev gpio i2c spi render input iobroker User that is running 'js-controller': iobroker HOME=/home/iobroker GROUPS=iobroker tty dialout audio video plugdev bluetooth gpio i2c *** DISPLAY-SERVER SETUP *** Display-Server: Unknown Display-Manager: Not found Desktop: Session: tty Boot Target: multi-user.target *** MEMORY *** total used free shared buff/cache available Mem: 4.0G 2.8G 110M 9.9M 1.1G 1.1G Swap: 2.1G 0B 2.1G Total: 6.1G 2.8G 2.3G Active iob-Instances: 12 3795 M total memory 2708 M used memory 3093 M active memory 412 M inactive memory 105 M free memory 60 M buffer memory 1010 M swap cache 2047 M total swap 0 M used swap 2047 M free swap *** top - Table Of Processes *** top - 12:05:04 up 26 min, 1 user, load average: 0.60, 0.30, 0.47 Tasks: 185 total, 1 running, 184 sleeping, 0 stopped, 0 zombie %Cpu(s): 52.1 us, 10.4 sy, 0.0 ni, 37.5 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st MiB Mem : 3795.8 total, 91.0 free, 2722.4 used, 1071.0 buff/cache MiB Swap: 2048.0 total, 2048.0 free, 0.0 used. 1073.4 avail Mem *** FAILED SERVICES *** UNIT LOAD ACTIVE SUB DESCRIPTION 0 loaded units listed. *** DMESG CRITICAL ERRORS *** No critical errors detected *** FILESYSTEM *** Filesystem Type Size Used Avail Use% Mounted on udev devtmpfs 1.6G 0 1.6G 0% /dev tmpfs tmpfs 760M 9.0M 751M 2% /run /dev/mmcblk0p2 ext4 28G 11G 16G 42% / tmpfs tmpfs 1.9G 0 1.9G 0% /dev/shm tmpfs tmpfs 5.0M 16K 5.0M 1% /run/lock tmpfs tmpfs 1.0M 0 1.0M 0% /run/credentials/systemd-journald .service tmpfs tmpfs 1.9G 432K 1.9G 1% /tmp /dev/mmcblk0p1 vfat 505M 66M 439M 14% /boot/firmware tmpfs tmpfs 1.0M 0 1.0M 0% /run/credentials/getty@tty1.servi ce tmpfs tmpfs 1.0M 0 1.0M 0% /run/credentials/serial-getty@tty S0.service tmpfs tmpfs 380M 8.0K 380M 1% /run/user/1000 Messages concerning filesystems in dmesg: [Sat Jun 27 11:38:38 2026] EXT4-fs (mmcblk0p2): orphan cleanup on readonly fs [Sat Jun 27 11:38:38 2026] EXT4-fs (mmcblk0p2): mounted filesystem e634e0a4-a958 -46cb-abad-862d2102573f ro with ordered data mode. Quota mode: none. [Sat Jun 27 11:38:41 2026] EXT4-fs (mmcblk0p2): re-mounted e634e0a4-a958-46cb-ab ad-862d2102573f r/w. Show mounted filesystems: TARGET SOURCE FSTYPE OPTIONS / /dev/mmcblk0p2 ext4 rw,noatime `-/boot/firmware /dev/mmcblk0p1 vfat rw,relatime,fmask=0022,dmask=0022,codepag e=437,iocharset=ascii,shortname=mixed,errors=remount-ro Files in neuralgic directories: /var: 4.3G /var/ 1.5G /var/lib 859M /var/lib/influxdb 842M /var/lib/influxdb/data 814M /var/lib/influxdb/data/iobroker/autogen Archived and active journals take up 8M in the file system. /opt/iobroker/backups: 1013M /opt/iobroker/backups/ /opt/iobroker/iobroker-data: 180M /opt/iobroker/iobroker-data/ 144M /opt/iobroker/iobroker-data/files 47M /opt/iobroker/iobroker-data/files/admin.admin 46M /opt/iobroker/iobroker-data/files/admin.admin/custom/assets 46M /opt/iobroker/iobroker-data/files/admin.admin/custom The five largest files in iobroker-data are: 24M /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js.m ap 22M /opt/iobroker/iobroker-data/objects.jsonl 8.5M /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js 7.5M /opt/iobroker/iobroker-data/files/backitup.admin/assets/index-BeQV_TGa.j s 6.7M /opt/iobroker/iobroker-data/states.jsonl USB-Devices by-id: USB-Sticks - Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id': No Devices found 'by-id' No nvbackup.json found. *** NodeJS-Installation *** /usr/bin/nodejs v22.23.1 /usr/bin/node v22.23.1 /usr/bin/npm 10.9.8 /usr/bin/npx 10.9.8 ✓ Node.js installation is correct nodejs: Installed: 22.23.1-1nodesource1 Candidate: 22.23.1-1nodesource1 Version table: *** 22.23.1-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 100 /var/lib/dpkg/status 22.23.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.22.3-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.22.2-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.22.1-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.22.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.21.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.20.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.19.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.18.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.17.1-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.17.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.16.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.15.1-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.15.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.14.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.13.1-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.13.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.12.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.11.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.10.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.9.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.8.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.7.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.6.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.5.1-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.5.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.4.1-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.4.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.3.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.2.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.1.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.0.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 20.19.2+dfsg-1+deb13u2 500 500 http://deb.debian.org/debian-security trixie-security/main arm64 Pac kages 500 https://deb.debian.org/debian trixie/main arm64 Packages Temp directories causing deletion problem: 0 No problems detected Errors in npm tree: 0 No problems detected Checking for nodejs vulnerability: No known Vulnerabilities detected! *** ioBroker-Installation *** ioBroker Status iobroker is running on this host. Objects type: jsonl States type: jsonl Hosts: Raspberry Raspberry (version: 7.2.2, hostname: Raspberry , alive, uptime: 1590) Core adapters versions js-controller: 7.2.2 admin: 7.8.23 javascript: 9.0.18 nodejs modules from github: 0 Adapter State + system.adapter.admin.0 : admin : Raspberry - enabled, port: 8081, bind: 0.0.0.0, run as: admi n system.adapter.alexa2.0 : alexa2 : Raspberry - enabled + system.adapter.backitup.0 : backitup : Raspberry - enabled + system.adapter.discovery.0 : discovery : Raspberry - enabled + system.adapter.influxdb.0 : influxdb : Raspberry - enabled, port: 8086 + system.adapter.javascript.0 : javascript : Raspberry - enabled system.adapter.netatmo-crawler.0 : netatmo-crawler : Raspberry - enabled + system.adapter.pvforecast.0 : pvforecast : Raspberry - enabled + system.adapter.rpi2.0 : rpi2 : Raspberry - enabled + system.adapter.senec.0 : senec : Raspberry - enabled + system.adapter.tuya.0 : tuya : Raspberry - enabled + system.adapter.unifi.0 : unifi : Raspberry - enabled system.adapter.vis.0 : vis : Raspberry - enabled + system.adapter.web.0 : web : Raspberry - enabled, port: 8082, bind: 0.0.0.0, run as: admi n + instance is alive Enabled adapters with bindings + system.adapter.admin.0 : admin : Raspberry - enabled, port: 8081, bind: 0.0.0.0, run as: admi n + system.adapter.influxdb.0 : influxdb : Raspberry - enabled, port: 8086 + system.adapter.web.0 : web : Raspberry - enabled, port: 8082, bind: 0.0.0.0, run as: admi n ioBroker-Repositories ┌─────────────────────────────────────────────────────────────────────────────── ─────────────── │ (index) │ name │ url │ auto upgrade │ ├─────────────────────────────────────────────────────────────────────────────── ─────────────── │ 0 │ 'stable' │ 'http://download.iobroker.net/sources-dist.json' │ false │ │ 1 │ 'beta' │ 'http://download.iobroker.net/sources-dist-latest.json' │ false │ └─────────────────────────────────────────────────────────────────────────────── ─────────────── Active repo(s): stable Upgrade policy: none Installed ioBroker-Adapters ┌─────────────────────────────────────────────────────────────────────────────────────────────────── │ (index) │ id │ name │ version │ upgrade policy │ ├─────────────────────────────────────────────────────────────────────────────────────────────────── │ 0 │ 'system.adapter.admin' │ 'admin' │ '7.8.23' │ 'none' │ │ 1 │ 'system.adapter.alexa2' │ 'alexa2' │ '3.26.5' │ 'none' │ │ 2 │ 'system.adapter.backitup' │ 'backitup' │ '3.3.17' │ 'none' │ │ 3 │ 'system.adapter.daswetter' │ 'daswetter' │ '3.1.10' │ 'none' │ │ 4 │ 'system.adapter.discovery' │ 'discovery' │ '5.0.0' │ 'none' │ │ 5 │ 'system.adapter.dwd' │ 'dwd' │ '2.8.5' │ 'none' │ │ 6 │ 'system.adapter.influxdb' │ 'influxdb' │ '4.0.2' │ 'none' │ │ 7 │ 'system.adapter.javascript' │ 'javascript' │ '9.0.18' │ 'none' │ │ 8 │ 'system.adapter.netatmo-crawler' │ 'netatmo-crawler' │ '1.0.0' │ 'none' │ │ 9 │ 'system.adapter.pvforecast' │ 'pvforecast' │ '2.9.0' │ 'none' │ │ 10 │ 'system.adapter.rpi2' │ 'rpi2' │ '1.3.2' │ 'none' │ │ 11 │ 'system.adapter.senec' │ 'senec' │ '2.5.3' │ 'none' │ │ 12 │ 'system.adapter.simple-api' │ 'simple-api' │ '2.8.0' │ 'none' │ │ 13 │ 'system.adapter.socketio' │ 'socketio' │ '6.7.1' │ 'none' │ │ 14 │ 'system.adapter.tuya' │ 'tuya' │ '3.17.0' │ 'none' │ │ 15 │ 'system.adapter.unifi' │ 'unifi' │ '0.7.0' │ 'none' │ │ 16 │ 'system.adapter.vis' │ 'vis' │ '1.5.6' │ 'none' │ │ 17 │ 'system.adapter.vis-timeandweather' │ 'vis-timeandweather' │ '1.2.2' │ 'none' │ │ 18 │ 'system.adapter.weatherunderground' │ 'weatherunderground' │ '3.7.0' │ 'none' │ │ 19 │ 'system.adapter.web' │ 'web' │ '6.2.5' │ 'none' │ │ 20 │ 'system.adapter.ws' │ 'ws' │ '2.6.2' │ 'none' │ └─────────────────────────────────────────────────────────────────────────────────────────────────── ioBroker-Adapter Versions and update status Used repository: stable Adapter "admin" : 7.8.23 , installed 7.8.23 Adapter "alexa2" : 3.27.4 , installed 3.26.5 [Updatable] Adapter "backitup" : 3.3.17 , installed 3.3.17 Adapter "discovery" : 5.0.0 , installed 5.0.0 Adapter "influxdb" : 4.0.2 , installed 4.0.2 Adapter "javascript" : 9.0.18 , installed 9.0.18 Controller "js-controller": 7.2.2 , installed 7.2.2 Adapter "netatmo-crawler": 1.2.0 , installed 1.0.0 [Updatable] Adapter "pvforecast" : 6.1.0 , installed 2.9.0 [Updatable] Adapter "rpi2" : 3.0.2 , installed 1.3.2 [Updatable] Adapter "senec" : 2.5.3 , installed 2.5.3 Adapter "simple-api" : 3.0.7 , installed 2.8.0 [Updatable] Adapter "socketio" : 7.1.3 , installed 6.6.1 [Updatable] Adapter "tuya" : 3.17.0 , installed 3.17.0 Adapter "unifi" : 0.7.0 , installed 0.7.0 Adapter "vis" : 1.5.6 , installed 1.5.6 Adapter "web" : 8.0.0 , installed 6.2.5 [Updatable] Adapter "ws" : 4.1.0 , installed 2.5.11 [Updatable] Objects and States Please stand by - This may take a while Objects: 10850 States: 8809 *** OS-Repositories and Updates *** Hit:1 http://deb.debian.org/debian-security trixie-security InRelease Hit:2 http://archive.raspberrypi.com/debian trixie InRelease Hit:3 https://apt.grafana.com stable InRelease Hit:4 https://deb.debian.org/debian trixie InRelease Hit:5 https://apt.glennr.nl/repo trixie InRelease Hit:6 https://deb.nodesource.com/node_22.x nodistro InRelease Hit:7 https://repo.mongodb.org/apt/ubuntu noble/mongodb-org/8.0 InRelease Get:8 https://packages.adoptium.net/artifactory/deb trixie InRelease [7503 B] Fetched 7503 B in 1s (10.1 kB/s) Reading package lists... Pending systemupdates: 0 *** Listening Ports *** Netid State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess udp UNCONN 0 0 0.0.0.0:40143 0.0.0.0:* users:(("avahi-daemon",pid=605,fd=14)) udp UNCONN 0 0 0.0.0.0:mdns 0.0.0.0:* users:(("avahi-daemon",pid=605,fd=12)) udp UNCONN 0 0 0.0.0.0:sunrpc 0.0.0.0:* users:(("rpcbind",pid=540,fd=5),("systemd",pid=1,fd=126)) udp UNCONN 0 0 0.0.0.0:6666 0.0.0.0:* users:(("io.tuya.0",pid=1471,fd=45)) udp UNCONN 0 0 0.0.0.0:6667 0.0.0.0:* users:(("io.tuya.0",pid=1471,fd=46)) udp UNCONN 0 0 *:mdns *:* users:(("avahi-daemon",pid=605,fd=13)) udp UNCONN 0 0 *:5514 *:* users:(("java",pid=1151,fd=204)) udp UNCONN 0 0 *:3478 *:* users:(("java",pid=1151,fd=180)) udp UNCONN 0 0 *:10001 *:* users:(("java",pid=1151,fd=209)) udp UNCONN 0 0 [::ffff:192.168.0.20]:47172 *:* users:(("java",pid=1151,fd=208)) udp UNCONN 0 0 *:sunrpc *:* users:(("rpcbind",pid=540,fd=7),("systemd",pid=1,fd=131)) udp UNCONN 0 0 *:32892 *:* users:(("avahi-daemon",pid=605,fd=15)) tcp LISTEN 0 4096 127.0.0.1:omniorb 0.0.0.0:* users:(("influxd",pid=1084,fd=3)) tcp LISTEN 0 128 0.0.0.0:ssh 0.0.0.0:* users:(("sshd",pid=1116,fd=6)) tcp LISTEN 0 4096 0.0.0.0:sunrpc 0.0.0.0:* users:(("rpcbind",pid=540,fd=4),("systemd",pid=1,fd=125)) tcp LISTEN 0 511 127.0.0.1:9000 0.0.0.0:* users:(("iobroker.js-con",pid=1085,fd=29)) tcp LISTEN 0 511 127.0.0.1:9001 0.0.0.0:* users:(("iobroker.js-con",pid=1085,fd=23)) tcp LISTEN 0 4096 127.0.0.1:27117 0.0.0.0:* users:(("mongod",pid=1233,fd=9)) tcp LISTEN 0 128 [::]:ssh [::]:* users:(("sshd",pid=1116,fd=7)) tcp LISTEN 0 4096 [::]:sunrpc [::]:* users:(("rpcbind",pid=540,fd=6),("systemd",pid=1,fd=128)) tcp LISTEN 0 1000 *:8443 *:* users:(("java",pid=1151,fd=184)) tcp LISTEN 0 50 *:6789 *:* users:(("java",pid=1151,fd=188)) tcp LISTEN 0 1000 *:8843 *:* users:(("java",pid=1151,fd=190)) tcp LISTEN 0 1000 *:8880 *:* users:(("java",pid=1151,fd=174)) tcp LISTEN 0 4096 *:3000 *:* users:(("grafana",pid=1185,fd=32)) tcp LISTEN 0 1000 *:28082 *:* users:(("java",pid=1151,fd=179)) tcp LISTEN 0 4096 *:8086 *:* users:(("influxd",pid=1084,fd=203)) tcp LISTEN 0 511 *:8082 *:* users:(("io.web.0",pid=1606,fd=35)) tcp LISTEN 0 200 *:http-alt *:* users:(("java",pid=1151,fd=163)) tcp LISTEN 0 511 *:tproxy *:* users:(("io.admin.0",pid=1263,fd=36)) *** Log File - Last 25 Lines *** 2026-06-27 12:06:25.514 - warn: javascript.0 (1360) at processImmediate (node:internal/timers:452:9) 2026-06-27 12:06:25.514 - warn: javascript.0 (1360) at process.callbackTrampoline (node:internal/async_hooks:130:17) 2026-06-27 12:06:25.514 - info: javascript.0 (1360) script.js.common.Senec.Grid_Power_Bezug_und_Einspeisung: Einspeisung addiert. Neue Summe: 591.32 Wh 2026-06-27 12:06:25.517 - info: javascript.0 (1360) State value to set for "0_userdata.0.Energie.Senec.Tages_Einspeisung_Wh" has to be type "number" but received type "string" 2026-06-27 12:06:25.560 - info: javascript.0 (1360) State value to set for "0_userdata.0.Energie.Senec.Tages_Einspeisung_kWh" has to be type "number" but received type "string" 2026-06-27 12:06:36.016 - info: javascript.0 (1360) script.js.common.Senec.Hausverbrauch: Aktuelle Leistung: 1889.85 W, Zeitdiff: 10.60 s, Berechnete Energie: 5.56 Wh 2026-06-27 12:06:36.026 - info: javascript.0 (1360) script.js.common.Senec.Grid_Power_Bezug_und_Einspeisung: Aktuelle Leistung: -1133.21 W, Zeitdiff: 10.59 s, Berechnete Energie: -3.33 Wh 2026-06-27 12:06:36.031 - warn: javascript.0 (1360) You are assigning a string to the state "0_userdata.0.Energie.Senec.Tages_Hausverbrauch_Wh" which expects a number. Please fix your code to use a number or change the state type to string. This warning might become an error in future versions. 2026-06-27 12:06:36.032 - warn: javascript.0 (1360) at setState (/opt/iobroker/node_modules/iobroker.javascript/src/lib/sandbox.ts:2661:20) 2026-06-27 12:06:36.033 - warn: javascript.0 (1360) at Object.<anonymous> (script.js.common.Senec.Hausverbrauch:111:5) 2026-06-27 12:06:36.033 - warn: javascript.0 (1360) You are assigning a string to the state "0_userdata.0.Energie.Senec.Tages_Hausverbrauch_kWh" which expects a number. Please fix your code to use a number or change the state type to string. This warning might become an error in future versions. 2026-06-27 12:06:36.034 - warn: javascript.0 (1360) at setState (/opt/iobroker/node_modules/iobroker.javascript/src/lib/sandbox.ts:2661:20) 2026-06-27 12:06:36.034 - warn: javascript.0 (1360) at Object.<anonymous> (script.js.common.Senec.Hausverbrauch:112:5) 2026-06-27 12:06:36.035 - info: javascript.0 (1360) script.js.common.Senec.Hausverbrauch: Hausverbrauch addiert. Neue Summe: 6449.71 Wh (6.450 kWh) 2026-06-27 12:06:36.037 - info: javascript.0 (1360) State value to set for "0_userdata.0.Energie.Senec.Tages_Hausverbrauch_Wh" has to be type "number" but received type "string" 2026-06-27 12:06:36.039 - info: javascript.0 (1360) State value to set for "0_userdata.0.Energie.Senec.Tages_Hausverbrauch_kWh" has to be type "number" but received type "string" 2026-06-27 12:06:36.126 - warn: javascript.0 (1360) You are assigning a string to the state "0_userdata.0.Energie.Senec.Tages_Einspeisung_Wh" which expects a number. Please fix your code to use a number or change the state type to string. This warning might become an error in future versions. 2026-06-27 12:06:36.127 - warn: javascript.0 (1360) at setState (/opt/iobroker/node_modules/iobroker.javascript/src/lib/sandbox.ts:2661:20) 2026-06-27 12:06:36.131 - warn: javascript.0 (1360) at Object.<anonymous> (script.js.common.Senec.Grid_Power_Bezug_und_Einspeisung:123:9) 2026-06-27 12:06:36.132 - warn: javascript.0 (1360) You are assigning a string to the state "0_userdata.0.Energie.Senec.Tages_Einspeisung_kWh" which expects a number. Please fix your code to use a number or change the state type to string. This warning might become an error in future versions. 2026-06-27 12:06:36.133 - warn: javascript.0 (1360) at setState (/opt/iobroker/node_modules/iobroker.javascript/src/lib/sandbox.ts:2661:20) 2026-06-27 12:06:36.134 - warn: javascript.0 (1360) at Object.<anonymous> (script.js.common.Senec.Grid_Power_Bezug_und_Einspeisung:124:9) 2026-06-27 12:06:36.134 - info: javascript.0 (1360) script.js.common.Senec.Grid_Power_Bezug_und_Einspeisung: Einspeisung addiert. Neue Summe: 594.65 Wh 2026-06-27 12:06:36.137 - info: javascript.0 (1360) State value to set for "0_userdata.0.Energie.Senec.Tages_Einspeisung_Wh" has to be type "number" but received type "string" 2026-06-27 12:06:36.138 - info: javascript.0 (1360) State value to set for "0_userdata.0.Energie.Senec.Tages_Einspeisung_kWh" has to be type "number" but received type "string"============= Mark until here for C&P =============
iob diag has finished.
Okay mich wundert es jetzt das manche adapter nicht geupdatet worden sind, obwohl ich sudo apt update && sudo apt full-upgrade durchführt habe. Bin gerade dabei die fehlenden manuell über den iobroker zu aktualisieren
-
Gerne doch, die Script Meldungen mal ignorieren.
========== Start marking the full check here =========== ```bash Script v.2026-06-06 *** BASE SYSTEM *** Operating System: Debian GNU/Linux 13 (trixie) Static hostname: Raspberry Icon name: computer Kernel: Linux 6.18.34+rpt-rpi-v8 Architecture: arm64 OS is similar to: Model : Raspberry Pi 4 Model B Rev 1.1 Docker : false Virtualization : none Unknown Kernel : aarch64 Userland : 64bit System was installed 67 days ago (on 2026-04-21). Systemuptime and Load: 12:05:03 up 26 min, 1 user, load average: 0.60, 0.30, 0.47 CPU threads : 4 *** LIFE CYCLE STATUS *** Operating System is the current Debian stable version codenamed 'trixie'! *** RASPBERRY THROTTLING *** Current issues: No throttling issues detected. Previously detected issues: No throttling issues detected. *** TIME AND TIMEZONES *** Local time: Sat 2026-06-27 12:05:03 CEST Universal time: Sat 2026-06-27 10:05:03 UTC RTC time: n/a Time zone: Europe/Berlin (CEST, +0200) System clock synchronized: yes NTP service: active RTC in local TZ: no *** Users and Groups *** User that called 'iob diag': pi HOME=/home/pi GROUPS=pi adm dialout cdrom sudo audio video plugdev games users netdev gpio i2c spi render input iobroker User that is running 'js-controller': iobroker HOME=/home/iobroker GROUPS=iobroker tty dialout audio video plugdev bluetooth gpio i2c *** DISPLAY-SERVER SETUP *** Display-Server: Unknown Display-Manager: Not found Desktop: Session: tty Boot Target: multi-user.target *** MEMORY *** total used free shared buff/cache available Mem: 4.0G 2.8G 110M 9.9M 1.1G 1.1G Swap: 2.1G 0B 2.1G Total: 6.1G 2.8G 2.3G Active iob-Instances: 12 3795 M total memory 2708 M used memory 3093 M active memory 412 M inactive memory 105 M free memory 60 M buffer memory 1010 M swap cache 2047 M total swap 0 M used swap 2047 M free swap *** top - Table Of Processes *** top - 12:05:04 up 26 min, 1 user, load average: 0.60, 0.30, 0.47 Tasks: 185 total, 1 running, 184 sleeping, 0 stopped, 0 zombie %Cpu(s): 52.1 us, 10.4 sy, 0.0 ni, 37.5 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st MiB Mem : 3795.8 total, 91.0 free, 2722.4 used, 1071.0 buff/cache MiB Swap: 2048.0 total, 2048.0 free, 0.0 used. 1073.4 avail Mem *** FAILED SERVICES *** UNIT LOAD ACTIVE SUB DESCRIPTION 0 loaded units listed. *** DMESG CRITICAL ERRORS *** No critical errors detected *** FILESYSTEM *** Filesystem Type Size Used Avail Use% Mounted on udev devtmpfs 1.6G 0 1.6G 0% /dev tmpfs tmpfs 760M 9.0M 751M 2% /run /dev/mmcblk0p2 ext4 28G 11G 16G 42% / tmpfs tmpfs 1.9G 0 1.9G 0% /dev/shm tmpfs tmpfs 5.0M 16K 5.0M 1% /run/lock tmpfs tmpfs 1.0M 0 1.0M 0% /run/credentials/systemd-journald .service tmpfs tmpfs 1.9G 432K 1.9G 1% /tmp /dev/mmcblk0p1 vfat 505M 66M 439M 14% /boot/firmware tmpfs tmpfs 1.0M 0 1.0M 0% /run/credentials/getty@tty1.servi ce tmpfs tmpfs 1.0M 0 1.0M 0% /run/credentials/serial-getty@tty S0.service tmpfs tmpfs 380M 8.0K 380M 1% /run/user/1000 Messages concerning filesystems in dmesg: [Sat Jun 27 11:38:38 2026] EXT4-fs (mmcblk0p2): orphan cleanup on readonly fs [Sat Jun 27 11:38:38 2026] EXT4-fs (mmcblk0p2): mounted filesystem e634e0a4-a958 -46cb-abad-862d2102573f ro with ordered data mode. Quota mode: none. [Sat Jun 27 11:38:41 2026] EXT4-fs (mmcblk0p2): re-mounted e634e0a4-a958-46cb-ab ad-862d2102573f r/w. Show mounted filesystems: TARGET SOURCE FSTYPE OPTIONS / /dev/mmcblk0p2 ext4 rw,noatime `-/boot/firmware /dev/mmcblk0p1 vfat rw,relatime,fmask=0022,dmask=0022,codepag e=437,iocharset=ascii,shortname=mixed,errors=remount-ro Files in neuralgic directories: /var: 4.3G /var/ 1.5G /var/lib 859M /var/lib/influxdb 842M /var/lib/influxdb/data 814M /var/lib/influxdb/data/iobroker/autogen Archived and active journals take up 8M in the file system. /opt/iobroker/backups: 1013M /opt/iobroker/backups/ /opt/iobroker/iobroker-data: 180M /opt/iobroker/iobroker-data/ 144M /opt/iobroker/iobroker-data/files 47M /opt/iobroker/iobroker-data/files/admin.admin 46M /opt/iobroker/iobroker-data/files/admin.admin/custom/assets 46M /opt/iobroker/iobroker-data/files/admin.admin/custom The five largest files in iobroker-data are: 24M /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js.m ap 22M /opt/iobroker/iobroker-data/objects.jsonl 8.5M /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js 7.5M /opt/iobroker/iobroker-data/files/backitup.admin/assets/index-BeQV_TGa.j s 6.7M /opt/iobroker/iobroker-data/states.jsonl USB-Devices by-id: USB-Sticks - Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id': No Devices found 'by-id' No nvbackup.json found. *** NodeJS-Installation *** /usr/bin/nodejs v22.23.1 /usr/bin/node v22.23.1 /usr/bin/npm 10.9.8 /usr/bin/npx 10.9.8 ✓ Node.js installation is correct nodejs: Installed: 22.23.1-1nodesource1 Candidate: 22.23.1-1nodesource1 Version table: *** 22.23.1-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 100 /var/lib/dpkg/status 22.23.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.22.3-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.22.2-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.22.1-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.22.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.21.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.20.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.19.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.18.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.17.1-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.17.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.16.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.15.1-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.15.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.14.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.13.1-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.13.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.12.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.11.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.10.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.9.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.8.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.7.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.6.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.5.1-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.5.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.4.1-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.4.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.3.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.2.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.1.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.0.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 20.19.2+dfsg-1+deb13u2 500 500 http://deb.debian.org/debian-security trixie-security/main arm64 Pac kages 500 https://deb.debian.org/debian trixie/main arm64 Packages Temp directories causing deletion problem: 0 No problems detected Errors in npm tree: 0 No problems detected Checking for nodejs vulnerability: No known Vulnerabilities detected! *** ioBroker-Installation *** ioBroker Status iobroker is running on this host. Objects type: jsonl States type: jsonl Hosts: Raspberry Raspberry (version: 7.2.2, hostname: Raspberry , alive, uptime: 1590) Core adapters versions js-controller: 7.2.2 admin: 7.8.23 javascript: 9.0.18 nodejs modules from github: 0 Adapter State + system.adapter.admin.0 : admin : Raspberry - enabled, port: 8081, bind: 0.0.0.0, run as: admi n system.adapter.alexa2.0 : alexa2 : Raspberry - enabled + system.adapter.backitup.0 : backitup : Raspberry - enabled + system.adapter.discovery.0 : discovery : Raspberry - enabled + system.adapter.influxdb.0 : influxdb : Raspberry - enabled, port: 8086 + system.adapter.javascript.0 : javascript : Raspberry - enabled system.adapter.netatmo-crawler.0 : netatmo-crawler : Raspberry - enabled + system.adapter.pvforecast.0 : pvforecast : Raspberry - enabled + system.adapter.rpi2.0 : rpi2 : Raspberry - enabled + system.adapter.senec.0 : senec : Raspberry - enabled + system.adapter.tuya.0 : tuya : Raspberry - enabled + system.adapter.unifi.0 : unifi : Raspberry - enabled system.adapter.vis.0 : vis : Raspberry - enabled + system.adapter.web.0 : web : Raspberry - enabled, port: 8082, bind: 0.0.0.0, run as: admi n + instance is alive Enabled adapters with bindings + system.adapter.admin.0 : admin : Raspberry - enabled, port: 8081, bind: 0.0.0.0, run as: admi n + system.adapter.influxdb.0 : influxdb : Raspberry - enabled, port: 8086 + system.adapter.web.0 : web : Raspberry - enabled, port: 8082, bind: 0.0.0.0, run as: admi n ioBroker-Repositories ┌─────────────────────────────────────────────────────────────────────────────── ─────────────── │ (index) │ name │ url │ auto upgrade │ ├─────────────────────────────────────────────────────────────────────────────── ─────────────── │ 0 │ 'stable' │ 'http://download.iobroker.net/sources-dist.json' │ false │ │ 1 │ 'beta' │ 'http://download.iobroker.net/sources-dist-latest.json' │ false │ └─────────────────────────────────────────────────────────────────────────────── ─────────────── Active repo(s): stable Upgrade policy: none Installed ioBroker-Adapters ┌─────────────────────────────────────────────────────────────────────────────────────────────────── │ (index) │ id │ name │ version │ upgrade policy │ ├─────────────────────────────────────────────────────────────────────────────────────────────────── │ 0 │ 'system.adapter.admin' │ 'admin' │ '7.8.23' │ 'none' │ │ 1 │ 'system.adapter.alexa2' │ 'alexa2' │ '3.26.5' │ 'none' │ │ 2 │ 'system.adapter.backitup' │ 'backitup' │ '3.3.17' │ 'none' │ │ 3 │ 'system.adapter.daswetter' │ 'daswetter' │ '3.1.10' │ 'none' │ │ 4 │ 'system.adapter.discovery' │ 'discovery' │ '5.0.0' │ 'none' │ │ 5 │ 'system.adapter.dwd' │ 'dwd' │ '2.8.5' │ 'none' │ │ 6 │ 'system.adapter.influxdb' │ 'influxdb' │ '4.0.2' │ 'none' │ │ 7 │ 'system.adapter.javascript' │ 'javascript' │ '9.0.18' │ 'none' │ │ 8 │ 'system.adapter.netatmo-crawler' │ 'netatmo-crawler' │ '1.0.0' │ 'none' │ │ 9 │ 'system.adapter.pvforecast' │ 'pvforecast' │ '2.9.0' │ 'none' │ │ 10 │ 'system.adapter.rpi2' │ 'rpi2' │ '1.3.2' │ 'none' │ │ 11 │ 'system.adapter.senec' │ 'senec' │ '2.5.3' │ 'none' │ │ 12 │ 'system.adapter.simple-api' │ 'simple-api' │ '2.8.0' │ 'none' │ │ 13 │ 'system.adapter.socketio' │ 'socketio' │ '6.7.1' │ 'none' │ │ 14 │ 'system.adapter.tuya' │ 'tuya' │ '3.17.0' │ 'none' │ │ 15 │ 'system.adapter.unifi' │ 'unifi' │ '0.7.0' │ 'none' │ │ 16 │ 'system.adapter.vis' │ 'vis' │ '1.5.6' │ 'none' │ │ 17 │ 'system.adapter.vis-timeandweather' │ 'vis-timeandweather' │ '1.2.2' │ 'none' │ │ 18 │ 'system.adapter.weatherunderground' │ 'weatherunderground' │ '3.7.0' │ 'none' │ │ 19 │ 'system.adapter.web' │ 'web' │ '6.2.5' │ 'none' │ │ 20 │ 'system.adapter.ws' │ 'ws' │ '2.6.2' │ 'none' │ └─────────────────────────────────────────────────────────────────────────────────────────────────── ioBroker-Adapter Versions and update status Used repository: stable Adapter "admin" : 7.8.23 , installed 7.8.23 Adapter "alexa2" : 3.27.4 , installed 3.26.5 [Updatable] Adapter "backitup" : 3.3.17 , installed 3.3.17 Adapter "discovery" : 5.0.0 , installed 5.0.0 Adapter "influxdb" : 4.0.2 , installed 4.0.2 Adapter "javascript" : 9.0.18 , installed 9.0.18 Controller "js-controller": 7.2.2 , installed 7.2.2 Adapter "netatmo-crawler": 1.2.0 , installed 1.0.0 [Updatable] Adapter "pvforecast" : 6.1.0 , installed 2.9.0 [Updatable] Adapter "rpi2" : 3.0.2 , installed 1.3.2 [Updatable] Adapter "senec" : 2.5.3 , installed 2.5.3 Adapter "simple-api" : 3.0.7 , installed 2.8.0 [Updatable] Adapter "socketio" : 7.1.3 , installed 6.6.1 [Updatable] Adapter "tuya" : 3.17.0 , installed 3.17.0 Adapter "unifi" : 0.7.0 , installed 0.7.0 Adapter "vis" : 1.5.6 , installed 1.5.6 Adapter "web" : 8.0.0 , installed 6.2.5 [Updatable] Adapter "ws" : 4.1.0 , installed 2.5.11 [Updatable] Objects and States Please stand by - This may take a while Objects: 10850 States: 8809 *** OS-Repositories and Updates *** Hit:1 http://deb.debian.org/debian-security trixie-security InRelease Hit:2 http://archive.raspberrypi.com/debian trixie InRelease Hit:3 https://apt.grafana.com stable InRelease Hit:4 https://deb.debian.org/debian trixie InRelease Hit:5 https://apt.glennr.nl/repo trixie InRelease Hit:6 https://deb.nodesource.com/node_22.x nodistro InRelease Hit:7 https://repo.mongodb.org/apt/ubuntu noble/mongodb-org/8.0 InRelease Get:8 https://packages.adoptium.net/artifactory/deb trixie InRelease [7503 B] Fetched 7503 B in 1s (10.1 kB/s) Reading package lists... Pending systemupdates: 0 *** Listening Ports *** Netid State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess udp UNCONN 0 0 0.0.0.0:40143 0.0.0.0:* users:(("avahi-daemon",pid=605,fd=14)) udp UNCONN 0 0 0.0.0.0:mdns 0.0.0.0:* users:(("avahi-daemon",pid=605,fd=12)) udp UNCONN 0 0 0.0.0.0:sunrpc 0.0.0.0:* users:(("rpcbind",pid=540,fd=5),("systemd",pid=1,fd=126)) udp UNCONN 0 0 0.0.0.0:6666 0.0.0.0:* users:(("io.tuya.0",pid=1471,fd=45)) udp UNCONN 0 0 0.0.0.0:6667 0.0.0.0:* users:(("io.tuya.0",pid=1471,fd=46)) udp UNCONN 0 0 *:mdns *:* users:(("avahi-daemon",pid=605,fd=13)) udp UNCONN 0 0 *:5514 *:* users:(("java",pid=1151,fd=204)) udp UNCONN 0 0 *:3478 *:* users:(("java",pid=1151,fd=180)) udp UNCONN 0 0 *:10001 *:* users:(("java",pid=1151,fd=209)) udp UNCONN 0 0 [::ffff:192.168.0.20]:47172 *:* users:(("java",pid=1151,fd=208)) udp UNCONN 0 0 *:sunrpc *:* users:(("rpcbind",pid=540,fd=7),("systemd",pid=1,fd=131)) udp UNCONN 0 0 *:32892 *:* users:(("avahi-daemon",pid=605,fd=15)) tcp LISTEN 0 4096 127.0.0.1:omniorb 0.0.0.0:* users:(("influxd",pid=1084,fd=3)) tcp LISTEN 0 128 0.0.0.0:ssh 0.0.0.0:* users:(("sshd",pid=1116,fd=6)) tcp LISTEN 0 4096 0.0.0.0:sunrpc 0.0.0.0:* users:(("rpcbind",pid=540,fd=4),("systemd",pid=1,fd=125)) tcp LISTEN 0 511 127.0.0.1:9000 0.0.0.0:* users:(("iobroker.js-con",pid=1085,fd=29)) tcp LISTEN 0 511 127.0.0.1:9001 0.0.0.0:* users:(("iobroker.js-con",pid=1085,fd=23)) tcp LISTEN 0 4096 127.0.0.1:27117 0.0.0.0:* users:(("mongod",pid=1233,fd=9)) tcp LISTEN 0 128 [::]:ssh [::]:* users:(("sshd",pid=1116,fd=7)) tcp LISTEN 0 4096 [::]:sunrpc [::]:* users:(("rpcbind",pid=540,fd=6),("systemd",pid=1,fd=128)) tcp LISTEN 0 1000 *:8443 *:* users:(("java",pid=1151,fd=184)) tcp LISTEN 0 50 *:6789 *:* users:(("java",pid=1151,fd=188)) tcp LISTEN 0 1000 *:8843 *:* users:(("java",pid=1151,fd=190)) tcp LISTEN 0 1000 *:8880 *:* users:(("java",pid=1151,fd=174)) tcp LISTEN 0 4096 *:3000 *:* users:(("grafana",pid=1185,fd=32)) tcp LISTEN 0 1000 *:28082 *:* users:(("java",pid=1151,fd=179)) tcp LISTEN 0 4096 *:8086 *:* users:(("influxd",pid=1084,fd=203)) tcp LISTEN 0 511 *:8082 *:* users:(("io.web.0",pid=1606,fd=35)) tcp LISTEN 0 200 *:http-alt *:* users:(("java",pid=1151,fd=163)) tcp LISTEN 0 511 *:tproxy *:* users:(("io.admin.0",pid=1263,fd=36)) *** Log File - Last 25 Lines *** 2026-06-27 12:06:25.514 - warn: javascript.0 (1360) at processImmediate (node:internal/timers:452:9) 2026-06-27 12:06:25.514 - warn: javascript.0 (1360) at process.callbackTrampoline (node:internal/async_hooks:130:17) 2026-06-27 12:06:25.514 - info: javascript.0 (1360) script.js.common.Senec.Grid_Power_Bezug_und_Einspeisung: Einspeisung addiert. Neue Summe: 591.32 Wh 2026-06-27 12:06:25.517 - info: javascript.0 (1360) State value to set for "0_userdata.0.Energie.Senec.Tages_Einspeisung_Wh" has to be type "number" but received type "string" 2026-06-27 12:06:25.560 - info: javascript.0 (1360) State value to set for "0_userdata.0.Energie.Senec.Tages_Einspeisung_kWh" has to be type "number" but received type "string" 2026-06-27 12:06:36.016 - info: javascript.0 (1360) script.js.common.Senec.Hausverbrauch: Aktuelle Leistung: 1889.85 W, Zeitdiff: 10.60 s, Berechnete Energie: 5.56 Wh 2026-06-27 12:06:36.026 - info: javascript.0 (1360) script.js.common.Senec.Grid_Power_Bezug_und_Einspeisung: Aktuelle Leistung: -1133.21 W, Zeitdiff: 10.59 s, Berechnete Energie: -3.33 Wh 2026-06-27 12:06:36.031 - warn: javascript.0 (1360) You are assigning a string to the state "0_userdata.0.Energie.Senec.Tages_Hausverbrauch_Wh" which expects a number. Please fix your code to use a number or change the state type to string. This warning might become an error in future versions. 2026-06-27 12:06:36.032 - warn: javascript.0 (1360) at setState (/opt/iobroker/node_modules/iobroker.javascript/src/lib/sandbox.ts:2661:20) 2026-06-27 12:06:36.033 - warn: javascript.0 (1360) at Object.<anonymous> (script.js.common.Senec.Hausverbrauch:111:5) 2026-06-27 12:06:36.033 - warn: javascript.0 (1360) You are assigning a string to the state "0_userdata.0.Energie.Senec.Tages_Hausverbrauch_kWh" which expects a number. Please fix your code to use a number or change the state type to string. This warning might become an error in future versions. 2026-06-27 12:06:36.034 - warn: javascript.0 (1360) at setState (/opt/iobroker/node_modules/iobroker.javascript/src/lib/sandbox.ts:2661:20) 2026-06-27 12:06:36.034 - warn: javascript.0 (1360) at Object.<anonymous> (script.js.common.Senec.Hausverbrauch:112:5) 2026-06-27 12:06:36.035 - info: javascript.0 (1360) script.js.common.Senec.Hausverbrauch: Hausverbrauch addiert. Neue Summe: 6449.71 Wh (6.450 kWh) 2026-06-27 12:06:36.037 - info: javascript.0 (1360) State value to set for "0_userdata.0.Energie.Senec.Tages_Hausverbrauch_Wh" has to be type "number" but received type "string" 2026-06-27 12:06:36.039 - info: javascript.0 (1360) State value to set for "0_userdata.0.Energie.Senec.Tages_Hausverbrauch_kWh" has to be type "number" but received type "string" 2026-06-27 12:06:36.126 - warn: javascript.0 (1360) You are assigning a string to the state "0_userdata.0.Energie.Senec.Tages_Einspeisung_Wh" which expects a number. Please fix your code to use a number or change the state type to string. This warning might become an error in future versions. 2026-06-27 12:06:36.127 - warn: javascript.0 (1360) at setState (/opt/iobroker/node_modules/iobroker.javascript/src/lib/sandbox.ts:2661:20) 2026-06-27 12:06:36.131 - warn: javascript.0 (1360) at Object.<anonymous> (script.js.common.Senec.Grid_Power_Bezug_und_Einspeisung:123:9) 2026-06-27 12:06:36.132 - warn: javascript.0 (1360) You are assigning a string to the state "0_userdata.0.Energie.Senec.Tages_Einspeisung_kWh" which expects a number. Please fix your code to use a number or change the state type to string. This warning might become an error in future versions. 2026-06-27 12:06:36.133 - warn: javascript.0 (1360) at setState (/opt/iobroker/node_modules/iobroker.javascript/src/lib/sandbox.ts:2661:20) 2026-06-27 12:06:36.134 - warn: javascript.0 (1360) at Object.<anonymous> (script.js.common.Senec.Grid_Power_Bezug_und_Einspeisung:124:9) 2026-06-27 12:06:36.134 - info: javascript.0 (1360) script.js.common.Senec.Grid_Power_Bezug_und_Einspeisung: Einspeisung addiert. Neue Summe: 594.65 Wh 2026-06-27 12:06:36.137 - info: javascript.0 (1360) State value to set for "0_userdata.0.Energie.Senec.Tages_Einspeisung_Wh" has to be type "number" but received type "string" 2026-06-27 12:06:36.138 - info: javascript.0 (1360) State value to set for "0_userdata.0.Energie.Senec.Tages_Einspeisung_kWh" has to be type "number" but received type "string"============= Mark until here for C&P =============
iob diag has finished.
Okay mich wundert es jetzt das manche adapter nicht geupdatet worden sind, obwohl ich sudo apt update && sudo apt full-upgrade durchführt habe. Bin gerade dabei die fehlenden manuell über den iobroker zu aktualisieren
Das influx-Repo fehlt. Dafür ist da sonstiges 'obskures' Zeug in den Quellen.
Für mongodb gibt es z. B. eine Quelle für Trixie. Warum knallst du da den Ubuntu-Kram rein?
-
Gerne doch, die Script Meldungen mal ignorieren.
========== Start marking the full check here =========== ```bash Script v.2026-06-06 *** BASE SYSTEM *** Operating System: Debian GNU/Linux 13 (trixie) Static hostname: Raspberry Icon name: computer Kernel: Linux 6.18.34+rpt-rpi-v8 Architecture: arm64 OS is similar to: Model : Raspberry Pi 4 Model B Rev 1.1 Docker : false Virtualization : none Unknown Kernel : aarch64 Userland : 64bit System was installed 67 days ago (on 2026-04-21). Systemuptime and Load: 12:05:03 up 26 min, 1 user, load average: 0.60, 0.30, 0.47 CPU threads : 4 *** LIFE CYCLE STATUS *** Operating System is the current Debian stable version codenamed 'trixie'! *** RASPBERRY THROTTLING *** Current issues: No throttling issues detected. Previously detected issues: No throttling issues detected. *** TIME AND TIMEZONES *** Local time: Sat 2026-06-27 12:05:03 CEST Universal time: Sat 2026-06-27 10:05:03 UTC RTC time: n/a Time zone: Europe/Berlin (CEST, +0200) System clock synchronized: yes NTP service: active RTC in local TZ: no *** Users and Groups *** User that called 'iob diag': pi HOME=/home/pi GROUPS=pi adm dialout cdrom sudo audio video plugdev games users netdev gpio i2c spi render input iobroker User that is running 'js-controller': iobroker HOME=/home/iobroker GROUPS=iobroker tty dialout audio video plugdev bluetooth gpio i2c *** DISPLAY-SERVER SETUP *** Display-Server: Unknown Display-Manager: Not found Desktop: Session: tty Boot Target: multi-user.target *** MEMORY *** total used free shared buff/cache available Mem: 4.0G 2.8G 110M 9.9M 1.1G 1.1G Swap: 2.1G 0B 2.1G Total: 6.1G 2.8G 2.3G Active iob-Instances: 12 3795 M total memory 2708 M used memory 3093 M active memory 412 M inactive memory 105 M free memory 60 M buffer memory 1010 M swap cache 2047 M total swap 0 M used swap 2047 M free swap *** top - Table Of Processes *** top - 12:05:04 up 26 min, 1 user, load average: 0.60, 0.30, 0.47 Tasks: 185 total, 1 running, 184 sleeping, 0 stopped, 0 zombie %Cpu(s): 52.1 us, 10.4 sy, 0.0 ni, 37.5 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st MiB Mem : 3795.8 total, 91.0 free, 2722.4 used, 1071.0 buff/cache MiB Swap: 2048.0 total, 2048.0 free, 0.0 used. 1073.4 avail Mem *** FAILED SERVICES *** UNIT LOAD ACTIVE SUB DESCRIPTION 0 loaded units listed. *** DMESG CRITICAL ERRORS *** No critical errors detected *** FILESYSTEM *** Filesystem Type Size Used Avail Use% Mounted on udev devtmpfs 1.6G 0 1.6G 0% /dev tmpfs tmpfs 760M 9.0M 751M 2% /run /dev/mmcblk0p2 ext4 28G 11G 16G 42% / tmpfs tmpfs 1.9G 0 1.9G 0% /dev/shm tmpfs tmpfs 5.0M 16K 5.0M 1% /run/lock tmpfs tmpfs 1.0M 0 1.0M 0% /run/credentials/systemd-journald .service tmpfs tmpfs 1.9G 432K 1.9G 1% /tmp /dev/mmcblk0p1 vfat 505M 66M 439M 14% /boot/firmware tmpfs tmpfs 1.0M 0 1.0M 0% /run/credentials/getty@tty1.servi ce tmpfs tmpfs 1.0M 0 1.0M 0% /run/credentials/serial-getty@tty S0.service tmpfs tmpfs 380M 8.0K 380M 1% /run/user/1000 Messages concerning filesystems in dmesg: [Sat Jun 27 11:38:38 2026] EXT4-fs (mmcblk0p2): orphan cleanup on readonly fs [Sat Jun 27 11:38:38 2026] EXT4-fs (mmcblk0p2): mounted filesystem e634e0a4-a958 -46cb-abad-862d2102573f ro with ordered data mode. Quota mode: none. [Sat Jun 27 11:38:41 2026] EXT4-fs (mmcblk0p2): re-mounted e634e0a4-a958-46cb-ab ad-862d2102573f r/w. Show mounted filesystems: TARGET SOURCE FSTYPE OPTIONS / /dev/mmcblk0p2 ext4 rw,noatime `-/boot/firmware /dev/mmcblk0p1 vfat rw,relatime,fmask=0022,dmask=0022,codepag e=437,iocharset=ascii,shortname=mixed,errors=remount-ro Files in neuralgic directories: /var: 4.3G /var/ 1.5G /var/lib 859M /var/lib/influxdb 842M /var/lib/influxdb/data 814M /var/lib/influxdb/data/iobroker/autogen Archived and active journals take up 8M in the file system. /opt/iobroker/backups: 1013M /opt/iobroker/backups/ /opt/iobroker/iobroker-data: 180M /opt/iobroker/iobroker-data/ 144M /opt/iobroker/iobroker-data/files 47M /opt/iobroker/iobroker-data/files/admin.admin 46M /opt/iobroker/iobroker-data/files/admin.admin/custom/assets 46M /opt/iobroker/iobroker-data/files/admin.admin/custom The five largest files in iobroker-data are: 24M /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js.m ap 22M /opt/iobroker/iobroker-data/objects.jsonl 8.5M /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js 7.5M /opt/iobroker/iobroker-data/files/backitup.admin/assets/index-BeQV_TGa.j s 6.7M /opt/iobroker/iobroker-data/states.jsonl USB-Devices by-id: USB-Sticks - Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id': No Devices found 'by-id' No nvbackup.json found. *** NodeJS-Installation *** /usr/bin/nodejs v22.23.1 /usr/bin/node v22.23.1 /usr/bin/npm 10.9.8 /usr/bin/npx 10.9.8 ✓ Node.js installation is correct nodejs: Installed: 22.23.1-1nodesource1 Candidate: 22.23.1-1nodesource1 Version table: *** 22.23.1-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 100 /var/lib/dpkg/status 22.23.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.22.3-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.22.2-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.22.1-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.22.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.21.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.20.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.19.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.18.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.17.1-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.17.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.16.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.15.1-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.15.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.14.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.13.1-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.13.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.12.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.11.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.10.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.9.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.8.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.7.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.6.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.5.1-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.5.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.4.1-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.4.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.3.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.2.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.1.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.0.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 20.19.2+dfsg-1+deb13u2 500 500 http://deb.debian.org/debian-security trixie-security/main arm64 Pac kages 500 https://deb.debian.org/debian trixie/main arm64 Packages Temp directories causing deletion problem: 0 No problems detected Errors in npm tree: 0 No problems detected Checking for nodejs vulnerability: No known Vulnerabilities detected! *** ioBroker-Installation *** ioBroker Status iobroker is running on this host. Objects type: jsonl States type: jsonl Hosts: Raspberry Raspberry (version: 7.2.2, hostname: Raspberry , alive, uptime: 1590) Core adapters versions js-controller: 7.2.2 admin: 7.8.23 javascript: 9.0.18 nodejs modules from github: 0 Adapter State + system.adapter.admin.0 : admin : Raspberry - enabled, port: 8081, bind: 0.0.0.0, run as: admi n system.adapter.alexa2.0 : alexa2 : Raspberry - enabled + system.adapter.backitup.0 : backitup : Raspberry - enabled + system.adapter.discovery.0 : discovery : Raspberry - enabled + system.adapter.influxdb.0 : influxdb : Raspberry - enabled, port: 8086 + system.adapter.javascript.0 : javascript : Raspberry - enabled system.adapter.netatmo-crawler.0 : netatmo-crawler : Raspberry - enabled + system.adapter.pvforecast.0 : pvforecast : Raspberry - enabled + system.adapter.rpi2.0 : rpi2 : Raspberry - enabled + system.adapter.senec.0 : senec : Raspberry - enabled + system.adapter.tuya.0 : tuya : Raspberry - enabled + system.adapter.unifi.0 : unifi : Raspberry - enabled system.adapter.vis.0 : vis : Raspberry - enabled + system.adapter.web.0 : web : Raspberry - enabled, port: 8082, bind: 0.0.0.0, run as: admi n + instance is alive Enabled adapters with bindings + system.adapter.admin.0 : admin : Raspberry - enabled, port: 8081, bind: 0.0.0.0, run as: admi n + system.adapter.influxdb.0 : influxdb : Raspberry - enabled, port: 8086 + system.adapter.web.0 : web : Raspberry - enabled, port: 8082, bind: 0.0.0.0, run as: admi n ioBroker-Repositories ┌─────────────────────────────────────────────────────────────────────────────── ─────────────── │ (index) │ name │ url │ auto upgrade │ ├─────────────────────────────────────────────────────────────────────────────── ─────────────── │ 0 │ 'stable' │ 'http://download.iobroker.net/sources-dist.json' │ false │ │ 1 │ 'beta' │ 'http://download.iobroker.net/sources-dist-latest.json' │ false │ └─────────────────────────────────────────────────────────────────────────────── ─────────────── Active repo(s): stable Upgrade policy: none Installed ioBroker-Adapters ┌─────────────────────────────────────────────────────────────────────────────────────────────────── │ (index) │ id │ name │ version │ upgrade policy │ ├─────────────────────────────────────────────────────────────────────────────────────────────────── │ 0 │ 'system.adapter.admin' │ 'admin' │ '7.8.23' │ 'none' │ │ 1 │ 'system.adapter.alexa2' │ 'alexa2' │ '3.26.5' │ 'none' │ │ 2 │ 'system.adapter.backitup' │ 'backitup' │ '3.3.17' │ 'none' │ │ 3 │ 'system.adapter.daswetter' │ 'daswetter' │ '3.1.10' │ 'none' │ │ 4 │ 'system.adapter.discovery' │ 'discovery' │ '5.0.0' │ 'none' │ │ 5 │ 'system.adapter.dwd' │ 'dwd' │ '2.8.5' │ 'none' │ │ 6 │ 'system.adapter.influxdb' │ 'influxdb' │ '4.0.2' │ 'none' │ │ 7 │ 'system.adapter.javascript' │ 'javascript' │ '9.0.18' │ 'none' │ │ 8 │ 'system.adapter.netatmo-crawler' │ 'netatmo-crawler' │ '1.0.0' │ 'none' │ │ 9 │ 'system.adapter.pvforecast' │ 'pvforecast' │ '2.9.0' │ 'none' │ │ 10 │ 'system.adapter.rpi2' │ 'rpi2' │ '1.3.2' │ 'none' │ │ 11 │ 'system.adapter.senec' │ 'senec' │ '2.5.3' │ 'none' │ │ 12 │ 'system.adapter.simple-api' │ 'simple-api' │ '2.8.0' │ 'none' │ │ 13 │ 'system.adapter.socketio' │ 'socketio' │ '6.7.1' │ 'none' │ │ 14 │ 'system.adapter.tuya' │ 'tuya' │ '3.17.0' │ 'none' │ │ 15 │ 'system.adapter.unifi' │ 'unifi' │ '0.7.0' │ 'none' │ │ 16 │ 'system.adapter.vis' │ 'vis' │ '1.5.6' │ 'none' │ │ 17 │ 'system.adapter.vis-timeandweather' │ 'vis-timeandweather' │ '1.2.2' │ 'none' │ │ 18 │ 'system.adapter.weatherunderground' │ 'weatherunderground' │ '3.7.0' │ 'none' │ │ 19 │ 'system.adapter.web' │ 'web' │ '6.2.5' │ 'none' │ │ 20 │ 'system.adapter.ws' │ 'ws' │ '2.6.2' │ 'none' │ └─────────────────────────────────────────────────────────────────────────────────────────────────── ioBroker-Adapter Versions and update status Used repository: stable Adapter "admin" : 7.8.23 , installed 7.8.23 Adapter "alexa2" : 3.27.4 , installed 3.26.5 [Updatable] Adapter "backitup" : 3.3.17 , installed 3.3.17 Adapter "discovery" : 5.0.0 , installed 5.0.0 Adapter "influxdb" : 4.0.2 , installed 4.0.2 Adapter "javascript" : 9.0.18 , installed 9.0.18 Controller "js-controller": 7.2.2 , installed 7.2.2 Adapter "netatmo-crawler": 1.2.0 , installed 1.0.0 [Updatable] Adapter "pvforecast" : 6.1.0 , installed 2.9.0 [Updatable] Adapter "rpi2" : 3.0.2 , installed 1.3.2 [Updatable] Adapter "senec" : 2.5.3 , installed 2.5.3 Adapter "simple-api" : 3.0.7 , installed 2.8.0 [Updatable] Adapter "socketio" : 7.1.3 , installed 6.6.1 [Updatable] Adapter "tuya" : 3.17.0 , installed 3.17.0 Adapter "unifi" : 0.7.0 , installed 0.7.0 Adapter "vis" : 1.5.6 , installed 1.5.6 Adapter "web" : 8.0.0 , installed 6.2.5 [Updatable] Adapter "ws" : 4.1.0 , installed 2.5.11 [Updatable] Objects and States Please stand by - This may take a while Objects: 10850 States: 8809 *** OS-Repositories and Updates *** Hit:1 http://deb.debian.org/debian-security trixie-security InRelease Hit:2 http://archive.raspberrypi.com/debian trixie InRelease Hit:3 https://apt.grafana.com stable InRelease Hit:4 https://deb.debian.org/debian trixie InRelease Hit:5 https://apt.glennr.nl/repo trixie InRelease Hit:6 https://deb.nodesource.com/node_22.x nodistro InRelease Hit:7 https://repo.mongodb.org/apt/ubuntu noble/mongodb-org/8.0 InRelease Get:8 https://packages.adoptium.net/artifactory/deb trixie InRelease [7503 B] Fetched 7503 B in 1s (10.1 kB/s) Reading package lists... Pending systemupdates: 0 *** Listening Ports *** Netid State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess udp UNCONN 0 0 0.0.0.0:40143 0.0.0.0:* users:(("avahi-daemon",pid=605,fd=14)) udp UNCONN 0 0 0.0.0.0:mdns 0.0.0.0:* users:(("avahi-daemon",pid=605,fd=12)) udp UNCONN 0 0 0.0.0.0:sunrpc 0.0.0.0:* users:(("rpcbind",pid=540,fd=5),("systemd",pid=1,fd=126)) udp UNCONN 0 0 0.0.0.0:6666 0.0.0.0:* users:(("io.tuya.0",pid=1471,fd=45)) udp UNCONN 0 0 0.0.0.0:6667 0.0.0.0:* users:(("io.tuya.0",pid=1471,fd=46)) udp UNCONN 0 0 *:mdns *:* users:(("avahi-daemon",pid=605,fd=13)) udp UNCONN 0 0 *:5514 *:* users:(("java",pid=1151,fd=204)) udp UNCONN 0 0 *:3478 *:* users:(("java",pid=1151,fd=180)) udp UNCONN 0 0 *:10001 *:* users:(("java",pid=1151,fd=209)) udp UNCONN 0 0 [::ffff:192.168.0.20]:47172 *:* users:(("java",pid=1151,fd=208)) udp UNCONN 0 0 *:sunrpc *:* users:(("rpcbind",pid=540,fd=7),("systemd",pid=1,fd=131)) udp UNCONN 0 0 *:32892 *:* users:(("avahi-daemon",pid=605,fd=15)) tcp LISTEN 0 4096 127.0.0.1:omniorb 0.0.0.0:* users:(("influxd",pid=1084,fd=3)) tcp LISTEN 0 128 0.0.0.0:ssh 0.0.0.0:* users:(("sshd",pid=1116,fd=6)) tcp LISTEN 0 4096 0.0.0.0:sunrpc 0.0.0.0:* users:(("rpcbind",pid=540,fd=4),("systemd",pid=1,fd=125)) tcp LISTEN 0 511 127.0.0.1:9000 0.0.0.0:* users:(("iobroker.js-con",pid=1085,fd=29)) tcp LISTEN 0 511 127.0.0.1:9001 0.0.0.0:* users:(("iobroker.js-con",pid=1085,fd=23)) tcp LISTEN 0 4096 127.0.0.1:27117 0.0.0.0:* users:(("mongod",pid=1233,fd=9)) tcp LISTEN 0 128 [::]:ssh [::]:* users:(("sshd",pid=1116,fd=7)) tcp LISTEN 0 4096 [::]:sunrpc [::]:* users:(("rpcbind",pid=540,fd=6),("systemd",pid=1,fd=128)) tcp LISTEN 0 1000 *:8443 *:* users:(("java",pid=1151,fd=184)) tcp LISTEN 0 50 *:6789 *:* users:(("java",pid=1151,fd=188)) tcp LISTEN 0 1000 *:8843 *:* users:(("java",pid=1151,fd=190)) tcp LISTEN 0 1000 *:8880 *:* users:(("java",pid=1151,fd=174)) tcp LISTEN 0 4096 *:3000 *:* users:(("grafana",pid=1185,fd=32)) tcp LISTEN 0 1000 *:28082 *:* users:(("java",pid=1151,fd=179)) tcp LISTEN 0 4096 *:8086 *:* users:(("influxd",pid=1084,fd=203)) tcp LISTEN 0 511 *:8082 *:* users:(("io.web.0",pid=1606,fd=35)) tcp LISTEN 0 200 *:http-alt *:* users:(("java",pid=1151,fd=163)) tcp LISTEN 0 511 *:tproxy *:* users:(("io.admin.0",pid=1263,fd=36)) *** Log File - Last 25 Lines *** 2026-06-27 12:06:25.514 - warn: javascript.0 (1360) at processImmediate (node:internal/timers:452:9) 2026-06-27 12:06:25.514 - warn: javascript.0 (1360) at process.callbackTrampoline (node:internal/async_hooks:130:17) 2026-06-27 12:06:25.514 - info: javascript.0 (1360) script.js.common.Senec.Grid_Power_Bezug_und_Einspeisung: Einspeisung addiert. Neue Summe: 591.32 Wh 2026-06-27 12:06:25.517 - info: javascript.0 (1360) State value to set for "0_userdata.0.Energie.Senec.Tages_Einspeisung_Wh" has to be type "number" but received type "string" 2026-06-27 12:06:25.560 - info: javascript.0 (1360) State value to set for "0_userdata.0.Energie.Senec.Tages_Einspeisung_kWh" has to be type "number" but received type "string" 2026-06-27 12:06:36.016 - info: javascript.0 (1360) script.js.common.Senec.Hausverbrauch: Aktuelle Leistung: 1889.85 W, Zeitdiff: 10.60 s, Berechnete Energie: 5.56 Wh 2026-06-27 12:06:36.026 - info: javascript.0 (1360) script.js.common.Senec.Grid_Power_Bezug_und_Einspeisung: Aktuelle Leistung: -1133.21 W, Zeitdiff: 10.59 s, Berechnete Energie: -3.33 Wh 2026-06-27 12:06:36.031 - warn: javascript.0 (1360) You are assigning a string to the state "0_userdata.0.Energie.Senec.Tages_Hausverbrauch_Wh" which expects a number. Please fix your code to use a number or change the state type to string. This warning might become an error in future versions. 2026-06-27 12:06:36.032 - warn: javascript.0 (1360) at setState (/opt/iobroker/node_modules/iobroker.javascript/src/lib/sandbox.ts:2661:20) 2026-06-27 12:06:36.033 - warn: javascript.0 (1360) at Object.<anonymous> (script.js.common.Senec.Hausverbrauch:111:5) 2026-06-27 12:06:36.033 - warn: javascript.0 (1360) You are assigning a string to the state "0_userdata.0.Energie.Senec.Tages_Hausverbrauch_kWh" which expects a number. Please fix your code to use a number or change the state type to string. This warning might become an error in future versions. 2026-06-27 12:06:36.034 - warn: javascript.0 (1360) at setState (/opt/iobroker/node_modules/iobroker.javascript/src/lib/sandbox.ts:2661:20) 2026-06-27 12:06:36.034 - warn: javascript.0 (1360) at Object.<anonymous> (script.js.common.Senec.Hausverbrauch:112:5) 2026-06-27 12:06:36.035 - info: javascript.0 (1360) script.js.common.Senec.Hausverbrauch: Hausverbrauch addiert. Neue Summe: 6449.71 Wh (6.450 kWh) 2026-06-27 12:06:36.037 - info: javascript.0 (1360) State value to set for "0_userdata.0.Energie.Senec.Tages_Hausverbrauch_Wh" has to be type "number" but received type "string" 2026-06-27 12:06:36.039 - info: javascript.0 (1360) State value to set for "0_userdata.0.Energie.Senec.Tages_Hausverbrauch_kWh" has to be type "number" but received type "string" 2026-06-27 12:06:36.126 - warn: javascript.0 (1360) You are assigning a string to the state "0_userdata.0.Energie.Senec.Tages_Einspeisung_Wh" which expects a number. Please fix your code to use a number or change the state type to string. This warning might become an error in future versions. 2026-06-27 12:06:36.127 - warn: javascript.0 (1360) at setState (/opt/iobroker/node_modules/iobroker.javascript/src/lib/sandbox.ts:2661:20) 2026-06-27 12:06:36.131 - warn: javascript.0 (1360) at Object.<anonymous> (script.js.common.Senec.Grid_Power_Bezug_und_Einspeisung:123:9) 2026-06-27 12:06:36.132 - warn: javascript.0 (1360) You are assigning a string to the state "0_userdata.0.Energie.Senec.Tages_Einspeisung_kWh" which expects a number. Please fix your code to use a number or change the state type to string. This warning might become an error in future versions. 2026-06-27 12:06:36.133 - warn: javascript.0 (1360) at setState (/opt/iobroker/node_modules/iobroker.javascript/src/lib/sandbox.ts:2661:20) 2026-06-27 12:06:36.134 - warn: javascript.0 (1360) at Object.<anonymous> (script.js.common.Senec.Grid_Power_Bezug_und_Einspeisung:124:9) 2026-06-27 12:06:36.134 - info: javascript.0 (1360) script.js.common.Senec.Grid_Power_Bezug_und_Einspeisung: Einspeisung addiert. Neue Summe: 594.65 Wh 2026-06-27 12:06:36.137 - info: javascript.0 (1360) State value to set for "0_userdata.0.Energie.Senec.Tages_Einspeisung_Wh" has to be type "number" but received type "string" 2026-06-27 12:06:36.138 - info: javascript.0 (1360) State value to set for "0_userdata.0.Energie.Senec.Tages_Einspeisung_kWh" has to be type "number" but received type "string"============= Mark until here for C&P =============
iob diag has finished.
Okay mich wundert es jetzt das manche adapter nicht geupdatet worden sind, obwohl ich sudo apt update && sudo apt full-upgrade durchführt habe. Bin gerade dabei die fehlenden manuell über den iobroker zu aktualisieren
-
Das influx-Repo fehlt. Dafür ist da sonstiges 'obskures' Zeug in den Quellen.
Für mongodb gibt es z. B. eine Quelle für Trixie. Warum knallst du da den Ubuntu-Kram rein?
Das influx-Repo fehlt. Dafür ist da sonstiges 'obskures' Zeug in den Quellen.
Kam das durch das deinstallieren der 2.x und dem neuen installieren der 1.12?
Für mongodb gibt es z. B. eine Quelle für Trixie. Warum knallst du da den Ubuntu-Kram rein?
ich habe wissentlich nichts reingeknallt.
-
Das influx-Repo fehlt. Dafür ist da sonstiges 'obskures' Zeug in den Quellen.
Kam das durch das deinstallieren der 2.x und dem neuen installieren der 1.12?
Für mongodb gibt es z. B. eine Quelle für Trixie. Warum knallst du da den Ubuntu-Kram rein?
ich habe wissentlich nichts reingeknallt.
Kam das durch das deinstallieren der 2.x und dem neuen installieren der 1.12?
Ich weiß ja nicht was du da genau warum wie gemacht hast. Jedenfalls ist da keine ordentlliche Quelle für influxdb vorhanden. Wo auch immer du dann 1.12 her haben willst.
ich habe wissentlich nichts reingeknallt.
Ist mir klar, denn wenn Wissen vorhanden wäre, dann hätte dir das selber auffallen müssen. Schmeiß das jedenfalls raus und definiere die Quelle richtig für dein Debian Trixie.
-
Kam das durch das deinstallieren der 2.x und dem neuen installieren der 1.12?
Ich weiß ja nicht was du da genau warum wie gemacht hast. Jedenfalls ist da keine ordentlliche Quelle für influxdb vorhanden. Wo auch immer du dann 1.12 her haben willst.
ich habe wissentlich nichts reingeknallt.
Ist mir klar, denn wenn Wissen vorhanden wäre, dann hätte dir das selber auffallen müssen. Schmeiß das jedenfalls raus und definiere die Quelle richtig für dein Debian Trixie.
Ich weiß ja nicht was du da genau warum wie gemacht hast. Jedenfalls ist da keine ordentlliche Quelle für influxdb vorhanden. Wo auch immer du dann 1.12 her haben willst.
Die Quelle ist von da: https://docs.influxdata.com/influxdb/v1/introduction/install/
Ist mir klar, denn wenn Wissen vorhanden wäre, dann hätte dir das selber auffallen müssen. Schmeiß das jedenfalls raus und definiere die Quelle richtig für dein Debian Trixie.
Würde ich sofort machen wenn ich wüsste wie?
-
Ich weiß ja nicht was du da genau warum wie gemacht hast. Jedenfalls ist da keine ordentlliche Quelle für influxdb vorhanden. Wo auch immer du dann 1.12 her haben willst.
Die Quelle ist von da: https://docs.influxdata.com/influxdb/v1/introduction/install/
Ist mir klar, denn wenn Wissen vorhanden wäre, dann hätte dir das selber auffallen müssen. Schmeiß das jedenfalls raus und definiere die Quelle richtig für dein Debian Trixie.
Würde ich sofort machen wenn ich wüsste wie?
Und warum hast du nicht den Weg genommen, den ich dir oben gesagt habe?
Für influxdb also:
curl --silent --location -O https://repos.influxdata.com/influxdata-archive.key gpg --show-keys --with-fingerprint --with-colons ./influxdata-archive.key 2>&1 \ | grep -q '^fpr:\+24C975CBA61A024EE1B631787C3D57159FC2F927:$' \ && cat influxdata-archive.key \ | gpg --dearmor \ | sudo tee /usr/share/keyrings/influxdata-archive.gpg > /dev/null \ && echo 'deb [signed-by=/usr/share/keyrings/influxdata-archive.gpg] https://repos.influxdata.com/debian stable main' \ | sudo tee /etc/apt/sources.list.d/influxdata.list sudo apt-get updateMongodb:
Schau dir an, wie die Quelldatei heißt und lösch die:
ls -lA /etc/apt/sources.list.d/ sudo rm /etc/apt/sources.list.d/NAMEDERMONGO.listRichtige Quell-Datei anlegen:
curl -fsSL https://pgp.mongodb.com/server-8.0.asc | \ sudo gpg -o /usr/share/keyrings/mongodb-server-8.0.gpg \ --dearmor echo "deb [ signed-by=/usr/share/keyrings/mongodb-server-8.0.gpg ] https://repo.mongodb.org/apt/debian trixie/mongodb-org/8.0 main" | sudo tee /etc/apt/sources.list.d/mongodb-org-8.0.list -
Und warum hast du nicht den Weg genommen, den ich dir oben gesagt habe?
Für influxdb also:
curl --silent --location -O https://repos.influxdata.com/influxdata-archive.key gpg --show-keys --with-fingerprint --with-colons ./influxdata-archive.key 2>&1 \ | grep -q '^fpr:\+24C975CBA61A024EE1B631787C3D57159FC2F927:$' \ && cat influxdata-archive.key \ | gpg --dearmor \ | sudo tee /usr/share/keyrings/influxdata-archive.gpg > /dev/null \ && echo 'deb [signed-by=/usr/share/keyrings/influxdata-archive.gpg] https://repos.influxdata.com/debian stable main' \ | sudo tee /etc/apt/sources.list.d/influxdata.list sudo apt-get updateMongodb:
Schau dir an, wie die Quelldatei heißt und lösch die:
ls -lA /etc/apt/sources.list.d/ sudo rm /etc/apt/sources.list.d/NAMEDERMONGO.listRichtige Quell-Datei anlegen:
curl -fsSL https://pgp.mongodb.com/server-8.0.asc | \ sudo gpg -o /usr/share/keyrings/mongodb-server-8.0.gpg \ --dearmor echo "deb [ signed-by=/usr/share/keyrings/mongodb-server-8.0.gpg ] https://repo.mongodb.org/apt/debian trixie/mongodb-org/8.0 main" | sudo tee /etc/apt/sources.list.d/mongodb-org-8.0.listUnd warum hast du nicht den Weg genommen, den ich dir oben gesagt habe?
Als ich es kopiert habe habe ich die Befehle einzelnd eingegeben. Das hat nicht so funktioniert.
da habe ich noch ein bissche rumgesucht und bin über die Info gestoßen.Ich habe jetz aber einfach nochmal von dir alles kopiert und eingeben (Es kann ja nicht viel passieren, hab ja das Image).
pi@Raspberry:~ $ curl --silent --location -O https://repos.influxdata.com/influxdata-archive.key gpg --show-keys --with-fingerprint --with-colons ./influxdata-archive.key 2>&1 \ | grep -q '^fpr:\+24C975CBA61A024EE1B631787C3D57159FC2F927:$' \ && cat influxdata-archive.key \ | gpg --dearmor \ | sudo tee /usr/share/keyrings/influxdata-archive.gpg > /dev/null \ && echo 'deb [signed-by=/usr/share/keyrings/influxdata-archive.gpg] https://repos.influxdata.com/debian stable main' \ | sudo tee /etc/apt/sources.list.d/influxdata.list sudo apt-get update [sudo] password for pi: deb [signed-by=/usr/share/keyrings/influxdata-archive.gpg] https://repos.influxdata.com/debian stable main Hit:1 http://deb.debian.org/debian-security trixie-security InRelease Hit:2 http://archive.raspberrypi.com/debian trixie InRelease Hit:3 https://apt.grafana.com stable InRelease Get:4 https://repos.influxdata.com/debian stable InRelease [6,922 B] Hit:5 https://deb.debian.org/debian trixie InRelease Hit:6 https://deb.nodesource.com/node_22.x nodistro InRelease Hit:7 https://apt.glennr.nl/repo trixie InRelease Get:8 https://repos.influxdata.com/debian stable/main armhf Packages [10.6 kB] Get:9 https://repos.influxdata.com/debian stable/main arm64 Packages [27.9 kB] Hit:10 https://repo.mongodb.org/apt/ubuntu noble/mongodb-org/8.0 InRelease Get:11 https://packages.adoptium.net/artifactory/deb trixie InRelease [7,503 B] Fetched 52.9 kB in 1s (88.2 kB/s) Reading package lists... DoneSchau dir an, wie die Quelldatei heißt und lösch die:
Da ist leider keine mongo.list
pi@Raspberry:~ $ ls -lA /etc/apt/sources.list.d/ total 40 -rw-r--r-- 1 root root 388 Jun 19 12:21 debian.sources -rw-r--r-- 1 root root 144 Jun 19 12:21 glennr-install-script.sources -rw-r--r-- 1 root root 162 Jun 19 12:21 glennr-mongod-8.0.sources -rw-r--r-- 1 root root 146 Jun 19 12:24 glennr-packages-adoptium.sources -rw-r--r-- 1 root root 82 Jun 19 13:11 grafana.list -rw-r--r-- 1 root root 107 Jun 27 13:07 influxdata.list -rw-r--r-- 1 root root 780 Jan 9 18:55 influxdata.list.ucf-dist -rw-r--r-- 1 root root 0 Jun 19 13:41 influxdb.list -rw-r--r-- 1 root root 179 Jun 19 12:22 mongodb-org-8.0.sources -rw-r--r-- 1 root root 155 Jun 27 10:53 nodesource.sources -rw-r--r-- 1 root root 151 Apr 21 02:05 raspi.sourcesEs tut mir echt Leid, das du dich so mit mir rumschlagen musst
-
Und warum hast du nicht den Weg genommen, den ich dir oben gesagt habe?
Als ich es kopiert habe habe ich die Befehle einzelnd eingegeben. Das hat nicht so funktioniert.
da habe ich noch ein bissche rumgesucht und bin über die Info gestoßen.Ich habe jetz aber einfach nochmal von dir alles kopiert und eingeben (Es kann ja nicht viel passieren, hab ja das Image).
pi@Raspberry:~ $ curl --silent --location -O https://repos.influxdata.com/influxdata-archive.key gpg --show-keys --with-fingerprint --with-colons ./influxdata-archive.key 2>&1 \ | grep -q '^fpr:\+24C975CBA61A024EE1B631787C3D57159FC2F927:$' \ && cat influxdata-archive.key \ | gpg --dearmor \ | sudo tee /usr/share/keyrings/influxdata-archive.gpg > /dev/null \ && echo 'deb [signed-by=/usr/share/keyrings/influxdata-archive.gpg] https://repos.influxdata.com/debian stable main' \ | sudo tee /etc/apt/sources.list.d/influxdata.list sudo apt-get update [sudo] password for pi: deb [signed-by=/usr/share/keyrings/influxdata-archive.gpg] https://repos.influxdata.com/debian stable main Hit:1 http://deb.debian.org/debian-security trixie-security InRelease Hit:2 http://archive.raspberrypi.com/debian trixie InRelease Hit:3 https://apt.grafana.com stable InRelease Get:4 https://repos.influxdata.com/debian stable InRelease [6,922 B] Hit:5 https://deb.debian.org/debian trixie InRelease Hit:6 https://deb.nodesource.com/node_22.x nodistro InRelease Hit:7 https://apt.glennr.nl/repo trixie InRelease Get:8 https://repos.influxdata.com/debian stable/main armhf Packages [10.6 kB] Get:9 https://repos.influxdata.com/debian stable/main arm64 Packages [27.9 kB] Hit:10 https://repo.mongodb.org/apt/ubuntu noble/mongodb-org/8.0 InRelease Get:11 https://packages.adoptium.net/artifactory/deb trixie InRelease [7,503 B] Fetched 52.9 kB in 1s (88.2 kB/s) Reading package lists... DoneSchau dir an, wie die Quelldatei heißt und lösch die:
Da ist leider keine mongo.list
pi@Raspberry:~ $ ls -lA /etc/apt/sources.list.d/ total 40 -rw-r--r-- 1 root root 388 Jun 19 12:21 debian.sources -rw-r--r-- 1 root root 144 Jun 19 12:21 glennr-install-script.sources -rw-r--r-- 1 root root 162 Jun 19 12:21 glennr-mongod-8.0.sources -rw-r--r-- 1 root root 146 Jun 19 12:24 glennr-packages-adoptium.sources -rw-r--r-- 1 root root 82 Jun 19 13:11 grafana.list -rw-r--r-- 1 root root 107 Jun 27 13:07 influxdata.list -rw-r--r-- 1 root root 780 Jan 9 18:55 influxdata.list.ucf-dist -rw-r--r-- 1 root root 0 Jun 19 13:41 influxdb.list -rw-r--r-- 1 root root 179 Jun 19 12:22 mongodb-org-8.0.sources -rw-r--r-- 1 root root 155 Jun 27 10:53 nodesource.sources -rw-r--r-- 1 root root 151 Apr 21 02:05 raspi.sourcesEs tut mir echt Leid, das du dich so mit mir rumschlagen musst
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